Use loadGraph in loadmap.c to load node and edge memory map files from summary file and print vertex and edge sets from memory maps. More...
#include <cstdlib>
#include <cstdio>
#include "qalloc.h"
#include "CPPGraph.h"
Functions | |
C_Graph | loadGraph (char *filename) |
int | main (int argc, char *argv[]) |
Use loadGraph in loadmap.c to load node and edge memory map files from summary file and print vertex and edge sets from memory maps.