All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_BoolArray Struct Reference Detailed Descriptiondynamic array for storing bool values Definition at line 131 of file struct_misc.h.
Field Documentation
block memory that stores the vals array Definition at line 133 of file struct_misc.h. Referenced by SCIPboolarrayExtend().
array values Definition at line 134 of file struct_misc.h. Referenced by SCIPboolarrayClear(), SCIPboolarrayCopy(), SCIPboolarrayExtend(), SCIPboolarrayGetVal(), and SCIPboolarraySetVal().
size of vals array Definition at line 135 of file struct_misc.h. Referenced by SCIPboolarrayClear(), SCIPboolarrayCopy(), SCIPboolarrayExtend(), SCIPboolarrayGetVal(), and SCIPboolarraySetVal().
index of first element in vals array Definition at line 136 of file struct_misc.h. Referenced by SCIPboolarrayClear(), SCIPboolarrayCopy(), SCIPboolarrayExtend(), SCIPboolarrayGetVal(), and SCIPboolarraySetVal().
index of first non zero element in vals array Definition at line 137 of file struct_misc.h. Referenced by SCIPboolarrayClear(), SCIPboolarrayCopy(), SCIPboolarrayExtend(), SCIPboolarrayGetMinIdx(), and SCIPboolarraySetVal().
index of last non zero element in vals array Definition at line 138 of file struct_misc.h. Referenced by SCIPboolarrayClear(), SCIPboolarrayCopy(), SCIPboolarrayExtend(), SCIPboolarrayGetMaxIdx(), SCIPboolarrayGetVal(), and SCIPboolarraySetVal(). |