Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_multistart.c624 assert(clusteridx != NULL); in clusterPointsGreedy()
631 clusteridx[i] = INT_MAX; in clusterPointsGreedy()
640 if( clusteridx[i] != INT_MAX ) in clusterPointsGreedy()
644 clusteridx[i] = *ncluster; in clusterPointsGreedy()
649 clusteridx[j] = *ncluster; in clusterPointsGreedy()
658 assert(clusteridx[i] >= 0); in clusterPointsGreedy()
659 assert(clusteridx[i] < *ncluster || clusteridx[i] == INT_MAX); in clusterPointsGreedy()
806 int* clusteridx; in applyHeur() local
898 SCIPsortIntPtr(clusteridx, (void**)points, nusefulpoints); in applyHeur()
911 while( end < nusefulpoints && clusteridx[start] == clusteridx[end] ) in applyHeur()
[all …]
/dports/math/SCIP/scip-7.0.3/tests/src/heur/
H A Dmultistart.c307 int clusteridx[NPOINTS]; variable
321 …SCIP_CALL( clusterPointsGreedy(scip, points, NPOINTS, clusteridx, &nclusters, 1e+04, maxreldist, I…
328 cr_assert(clusteridx[i] >= 0);
329 cr_assert(clusteridx[i] < nclusters);
336 cr_assert(clusteridx[i] != clusteridx[j] || dist <= 2 * maxreldist);
/dports/math/octave-forge-signal/signal-1.4.1/inst/
H A Dclustersegment.m18 ## @deftypefn {Function File} {@var{clusteridx} =} clustersegment (@var{unos})