You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+57-28Lines changed: 57 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -381,13 +381,13 @@ The source provides several examples [6-8] that illustrate the graphical method
381
381
382
382
<br>
383
383
384
-
## Conclusion about the Graphical Method
384
+
## [Conclusion about the Graphical Method]()
385
385
386
386
The graphical method is a useful tool for solving linear programming problems with two decision variables, providing a clear visual representation of the solution process. It helps in understanding the concepts of feasible solutions, feasible regions, and the role of vertices in finding the optimal solution. However, this method is limited to problems with only two decision variables. For problems with more variables, more advanced techniques like the simplex algorithm are required.
387
387
388
388
<br><br>
389
389
390
-
# IV- The Simplex Method
390
+
# IV- [The Simplex Method]()
391
391
392
392
#### [Click here](https://github.com/Quantum-Software-Development/Optimization-Simulation-Modeling-LinearProgramming/blob/5d0f89d3a4d9f67f900463505cb7d4b4e72d186a/class_4-Simplex%20Method/class_4-Simplex%20Method.pdf) to access Theoretical and Pratical Material.
393
393
@@ -396,7 +396,7 @@ The graphical method is a useful tool for solving linear programming problems wi
396
396
397
397
<br>
398
398
399
-
# V- Two-Stage Simplex
399
+
# V- [Two-Stage Simplex]()
400
400
401
401
#### [Click here](https://github.com/Quantum-Software-Development/Optimization-Simulation-Modeling-LinearProgramming/blob/e09ce2c81b12f47975bdb0ed6b3acd77b2195532/class_6-Two-Stage%20Simplex./two-stage%20simplex..pdf) to access Theoretical and Pratical Material.
402
402
@@ -407,7 +407,7 @@ The graphical method is a useful tool for solving linear programming problems wi
407
407
408
408
<br>
409
409
410
-
# VI - [Excel Solver for Linear Programming - Simplex]():
410
+
# VI - [Excel Solver for Linear Programming - Simplex]()
411
411
412
412
413
413
The Excel Solver is an optimization tool available in Microsoft Excel that allows users to find the optimal solution to decision problems involving constraints and objectives. It can solve linear and nonlinear programming problems by adjusting the values of decision variables to maximize or minimize a target (objective) function, subject to a set of constraints.
@@ -428,55 +428,70 @@ In the context of Linear Programming (LP) and the Simplex Method, Excel Solver c
428
428
<br>
429
429
430
430
431
-
## Simplex Method using Excel Solver
431
+
## VII - [Simplex Method using Excel Solver]()
432
432
433
433
This example shows how to solve a Linear Programming (LP) problem using the **Simplex Method** via **Excel Solver**.
434
434
435
-
---
435
+
<br>
436
436
437
-
### Problem
437
+
### [Problem]():
438
438
439
-
Maximize the objective function:
439
+
### [Maximize the objective function]():
440
440
441
441
Z = 3x + 5y
442
442
443
-
Subject to the constraints:
443
+
### [Subject to the constraints]():
444
444
445
445
x + 2y ≤ 100
446
446
2x + y ≤ 80
447
447
x, y ≥ 0
448
448
449
-
---
450
449
451
-
### Excel Spreadsheet Setup
450
+
<br>
451
+
452
452
453
-
Fill the spreadsheet with the following structure:
453
+
### [Excel Spreadsheet Setup]():
454
454
455
-
#### Variables and Objective
455
+
### **Fill the spreadsheet with the following structure:**
0 commit comments