Skip to content

Implementing the algorithms from Linear and Integer Programming

Notifications You must be signed in to change notification settings

stepsbtw/Integer-Linear-Programming

Repository files navigation

Integer and Linear Programming - Classic Solutions

This repository is dedicated to implementing the main solution methods for Linear Programming (LP) and Integer Linear Programming (ILP). Using Python and/or Matlab. The goal is to provide efficient and well-documented implementations of the most well-known algorithms, along with practical examples for each method.

📋 Task List

Linear Programming (LP) Methods:

  • Primal Simplex -> Two Phase [ ]
  • Dual Simplex
  • Interior Points Method
  • Lagrange Multipliers Method?

Integer Linear Programming (ILP) Methods:

  • Branch and Bound -> Pruning [ ]
  • Cutting Planes Method -> Gomory Cuts [ ] -> Mixed Integer Rounding Cuts [ ]
  • Branch and Cut
  • Subgradient Method?
  • Lagrangian Relaxation?

About

Implementing the algorithms from Linear and Integer Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages