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. It is licensed under the terms of the MIT license.
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.3.post1.tar.gz
(69.6 kB
view details)
Built Distribution
File details
Details for the file pyscheduling-0.1.3.post1.tar.gz
.
File metadata
- Download URL: pyscheduling-0.1.3.post1.tar.gz
- Upload date:
- Size: 69.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e35bce490b8a457eb29a63e29c9b83aececa07e1d96039bcc8b49ac9eb3d0aa |
|
MD5 | d4a8a8c2e4902e81e25055a6e6f5be7c |
|
BLAKE2b-256 | a2a9da2a8870691b9bdf082fc2947960fc73614b910c85aaceb10040397151de |
File details
Details for the file pyscheduling-0.1.3.post1-py3-none-any.whl
.
File metadata
- Download URL: pyscheduling-0.1.3.post1-py3-none-any.whl
- Upload date:
- Size: 94.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f167421231b703e0669d2d110bb2715118c27e69ac3ff4df1fcdd8490afd60f |
|
MD5 | eeea0ec9a00ccb3d134bf7fcf70afb90 |
|
BLAKE2b-256 | cadd539e39fdba649e9e637673eb057236f79f561c123310851f3d11663452d3 |