Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/tests/src/heur/
H A Dmultistart.c209 Test(heuristic, improvePoint, .init = setup, .fini = teardown,
237 …SCIP_CALL( improvePoint(scip, nlrows, 1, varindex, exprint, sol, 1, 0.0, INT_MAX, &minfeas, nlrowg…
254 …SCIP_CALL( improvePoint(scip, &nlrows[1], 1, varindex, exprint, sol, 10, 0.0, INT_MAX, &minfeas, n…
261 …SCIP_CALL( improvePoint(scip, &nlrows[1], 1, varindex, exprint, sol, 100, 0.0, INT_MAX, &minfeas, …
268 …SCIP_CALL( improvePoint(scip, nlrows, 2, varindex, exprint, sol, 100, 0.0, INT_MAX, &minfeas, nlro…
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_multistart.c342 SCIP_RETCODE improvePoint( in improvePoint() function
871 …SCIP_CALL( improvePoint(scip, nlrows, nnlrows, varindex, heurdata->exprinterpreter, points[npoints… in applyHeur()