Skip to main content

`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

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.28.tar.gz (22.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page