Skip to content

Solve graph partitioning problem experimenting IP, CP (ortools) , Tabu search and GA

Notifications You must be signed in to change notification settings

tienlonghungson/graph_partitioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Partitioning

Solver

  • Integer Programming (by ortools)
  • Constraint Programming (by ortools) (working on it)
  • Heuristic (working on it) (Tabu search, GA, NSGA)

Requirement :

  • SDK 17 (but 8 might be enough, I haven't test)
  • google.ortools.java

About

Solve graph partitioning problem experimenting IP, CP (ortools) , Tabu search and GA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages