Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_var.h215 …SCIP_Real lazyub; /**< global upper bound that is ensured by constraints a… member
H A Dstruct_lp.h134 …SCIP_Real lazyub; /**< lazy upper bound of the column; if the current uppe… member
H A Dvar.c2285 SCIP_Real* lazyub, /**< pointer to store if the upper bound is lazy */ in varParse()
2446 SCIP_Real lazyub; in SCIPvarParseOriginal() local
2510 SCIP_Real lazyub; in SCIPvarParseTransformed() local
7303 SCIP_Real lazyub /**< the lazy lower bound to be set */ in SCIPvarChgUbLazy()
H A Dscip_var.c5146 SCIP_Real lazyub /**< the lazy lower bound to be set */ in SCIPchgVarUbLazy()