Skip to content

Commit 0289469

Browse files
Merge pull request #334 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 0cc17b4 + 48660fa commit 0289469

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,11 +414,10 @@ In the context of Linear Programming (LP) and the Simplex Method, Excel Solver c
414414

415415
<br>
416416

417-
## Simplex Method using Excel Solver
417+
## [Simplex Method using Excel Solver]()
418418

419419
This example shows how to solve a Linear Programming (LP) problem using the **Simplex Method** via **Excel Solver**.
420420

421-
<br>
422421

423422
### Problem
424423

@@ -432,6 +431,13 @@ x + 2y ≤ 100
432431
2x + y ≤ 80
433432
x, y ≥ 0
434433

434+
<br>
435+
436+
### [Excel Spreadsheet Setup]()
437+
438+
Fill the spreadsheet with the following structure:
439+
440+
#### Variables and Objective
435441

436442

437443

0 commit comments

Comments
 (0)