Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_set.h312 …SCIP_Bool lp_clearinitialprobinglp;/**< should lp state be cleared at the end of probi… member
H A Dset.c1677 &(*set)->lp_clearinitialprobinglp, TRUE, SCIP_DEFAULT_LP_CLEARINITIALPROBINGLP, in SCIPsetCreate()
H A Dtree.c6990 if( set->lp_clearinitialprobinglp && tree->probingsolvedlp && !tree->probinglpwassolved ) in SCIPtreeEndProbing()