Home
last modified time | relevance | path

Searched refs:SCIPlpGetState (Results 1 – 4 of 4) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.h941 SCIP_RETCODE SCIPlpGetState(
H A Dtree.c348 SCIP_CALL( SCIPlpGetState(lp, blkmem, &probingnode->lpistate) ); in probingnodeUpdate()
540 SCIP_CALL( SCIPlpGetState(lp, blkmem, &((*fork)->lpistate)) ); in forkCreate()
642 SCIP_CALL( SCIPlpGetState(lp, blkmem, &((*subroot)->lpistate)) ); in subrootCreate()
6473 SCIP_CALL( SCIPlpGetState(lp, blkmem, &tree->probinglpistate) ); in SCIPtreeStartProbing()
H A Dlp.c10019 SCIP_RETCODE SCIPlpGetState( in SCIPlpGetState() function
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG6183 - corrected bug in SCIPlpGetState() if the LP is empty