All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
type_history.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
39 typedef enum SCIP_BranchDir SCIP_BRANCHDIR; /**< branching direction for branching on variables */
41 typedef struct SCIP_History SCIP_HISTORY; /**< branching and inference history information for single variable */
|