-
mdt+mirv+pack+download
mdt+mirv+pack+download
Name: mdt+mirv+pack+download
Category: Downloads
Published: funtemigos1973
Language: English
The graphs are in the DIMACS Standard format, and I'd like to parse them into the C++ Boost Graph Library format, so I can run my algorithm on them. How to read DIMACS Vertex-coloring graphs in C++? I'm trying to reproduce the experiments carried out in this paper, measuring the performance of an algorithm on the DIMACS Vertex-Coloring benchmark graphs, which can be found here. Is there a better or alternative C++ library for easily parsing the DIMACS standard graph format? I've tried parsing them using the existing Boost DIMACS functions, but the documentation on them is fairly sparse, so I'm unclear on how exactly to use the functions. When I print the graph to Graphviz, the result doesn't seem to match the DIMACS file. Here's my attempt at parsing and printing the graphs: What am I doing wrong using the Boost parsing functions? (See example below)
-
Comments