scipopt / scip

SCIP - Solving Constraint Integer Programs
Other
366 stars 63 forks source link

Is is possible to access all rows in SCIP, including those that are not in the current LP? #45

Closed SelinBayramoglu closed 11 months ago

SelinBayramoglu commented 1 year ago

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!

antoniach commented 1 year ago

Hi Selin,

I suppose this already got answered with Issue #46 ?

Best, Antonia

matbesancon commented 11 months ago

closing for now if this has been answered