dwave-examples / job-shop-scheduling

Determine a schedule for running a set of jobs.
Apache License 2.0
46 stars 33 forks source link

Missing modules! #15

Closed AlkisPis closed 2 years ago

AlkisPis commented 2 years ago

Re: demo py

from dwave.system.composites import EmbeddingComposite
from dwave.system.samplers import DWaveSampler

Missing from the package. Not even a comment about where one can find them!

👎

randomir commented 2 years ago

Indeed, README of this example is lacking instructions on how to install requirements:

pip install -r requirements.txt

We'll fix it. Thanks for reporting.