-------------------------------------------------- ----
The program for solving linear programming problems by the simplex method. Sources at Delphi with detailed comments. As well as course work, written for this program. I put 5.
The program itself, you can download and try this link:
http://alexeyspace.ru/programs/8
-------------------------------------------------- ----
Program Description:
The program itself reduces the problem to canonical form, and make it iterative solution using simplex conversion table. Displays a detailed report on the progress of the solution.
There are three modes of problem solving:
1) Automatic
2) Step
3) Manual
In the first mode, the program automatically selects the enable column and row that provide the maximum increase or decrease of the objective function. And automatically recalculates all of the tables.
In step mode, each converted table is displayed. This mode is useful to view the intermediate results of the solution. Permissive column and row, in this mode, the program selects itself.
In manual mode, the user selects the resolution of the row and column.
It is also possible to export all tables, obtained in the course of solving the problem in Excel.