Install

pip install job-shop-lib

or

poetry add job-shop-lib

For plotting a disjunctive graph, we recommend using Graphviz. You can install it via your package manager, for example:

  • Ubuntu/Debian: sudo apt-get update && sudo apt-get install -y graphviz libgraphviz-dev

  • macOS: brew install graphviz

  • Windows: choco install graphviz or download the installer from the Graphviz website.

Developement

See intructions in the CONTRIBUTING.md file.