A demo on how to optimally schedule jobs using a quantum computer. Given a set of jobs and a finite number of machines, how should we schedule our jobs on those machines such that all our jobs are ...
jobshop_scheduling/ ├── data/ # Job shop instance files │ ├── jobshop1.txt # OR-Library instances (abz, ft, la, orb, etc.) │ └── jobshop2.txt ...