Skip to content

A collection of several algorithms for the Graph Partitioning Problem

Notifications You must be signed in to change notification settings

sanghuynh0929/GraphPartitioning

Repository files navigation

Graph Partitioning

We come up with several algorithms for the Graph Partitioning Problem. The objective of the problem is to partition the vertex set $V$ into $k$ subsets of approximately equal size. The algorithms introduced are: Exhaustive Search, Integer Programming, Constraint Programming, Greedy Graph Growing, Local Search, Recursive Bisectioning, Spectral Clustering

About

A collection of several algorithms for the Graph Partitioning Problem

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published