public static interface SimplexCuttingPlane.CutterFactory.Cutter
extends java.io.Serializable
Cutter defines how to cut a simplex table, i.e., how to relax a linear program so that
the current non-integer solution is no longer feasible to the relaxation.| Modifier and Type | Method and Description |
|---|---|
SimplexTable |
cut(SimplexTable table)
Cut a simplex table.
|
SimplexTable cut(SimplexTable table)
table is changed after this operation.table - a simple table