Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.h763 SCIP_RETCODE SCIPlpShrinkCols(
H A Dtree.c3476 SCIP_CALL( SCIPlpShrinkCols(lp, set, tree->pathnlpcols[tree->correctlpdepth]) ); in SCIPtreeLoadLP()
3779 SCIP_CALL( SCIPlpShrinkCols(lp, set, SCIPlpGetNCols(lp) - SCIPlpGetNNewcols(lp)) ); in focusnodeCleanupVars()
4067 SCIP_CALL( SCIPlpShrinkCols(lp, set, SCIPlpGetNCols(lp) - SCIPlpGetNNewcols(lp)) ); in focusnodeToFork()
4191 SCIP_CALL( SCIPlpShrinkCols(lp, set, SCIPlpGetNCols(lp) - SCIPlpGetNNewcols(lp)) ); in focusnodeToSubroot()
6793 SCIP_CALL( SCIPlpShrinkCols(lp, set, ncols) ); in treeBacktrackProbing()
H A Dlp.c9619 SCIP_RETCODE SCIPlpShrinkCols( in SCIPlpShrinkCols() function
9769 SCIP_CALL( SCIPlpShrinkCols(lp, set, 0) ); in SCIPlpClear()