nivshah/simplex-calculator

Simple tool for linear programming problems solving

1.0.5 2020-12-01 15:01 UTC

This package is auto-updated.

Last update: 2024-04-07 02:22:31 UTC


README

Forked from https://github.com/uestla/Simplex-Calculator

Uses bcsub to calculate fractions from decimals in order to avoid floating point issues.

Conventions

Please name your variables as x<n> where <n> is a natural number (see example.php for details).