•All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
BINCONSDATA Struct Reference
Detailed Description
struct holding the relevant data for handling binary constraints
Definition at line 1193 of file branch_lookahead.c.
Data Fields | |
BINARYVARLIST * | binaryvars |
CONSTRAINTLIST * | conslist |
Field Documentation
◆ binaryvars
BINARYVARLIST* BINCONSDATA::binaryvars |
current binary vars, used to fill the conslist
Definition at line 1195 of file branch_lookahead.c.
Referenced by executeBranchingRecursive(), and selectVarStart().
◆ conslist
CONSTRAINTLIST* BINCONSDATA::conslist |
list of constraints to be created
Definition at line 1196 of file branch_lookahead.c.
Referenced by selectVarRecursive(), and selectVarStart().