- Type Parameters:
T - an integer optimization problem type
S - the solution type to the integer optimization problem type
- All Superinterfaces:
- Minimizer<T,S>, Optimizer<T,S>, java.io.Serializable
- All Known Implementing Classes:
- BruteForceIPMinimizer, ILPBranchAndBound
public interface IPMinimizer<T extends IPProblem,S extends MinimizationSolution<Vector>>
extends Minimizer<T,S>
An Integer Programming minimizer minimizes an objective function subject to equality/inequality constraints as well as integral constraints.
That is, some variables in the objective function are integers.