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