Home
last modified time | relevance | path

Searched refs:TCLIQUE_Bool (Results 1 – 5 of 5) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/tclique/
H A Dtclique.h43 #ifndef TCLIQUE_Bool
44 #define TCLIQUE_Bool unsigned int /**< type used for boolean values */ macro
80 …TCLIQUE_WEIGHT cliqueweight, TCLIQUE_WEIGHT* minweight, TCLIQUE_Bool* acceptsol, TCLIQUE_Bool* sto…
106 #define TCLIQUE_ISEDGE(x) TCLIQUE_Bool x (TCLIQUE_GRAPH* tcliquegraph, int node1, int node2)
156 TCLIQUE_Bool tcliqueCreate(
168 TCLIQUE_Bool tcliqueAddNode(
189 TCLIQUE_Bool tcliqueAddEdge(
197 TCLIQUE_Bool tcliqueFlush(
203 TCLIQUE_Bool tcliqueLoadFile(
213 TCLIQUE_Bool tcliqueSaveFile(
H A Dtclique_graph.c176 TCLIQUE_Bool tcliqueCreate( in tcliqueCreate()
229 TCLIQUE_Bool tcliqueEnsureSizeEdges( in tcliqueEnsureSizeEdges()
255 TCLIQUE_Bool tcliqueEnsureSizeCachedEdges( in tcliqueEnsureSizeCachedEdges()
282 TCLIQUE_Bool tcliqueEnsureSizeNodes( in tcliqueEnsureSizeNodes()
331 TCLIQUE_Bool tcliqueAddNode( in tcliqueAddNode()
371 TCLIQUE_Bool tcliqueAddEdge( in tcliqueAddEdge()
408 TCLIQUE_Bool tcliqueFlush( in tcliqueFlush()
543 TCLIQUE_Bool tcliqueLoadFile( in tcliqueLoadFile()
716 TCLIQUE_Bool tcliqueSaveFile( in tcliqueSaveFile()
H A Dtclique_branch.c124 TCLIQUE_Bool clique2smaller; in compSubcliques()
281 TCLIQUE_Bool inCliquehash( in inCliquehash()
444TCLIQUE_Bool* stopsolving /**< pointer to store whether the solving should be stop… in newSolution()
449 TCLIQUE_Bool acceptsol; in newSolution()
613 TCLIQUE_Bool* iscolored, /**< coloring status of all nodes */ in boundSubgraph()
726 TCLIQUE_Bool* iscolored, /**< coloring status of all nodes */ in branch()
746 TCLIQUE_Bool isleaf; in branch()
968 TCLIQUE_Bool stopsolving; in branch()
1035 TCLIQUE_Bool* iscolored; in tcliqueMaxClique()
H A Dtclique_coloring.h69 TCLIQUE_Bool* iscolored, /**< coloring status of all nodes */
H A Dtclique_coloring.c47 TCLIQUE_Bool* iscolored, /**< coloring status of all nodes */ in getMaxSatdegIndex()
231 TCLIQUE_Bool* iscolored, /**< coloring status of all nodes */ in tcliqueColoring()
241 TCLIQUE_Bool growclique; in tcliqueColoring()