stptest_reduceutils.c
Go to the documentation of this file.
26 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
static SCIP_RETCODE testBLCworksFor3StarAfterReduction(SCIP *scip)
Definition: stptest_reduceutils.c:792
Definition: graphdefs.h:184
Definition: struct_scip.h:59
void reduce_blctreeGetMstEdges(const GRAPH *, const BLCTREE *, int *)
Definition: reduce_util.c:1230
void graph_edge_addBi(SCIP *, GRAPH *, int, int, double)
SCIP_Bool reduce_starAllAreChecked(const STAR *)
Definition: reduce_util.c:2002
SCIP_RETCODE stptest_reduceBLCtree(SCIP *scip)
Definition: stptest_reduceutils.c:957
includes various files containing graph methods used for Steiner tree problems
static SCIP_RETCODE testStar4EdgeIsCorrect(SCIP *scip)
Definition: stptest_reduceutils.c:480
const int * reduce_starGetRuledOutEdges(STAR *, int *)
Definition: reduce_util.c:1918
SCIP_Bool reduce_starHasPromisingEdges(const STAR *)
Definition: reduce_util.c:1990
static SCIP_RETCODE testStar4IsCorrect(SCIP *scip)
Definition: stptest_reduceutils.c:401
static SCIP_RETCODE testStar5IsCorrect(SCIP *scip)
Definition: stptest_reduceutils.c:570
SCIP_RETCODE reduce_blctreeInit(SCIP *, GRAPH *, BLCTREE **)
Definition: reduce_util.c:1168
static SCIP_RETCODE testBLCworksFor3Star(SCIP *scip)
Definition: stptest_reduceutils.c:731
void reduce_dcmstAddNode(SCIP *, const CSR *, const SCIP_Real *, DCMST *, CSR *)
Definition: reduce_util.c:1411
void reduce_dcmstGet2NodeMst(SCIP *, SCIP_Real, CSR *)
Definition: reduce_util.c:1498
SCIP_Real reduce_dcmstGetWeight(SCIP *, const CSR *)
Definition: reduce_util.c:1573
Definition: type_retcode.h:33
static SCIP_RETCODE testStar3IsCorrect(SCIP *scip)
Definition: stptest_reduceutils.c:357
Definition: type_retcode.h:34
static SCIP_RETCODE testBLCworksFor5Tree(SCIP *scip)
Definition: stptest_reduceutils.c:855
Definition: graphdefs.h:138
Portable definitions.
Definition: reduce_util.c:84
includes various testing methods for Steiner tree problems
Definition: reduce_util.c:53
Definition: objbenders.h:33
includes various reduction methods for Steiner tree problems
void reduce_blctreeGetMstBottlenecks(const GRAPH *, const BLCTREE *, SCIP_Real *)
Definition: reduce_util.c:1349