Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/tests/src/heur/
H A Dmultistart.c306 SCIP_Real maxreldist; variable
311 maxreldist = 0.05;
321 …SCIP_CALL( clusterPointsGreedy(scip, points, NPOINTS, clusteridx, &nclusters, 1e+04, maxreldist, I…
336 cr_assert(clusteridx[i] != clusteridx[j] || dist <= 2 * maxreldist);
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_multistart.c96 …SCIP_Real maxreldist; /**< maximum distance between two points in the same clu… member
616 …SCIP_Real maxreldist, /**< maximum relative distance between any two points of… in clusterPointsGreedy() argument
626 assert(maxreldist >= 0.0); in clusterPointsGreedy()
648 …lusteridx[j] == INT_MAX && getRelDistance(scip, points[i], points[j], maxboundsize) <= maxreldist ) in clusterPointsGreedy()
894 heurdata->maxreldist, heurdata->maxncluster) ); in applyHeur()
1109 &heurdata->maxreldist, FALSE, DEFAULT_MAXRELDIST, 0.0, SCIPinfinity(scip), NULL, NULL) ); in SCIPincludeHeurMultistart()