type_sepastore.h File Reference
Detailed Description
type definitions for storing separated cuts
Definition in file type_sepastore.h.
Go to the source code of this file.
Typedefs | |
typedef enum SCIP_Efficiacychoice | SCIP_EFFICIACYCHOICE |
typedef struct SCIP_SepaStore | SCIP_SEPASTORE |
Enumerations | |
enum | SCIP_Efficiacychoice { SCIP_EFFICIACYCHOICE_LP = 0, SCIP_EFFICIACYCHOICE_RELAX = 1, SCIP_EFFICIACYCHOICE_NLP = 2 } |
Typedef Documentation
◆ SCIP_EFFICIACYCHOICE
typedef enum SCIP_Efficiacychoice SCIP_EFFICIACYCHOICE |
Definition at line 46 of file type_sepastore.h.
◆ SCIP_SEPASTORE
typedef struct SCIP_SepaStore SCIP_SEPASTORE |
storage for separated variables
Definition at line 48 of file type_sepastore.h.
Enumeration Type Documentation
◆ SCIP_Efficiacychoice
enum SCIP_Efficiacychoice |
possible settings for specifying the solution for which cuts are selected
Definition at line 40 of file type_sepastore.h.