Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dnodesel_dfs.c104 SCIP_Real lowerbound2; in SCIP_DECL_NODESELCOMP() local
107 lowerbound2 = SCIPnodeGetLowerbound(node2); in SCIP_DECL_NODESELCOMP()
108 if( lowerbound1 < lowerbound2 ) in SCIP_DECL_NODESELCOMP()
110 else if( lowerbound1 > lowerbound2 ) in SCIP_DECL_NODESELCOMP()
H A Dnodesel_bfs.c239 SCIP_Real lowerbound2; in SCIP_DECL_NODESELCOMP() local
246 lowerbound2 = SCIPnodeGetLowerbound(node2); in SCIP_DECL_NODESELCOMP()
247 if( SCIPisLT(scip, lowerbound1, lowerbound2) ) in SCIP_DECL_NODESELCOMP()
249 else if( SCIPisGT(scip, lowerbound1, lowerbound2) ) in SCIP_DECL_NODESELCOMP()
H A Dnodesel_estimate.c302 SCIP_Real lowerbound2; in SCIP_DECL_NODESELCOMP() local
305 lowerbound2 = SCIPnodeGetLowerbound(node2); in SCIP_DECL_NODESELCOMP()
306 if( SCIPisLT(scip, lowerbound1, lowerbound2) ) in SCIP_DECL_NODESELCOMP()
308 else if( SCIPisGT(scip, lowerbound1, lowerbound2) ) in SCIP_DECL_NODESELCOMP()
H A Dnodesel_uct.c512 SCIP_Real lowerbound2; in SCIP_DECL_NODESELCOMP() local
515 lowerbound2 = SCIPnodeGetLowerbound(node2); in SCIP_DECL_NODESELCOMP()
517 if( SCIPisLT(scip, lowerbound1, lowerbound2) ) in SCIP_DECL_NODESELCOMP()
519 else if( SCIPisGT(scip, lowerbound1, lowerbound2) ) in SCIP_DECL_NODESELCOMP()