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(jobs_number=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.7.tar.gz
(915.1 kB
view details)
Built Distribution
pyscheduling-0.1.7-py3-none-any.whl
(969.4 kB
view details)
File details
Details for the file pyscheduling-0.1.7.tar.gz
.
File metadata
- Download URL: pyscheduling-0.1.7.tar.gz
- Upload date:
- Size: 915.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e5c92337be4006da1d726f5c59f3779cc9c14d91d2186bb310ca48ff7ea3670 |
|
MD5 | b7d049ef6e8de609a2ffa69ff14d16c6 |
|
BLAKE2b-256 | b2eb57a0a0b506884ef36bdc39fe1277919236ef9d0e68594313a04fa9f841f7 |
File details
Details for the file pyscheduling-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: pyscheduling-0.1.7-py3-none-any.whl
- Upload date:
- Size: 969.4 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 | 391914436cde7db13d2edcbc5fce7d01b4a4aa7a4788fe1b83f425fb058cf325 |
|
MD5 | 091d2db7687fc7f8be28e247ef4da5a0 |
|
BLAKE2b-256 | ba245596165c36843d3c6221883c6df5dea37f0b603fa9db50b34c176760c73c |