public static class IloCplex.CutManagement
extends java.lang.Object
These values can be used in the method UserCutCallback.add or in
the method LazyConstraintCallback.add.
| Modifier and Type | Field and Description |
|---|---|
static int |
UseCutFilter
The cut is treated exactly as cuts generated by CPLEX.
|
static int |
UseCutForce
The cut is added to the relaxation and remains there.
|
static int |
UseCutPurge
The cut is added to the relaxation, but can be purged later if CPLEX
determines that the cut is ineffective.
|
| Constructor and Description |
|---|
IloCplex.CutManagement() |
public static final int UseCutForce
public static final int UseCutPurge
public static final int UseCutFilter
In other words, the cut is filtered through the CPLEX process; it may not even be added to the relaxation; for example, if other cuts are deemed more effective, or if the cut is too dense, or for other similar reasons.