Home
last modified time | relevance | path

Searched refs:getnnodes (Results 1 – 4 of 4) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/tclique/
H A Dtclique_coloring.c90 TCLIQUE_GETNNODES((*getnnodes)), /**< user function to get the number of nodes */ in getMaxWeightIndex() argument
102 assert(getnnodes != NULL); in getMaxWeightIndex()
115 assert(0 <= V[i] && V[i] < getnnodes(tcliquegraph)); in getMaxWeightIndex()
222 TCLIQUE_GETNNODES((*getnnodes)), /**< user function to get the number of nodes */ in tcliqueColoring() argument
260 assert(getnnodes != NULL); in tcliqueColoring()
281 nodeVindex = getMaxWeightIndex(getnnodes, getweights, tcliquegraph, V, nV); in tcliqueColoring()
283 assert(0 <= node && node < getnnodes(tcliquegraph)); in tcliqueColoring()
364 assert(0 <= node && node < getnnodes(tcliquegraph)); in tcliqueColoring()
H A Dtclique_branch.c603 TCLIQUE_GETNNODES((*getnnodes)), /**< user function to get the number of nodes */ in boundSubgraph() argument
632 return tcliqueColoring(getnnodes, getweights, selectadjnodes, tcliquegraph, in boundSubgraph()
710 TCLIQUE_GETNNODES((*getnnodes)), /**< user function to get the number of nodes */ in branch() argument
756 assert(getnnodes != NULL); in branch()
805 subgraphweight = boundSubgraph(getnnodes, getweights, isedge, selectadjnodes, tcliquegraph, in branch()
813 assert(0 <= V[i] && V[i] < getnnodes(tcliquegraph)); in branch()
1002 TCLIQUE_GETNNODES((*getnnodes)), /**< user function to get the number of nodes */ in tcliqueMaxClique() argument
1054 if( getnnodes == NULL ) in tcliqueMaxClique()
1055 getnnodes = tcliqueGetNNodes; in tcliqueMaxClique()
1064 nnodes = getnnodes(tcliquegraph); in tcliqueMaxClique()
[all …]
H A Dtclique_coloring.h60 TCLIQUE_GETNNODES((*getnnodes)), /**< user function to get the number of nodes */
H A Dtclique.h268 TCLIQUE_GETNNODES((*getnnodes)), /**< user function to get the number of nodes */