#include "igl_inline.h"
#include <Eigen/Core>
#include "linprog.cpp"
 
Go to the source code of this file.
 | 
| bool  | igl::linprog (const Eigen::VectorXd &c, const Eigen::MatrixXd &A, const Eigen::VectorXd &b, const int k, Eigen::VectorXd &x) | 
|   | Solve a linear program given in "standard form".  
  | 
|   | 
| bool  | igl::linprog (const Eigen::VectorXd &f, const Eigen::MatrixXd &A, const Eigen::VectorXd &b, const Eigen::MatrixXd &B, const Eigen::VectorXd &c, Eigen::VectorXd &x) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   |