Writes out a custom graph file format as described below. More...
#include <cstdlib>
#include <mtgl/static_graph_adapter.hpp>
#include <mtgl/write_dimacs.hpp>
#include <mtgl/write_matrix_market.hpp>
#include <mtgl/mtgl_io.hpp>
Functions | |
int | main (int argc, char *argv[]) |
Writes out a custom graph file format as described below.
Let the user define a custom graph in a file of
src dest src dest ...
then snapshot that out to be read in as the other files are.