Skip to content

Commit 6e7e3a0

Browse files
committed
Updates README.md
1 parent a9ffa4f commit 6e7e3a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 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 and Palmer's heuristic are implemented.
6+
Not all algorithms are implemented in this repo. Until now, only johnson's algorithm, Palmer's heuristic, and NEH heuristic are implemented.
77

88

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

3131
## TODO
3232

33-
1. Implement solution with ~Palmer~ CDS and NEH heuristics.
33+
1. Implement solution with ~Palmer~ CDS and ~NEH~ heuristics.
3434
2. Make a Branch and Bound solution
3535

3636
## License

0 commit comments

Comments
 (0)