N-Wouda / ALNS

Adaptive large neighbourhood search (and more!) in Python.
https://alns.readthedocs.io/en/latest/
MIT License
421 stars 122 forks source link

Where is the data for "instance = ProblemData.read_instance('data/j9041_6.sm')" in the RCPSP example #161

Closed biyewansui closed 1 year ago

biyewansui commented 1 year ago

instance = ProblemData.read_instance('data/j9041_6.sm') Where can I find the "data/j9041_6.sm" file in the above code?

N-Wouda commented 1 year ago

Here: https://github.com/N-Wouda/ALNS/tree/master/examples/data. The example notebooks are all in examples/, and their dependent data in examples/data/, as explained in the examples README.

biyewansui commented 1 year ago

Thank you so much.

N-Wouda commented 1 year ago

No problem!