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 interfaceLPSolution<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 interfaceLPSimplexMinimizerA 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 classLPBoundedMinimizerThis is the solution to a bounded linear programming problem.classLPUnboundedMinimizerThis is the solution to an unbounded linear programming problem.classLPUnboundedMinimizerScheme2This 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)
-