/SimplexMethod

A software for solving a linear programming problem with the simplex method. The user inserts the objective function and constraints (in standard form), and the software returns the optimal dual solution (if the solution is feasible, otherwise - it gives a message that the solution is not feasible).

Primary LanguageJava

Simplex Method

This software is written in Java SE, last modified on October 2011.

A software for solving a linear programming problem with the simplex method. The user inserts the objective function and constraints (in standard form), and the software returns the optimal dual solution (if the solution is feasible, otherwise - it gives a message that the solution is not feasible).