This repository provides a unified benchmarking and experimentation framework for Job Shop Scheduling (JSS) problems based on the Paper Scheduling & Production IN Quantum and Quantum Inspired Systems.
It currently supports:
- Classical heuristic solvers (CPU-based)
- D-Wave quantum / hybrid solvers (annealing-based)
- Fujitsu DA Annealer (quantum-inspired)
- IBM-Q (gate-based)
Important: Access to gate-based quantum hardware, D-Wave systems, or Fujitsu Digital Annealer requires purchased or institutional access.
If you do not have access to these resources, you can still run all classical solvers locally.
- Install requirements file
- The data is stored in qc_in_industry_benchmark/data
- The problem models are stored in src/models
- The different hardware solvers are solved in either src/dwave, src/fujitsu or src/gatebased
- The classical methods are stored in src/