Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 526 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 526 Bytes

CombOpt.jl

Build Status stability-wip

Combinatorial Optimization and Graph Algorithms in Julia

Algorithms

  1. Shortest paths - Dijkstra's, Bellman Ford
  2. Max flow - Edmond Karp, Successive Shortest Paths
  3. Assignment - Auction
  4. Matching
  5. Minimum spanning tree
  6. Knapsack
  7. Vertex cover and Set cover
  8. Scheduling