Skip to main content

A python package to find optimal number of orders

Project description

Pyomo python program to find number of optimal order from websites including shipping costs (MILP)

Install

pip install fono
pip install fono --upgrade

Dependencies

Run

  • Run the following to find the optimal order using input in a folder

    fono --folder fono/data

OR

  • Run the following to find the optimal order using input from individual files

    fono --quantity fono/data/quantity.csv --price fono/data/price.csv --shipping fono/data/shipping.csv
  • Use help

    fono --help

Three files are required to find the optimal order

  • prices.csv

  • quantity.csv

  • shipping.csv

Prices contains the price of an item when purchased from a website.

Quantity contains the number of items required.

Shipping contains the shipping cost from the individual websites.

Troubleshooting

  • Names of items in quantity.csv has to match prices.csv

  • Names of websites in shipping.csv has to match prices.csv

  • Remove all empty lines

Contribution

Feel free to submit a pull request. Thanks to Matt for the inspiration.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fono-0.2.2.tar.gz (6.8 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