Interface ILPBranchAndBoundMinimizer.ActiveListFactory
-
- Enclosing class:
- ILPBranchAndBoundMinimizer
public static interface ILPBranchAndBoundMinimizer.ActiveListFactoryThis factory constructs a new instance ofActiveListfor each Integer Linear Programming problem.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveListnewActiveList()Construct a new instance ofActiveListfor an Integer Linear Programming problem.
-
-
-
Method Detail
-
newActiveList
ActiveList newActiveList()
Construct a new instance ofActiveListfor an Integer Linear Programming problem.- Returns:
- a new instance of
ActiveList
-
-