https://github.com/athanclark/simplex-basic
A trivial implementation of the simplex algorithm.
https://github.com/athanclark/simplex-basic
Last synced: 7 months ago
JSON representation
A trivial implementation of the simplex algorithm.
- Host: GitHub
- URL: https://github.com/athanclark/simplex-basic
- Owner: athanclark
- License: bsd-3-clause
- Created: 2015-06-10T15:53:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-13T14:52:42.000Z (almost 11 years ago)
- Last Synced: 2024-12-28T16:38:12.369Z (over 1 year ago)
- Language: Haskell
- Size: 156 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
basic-simplex
=============
[](https://travis-ci.org/athanclark/simplex-basic)
A trivial implementation of primal simplex.
## How to run tests
```
cabal install --enable-tests && cabal test
```
## References
- [Finite Mathematics Lesson 4](http://joemath.com/finitemath/ch4/Section4.1-4.2.htm)
- [Example of Simplex Procedure](http://math.uww.edu/~mcfarlat/s-prob.htm)