Interface SimplexCuttingPlaneMinimizer.CutterFactory
-
- Enclosing class:
- SimplexCuttingPlaneMinimizer
public static interface SimplexCuttingPlaneMinimizer.CutterFactoryThis factory constructs a newCutterfor each MILP problem.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSimplexCuttingPlaneMinimizer.CutterFactory.CutterACutterdefines 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.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimplexCuttingPlaneMinimizer.CutterFactory.CuttergetCutter(ILPProblem problem)Construct a newCutterfor a MILP problem.
-
-
-
Method Detail
-
getCutter
SimplexCuttingPlaneMinimizer.CutterFactory.Cutter getCutter(ILPProblem problem)
Construct a newCutterfor a MILP problem.- Parameters:
problem- a MILP problem- Returns:
- a
Cutter
-
-