public static interface SimplexCuttingPlaneMinimizer.CutterFactory
Cutter
for each MILP problem.Modifier and Type | Interface and Description |
---|---|
static interface |
SimplexCuttingPlaneMinimizer.CutterFactory.Cutter
A
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 |
---|---|
SimplexCuttingPlaneMinimizer.CutterFactory.Cutter |
getCutter(ILPProblem problem)
Construct a new
Cutter for a MILP problem. |
SimplexCuttingPlaneMinimizer.CutterFactory.Cutter getCutter(ILPProblem problem)
Cutter
for a MILP problem.problem
- a MILP problemCutter
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.