An open API service indexing awesome lists of open source software.

https://github.com/permutationlock/simplex

Implementation of the simplex algorithm for solving linear programming solutions using the Eigen linear algebra library.
https://github.com/permutationlock/simplex

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## 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.