Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/tests/src/heur/
H A Dmultistart.c96 Test(heuristic, sampleRandomPoints, .init = setup, .fini = teardown,
107 …SCIP_CALL( sampleRandomPoints(scip, rndpoints, 1, 1.0, randumgen, SCIPinfinity(scip), &nrndpoints)…
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_multistart.c131 SCIP_RETCODE sampleRandomPoints( in sampleRandomPoints() function
856 …SCIP_CALL( sampleRandomPoints(scip, points, heurdata->nrndpoints, heurdata->maxboundsize, heurdata… in applyHeur()