Build node and edge memory map files from DIMACS graph file. Also produces summary output to be redirected to a file for use in loading node and edge memory map files. More...
#include "qalloc.h"
#include "Graph.h"
#include <cassert>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <unistd.h>
#include <inttypes.h>
#include <sys/stat.h>
Functions | |
void | input_error (char *error_msg, int line) |
struct Graph | buildGraph (int argc, char **argv) |
Build node and edge memory map files from DIMACS graph file. Also produces summary output to be redirected to a file for use in loading node and edge memory map files.