gtsam 4.1.1
gtsam
|
This finds a feasible solution for an LP problem. More...
Go to the source code of this file.
Classes | |
class | gtsam::LPInitSolver |
This LPInitSolver implements the strategy in Matlab: http://www.mathworks.com/help/optim/ug/linear-programming-algorithms.html#brozyzb-9 Solve for x and y: min y st Ax = b Cx - y <= d where y \in R, x \in R^n, and Ax = b and Cx <= d is the constraints of the original problem. More... | |
Namespaces | |
namespace | gtsam |
Global functions in a separate testing namespace. | |
This finds a feasible solution for an LP problem.
This LPInitSolver implements the strategy in Matlab.