- Cell Phones 1589
- Desktop 760
- Editors 440
- Education, Science & Engineering 1106
- Games 2657
- Internet 4619
- Multimedia & Graphics 1018
- Office software 761
- PC 483
- Programming 1898
- 1C 145
- ActiveX 3
- Assembler 30
- C# 88
- C/С++ 281
- Data Bases 424
- Delphi/Pascal 493
- Disassemblers 6
- OpenGL/DirectX 5
- PHP 154
- Setup Software 22
- Visual Basic 25
- Others 222
- Security 972
- SEO 306
- Software for Pocket PC 187
- Utilities 3933
Simplex - method. Coursework and sources.
Refunds: 0
Uploaded: 25.11.2015
Content: simplex.rar 1119,25 kB
Product description
-------------------------------------------------- ----
The program for solving linear programming problems by the simplex method. Sources in the Microsoft Visual C #, with detailed comments. As well as course work, written for this program. I put 5.
-------------------------------------------------- ----
Program Description:
The program itself reduces the problem to canonical form, and make it iterative solution using simplex conversion table.
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.
Additional information
The content of the archive:
1) The program (exe-file)
2) source code in C #
3) Term paper (40 sheets, 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.