public static final class IloCplex.Param.MIP.Cuts
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static IloCplex.IntParam |
BQP
BQP cut generation (only applies to non-convex models solved to global optimality).
|
static IloCplex.IntParam |
Cliques
Clique cut generation.
|
static IloCplex.IntParam |
Covers
Cover cut generation.
|
static IloCplex.IntParam |
Disjunctive
Disjunctive cut generation.
|
static IloCplex.IntParam |
FlowCovers
Flow cover cut generation.
|
static IloCplex.IntParam |
Gomory
Gomory fractional cut generation.
|
static IloCplex.IntParam |
GUBCovers
GUB cover cut generation.
|
static IloCplex.IntParam |
Implied
Implied bound cut generation.
|
static IloCplex.IntParam |
LiftProj
Lift and Project cut generation.
|
static IloCplex.IntParam |
LocalImplied
Local implied bound cut generation.
|
static IloCplex.IntParam |
MCFCut
MCF cut generation.
|
static IloCplex.IntParam |
MIRCut
Mixed integer rounding cut generation.
|
static IloCplex.IntParam |
Nodecuts
Level of cut separation at nodes.
|
static IloCplex.IntParam |
PathCut
Flow path cut generation.
|
static IloCplex.IntParam |
RLT
RLT cut generation (only applies to non-convex models solved to global optimality).
|
static IloCplex.IntParam |
ZeroHalfCut
Zero-half cut generation.
|
public static final IloCplex.IntParam BQP
See CPXPARAM_MIP_Cuts_BQP in the C API for further information.
public static final IloCplex.IntParam Cliques
See CPXPARAM_MIP_Cuts_Cliques in the C API for further information.
public static final IloCplex.IntParam Covers
See CPXPARAM_MIP_Cuts_Covers in the C API for further information.
public static final IloCplex.IntParam Disjunctive
See CPXPARAM_MIP_Cuts_Disjunctive in the C API for further information.
public static final IloCplex.IntParam FlowCovers
See CPXPARAM_MIP_Cuts_FlowCovers in the C API for further information.
public static final IloCplex.IntParam Gomory
See CPXPARAM_MIP_Cuts_Gomory in the C API for further information.
public static final IloCplex.IntParam GUBCovers
See CPXPARAM_MIP_Cuts_GUBCovers in the C API for further information.
public static final IloCplex.IntParam Implied
See CPXPARAM_MIP_Cuts_Implied in the C API for further information.
public static final IloCplex.IntParam LiftProj
See CPXPARAM_MIP_Cuts_LiftProj in the C API for further information.
public static final IloCplex.IntParam LocalImplied
See CPXPARAM_MIP_Cuts_LocalImplied in the C API for further information.
public static final IloCplex.IntParam MCFCut
See CPXPARAM_MIP_Cuts_MCFCut in the C API for further information.
public static final IloCplex.IntParam MIRCut
See CPXPARAM_MIP_Cuts_MIRCut in the C API for further information.
public static final IloCplex.IntParam Nodecuts
See CPXPARAM_MIP_Cuts_Nodecuts in the C API for further information.
public static final IloCplex.IntParam PathCut
See CPXPARAM_MIP_Cuts_PathCut in the C API for further information.
public static final IloCplex.IntParam RLT
See CPXPARAM_MIP_Cuts_RLT in the C API for further information.
public static final IloCplex.IntParam ZeroHalfCut
See CPXPARAM_MIP_Cuts_ZeroHalfCut in the C API for further information.