Skip to content

Commit 29fbc1e

Browse files
Merge pull request #528 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 2595200 + f2e0207 commit 29fbc1e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@ A & 20 & 1 & 5 & 6 \\
11981198
<br>
11991199

12001200

1201-
## 🧠 Relation to Algorithms
1201+
## 🧠 [Relation to Algorithms]()
12021202

12031203
The transportation problem is a special type of **Linear Programming** that can be solved with:
12041204

@@ -1214,11 +1214,11 @@ These specialized algorithms are **faster** and **simpler** due to the regular s
12141214
<br>
12151215

12161216

1217-
## 📈 Transportation Algorithm & Simplex Connection:
1217+
## 📈 [Transportation Algorithm & Simplex Connection]():
12181218

12191219
The transportation algorithm follows the **same logic as the Simplex method**, but with **simplifications** tailored to the structure of transportation problems:
12201220

1221-
### 🔹 1st Phase: Initial Basic Feasible Solution
1221+
### 🔹 [1st Phase](): Initial Basic Feasible Solution
12221222

12231223
We will use two methods to find a basic solution:
12241224

@@ -1229,7 +1229,7 @@ These provide starting points for optimization.
12291229

12301230
<br>
12311231

1232-
### 🔹 2nd Phase: Optimality Check:
1232+
### 🔹 [2nd Phase](): Optimality Check:
12331233

12341234
After obtaining a feasible solution, we check for optimality using methods like:
12351235

@@ -1241,13 +1241,13 @@ These determine whether cost can be further reduced by adjusting flows along loo
12411241
<br>
12421242

12431243

1244-
## 🧭 Northwest Corner Method (Método do Canto Noroeste)
1244+
## 🧭 [Northwest Corner Method (Método do Canto Noroeste]()
12451245

12461246
This is a method to generate an initial feasible solution without considering transportation costs.
12471247

12481248
<br>
12491249

1250-
### ➢ Steps:
1250+
### [Steps]():
12511251

12521252
1. **Start in the top-left (northwest) corner** of the transportation table.
12531253
- This is always cell $begin:math:text$ x_{11} $end:math:text$.

0 commit comments

Comments
 (0)