Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_set.h429 …SCIP_Real presol_immrestartfac;/**< fraction of integer variables that were fixed in t… member
H A Dsolve.c4281 …|| (stat->nrootintfixingsrun > set->presol_immrestartfac * (transprob->nvars - transprob->ncontvar… in solveNode()
4608 …|| (stat->nrootintfixingsrun > set->presol_immrestartfac * (transprob->nvars - transprob->ncontvar… in solveNode()
H A Dset.c2129 &(*set)->presol_immrestartfac, TRUE, SCIP_DEFAULT_PRESOL_IMMRESTARTFAC, 0.0, 1.0, in SCIPsetCreate()