permutationlock / simplex

Implementation of the simplex algorithm for solving linear programming solutions using the Eigen linear algebra library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplex

Implementation of the simplex algorithm for solving linear programming solutions using the Eigen linear algebra library.

Requirements

The Eigen library and a compiler that supports the C++11 standard. The provided makefile uses GCC by default.

About

Implementation of the simplex algorithm for solving linear programming solutions using the Eigen linear algebra library.

License:MIT License


Languages

Language:C++ 92.1%Language:Makefile 7.9%