- Cell Phones 1540
- Desktop 748
- Editors 251
- Education, Science & Engineering 1362
- Games 2986
- Internet 4579
- Multimedia & Graphics 1084
- Office software 743
- PC 490
- Programming 2030
- 1C 140
- ActiveX 3
- Assembler 30
- C# 112
- C/С++ 280
- Data Bases 513
- Delphi/Pascal 506
- Disassemblers 6
- OpenGL/DirectX 5
- PHP 162
- Setup Software 22
- Visual Basic 24
- Others 227
- Security 1013
- SEO 294
- Software for Pocket PC 185
- Utilities 1238
Simplex method with artificial basis (method M).
Refunds: 0
Uploaded: 10.02.2017
Content: simplex_m_method.rar 814,85 kB
Product description
-------------------------------------------------- ----
The program for solving linear programming problems by the simplex method. Sources at Delphi with detailed comments.
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.
Additional information
The content of the archive:
1) The program (exe-file);
2) source code on Delphi 7 and Delphi XE;
3) A few examples of the calculation program.
The archive contains two versions of the source. The first - is more complicated, with the export to Excel, and more complicated interface. The second program of "simplex-lite" - is a lite version first. There is only a function of the conversion table, and saving decisions in a text file. Code to a minimum. This version is suitable for students who need a simple solution to the problem, and nothing more.