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.
- Host: GitHub
- URL: https://github.com/permutationlock/simplex
- Owner: permutationlock
- License: mit
- Created: 2016-11-04T11:06:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-13T03:42:16.000Z (about 9 years ago)
- Last Synced: 2025-09-06T06:01:01.903Z (6 months ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.