Package dev.nm.solver.multivariate.constrained.integer
-
Interface Summary Interface Description IPMinimizer<T extends IPProblem,S extends MinimizationSolution<Vector>> An Integer Programming minimizer minimizes an objective function subject to equality/inequality constraints as well as integral constraints.IPProblem An Integer Programming problem is a mathematical optimization or feasibility program in which some or all of the variables are restricted to be integers. -
Class Summary Class Description IPProblemImpl1 This is an implementation of a general Integer Programming problem in which some variables take only integers.