[Scip] how to get the node LP file and output it

Timo Berthold berthold at zib.de
Tue Jun 3 10:02:11 CEST 2014


Hi,

In the console:
SCIP> write lp bla.lp

In source code:
SCIP_CALL( SCIPwriteLP(scip, "bla.lp") );

Note that this outputs the current state of the LP. E.g., if you call it
before cutting plane separation, there will be no cuts in it, if you call
it after, there will be cuts in it, if you interrupt SCIP during cutting
plane separation and call he function, some will be in, some will not be.
You might need to adopt some more parameters to get the desired result.

Best,
Timo

> Dear all,
>
>
>  In SCIP, how to get the node LP file and output it?
>
>  Thanks,
>
>
> Shaon
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> http://listserv.zib.de/mailman/listinfo/scip
>




More information about the Scip mailing list