This repository contains a mirror of a few sets of scheduling problem benchmark instances. I've included links to the original source of the benchmarks, along with any licensing information specific to each benchmark set. Each directory contains a README with details of the origin of the benchmark as well as details such as format of the files, etc.
- Bin Packing: This one isn't a scheduling benchmark, but it's included here none-the-less. The directory /bin-packing are the benchmark instances for bin packing from OR-Library.
- Common Due Date Scheduling: Directory /common-due-date are the benchmark instances for common due date scheduling from OR-Library.
- Weighted Tardiness Scheduling: Directory /wt are the benchmark instances for weighted tardiness scheduling from OR-Library.
- Weighted Tardiness Scheduling with Sequence-Dependent Setups: Directory /wtsds are the benchmark instances for weighted tardiness scheduling with sequence-dependent setups (Vincent A. Cicirello, 2003).