| Interface | Description |
|---|---|
| LPProblem |
A linear programming (LP) problem minimizes a linear objective function subject to a collection of linear constraints.
|
| 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.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.