Description Usage Format Examples
While we provide the current state-of-the-art results on the JSSP in jssp.instances, we here provide the instances themselves.
1 |
A list with the common benchmark instances for the jssp, where each entry is, itself, a list with the following fields
the unique id identifying the instance (fitting to jssp.instances)
the number of jobs in the instance
the number of machines in the instance
the lower bound for the optimal solution quality
the best-known solution for the instance within any paper cited in this study (or NA if none of the paper has one)
an integer matrix where each row stands for one job. The rows consists of sequences of machine-time tuples.
1 2 3 4 5 | data(jssp.instance.data)
## Not run:
print(jssp.instance.data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.