Dataset for "Instance dataset for a multiprocessor scheduling problem with multiple time windows and time lags: Similar instances with large differences in difficulty"
https://doi.org/10.48360/etww-2281
Here lies the raw dataset for the publication "Instance dataset for a multiprocessor scheduling problem with multiple time windows and time lags: Similar instances with large differences in difficulty".
The following files and folders are made available here:
- [README.mdOpens in a new tab](README.mdOpens in a new tab). Describes the repository
- [instances](instances). Folder that contains the instances of the dataset (.zip files) together with files containing supporting information about instances (.txt files)
- [main.pyOpens in a new tab](main.pyOpens in a new tab). Main entry point for solving an instance with a Constraint Programming model
- [requirements.txt](requirements.txt). File containing the needed Python Packages to run the tests
- [LICENSE](LICENSE). File containing the License
- [data.pyOpens in a new tab](data.pyOpens in a new tab). Contains dataclasses that represents a problem definition
- [instance_io.pyOpens in a new tab](instance_io.pyOpens in a new tab). Contains methods for parsing instances from disc and writing instances to disc
- [cp_solve.pyOpens in a new tab](cp_solve.pyOpens in a new tab). Methods for creating a Constraint Programming model of the problem with IBM ILOG CP Optimizer
- [create_sbatch.pyOpens in a new tab](create_sbatch.pyOpens in a new tab). Entry point for creating sbatch files
- [sbatch](sbatch). Folder that contains SBATCH files for the instances in the dataset
The dataset was originally published in DiVA and moved to SND in 2024.