All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_ValueHistory Struct Reference Detailed Descriptionbranching and inference history information for single variable dependent on the domain value Definition at line 49 of file struct_history.h.
Field Documentation
branching and inference history information for individual domain values Definition at line 51 of file struct_history.h. Referenced by SCIPvaluehistoryFind(), SCIPvaluehistoryGetHistories(), and SCIPvaluehistoryScaleVSIDS().
(sorted) array containing the domain values Definition at line 52 of file struct_history.h. Referenced by SCIPvaluehistoryFind(), and SCIPvaluehistoryGetValues().
number of different domain values Definition at line 53 of file struct_history.h. Referenced by SCIPvaluehistoryFind(), SCIPvaluehistoryGetNValues(), and SCIPvaluehistoryScaleVSIDS().
size of the both arrays Definition at line 54 of file struct_history.h. Referenced by SCIPvaluehistoryFind(). |