Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.c14600 SCIP_Real rayscale; in SCIPlpGetUnboundedSol() local
14765 rayscale = 0.0; in SCIPlpGetUnboundedSol()
14770 rayscale = 0.0; in SCIPlpGetUnboundedSol()
14783 rayscale = 0.0; in SCIPlpGetUnboundedSol()
14790 rayscale = -2*SCIPsetInfinity(set)/rayobjval; in SCIPlpGetUnboundedSol()
14791 assert(SCIPsetIsFeasPositive(set, rayscale)); in SCIPlpGetUnboundedSol()
14799 rayscale = MIN(rayscale, (lpicols[c]->ub - primsol[c])/ray[c]); in SCIPlpGetUnboundedSol()
14804 rayscale = MIN(rayscale, 1/ray[c]); in SCIPlpGetUnboundedSol()
14810 rayscale = MIN(rayscale, (lpicols[c]->lb - primsol[c])/ray[c]); in SCIPlpGetUnboundedSol()
14815 rayscale = MIN(rayscale, -1/ray[c]); in SCIPlpGetUnboundedSol()
[all …]