Python scheduling package


Keywords
algorithms, flow-shop, flowshop, gantt-chart, job-shop, jobshop, open-shop, openshop, parallel-machines, python, scheduling, single-machine
License
GPL-3.0
Install
pip install scheptk==0.1.3

Documentation

scheptk - Scheduling Python ToolKit

scheptk is a collection of classes and functions to model and solve machine scheduling problems using Python. It is intended basically for teaching purposes, even if the algorithms can be integrated with MOIST, a more advanced scheduling tool.

How to use it

In order to use scheptk you can install it as a Python package using pip:

pip install scheptk

At this point, the clasess and functions of scheptk should be available. You might want to have a look at the wiki pages to get a handle on the documentation.