THE python package to solve scheduling problems
Project description
pyscheduling
THE python package to solve scheduling problems
Installation
$ pip install pyscheduling
Usage
import pyscheduling.SMSP.interface as sm
problem = sm.Problem()
problem.add_constraints([sm.Constraints.W,sm.Constraints.D])
problem.set_objective(sm.Objective.wiTi)
problem.generate_random(n=20,Wmax=10)
solution = problem.solve(problem.heuristics["ACT"])
print(solution)
Contributing
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
License
pyscheduling
was created by the scheduling-cc organization. CC-BY-NC-ND-4.0.
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
pyscheduling-0.1.8.tar.gz
(707.4 kB
view details)
Built Distribution
pyscheduling-0.1.8-py3-none-any.whl
(741.0 kB
view details)
File details
Details for the file pyscheduling-0.1.8.tar.gz
.
File metadata
- Download URL: pyscheduling-0.1.8.tar.gz
- Upload date:
- Size: 707.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33ee73114357bc023a8ec82b64bfbb55738630fea947576c48371901d03bacbd |
|
MD5 | 15ea0fbdbd23fb8bc83af9ccc1e83988 |
|
BLAKE2b-256 | 784ecd6a16b76653d2bb59dba4f5ef84aa74f0a872a8c3c338cc0bb5704045ed |
File details
Details for the file pyscheduling-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: pyscheduling-0.1.8-py3-none-any.whl
- Upload date:
- Size: 741.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1bf1008f24dc8983df7f2e89e006a0256f45781f91f0f9cd059981fe76e0e07 |
|
MD5 | 108adf8740b14ddcf0a6282b9628a9aa |
|
BLAKE2b-256 | 1777516c39262be6fde241a9d8000c6b932a30ae6c265b9e95f0241b72e85905 |