public static interface SimplexCuttingPlaneMinimizer.CutterFactory.Cutter
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 tableCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.