Skip to content

Commit 020e5ca

Browse files
committed
Removes First TODO
1 parent 867dada commit 020e5ca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This is an implemention for some algorithms to solve a Permutation Flowshop Sche
33

44
## NOTE
55

6-
Not all algorithms are implemented in this repo. Until now, only johnson's algorithm, Palmer's heuristic, and NEH heuristic are implemented.
6+
Not all algorithms are implemented in this repo. Until now, only **johnson's** algorithm, **Palmer's** heuristic, **CDS** and **NEH** heuristic are implemented.
77

88

99
## Deployment
@@ -30,8 +30,7 @@ python -m pip install -r requirements.txt
3030

3131
## TODO
3232

33-
1. Implement solution with ~Palmer~ CDS and ~NEH~ heuristics.
34-
2. Make a Branch and Bound solution
33+
1. Make Benchmarks' comparisons
3534

3635
## License
3736

0 commit comments

Comments
 (0)