dynamic array for storing bool values
Definition at line 162 of file struct_misc.h.
#include <struct_misc.h>
Data Fields | |
BMS_BLKMEM * | blkmem |
SCIP_Bool * | vals |
int | valssize |
int | firstidx |
int | minusedidx |
int | maxusedidx |
BMS_BLKMEM* SCIP_BoolArray::blkmem |
block memory that stores the vals array
Definition at line 164 of file struct_misc.h.
SCIP_Bool* SCIP_BoolArray::vals |
array values
Definition at line 165 of file struct_misc.h.
Referenced by SCIPboolarrayCopy(), and SCIPboolarrayGetVal().
int SCIP_BoolArray::valssize |
size of vals array
Definition at line 166 of file struct_misc.h.
Referenced by SCIPboolarrayCopy(), SCIPboolarrayExtend(), and SCIPboolarrayGetVal().
int SCIP_BoolArray::firstidx |
index of first element in vals array
Definition at line 167 of file struct_misc.h.
Referenced by SCIPboolarrayClear(), SCIPboolarrayCopy(), SCIPboolarrayExtend(), SCIPboolarrayGetVal(), and SCIPboolarraySetVal().
int SCIP_BoolArray::minusedidx |
index of first non zero element in vals array
Definition at line 168 of file struct_misc.h.
Referenced by SCIPboolarrayCopy(), SCIPboolarrayExtend(), and SCIPboolarrayGetMinIdx().
int SCIP_BoolArray::maxusedidx |
index of last non zero element in vals array
Definition at line 169 of file struct_misc.h.
Referenced by SCIPboolarrayCopy(), SCIPboolarrayExtend(), SCIPboolarrayGetMaxIdx(), and SCIPboolarrayGetVal().