#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
#include <fcntl.h>
#include <time.h>
#include <errno.h>
#include <math.h>
#include "../type.h"
#include "../graph.h"
#include "opt.h"
Go to the source code of this file.
Defines | |
#define | NROWS 600 |
#define | NCOLS 100 |
#define | FACTOR 10000 |
#define | BIDIRECTIONAL 1 |
Functions | |
int | main (int argc, char **argv) |
Variables | |
int | errno |
#define BIDIRECTIONAL 1 |
Definition at line 44 of file cr_large_graph.c.
#define FACTOR 10000 |
#define NCOLS 100 |
#define NROWS 600 |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 104 of file cr_large_graph.c.
References DGL_GO_EdgePrioritize_COST, dglEdge_T_First(), dglEdge_T_Initialize(), dglEdge_T_Next(), dglEdge_T_Release(), dglEdgeGet_Cost(), dglEdgeGet_Id(), dglFlatten(), dglGet_EdgePrioritizer(), dglInitialize(), dglRelease(), dglSet_Options(), dglStrerror(), dglWrite(), FACTOR, False, GNO_BEGIN, GNO_END, GNO_HELP, GNO_OPTION, GNO_PARSE, GNO_SWITCH, NCOLS, NROWS, and True.
int errno |