type definitions for cuts
Definition in file type_cuts.h.
Go to the source code of this file.
Macros | |
| #define | SCIP_CUTGENMETHOD_NONE UINT32_C(0x0) |
| #define | SCIP_CUTGENMETHOD_FLOWCOVER UINT32_C(0x1) |
| #define | SCIP_CUTGENMETHOD_KNAPSACKCOVER UINT32_C(0x2) |
| #define | SCIP_CUTGENMETHOD_CMIR UINT32_C(0x4) |
| #define | SCIP_CUTGENMETHOD_ALL ((SCIP_CUTGENMETHOD)(-1)) |
| #define SCIP_CUTGENMETHOD_NONE UINT32_C(0x0) |
cut generation method bit flags no method (for initialization only)
Definition at line 42 of file type_cuts.h.
Referenced by aggregation(), and SCIPcalcBestCut().
| #define SCIP_CUTGENMETHOD_FLOWCOVER UINT32_C(0x1) |
flow cover cut
Definition at line 43 of file type_cuts.h.
Referenced by aggregation(), and SCIPcalcBestCut().
| #define SCIP_CUTGENMETHOD_KNAPSACKCOVER UINT32_C(0x2) |
knapsack cover cut
Definition at line 44 of file type_cuts.h.
Referenced by aggregation(), and SCIPcalcBestCut().
| #define SCIP_CUTGENMETHOD_CMIR UINT32_C(0x4) |
complemented MIR cut
Definition at line 45 of file type_cuts.h.
Referenced by aggregation(), and SCIPcalcBestCut().
| #define SCIP_CUTGENMETHOD_ALL ((SCIP_CUTGENMETHOD)(-1)) |
all methods (all bits set)
Definition at line 46 of file type_cuts.h.
| typedef struct SCIP_AggrRow SCIP_AGGRROW |
Definition at line 37 of file type_cuts.h.
| typedef uint32_t SCIP_CUTGENMETHOD |
cut generation methods (bit field)
Definition at line 39 of file type_cuts.h.
| typedef struct SCIP_CutGenParams SCIP_CUTGENPARAMS |
parameters for cut generation methods
Definition at line 48 of file type_cuts.h.
| typedef struct SCIP_CutGenResult SCIP_CUTGENRESULT |
result of cut generation attempt
Definition at line 49 of file type_cuts.h.