Class ILPBranchAndBoundMinimizer

    • Constructor Detail

      • ILPBranchAndBoundMinimizer

        public ILPBranchAndBoundMinimizer​(ILPBranchAndBoundMinimizer.ActiveListFactory factory)
        Construct a Branch-and-Bound minimizer to solve Integer Linear Programming problems.
        Parameters:
        factory - a factory that constructs a new instance of ActiveList for each problem
      • ILPBranchAndBoundMinimizer

        public ILPBranchAndBoundMinimizer()
        Construct a Branch-and-Bound minimizer to solve Integer Linear Programming problems.