dileep-kishore / CombOpt.jl

Combinatorial Optimization and Graph Algorithms in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Combinatorial Optimization and Graph Algorithms in Julia

License:MIT License


Languages

Language:Julia 100.0%