Detailed Description
dynamic array for storing bool values
Definition at line 179 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 |
Field Documentation
◆ blkmem
BMS_BLKMEM* SCIP_BoolArray::blkmem |
block memory that stores the vals array
Definition at line 181 of file struct_misc.h.
◆ vals
SCIP_Bool* SCIP_BoolArray::vals |
array values
Definition at line 182 of file struct_misc.h.
Referenced by SCIPboolarrayCopy(), and SCIPboolarrayGetVal().
◆ valssize
int SCIP_BoolArray::valssize |
size of vals array
Definition at line 183 of file struct_misc.h.
Referenced by SCIPboolarrayCopy(), SCIPboolarrayExtend(), and SCIPboolarrayGetVal().
◆ firstidx
int SCIP_BoolArray::firstidx |
index of first element in vals array
Definition at line 184 of file struct_misc.h.
Referenced by SCIPboolarrayClear(), SCIPboolarrayCopy(), SCIPboolarrayExtend(), SCIPboolarrayGetVal(), and SCIPboolarraySetVal().
◆ minusedidx
int SCIP_BoolArray::minusedidx |
index of first non zero element in vals array
Definition at line 185 of file struct_misc.h.
Referenced by SCIPboolarrayCopy(), SCIPboolarrayExtend(), and SCIPboolarrayGetMinIdx().
◆ maxusedidx
int SCIP_BoolArray::maxusedidx |
index of last non zero element in vals array
Definition at line 186 of file struct_misc.h.
Referenced by SCIPboolarrayCopy(), SCIPboolarrayExtend(), SCIPboolarrayGetMaxIdx(), and SCIPboolarrayGetVal().