|
1 | 1 | # flowshop_scheduling_problem |
2 | | -This is an implemention for some algorithms to solve a Permutation Flowshop Scheduling Problem (PFSP). |
| 2 | +This is an implemention for some algorithms to solve a Permutation Flowshop Scheduling Problem (PFSP) using exact methods (**Johnson's Rule**, **Branch And Bound**) and Heuristic algorithms (**Palmer**, **CDS**, **NEH**) and genetic algorithm. |
3 | 3 |
|
4 | 4 | ## NOTE |
5 | 5 |
|
6 | | -Not all algorithms are implemented in this repo, until now, only johnson's algorithm is implemented which only works for a 2 machine problem. |
| 6 | +Not all algorithms are implemented in this repo. Until now, only johnson's algorithm and Palmer's heuristic are implemented. |
7 | 7 |
|
8 | 8 |
|
9 | 9 | ## Deployment |
|
0 commit comments