Flexible job shop scheduler in Python
Project description
Documentation | Tutorials | Release Notes | 中文
python-lekin is a Flexible Job Shop Scheduler Library, named after and inspired by Lekin. As a core function in APS (advanced planning and scheduler), it helps to improve factory efficiency.
Tutorial
Install
$ pip install python-lekin
Usage
from lekin import Heuristics, Genetics
from lekin import Scheduler
solver = Heuristics()
scheduler = Scheduler(solver)
scheduler.solve(jobs, machines)
scheduler.draw()
Examples
Citation
@misc{python-lekin2022,
author = {Longxing Tan},
title = {python lekin},
year = {2022},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/longxingtan/python-lekin}},
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lekin-0.0.1.tar.gz
(7.4 kB
view details)
Built Distribution
lekin-0.0.1-py3-none-any.whl
(7.2 kB
view details)
File details
Details for the file lekin-0.0.1.tar.gz
.
File metadata
- Download URL: lekin-0.0.1.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0 CPython/3.8.6 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba3f3da549e16281ea61c75d303844dc68abd62f023e1d3c84329d681c2c5d7b |
|
MD5 | 5317b07c07b03a9b9134792c558148b7 |
|
BLAKE2b-256 | 479acd7599f26bb9124b42b9717f6dc47c45408559bcb17e0a6e2383bf58da4f |
File details
Details for the file lekin-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: lekin-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0 CPython/3.8.6 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de56329212c3207f0882a38b4cc4e1934832f6aa485cb4dceeb6d072e19bd68e |
|
MD5 | ffa0cb678edc7839db634f946e41e8ee |
|
BLAKE2b-256 | 9e0e5f8a15e4649095140d4d5bbf06f33e3162393cc26078873993ec59026c9c |