We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebe09fd + 12a76d5 commit 85f8da8Copy full SHA for 85f8da8
README.md
@@ -545,13 +545,13 @@ This example shows how to solve a Linear Programming (LP) problem using the **Si
545
### [Problem]():
546
547
548
-### [Maximize the objective function]():
+### - [Maximize the objective function]():
549
550
Z = 3x + 5y
551
552
<br>
553
554
-### [Subject to the constraints]():
+### - [Subject to the constraints]():
555
556
x + 2y ≤ 100
557
2x + y ≤ 80
@@ -565,9 +565,8 @@ x, y ≥ 0
565
566
### **Fill the spreadsheet with the following structure:**
567
568
-<br>
569
570
-#### [*Variables and Objective*]()
+### [*Variables and Objective*]()
571
572
573
0 commit comments