Detailed Description
variable bounds of a variable x in the form x <= b*z + d or x >= b*z + d
Definition at line 48 of file struct_implics.h.
#include <struct_implics.h>
Data Fields | |
SCIP_VAR ** | vars |
SCIP_Real * | coefs |
SCIP_Real * | constants |
int | len |
int | size |
Field Documentation
◆ vars
SCIP_VAR** SCIP_VBounds::vars |
variables z in variable bounds x <= b*z + d or x >= b*z + d
Definition at line 50 of file struct_implics.h.
Referenced by SCIPvboundsGetVars(), and vboundsSearchPos().
◆ coefs
SCIP_Real* SCIP_VBounds::coefs |
coefficients b in variable bounds x <= b*z + d or x >= b*z + d
Definition at line 51 of file struct_implics.h.
Referenced by SCIPvboundsGetCoefs(), and vboundsSearchPos().
◆ constants
SCIP_Real* SCIP_VBounds::constants |
constants d in variable bounds x <= b*z + d or x >= b*z + d
Definition at line 52 of file struct_implics.h.
Referenced by SCIPvboundsGetConstants().
◆ len
int SCIP_VBounds::len |
number of existing variable bounds (used slots in arrays)
Definition at line 53 of file struct_implics.h.
Referenced by SCIPvboundsGetNVbds(), and vboundsSearchPos().
◆ size
int SCIP_VBounds::size |
size of vars, coefs, and constants arrays
Definition at line 54 of file struct_implics.h.