extreduce_util.c
Go to the documentation of this file.
26 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
Definition: graphdefs.h:184
Definition: extreducedefs.h:101
SCIP_Bool extreduce_extCompFullIsPromising(const GRAPH *graph, const EXTPERMA *extperma, const EXTCOMP *extcomp)
Definition: extreduce_util.c:124
void extreduce_extCompRevert(const GRAPH *graph, const EXTPERMA *extperma, EXTCOMP *extcomp)
Definition: extreduce_util.c:52
This file implements extended reduction techniques for several Steiner problems.
miscellaneous methods used for solving Steiner problems
Definition: extreducedefs.h:174
SCIP_Bool extreduce_extCompIsPromising(const GRAPH *graph, const EXTPERMA *extperma, const EXTCOMP *extcomp)
Definition: extreduce_util.c:93
Portable definitions.
static SCIP_Bool extLeafIsExtendable(const GRAPH *graph, const SCIP_Bool *isterm, int leaf)
Definition: extreducedefs.h:488