`ortoolpy` is a package for Operations Research.
Project description
ortoolpy is a package for Operations Research. It is user’s responsibility for the use of ortoolpy.
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 3, numpy, pandas, matplotlib, networkx, pulp, more-itertools, ortools
Features
This is a sample. So it may not be efficient.
ortools_vrp using Google OR-Tools ( https://developers.google.com/optimization/ ).
Setup
$ pip 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.2.35.tar.gz
(23.3 kB
view hashes)
Built Distribution
ortoolpy-0.2.35-py3-none-any.whl
(23.7 kB
view hashes)
Close
Hashes for ortoolpy-0.2.35-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8410703f3732d5c5a4b7284924f3d954efa5a1b921c8f1e723acb14226a8bcf9 |
|
MD5 | 2b21a547bd18d3c3c0670f33df12b9c1 |
|
BLAKE2b-256 | 8eadf4ca1be0e83a2bd98d4b3daa1281478f99ef8ed289d61ce5828e7d3134ec |