Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.h1525 void SCIPlpSetIsRelax(
1602 #define SCIPlpSetIsRelax(lp,relax) ((lp)->isrelax = relax) macro
H A Dscip_probing.c739 SCIPlpSetIsRelax(scip->lp, TRUE); in solveProbingLP()
H A Dsolve.c2212 SCIPlpSetIsRelax(lp, !(*aborted)); in SCIPpriceLoop()
H A Dlp.c16806 #undef SCIPlpSetIsRelax
17621 void SCIPlpSetIsRelax( in SCIPlpSetIsRelax() function
H A Dtree.c6939 SCIPlpSetIsRelax(lp, tree->probinglpwasrelax); in SCIPtreeEndProbing()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG5641 …- SCIPlpSetIsRelax() and SCIPlpSetRootLPIsRelax() in lp.c and lp.h to set the information, whether…