dynamic array for storing int values
Definition at line 151 of file struct_misc.h.
#include <struct_misc.h>
Data Fields | |
BMS_BLKMEM * | blkmem |
int * | vals |
int | valssize |
int | firstidx |
int | minusedidx |
int | maxusedidx |
BMS_BLKMEM* SCIP_IntArray::blkmem |
block memory that stores the vals array
Definition at line 153 of file struct_misc.h.
int* SCIP_IntArray::vals |
array values
Definition at line 154 of file struct_misc.h.
Referenced by SCIPintarrayCopy(), and SCIPintarrayGetVal().
int SCIP_IntArray::valssize |
size of vals array
Definition at line 155 of file struct_misc.h.
Referenced by SCIPintarrayCopy(), SCIPintarrayExtend(), and SCIPintarrayGetVal().
int SCIP_IntArray::firstidx |
index of first element in vals array
Definition at line 156 of file struct_misc.h.
Referenced by SCIPintarrayClear(), SCIPintarrayCopy(), SCIPintarrayExtend(), SCIPintarrayGetVal(), and SCIPintarraySetVal().
int SCIP_IntArray::minusedidx |
index of first non zero element in vals array
Definition at line 157 of file struct_misc.h.
Referenced by SCIPintarrayCopy(), SCIPintarrayExtend(), and SCIPintarrayGetMinIdx().
int SCIP_IntArray::maxusedidx |
index of last non zero element in vals array
Definition at line 158 of file struct_misc.h.
Referenced by SCIPintarrayCopy(), SCIPintarrayExtend(), SCIPintarrayGetMaxIdx(), and SCIPintarrayGetVal().