No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

notes.txt 464B

12345678910111213141516171819202122
  1. Encodage : ordre des jobs [0,0,1,1,0,1]
  2. => job 0 puis job 0 puis 1 ...
  3. Du coup :
  4. J0T0 -> machine0 [0,3]
  5. J0T1 -> machine1 [3,6]
  6. J1T0 -> machine1 [6,8]
  7. J1T1 -> machine0 [8,10]
  8. J0T2 -> machine2 [6,8]
  9. J1T2 -> machine2 [10,14]
  10. Validé par experimentation
  11. Version optimum
  12. J0T0 -> machine0 [0,3]
  13. J1T0 -> machine1 [0,2]
  14. J0T1 -> machine1 [3,6]
  15. J1T1 -> machine0 [3,5]
  16. J1T2 -> machine2 [5,9]
  17. J0T2 -> machine2 [9,11]
  18. Attention SI SOLUTION PAS POSSIBLE, RAISE EXCEPTION