File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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
550550Z = 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
7017021 . Set Objective: ** B3**
7027032 . To: ** Maximize**
@@ -711,7 +712,7 @@ y &\geq 0 \\
711712
712713<br >
713714
714- ### [ * Solution Output* ] ( ) :
715+ ### - [ * Solution Output* ] ( ) :
715716
716717After running Solver:
717718
You can’t perform that action at this time.
0 commit comments