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

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

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 :)