Interface IPMinimizer<T extends IPProblem,S extends MinimizationSolution<Vector>>
-
- Type Parameters:
T
- an integer optimization problem typeS
- the solution type to the integer optimization problem type
- All Superinterfaces:
Minimizer<T,S>
,MultivariateMinimizer<T,S>
,Optimizer<T,S>
- All Known Implementing Classes:
BruteForceIPMinimizer
,ILPBranchAndBoundMinimizer
public interface IPMinimizer<T extends IPProblem,S extends MinimizationSolution<Vector>> extends MultivariateMinimizer<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.