- Cell Phones 1489
- Desktop 749
- Editors 249
- Education, Science & Engineering 1376
- Games 3054
- Internet 4567
- Multimedia & Graphics 1119
- Office software 742
- PC 501
- Programming 2049
- 1C 140
- ActiveX 3
- Assembler 30
- C# 129
- C/С++ 280
- Data Bases 514
- Delphi/Pascal 507
- Disassemblers 6
- OpenGL/DirectX 5
- PHP 162
- Setup Software 22
- Visual Basic 24
- Others 227
- Security 1086
- SEO 292
- Software for Pocket PC 184
- Utilities 1216
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.