Package dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.problem
-
Interface Summary Interface Description LPProblem A linear programming (LP) problem minimizes a linear objective function subject to a collection of linear constraints. -
Class Summary Class Description LPCanonicalProblem1 This is a linear programming problem in the 1st canonical form (following the convention in the reference): min c'x s.t.LPCanonicalProblem2 This is a linear programming problem in the 2nd canonical form (following the convention in the wiki): min c'x s.t.LPProblemImpl1 This is an implementation of a linear programming problem,LPProblem
.LPStandardProblem This is a linear programming problem in the standard form: min c'x s.t.