A modular Python library for creating, solving, and visualizing job shop scheduling problems.
A modular Python library for creating, solving, and visualizing job shop scheduling problems.
[Docs] Add "Open in Colab" buttons to README.md and index.rst
[Tests] Automatically test .ipynb files
[Feature] is_valid: for job_shop_lib/_schedule.py
[Refactor] Improve efficiency on graph tests and `plot_disjunctive_graph`
[Docs] Improve `JobShopGraph` documentation
[Feature] Add new benchmark instances with deadlines and start times
[Feature] Add a Genetic-Algorithm-based solver
[Tests] Reach near 100% coverage in tests
Add lazy evaluation support for non-incremental feature observers
[Refactor] Update node IDs from local to global