Magpie is a small calculator for solving linear programming problems.
- Solution with different types:
float, double, simple fractions
.- Graphical method (2D).
- Method of excluding variables.
- Graphical method (3D).
- Step-by-step solution.
- Artificial basis method.
- Simplex method.
- Graphical method (2D).
- Saving to a file.
- Gomori method.
- Solving a dual problem.
Compiler | Standard Library | Test Environment |
---|---|---|
GCC >= 11.0 | libstdc++ | Windows / Ubuntu |
MSVC >= 19.34.31937 | Microsoft STL | Windows |