Scippy

SCIP

Solving Constraint Integer Programs

BINCONSDATA Struct Reference

Detailed Description

struct holding the relevant data for handling binary constraints

Definition at line 1524 of file branch_lookahead.c.

Data Fields

BINARYVARLISTbinaryvars
 
CONSTRAINTLISTconslist
 

Field Documentation

◆ binaryvars

BINARYVARLIST* BINCONSDATA::binaryvars

current binary vars, used to fill the conslist

Definition at line 1526 of file branch_lookahead.c.

Referenced by createBinaryConstraintName(), and executeBranchingRecursive().

◆ conslist

CONSTRAINTLIST* BINCONSDATA::conslist

list of constraints to be created

Definition at line 1527 of file branch_lookahead.c.

Referenced by selectVarRecursive().