`ortoolpy` is a package for Operations Research.
Project description
ortoolpy is a package for Operations Research.
from ortoolpy import knapsack size = [21, 11, 15, 9, 34, 25, 41, 52] weight = [22, 12, 16, 10, 35, 26, 42, 53] capacity = 100 knapsack(size, weight, capacity)
Requirements
Python 2 or Python 3, numpy, pandas, matplotlib, networkx, pulp
Features
This is a sample. So it may not be efficient.
Setup
$ pip install ortoolpy or $ easy_install ortoolpy
History
0.0.1 (2015-6-26)
first release
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
ortoolpy-0.1.3.zip
(8.8 kB
view details)
File details
Details for the file ortoolpy-0.1.3.zip.
File metadata
- Download URL: ortoolpy-0.1.3.zip
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2f4988935f6c7405d79f395ce69c28f381b322812a15b0df4ec11c414ba4373
|
|
| MD5 |
f209ecc47d05d0ef8a7f5fe71cceef58
|
|
| BLAKE2b-256 |
6642a0028777108e7374513ed1879d0c63493a1bfa70bfcc35cfb0fc11765dad
|