All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_IntArray Struct Reference Detailed Descriptiondynamic array for storing int values Definition at line 120 of file struct_misc.h.
Field Documentation
block memory that stores the vals array Definition at line 122 of file struct_misc.h. Referenced by SCIPintarrayExtend().
array values Definition at line 123 of file struct_misc.h. Referenced by SCIPintarrayClear(), SCIPintarrayCopy(), SCIPintarrayExtend(), SCIPintarrayGetVal(), and SCIPintarraySetVal().
size of vals array Definition at line 124 of file struct_misc.h. Referenced by SCIPintarrayClear(), SCIPintarrayCopy(), SCIPintarrayExtend(), SCIPintarrayGetVal(), and SCIPintarraySetVal().
index of first element in vals array Definition at line 125 of file struct_misc.h. Referenced by SCIPintarrayClear(), SCIPintarrayCopy(), SCIPintarrayExtend(), SCIPintarrayGetVal(), and SCIPintarraySetVal().
index of first non zero element in vals array Definition at line 126 of file struct_misc.h. Referenced by SCIPintarrayClear(), SCIPintarrayCopy(), SCIPintarrayExtend(), SCIPintarrayGetMinIdx(), and SCIPintarraySetVal().
index of last non zero element in vals array Definition at line 127 of file struct_misc.h. Referenced by SCIPintarrayClear(), SCIPintarrayCopy(), SCIPintarrayExtend(), SCIPintarrayGetMaxIdx(), SCIPintarrayGetVal(), and SCIPintarraySetVal(). |