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.tar.gz
(72.1 kB
view details)
Built Distribution
File details
Details for the file pyscheduling-0.1.3.tar.gz
.
File metadata
- Download URL: pyscheduling-0.1.3.tar.gz
- Upload date:
- Size: 72.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04fd5c734492cb48959c9c794c48d220539ef469d5750c2f4001a4d0c9a46445 |
|
MD5 | a3a9c500f87c1daef29869ec210141cd |
|
BLAKE2b-256 | 2d0bdfd3d815886d0d553037ba558b2ecf062f14cad0a45f9737c0889a0f7a7f |
File details
Details for the file pyscheduling-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: pyscheduling-0.1.3-py3-none-any.whl
- Upload date:
- Size: 96.7 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 | a6497e5fc004666d1b93a6c6eed61efaac5b54996604dd2bfd4c4c62a7e7a9c5 |
|
MD5 | 41682ba6647de6760f835b29535590f2 |
|
BLAKE2b-256 | 66317a2f577e07c6794a003dda02a6908c1a1fd0a81cce39bcae59c38cfba6b0 |