Skip to content

Commit 2336d39

Browse files
Merge pull request #890 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 7dfccdc + f1fe402 commit 2336d39

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1339,6 +1339,7 @@ A & 0 & 0 & 0 & 6 \\
13391339
<br>
13401340

13411341
🟡 The values in the matrix represent the **quantities transported**.
1342+
13421343
🟠 Quantities from the dummy origin A represent **unsatisfied demand**.
13431344

13441345
<br>
@@ -1735,7 +1736,7 @@ v_1 &= 12, \quad v_2 = 18, \quad v_3 = 37
17351736

17361737
<br>
17371738

1738-
----///////////////
1739+
17391740

17401741
Non-Basic Variable | Reduced Cost | Value |
17411742
|--------------------|---------------------------|--------|
@@ -1744,9 +1745,16 @@ v_1 &= 12, \quad v_2 = 18, \quad v_3 = 37
17441745
| $x_{23}$ | $6 + 37 - 32 = 11$ | $11$ |
17451746
| $x_{31}$ | $-3 + 12 - 22 = -13$ | $-13$ |
17461747

1748+
17471749
<br>
17481750

17491751
```latex
1752+
Non-Basic Variable | Reduced Cost | Value |
1753+
|--------------------|---------------------------|--------|
1754+
| \( x_{12} \) | \( 0 + 18 - 22 = -4 \) | \(-4\) |
1755+
| \( x_{13} \) | \( 0 + 37 - 30 = 7 \) | \(7\) |
1756+
| \( x_{23} \) | \( 6 + 37 - 32 = 11 \) | \(11\) |
1757+
| \( x_{31} \) | \( -3 + 12 - 22 = -13 \) | \(-13\)|
17501758
```
17511759

17521760
<br>

0 commit comments

Comments
 (0)