igormcsouza / optimization

Package full of algorithms to do optimizations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Operational Research

Package full of algorithms to do optimizations, some of them solves problems from Linear Programming, Integer Programming and Non-Linear Programming.

Sumary

  1. Tools for solving OR problems
  2. Experiments

Tools for solving OR problems

Pyomo

  • Pyomo has a Documentation so we can have help on how to write scripts.
  • If you are using GLPK as solver, you must install GLPK or GLPSOL before run the command. To do so you just type the command bellow, and everything should be fine
sudo apt-get install glpk-utils

ORTools from Google

  • ...

Experiments

  1. MCPP - Multiple Container Packing Problem

About

Package full of algorithms to do optimizations


Languages

Language:Python 100.0%