Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtree.c3546 SCIP_Bool updatefeas; in SCIPtreeLoadLPState() local
3603 updatefeas = !lp->solved || !lp->solisbasic; in SCIPtreeLoadLPState()
3608 updatefeas = TRUE; in SCIPtreeLoadLPState()
3614 if( updatefeas ) in SCIPtreeLoadLPState()