The modified simplex method.

Sold 15
Refunds 0
Good feedbacks 0
Bad feedbacks 0

The program for solving linear programming modified simplex method. Sources on Delphi, with detailed comments. As well as course work, written for this program. I put 5.


The program itself reduces the problem of linear programming to the canonical form, and produces its iterative solution. At each step, it displays a detailed report on the solution of the problem in text form.


It is possible to save \\ load task.
The content of the archive:


1) The program (exe-file)

2) source code on Delphi

3) Coursework (41 sheet, put on 5)

4) The flowchart of the program (5 sheets)

4) Help file that contains detailed description of the program

5) A few examples of the calculation program.