This program converts various DIMACS formats to the LEMON Digraph Format (LGF).
See
for more info on the usage.
#include <iostream>
#include <fstream>
#include <cstring>
#include <lemon/smart_graph.h>
#include <lemon/dimacs.h>
#include <lemon/lgf_writer.h>
#include <lemon/arg_parser.h>
#include <lemon/error.h>