Uses of Interface
dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.LPMinimizer
-
-
Uses of LPMinimizer in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp
Classes in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp with type parameters of type LPMinimizer Modifier and Type Interface Description interface
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. -
Uses of LPMinimizer in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solution
Subinterfaces of LPMinimizer in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solution Modifier and Type Interface Description interface
LPSimplexMinimizer
A simplex LP minimizer can be read off from the solution simplex table.Classes in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solution that implement LPMinimizer Modifier and Type Class Description class
LPBoundedMinimizer
This is the solution to a bounded linear programming problem.class
LPUnboundedMinimizer
This is the solution to an unbounded linear programming problem.class
LPUnboundedMinimizerScheme2
This is the solution to an unbounded linear programming problem found in scheme 2. -
Uses of LPMinimizer in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solver
Methods in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solver that return types with arguments of type LPMinimizer Modifier and Type Method Description LPSolution<LPMinimizer>
LPRevisedSimplexSolver. solve(LPProblem p)
LPSolution<LPMinimizer>
LPRevisedSimplexSolver. solve(LPRevisedSimplexSolver.Problem p)
-