Package | Description |
---|---|
dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.problem |
Modifier and Type | Class and Description |
---|---|
class |
LPCanonicalProblem1
This is a linear programming problem in the 1st canonical form (following the convention in the reference):
min c'x
s.t.
|
class |
LPCanonicalProblem2
This is a linear programming problem in the 2nd canonical form (following the convention in the wiki):
min c'x
s.t.
|
class |
LPStandardProblem
This is a linear programming problem in the standard form:
min c'x
s.t.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.