Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtree.h943 SCIP_Real SCIPtreeGetLowerbound(
H A Dbranch.c1561 glblowerbound = SCIPtreeGetLowerbound(tree, set); in SCIPbranchruleExecLPSol()
1668 glblowerbound = SCIPtreeGetLowerbound(tree, set); in SCIPbranchruleExecExternSol()
1773 glblowerbound = SCIPtreeGetLowerbound(tree, set); in SCIPbranchruleExecPseudoSol()
H A Ddebug.c1166 treelowerbound = SCIPtreeGetLowerbound(set->scip->tree, set); in SCIPdebugCheckGlobalLowerbound()
H A Dtree.c1223 lowerbound = SCIPtreeGetLowerbound(tree, set); in SCIPnodeCutoff()
2388 lowerbound = SCIPtreeGetLowerbound(tree, set); in SCIPnodeUpdateLowerbound()
7251 SCIP_Real SCIPtreeGetLowerbound( in SCIPtreeGetLowerbound() function
H A Dscip_solvingstats.c1387 treelowerbound = SCIPtreeGetLowerbound(scip->tree, scip->set); in SCIPgetLowerbound()
H A Dsolve.c2325 glblowerbound = SCIPtreeGetLowerbound(tree, set); in priceAndCutLoop()