Skip to main content

Job shop scheduling in Python.

Project description

[!NOTE] This package is under development. Expect things to break significantly during the v0.0.x phase.

PyJobShop

PyPI License CI DOC Codecov

PyJobShop is a package for implementing scheduling models in Python. It supports the classically known flexible job shop problem (FJSP) and many of its extensions such as arbitrary precedence relations, sequence-dependent setup times, and many more! The implementation is currently work in progress and V1 is planned to be finished in by April 2024. Feel free to open an issue if you have any questions.

Installation

First, clone this repository to your local setup and cd into it. Then, make sure you have Poetry version 1.2+ installed, and run the following command:

poetry install

This will set-up a virtual environment and install all necessary dependencies.

Installing CPLEX

Running the CP model and solving it requires the optimization engine from IBM CPLEX. See their documentation for more details. If you install the free community edition, you can only solve models with up to 1000 variables and 1000 constraints. Models beyond that size require a paid version or an academic version.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyjobshop-0.0.1.tar.gz (15.1 kB view hashes)

Uploaded Source

Built Distribution

pyjobshop-0.0.1-py3-none-any.whl (18.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page