Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 460 Bytes

File metadata and controls

12 lines (7 loc) · 460 Bytes

Workflow Scheduling Problem

To see the demo of this application you can open the Jupyter Notebook notebooks/Workflows_Demo.

In order to use a hybrid quantum-classical solver from D-Wave you need to export your D-Wave API token. export DWAVE_API_TOKEN=XXX-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

If you want to use a classical solver from Gurobi (as a reference method) you need to obtain Gurobi's licence.

Python version: 3.9.13