Skip to content

Commit 47d31b8

Browse files
Update README.md
Signed-off-by: Fabiana 🚀 Campanari <[email protected]>
1 parent e142e2e commit 47d31b8

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,6 @@ These determine whether cost can be further reduced by adjusting flows along loo
13671367
#### [Click here](https://github.com/Quantum-Software-Development/Optimization-Simulation-MathModeling-LinearProgramming/tree/3a8ebd38925f06e8a7152ffd0a94637aab8dc170/class__10-Northwest%20Corner%20Method) and access Transportation Exercices
13681368

13691369

1370-
13711370
This is a method to generate an initial feasible solution without considering transportation costs.
13721371

13731372
<br>
@@ -1388,7 +1387,6 @@ This is a method to generate an initial feasible solution without considering tr
13881387

13891388
<br>
13901389

1391-
13921390
## 💸 [Least Cost Method (Método do Custo Mínimo]():
13931391

13941392
This method takes into account the transportation costs to guide the initial allocation.
@@ -1506,6 +1504,30 @@ u_1 = 0, leading to v_1 = 12, u_2 = 6, v_2 = 18, u_3 = -3, and v_3 = 37.
15061504

15071505
- Total cost increases to **9820** due to an incorrect loop adjustment in manual calculations.
15081506

1507+
### - **Updated solution**:
1508+
1509+
- $x_{31} = 10$, $x_{21} = 10$, $x_{22} = 130$, $x_{32} = 0$.
1510+
1511+
- Total cost increases to **9820** due to an incorrect loop adjustment in manual calculations.
1512+
1513+
1514+
1515+
1516+
1517+
1518+
1519+
1520+
1521+
1522+
1523+
1524+
1525+
1526+
1527+
1528+
1529+
1530+
15091531

15101532
### Under Construction 🚛
15111533

0 commit comments

Comments
 (0)