- Cell Phones 1489
- Desktop 749
- Editors 248
- Education, Science & Engineering 1376
- Games 3054
- Internet 4567
- Multimedia & Graphics 1119
- Office software 742
- PC 499
- Programming 2050
- 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 228
- Security 1088
- SEO 292
- Software for Pocket PC 184
- Utilities 1216
Simplex - method. Coursework and sources.
Refunds: 0
Uploaded: 23.06.2022
Content: simplex_csharp.zip 1551,92 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.