Skip to content

scheptk (SCHEduling Python ToolKit) is a set of classes and methods to develop scheduling models, methods and solution procedures. It is intended to be used mostly for teaching purposes.

License

Notifications You must be signed in to change notification settings

framinan/scheptk

Repository files navigation

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.