zcaicaros/L2D

How to load instances

Opened this issue · 2 comments

Dear authors,

I would like to know how to load instances that are not present in your BenchDataNmpy folder.
Which format do you accept? How do you generate the .npy file?

The classic way to represent the instances is the Standard specification: http://jobshop.jjvh.nl/explanation.php#standard_def
How can I load standard specification instances to benchmark against your approach?

Best,
Pierre

If I recall correctly, I only support the Talliard format in the code. Sorry for any inconvenience caused.

Thanks for the answer, but if I am correct, the approach expect npy file such as the one in the BenchDataNmpy folder. How can I create one?