jssp.instance.data: The Common Benchmark Instances for the Common Benchmark...

Description Usage Format Examples

Description

While we provide the current state-of-the-art results on the JSSP in jssp.instances, we here provide the instances themselves.

Usage

1

Format

A list with the common benchmark instances for the jssp, where each entry is, itself, a list with the following fields

inst.id

the unique id identifying the instance (fitting to jssp.instances)

inst.jobs

the number of jobs in the instance

inst.machines

the number of machines in the instance

inst.opt.bound.lower

the lower bound for the optimal solution quality

inst.bks

the best-known solution for the instance within any paper cited in this study (or NA if none of the paper has one)

inst.data

an integer matrix where each row stands for one job. The rows consists of sequences of machine-time tuples.

Examples

1
2
3
4
5
data(jssp.instance.data)
## Not run: 
print(jssp.instance.data)

## End(Not run)

thomasWeise/jsspInstancesAndResults documentation built on Nov. 26, 2020, 10:03 a.m.