SCIP Doxygen Documentation
Loading...
Searching...
No Matches
type_cuts.h File Reference

Detailed Description

type definitions for cuts

Author
Leona Gottwald

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))

Macro Definition Documentation

◆ SCIP_CUTGENMETHOD_NONE

#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().

◆ SCIP_CUTGENMETHOD_FLOWCOVER

#define SCIP_CUTGENMETHOD_FLOWCOVER   UINT32_C(0x1)

flow cover cut

Definition at line 43 of file type_cuts.h.

Referenced by aggregation(), and SCIPcalcBestCut().

◆ SCIP_CUTGENMETHOD_KNAPSACKCOVER

#define SCIP_CUTGENMETHOD_KNAPSACKCOVER   UINT32_C(0x2)

knapsack cover cut

Definition at line 44 of file type_cuts.h.

Referenced by aggregation(), and SCIPcalcBestCut().

◆ SCIP_CUTGENMETHOD_CMIR

#define SCIP_CUTGENMETHOD_CMIR   UINT32_C(0x4)

complemented MIR cut

Definition at line 45 of file type_cuts.h.

Referenced by aggregation(), and SCIPcalcBestCut().

◆ SCIP_CUTGENMETHOD_ALL

#define SCIP_CUTGENMETHOD_ALL   ((SCIP_CUTGENMETHOD)(-1))

all methods (all bits set)

Definition at line 46 of file type_cuts.h.

Typedef Documentation

◆ SCIP_AGGRROW

typedef struct SCIP_AggrRow SCIP_AGGRROW

Definition at line 37 of file type_cuts.h.

◆ SCIP_CUTGENMETHOD

typedef uint32_t SCIP_CUTGENMETHOD

cut generation methods (bit field)

Definition at line 39 of file type_cuts.h.

◆ SCIP_CUTGENPARAMS

parameters for cut generation methods

Definition at line 48 of file type_cuts.h.

◆ SCIP_CUTGENRESULT

result of cut generation attempt

Definition at line 49 of file type_cuts.h.