Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_multistart.c88 …SCIP_Real maxboundsize; /**< maximum variable domain size for unbounded variable… member
135 …SCIP_Real maxboundsize, /**< maximum variable domain size for unbounded variable… in sampleRandomPoints() argument
153 assert(maxboundsize > 0.0); in sampleRandomPoints()
176 val = lb + SCIPrandomGetReal(randnumgen, 0.0, maxboundsize); in sampleRandomPoints()
178 val = ub - SCIPrandomGetReal(randnumgen, 0.0, maxboundsize); in sampleRandomPoints()
182 val = SCIPrandomGetReal(randnumgen, -0.5*maxboundsize, 0.5*maxboundsize); in sampleRandomPoints()
585 lb = -maxboundsize / 2.0; in getRelDistance()
586 ub = +maxboundsize / 2.0; in getRelDistance()
590 lb = ub - maxboundsize; in getRelDistance()
594 ub = lb + maxboundsize; in getRelDistance()
[all …]