Vertex Cover Benchmark Instances

Table of Contents

1 Utils

  • Converter: convert from benchmarks from ascii to binary format and vice versa.

2 Vertex Cover instances

3 Clique complement graphs

Directory

From Muthubharathi Periannan's MS thesis at Penn State Harrisburg.

  • Clique to Vertex Cover converter: converts graph instances for Max Clique into complement graphs, usable for Min Vertex Covering. The size of the minimum vertex cover is the difference between the total number of vertices and the size of the max clique.

4 Random Graphs

Directory

From Muthubharathi Periannan's MS thesis at Penn State Harrisburg.

  File Vertices
1 random graphs with 50 vertices - 10 instances 50
2 random graphs with 100 vertices - 10 instances 100
3 random graphs with 200 vertices - 5 instances 200
4 random graphs with 250 vertices - 5 instances 250
5 random graphs with 500 vertices - 5 instances 500

5 Other Instances

BHOSLIB
Benchmarks with Hidden Optimum Solutions for Graph Problems (Maximum Clique, Maximum Independent Set, Minimum Vertex Cover and Vertex Coloring): http://www.nlsde.buaa.edu.cn/~kexu/benchmarks/graph-benchmarks.htm (link no longer exists)

Back to benchmark instances page

Footnotes:

1

IS: indepdent set