PandA-2024.02
|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <assert.h>
#include "bfs.h"
Go to the source code of this file.
Macros | |
#define | A 57 |
#define | B 19 |
#define | C 19 |
#define | D 5 |
Functions | |
int | main (int argc, char **argv) |
#define A 57 |
Definition at line 13 of file generate.c.
Referenced by main().
#define B 19 |
Definition at line 14 of file generate.c.
Referenced by main().
#define C 19 |
Definition at line 15 of file generate.c.
Referenced by main().
#define D 5 |
Definition at line 16 of file generate.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 28 of file generate.c.
References A, B, C, bench_args_t::c, prng_rand_t::c, data_to_input(), edge_t_struct::dst, node_t_struct::edge_begin, node_t_struct::edge_end, bench_args_t::edges, N_EDGES, N_NODES, bench_args_t::nodes, prng_rand(), prng_srand(), SCALE, and bench_args_t::starting_node.