type definitions for branching and inference history
Definition in file type_history.h.
Go to the source code of this file.
typedef enum SCIP_BranchDir SCIP_BRANCHDIR |
branching direction for branching on variables
Definition at line 48 of file type_history.h.
typedef struct SCIP_History SCIP_HISTORY |
branching and inference history information for single variable
Definition at line 50 of file type_history.h.
typedef struct SCIP_ValueHistory SCIP_VALUEHISTORY |
Value history data structure
branching and inference history informations for single variable dependent on the domain value
Definition at line 58 of file type_history.h.
enum SCIP_BranchDir |
branching direction for branching on variables
Definition at line 41 of file type_history.h.