All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_VBounds Struct Reference Detailed Descriptionvariable bounds of a variable x in the form x <= b*z + d or x >= b*z + d Definition at line 37 of file struct_implics.h.
Field Documentation
variables z in variable bounds x <= b*z + d or x >= b*z + d Definition at line 39 of file struct_implics.h. Referenced by SCIPvboundsGetVars(), and vboundsSearchPos().
coefficients b in variable bounds x <= b*z + d or x >= b*z + d Definition at line 40 of file struct_implics.h. Referenced by SCIPvboundsGetCoefs(), and vboundsSearchPos().
constants d in variable bounds x <= b*z + d or x >= b*z + d Definition at line 41 of file struct_implics.h. Referenced by SCIPvboundsGetConstants().
number of existing variable bounds (used slots in arrays) Definition at line 42 of file struct_implics.h. Referenced by SCIPvboundsGetNVbds(), and vboundsSearchPos().
size of vars, coefs, and constants arrays Definition at line 43 of file struct_implics.h. |