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 45facd1 + ec0c0bd commit 7353999Copy full SHA for 7353999
README.md
@@ -2355,7 +2355,6 @@ After running Solver, you should get a solution like:
2355
- [Task 2]() → **Machine 3** (cost 2)
2356
- [Task 3]() → **Machine 2** (cost 2)
2357
2358
-<br>
2359
2360
**Total minimum cost:** [6]().
2361
@@ -2385,9 +2384,9 @@ After running Solver, you should get a solution like:
2385
2384
#### [Step 4.1](): Result
2386
2387
**The optimal assignment is:**
2388
-- Task 1 to Machine 1 (cost 2)
2389
-- Task 2 to Machine 3 (cost 2)
2390
-- Task 3 to Machine 2 (cost 2)
+- [Task 1]() to Machine 1 (cost 2)
+- [Task 2]() to Machine 3 (cost 2)
+- [Task 3]() to Machine 2 (cost 2)
2391
2392
<br>
2393
0 commit comments