Interface ILPBranchAndBoundMinimizer.ActiveListFactory

  • Enclosing class:
    ILPBranchAndBoundMinimizer

    public static interface ILPBranchAndBoundMinimizer.ActiveListFactory
    This factory constructs a new instance of ActiveList for each Integer Linear Programming problem.
    • Method Detail

      • newActiveList

        ActiveList newActiveList()
        Construct a new instance of ActiveList for an Integer Linear Programming problem.
        Returns:
        a new instance of ActiveList