https://github.com/phosphore/simplex
C# translation of a linear programming solver, based on IainNZ's SimplexJS
https://github.com/phosphore/simplex
Last synced: about 1 month ago
JSON representation
C# translation of a linear programming solver, based on IainNZ's SimplexJS
- Host: GitHub
- URL: https://github.com/phosphore/simplex
- Owner: phosphore
- Created: 2014-04-19T14:54:22.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-19T15:18:43.000Z (about 12 years ago)
- Last Synced: 2025-11-21T20:03:48.024Z (8 months ago)
- Language: C#
- Homepage:
- Size: 145 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simplex
=======
I've just transposed [IainNZ's linear programming solver JS](https://github.com/IainNZ/SimplexJS) in C# _(only the simplex part)_.
If you're working with LP, check out this page you may find useful - [octave](http://www.gnu.org/software/octave/doc/interpreter/Linear-Programming.html)'s (gnu.org) - to understand variables names.
Cheers :)