Home
last modified time | relevance | path

Searched defs:isrelax (Results 1 – 4 of 4) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_nlp.h120 …SCIP_Bool isrelax; /**< is the current NLP a relaxation of a SCIP problem? … member
H A Dstruct_lp.h364 …SCIP_Bool isrelax; /**< is the current LP a relaxation of the problem for w… member
H A Dcons_linear.c2383SCIP_Bool* isrelax, /**< pointer to store whether the activity is a relaxati… in getMinActivity()
2484SCIP_Bool* isrelax, /**< pointer to store whether the activity is a relaxati… in getMaxActivity()
H A Dlp.c17558 SCIP_Bool isrelax /**< is the root lp a relaxation of the problem? */ in SCIPlpSetRootLPIsRelax()