COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
options.h
Go to the documentation of this file.
1/* -*- mode: C; mode: folding; fill-column: 70; -*- */
2/* Copyright 2010, Georgia Institute of Technology, USA. */
3/* See COPYING for license. */
4#if !defined(OPTIONS_HEADER_)
5#define OPTIONS_HEADER_
6
7extern int VERBOSE;
8extern int use_RMAT;
9
10#define A_PARAM 0.57
11#define B_PARAM 0.19
12#define C_PARAM 0.19
13/* Hence D = 0.05. */
14
15extern double A, B, C, D;
16
17#define NBFS_max 64
18extern int NBFS;
19
20#define default_SCALE ((int64_t)14)
21#define default_edgefactor ((int64_t)16)
22
23extern int64_t SCALE;
24extern int64_t edgefactor;
25
26void get_options (int argc, char **argv);
27
28#endif /* OPTIONS_HEADER_ */
long int64_t
Definition compat.h:21
double A
int64_t edgefactor
void get_options(int argc, char **argv)
double C
Definition options.h:15
int NBFS
int VERBOSE
double D
Definition options.h:15
double B
Definition options.h:15
int use_RMAT
int64_t SCALE