Module graph

Module graph 

Source
Expand description

Graph problems.

Problems whose input is a graph (optionally weighted):

Structsยง

BicliqueCover
The Biclique Cover problem.
GraphPartitioning
The Graph Partitioning (Minimum Bisection) problem.
KColoring
The Graph K-Coloring problem.
MaxCut
The Maximum Cut problem.
MaximalIS
The Maximal Independent Set problem.
MaximumClique
The MaximumClique problem.
MaximumIndependentSet
The Independent Set problem.
MaximumMatching
The Maximum Matching problem.
MinimumDominatingSet
The Dominating Set problem.
MinimumFeedbackVertexSet
The Minimum Feedback Vertex Set problem.
MinimumVertexCover
The Vertex Covering problem.
SpinGlass
The Spin Glass (Ising model) problem.
TravelingSalesman
The Traveling Salesman problem.