Package to solve Operations Research problems.
Project description
simpleor
simpleor is a package that shows how Operations Research problems can be solved with Python. This project primarily serves as a learning experiment, although the package’s functionality can be used in real-life.
Currently, simpleor supports:
a scheduler, which assigns tasks to agents
a matcher, which finds a maximum matching in fully connected graph
You can use this functionality directly, or use the package as a starting point to create your own Operations Research solvers.
Documentation: https://simple-or.readthedocs.io/
Free software: GNU General Public License v3
History
0.0.4 (2020-12-12)
First release on PyPI.
0.0.5 (2020-12-19)
Added match maker module
Updated docs
Simplified GitHub workflow
0.0.13 (2020-12-23)
added task reward option to scheduler
Updated docs
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
Built Distribution
File details
Details for the file simpleor-0.0.13.tar.gz
.
File metadata
- Download URL: simpleor-0.0.13.tar.gz
- Upload date:
- Size: 27.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b31067074bcc6f5b0d72a6c6a523334278e31ea8ef56f745f03631e4b571692 |
|
MD5 | 7e3ef0f5224c31112cac21aac8afec62 |
|
BLAKE2b-256 | e8a271a466eb1d35f10d2f68ce5e09fd76a104b5ebb309cbe42128fb0a13b7c4 |
File details
Details for the file simpleor-0.0.13-py2.py3-none-any.whl
.
File metadata
- Download URL: simpleor-0.0.13-py2.py3-none-any.whl
- Upload date:
- Size: 19.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99cffe8799802edab6222e9368d61de6d959a7eee495def5ba948189006362aa |
|
MD5 | 3a046226f19b92d635532d5b8492aee5 |
|
BLAKE2b-256 | 2d7120f411eac01b144250afddf5103f03dbba4e2292760a3e350afbb6e3fad7 |