stptest_graphpath.c
Go to the documentation of this file.
26 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
static SCIP_RETCODE testTerminalPathsRepair(SCIP *scip)
Definition: stptest_graphpath.c:98
Definition: graphdefs.h:184
Definition: struct_scip.h:59
void graph_edge_addBi(SCIP *, GRAPH *, int, int, double)
static SCIP_RETCODE testTerminalPathsTo3NextFound(SCIP *scip)
Definition: stptest_graphpath.c:37
includes various files containing graph methods used for Steiner tree problems
static SCIP_RETCODE testTerminalPathsRepair2(SCIP *scip)
Definition: stptest_graphpath.c:160
void graph_tpathsSetAll4(GRAPH *, const SCIP_Real *, const SCIP_Real *, const SDPROFIT *, TPATHS *)
Definition: graph_tpath.c:2260
static SCIP_RETCODE testTerminalPathsRepair3(SCIP *scip)
Definition: stptest_graphpath.c:243
Definition: reducedefs.h:135
SCIP_Real reduce_sdGetSd(const GRAPH *, int, int, SCIP_Real, SCIP_Real, SD *)
Definition: reduce_sd.c:2428
SCIP_RETCODE graph_tpathsRepair(SCIP *, int, SCIP_Bool, const GRAPH *, TPATHS *)
Definition: graph_tpath.c:1744
Definition: type_retcode.h:33
SCIP_RETCODE graph_tpathsRepairSetUp(const GRAPH *, TPATHS *)
Definition: graph_tpath.c:1719
SCIP_RETCODE reduce_sdRepair(SCIP *, int, SCIP_Bool, GRAPH *, SD *)
Definition: reduce_sdutil.c:811
void graph_tpathsGet4CloseTerms(const GRAPH *, const TPATHS *, int, SCIP_Real, int *RESTRICT, int *RESTRICT, SCIP_Real *RESTRICT, int *RESTRICT)
static SCIP_RETCODE testBiasedTerminalPathsTo4NextFound(SCIP *scip)
Definition: stptest_graphpath.c:412
Portable definitions.
Definition: reducedefs.h:122
includes various testing methods for Steiner tree problems
SCIP_RETCODE graph_tpathsInit(SCIP *, GRAPH *, TPATHS **)
Definition: graph_tpath.c:1682
SCIP_RETCODE reduce_sdprofitInit(SCIP *, const GRAPH *, SDPROFIT **)
Definition: reduce_sdutil.c:1032
Definition: objbenders.h:33
SCIP_RETCODE reduce_sdRepairSetUp(SCIP *, const GRAPH *, SD *)
Definition: reduce_sdutil.c:853
SCIP callable library.
Definition: graph_tpath.c:61