Skip to content

Commit 73f4e8a

Browse files
Merge pull request #335 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 0289469 + 6e4633f commit 73f4e8a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ In the context of Linear Programming (LP) and the Simplex Method, Excel Solver c
419419
This example shows how to solve a Linear Programming (LP) problem using the **Simplex Method** via **Excel Solver**.
420420

421421

422-
### Problem
422+
### [Problem]():
423423

424424
Maximize the objective function:
425425

@@ -433,12 +433,19 @@ x, y ≥ 0
433433

434434
<br>
435435

436-
### [Excel Spreadsheet Setup]()
436+
### [Excel Spreadsheet Setup]():
437437

438438
Fill the spreadsheet with the following structure:
439439

440440
#### Variables and Objective
441441

442+
| Cell | Description | Formula / Value |
443+
|------|------------------------|----------------------|
444+
| B1 | x (Decision Variable) | *(leave blank)* |
445+
| B2 | y (Decision Variable) | *(leave blank)* |
446+
| B3 | Objective Function Z | `=3*B1 + 5*B2` |
447+
448+
442449

443450

444451

0 commit comments

Comments
 (0)