Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dmisc.c8235 …int* nstrongcomponents, /**< pointer to store the number of computed components … in tarjan() argument
8255 assert(nstrongcomponents != NULL); in tarjan()
8282 nstrongcomponents, strongcompstartidx, nstorednodes); in tarjan()
8305 strongcompstartidx[*nstrongcomponents] = *nstorednodes; in tarjan()
8306 *nstrongcomponents += 1; in tarjan()
8338 int* nstrongcomponents /**< pointer to store the number of strongly connected in SCIPdigraphComputeDirectedComponents() argument
8358 assert(nstrongcomponents != NULL); in SCIPdigraphComputeDirectedComponents()
8380 *nstrongcomponents = 0; in SCIPdigraphComputeDirectedComponents()
8395 strongcomponents, nstrongcomponents, strongcompstartidx, &nstorednodes); in SCIPdigraphComputeDirectedComponents()
8403 assert(*nstrongcomponents < digraph->nnodes + 1); in SCIPdigraphComputeDirectedComponents()
[all …]
H A Dpub_misc.h1439 int* nstrongcomponents /**< pointer to store the number of strongly connected
H A Dprop_genvbounds.c1671 int nstrongcomponents; in sortGenVBounds() local
1680 &nstrongcomponents) ); in sortGenVBounds()