Scippy

SCIP

Solving Constraint Integer Programs

reduction_parameters Struct Reference

Detailed Description

reduction parameters

Definition at line 75 of file reducedefs.h.

#include <reducedefs.h>

Data Fields

SCIP_Bool dualascent
 
SCIP_Bool boundreduce
 
SCIP_Bool nodereplacing
 
int reductbound
 
int reductbound_min
 
SCIP_Bool userec
 
SCIP_Bool fullreduce
 
SCIP_Bool usestrongreds
 

Field Documentation

◆ dualascent

SCIP_Bool reduction_parameters::dualascent

◆ boundreduce

SCIP_Bool reduction_parameters::boundreduce

do bound-based reduction?

Definition at line 78 of file reducedefs.h.

Referenced by redLoopInnerStp().

◆ nodereplacing

SCIP_Bool reduction_parameters::nodereplacing

should node replacement (by edges) be performed?

Definition at line 79 of file reducedefs.h.

Referenced by redLoopInnerStp(), reduce_redLoopStp(), and reduce_sd().

◆ reductbound

int reduction_parameters::reductbound

minimal number of edges to be eliminated in order to reiterate reductions

Definition at line 80 of file reducedefs.h.

Referenced by decomposeReduceSubDoIt(), redLoopInnerStp(), and reduce_redLoopStp().

◆ reductbound_min

int reduction_parameters::reductbound_min

absolute minimum

Definition at line 81 of file reducedefs.h.

Referenced by decomposeReduceSubDoIt().

◆ userec

SCIP_Bool reduction_parameters::userec

use recombination heuristic?

Definition at line 82 of file reducedefs.h.

Referenced by decomposePartialIsPromising(), redLoopInnerStp(), and reduce_redLoopStp().

◆ fullreduce

SCIP_Bool reduction_parameters::fullreduce

use full reductions? (including extended techniques)

Definition at line 83 of file reducedefs.h.

Referenced by redLoopInnerStp(), and reduce_redLoopStp().

◆ usestrongreds

SCIP_Bool reduction_parameters::usestrongreds

allow strong reductions?

Definition at line 84 of file reducedefs.h.

Referenced by redLoopInnerStp(), and reduce_sd().