stptest_graph.c
Go to the documentation of this file.
26 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
138 SCIPdebugMessage("wrong number of nodes/edges (%d, %d) stored! \n", csr.nnodes, csr.nedges_max);
151 SCIPdebugMessage("wrong number of nodes/edges (%d, %d) stored! \n", csr.nnodes, csr.nedges_max);
Definition: graphdefs.h:184
Definition: struct_scip.h:59
SCIP_RETCODE stptest_graphSetUpPcOrg(SCIP *scip, GRAPH *graph, int *nnodes_new, int *nedges_new)
Definition: stptest_graph.c:301
void stptest_graphTearDown(SCIP *scip, GRAPH *graph)
Definition: stptest_graph.c:274
includes various files containing graph methods used for Steiner tree problems
SCIP_RETCODE stptest_graphSetUpRpcExtended(SCIP *scip, GRAPH *graph, int *nnodes_new, int *nedges_new)
Definition: stptest_graph.c:400
static SCIP_Bool csrdepoCSRsAreEqual(const CSR *csr1, const CSR *csr2)
Definition: stptest_graph.c:36
SCIP_RETCODE stptest_graphSetUpRmwOrg(SCIP *scip, GRAPH *graph, int *nnodes_new, int *nedges_new)
Definition: stptest_graph.c:335
SCIP_RETCODE stptest_graphSetUpRpcOrg(SCIP *scip, GRAPH *graph, int *nnodes_new, int *nedges_new)
Definition: stptest_graph.c:317
SCIP_RETCODE stptest_graphSetUp(SCIP *scip, GRAPH *graph)
Definition: stptest_graph.c:286
void graph_csrdepo_getEmptyTop(const CSRDEPO *, CSR *)
Definition: graph_util.c:874
Definition: type_retcode.h:33
void graph_csrdepo_addEmptyTop(CSRDEPO *, int, int)
Definition: graph_util.c:800
Definition: type_retcode.h:34
SCIP_RETCODE graph_csrdepo_init(SCIP *, int, int, CSRDEPO **)
Definition: graph_util.c:590
SCIP_RETCODE stptest_graphSetUpPcExtended(SCIP *scip, GRAPH *graph, int *nnodes_new, int *nedges_new)
Definition: stptest_graph.c:375
Definition: graphdefs.h:138
Portable definitions.
void graph_csrdepo_emptyTopSetMarked(CSRDEPO *)
Definition: graph_util.c:890
includes various testing methods for Steiner tree problems
Definition: objbenders.h:33
SCIP_RETCODE stptest_graphSetUpRmwExtended(SCIP *scip, GRAPH *graph, int *nnodes_new, int *nedges_new)
Definition: stptest_graph.c:351
SCIP callable library.
void graph_csrdepo_getCSR(const CSRDEPO *, int, CSR *)
Definition: graph_util.c:667