Scippy

SCIP

Solving Constraint Integer Programs

SCIP_ConshdlrData Struct Reference

Detailed Description

Constraint handler data for Stp constraint handler.

Definition at line 102 of file cons_stp.c.

Data Fields

SCIP_Bool backcut
 
SCIP_Bool creepflow
 
SCIP_Bool disjunctcut
 
SCIP_Bool nestedcut
 
SCIP_Bool flowsep
 
int maxrounds
 
int maxroundsroot
 
int maxsepacuts
 
int maxsepacutsroot
 

Field Documentation

SCIP_Bool SCIP_ConshdlrData::backcut

should backcuts be applied?

Definition at line 104 of file cons_stp.c.

SCIP_Bool SCIP_ConshdlrData::creepflow

should creepflow cuts be applied?

Definition at line 105 of file cons_stp.c.

SCIP_Bool SCIP_ConshdlrData::disjunctcut

should disjunktion cuts be applied?

Definition at line 106 of file cons_stp.c.

SCIP_Bool SCIP_ConshdlrData::flowsep

should flow separation be applied?

Definition at line 108 of file cons_stp.c.

int SCIP_ConshdlrData::maxrounds

maximal number of separation rounds per node (-1: unlimited)

Definition at line 109 of file cons_stp.c.

int SCIP_ConshdlrData::maxroundsroot

maximal number of separation rounds in the root node (-1: unlimited)

Definition at line 110 of file cons_stp.c.

int SCIP_ConshdlrData::maxsepacuts

maximal number of cuts separated per separation round

Definition at line 111 of file cons_stp.c.

int SCIP_ConshdlrData::maxsepacutsroot

maximal number of cuts separated per separation round in the root node

Definition at line 112 of file cons_stp.c.

SCIP_Bool SCIP_ConshdlrData::nestedcut

should nested cuts be applied?

Definition at line 107 of file cons_stp.c.