Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.c14599 SCIP_Real rayobjval; in SCIPlpGetUnboundedSol() local
14652 rayobjval = 0.0; in SCIPlpGetUnboundedSol()
14669 rayobjval += ray[c] * col->obj; in SCIPlpGetUnboundedSol()
14772 else if( !SCIPsetIsNegative(set, rayobjval) ) in SCIPlpGetUnboundedSol()
14787 assert(rayobjval != 0.0); in SCIPlpGetUnboundedSol()
14790 rayscale = -2*SCIPsetInfinity(set)/rayobjval; in SCIPlpGetUnboundedSol()
14823 SCIPsetDebugMsg(set, "unbounded LP solution: rayobjval=%f, rayscale=%f\n", rayobjval, rayscale); in SCIPlpGetUnboundedSol()