dynamic array for storing bool values
Definition at line 154 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 156 of file struct_misc.h.
| SCIP_Bool* SCIP_BoolArray::vals |
array values
Definition at line 157 of file struct_misc.h.
Referenced by SCIPboolarrayCopy(), and SCIPboolarrayGetVal().
| int SCIP_BoolArray::valssize |
size of vals array
Definition at line 158 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 159 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 160 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 161 of file struct_misc.h.
Referenced by SCIPboolarrayCopy(), SCIPboolarrayExtend(), SCIPboolarrayGetMaxIdx(), and SCIPboolarrayGetVal().