Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 493 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 493 Bytes

Algorithmic sandbox dedicated to solving hard problems

Currently contains:

  • LP (linear programming) approaches to solve max. clique problem
  • Metaheuristics to solve vehicle routing, quadratic assignment, cell formation problems

Dependencies

Ubuntu 16.04 used for testing/running