Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/check/coverage/settings/
H A Dlns_exp3.set14 heuristics/alns/fixtol = 0.15
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_alns.c420 …SCIP_Real fixtol; /**< tolerance by which the fixing rate may be missed wi… member
1804 … nminfixings = (int)((neighborhood->fixingrate.targetfixingrate - heurdata->fixtol) * nbinintvars); in neighborhoodFixVariables()
4039 &heurdata->fixtol, TRUE, DEFAULT_FIXTOL, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurAlns()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG815 - allow user to correctly set heuristics/alns/(un)fixtol