Package dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp
-
Interface Summary Interface Description LPMinimizer An LP minimizer minimizes the objective of an LP problem, satisfying all the constraints.LPSolution<T extends LPMinimizer> A solution to an LP problem contains all information about solving an LP problem such as whether the problem has a solution (bounded), how many minimizers it has, and the minimum.LPSolver<P extends LPProblem,S extends LPSolution<?>> An LP solver solves a Linear Programming (LP) problem.