tlentali / orange

🍹 everyday life optimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

orange

Problem solver with PuLP

Why ?

The best solutions are often simple, yet unexpected.
J. Casablancas

Installation

First, get some solvers

GLPK :

$ sudo apt-get install python-glpk
$ sudo apt-get install glpk-utils

Coin OR :

$ sudo apt-get install coinor-cbc

Then, install PulP and other libraries

Pulp is a wrapping library that generates input files for various LP solvers.

$ pip install -r requirement.txt
$ pulptest

Look at :
seetd

About

🍹 everyday life optimization


Languages

Language:Python 72.5%Language:Jupyter Notebook 27.5%