Package dev.nm.solver.multivariate.constrained.integer.linear.bb
-
Interface Summary Interface Description ILPBranchAndBoundMinimizer.ActiveListFactory This factory constructs a new instance ofActiveList
for each Integer Linear Programming problem. -
Class Summary Class Description ILPBranchAndBoundMinimizer This is a Branch-and-Bound algorithm that solves Integer Linear Programming problems.ILPNode This is the branch-and-bound node used in conjunction withILPBranchAndBoundMinimizer
to solve an Integer Linear Programming problem.