Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_prob.h1664 SCIP_Real SCIPgetLocalDualbound(
H A Ddisp_default.c1035 curdualbound = SCIPgetLocalDualbound(scip); in SCIP_DECL_DISPOUTPUT()
H A Dheur_subnlp.c2280 …!SCIPisInfinity(scip, SCIPgetPrimalbound(scip)) && SCIPisEQ(scip, SCIPgetLocalDualbound(scip), SCI… in SCIP_DECL_HEUREXEC()
H A Dscip_prob.c3560 SCIP_Real SCIPgetLocalDualbound( in SCIPgetLocalDualbound() function