bidecomposition_reduction_parameters Struct Reference
Detailed Description
bi-decomposition reduction parameters
Definition at line 91 of file reducedefs.h.
#include <reducedefs.h>
Data Fields | |
int | depth |
int | maxdepth |
SCIP_Bool | newLevelStarted |
Field Documentation
◆ depth
int bidecomposition_reduction_parameters::depth |
current depth
Definition at line 93 of file reducedefs.h.
Referenced by decomposeExactSubTry(), decomposeExec(), decomposeIsPromising(), decomposePartialExact(), decomposeReduce(), decomposeReduceSub(), redLoopInnerStp(), reduce_stp(), reduceExact(), SCIPStpHeurPruneRun(), testBiconnectedDecomposition(), testBiconnectedDecomposition2(), and testBiconnectedDecomposition3().
◆ maxdepth
int bidecomposition_reduction_parameters::maxdepth |
maximum recursive depth of decomposition
Definition at line 94 of file reducedefs.h.
Referenced by decomposeExec(), and redLoopInnerStp().
◆ newLevelStarted
SCIP_Bool bidecomposition_reduction_parameters::newLevelStarted |
no level?
Definition at line 95 of file reducedefs.h.
Referenced by decomposeReduceSubDoIt(), and redLoopInnerStp().