Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtree.c2007 SCIP_Real newpseudoobjval; in SCIPnodeAddBoundinfer() local
2031newpseudoobjval = SCIPlpGetModifiedProvedPseudoObjval(lp, set, var, oldbound, newbound, boundtype); in SCIPnodeAddBoundinfer()
2033newpseudoobjval = SCIPlpGetModifiedPseudoObjval(lp, set, transprob, var, oldbound, newbound, bound… in SCIPnodeAddBoundinfer()
2034 SCIPnodeUpdateLowerbound(node, stat, set, tree, transprob, origprob, newpseudoobjval); in SCIPnodeAddBoundinfer()