Home
last modified time | relevance | path

Searched refs:SCIPlpGetNNewrows (Results 1 – 3 of 3) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.h1490 int SCIPlpGetNNewrows(
1596 #define SCIPlpGetNNewrows(lp) ((lp)->nrows - (lp)->firstnewrow) macro
H A Dtree.c453 (*pseudofork)->naddedrows = SCIPlpGetNNewrows(lp); in pseudoforkCreate()
550 (*fork)->naddedrows = SCIPlpGetNNewrows(lp); in forkCreate()
4068 …ShrinkRows(lp, blkmem, set, eventqueue, eventfilter, SCIPlpGetNRows(lp) - SCIPlpGetNNewrows(lp)) ); in focusnodeToFork()
4192 …ShrinkRows(lp, blkmem, set, eventqueue, eventfilter, SCIPlpGetNRows(lp) - SCIPlpGetNNewrows(lp)) ); in focusnodeToSubroot()
4551 … else if( tree->focuslpconstructed && (SCIPlpGetNNewcols(lp) > 0 || SCIPlpGetNNewrows(lp) > 0) ) in SCIPnodeFocus()
H A Dlp.c16800 #undef SCIPlpGetNNewrows
17502 int SCIPlpGetNNewrows( in SCIPlpGetNNewrows() function