Skip to content

gymitoso/ILP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ILP

This work proposes to implement a solver for Integer Linear Programming problems, applying the branch-and-bound technique with the Simplex algorithm.

  • Comments in code are in Portuguese

What You'll Need

How to run

  1. Add Eigen path to CMakeLists.txt
  2. Run: cmake . or cmake -G "MinGW Makefiles" . (in my case). Check: https://cmake.org/documentation/
  3. Run: make
  4. Run: ILP path/to/inputFile

About

A solver for Integer Linear Programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published