Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dvar.c13067 SCIP_Real currcutoffbound; in SCIPvarUpdateBestRootSol() local
13079 currcutoffbound = (bound - var->bestrootsol) * var->bestrootredcost + var->bestrootlpobjval; in SCIPvarUpdateBestRootSol()
13092 if( cutoffbound > currcutoffbound ) in SCIPvarUpdateBestRootSol()
13095 SCIPvarGetName(var), currcutoffbound, cutoffbound); in SCIPvarUpdateBestRootSol()