Detailed Description
branching and inference history information for single variable dependent on the domain value
Definition at line 63 of file struct_history.h.
#include <struct_history.h>
Data Fields | |
SCIP_HISTORY ** | histories |
SCIP_Real * | values |
int | nvalues |
int | sizevalues |
Field Documentation
◆ histories
SCIP_HISTORY** SCIP_ValueHistory::histories |
branching and inference history information for individual domain values
Definition at line 65 of file struct_history.h.
Referenced by SCIPvaluehistoryFind(), SCIPvaluehistoryGetHistories(), and SCIPvaluehistoryScaleVSIDS().
◆ values
SCIP_Real* SCIP_ValueHistory::values |
(sorted) array containing the domain values
Definition at line 66 of file struct_history.h.
Referenced by SCIPvaluehistoryFind(), and SCIPvaluehistoryGetValues().
◆ nvalues
int SCIP_ValueHistory::nvalues |
number of different domain values
Definition at line 67 of file struct_history.h.
Referenced by SCIPvaluehistoryFind(), SCIPvaluehistoryGetNValues(), and SCIPvaluehistoryScaleVSIDS().
◆ sizevalues
int SCIP_ValueHistory::sizevalues |
size of the both arrays
Definition at line 68 of file struct_history.h.
Referenced by SCIPvaluehistoryFind().