I am looking for a way to get all rows including those that are not in the current LP. I know that SCIPgetLPRows() returns the rows in the current LP but I also need those that are not in the current LP. I did not see a function that does this, so I was wondering if there is another way to achieve this? Thanks!
Hello,
I am looking for a way to get all rows including those that are not in the current LP. I know that SCIPgetLPRows() returns the rows in the current LP but I also need those that are not in the current LP. I did not see a function that does this, so I was wondering if there is another way to achieve this? Thanks!