Skip to content

Commit edee49b

Browse files
Merge pull request #934 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 85f8da8 + 3878495 commit edee49b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ This example shows how to solve a Linear Programming (LP) problem using the **Si
545545
### [Problem]():
546546

547547

548-
### - [Maximize the objective function]():
548+
### [Maximize the objective function]():
549549

550550
Z = 3x + 5y
551551

@@ -565,8 +565,9 @@ x, y ≥ 0
565565

566566
### **Fill the spreadsheet with the following structure:**
567567

568+
<br>
568569

569-
### [*Variables and Objective*]()
570+
### - [*Variables and Objective*]()
570571

571572
<br>
572573

@@ -578,7 +579,7 @@ x, y ≥ 0
578579

579580
<br>
580581

581-
#### [*Constraints Left-Hand Side (LHS)*]()
582+
### - [*Constraints Left-Hand Side (LHS)*]()
582583

583584
<br>
584585

@@ -589,7 +590,7 @@ x, y ≥ 0
589590

590591
<br>
591592

592-
#### [*Constraints Right-Hand Side (RHS)*]()
593+
### - [*Constraints Right-Hand Side (RHS)*]()
593594

594595
<br>
595596

@@ -696,7 +697,7 @@ y &\geq 0 \\
696697

697698
<br>
698699

699-
### [*Solver Configuration*]():
700+
### - [*Solver Configuration*]():
700701

701702
1. Set Objective: **B3**
702703
2. To: **Maximize**
@@ -711,7 +712,7 @@ y &\geq 0 \\
711712

712713
<br>
713714

714-
### [*Solution Output*]():
715+
### - [*Solution Output*]():
715716

716717
After running Solver:
717718

0 commit comments

Comments
 (0)