Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_var.h214 …SCIP_Real lazylb; /**< global lower bound that is ensured by constraints a… member
H A Dstruct_lp.h132 …SCIP_Real lazylb; /**< lazy lower bound of the column; if the current lowe… member
H A Dvar.c2284 SCIP_Real* lazylb, /**< pointer to store if the lower bound is lazy */ in varParse()
2445 SCIP_Real lazylb; in SCIPvarParseOriginal() local
2509 SCIP_Real lazylb; in SCIPvarParseTransformed() local
7280 SCIP_Real lazylb /**< the lazy lower bound to be set */ in SCIPvarChgLbLazy()
H A Dscip_var.c5113 SCIP_Real lazylb /**< the lazy lower bound to be set */ in SCIPchgVarLbLazy()