Simplex-Calculator icon indicating copy to clipboard operation
Simplex-Calculator copied to clipboard

PHP tool for linear programming problems solving

Results 5 Simplex-Calculator issues
Sort by recently updated
recently updated
newest added

#9 I've created (in my opinion) clearer way to product linear program. Now it all may be written as a one class, and from that class you may take answers....

I've rewritten tests to PHPUnit, and increased phpinsights score. Complexity still needs to be upgraded.

Hello. First of all, I would like to say, that your code looks good, and I like it. I would like to make some addition and create a pull request,...

This library is exactly what I'm looking for. Unfortunately, I can't use the bcmath extension in the environment I intend to use the plugin. Is is possible to add support...

It would be nice if the result could be converted to JSON by having the classes implement [`JsonSerializable`](https://www.php.net/manual/en/jsonserializable.jsonserialize.php).