Scippy

SCIP

Solving Constraint Integer Programs

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

◆ 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().