gtsam
3rdparty
metis
programs
programs/struct.h
Go to the documentation of this file.
1
/*
2
* struct.h
3
*
4
* This file contains data structures for the various programs of METIS.
5
*
6
* Started 8/9/02
7
* George
8
*
9
* $Id: struct.h 13900 2013-03-24 15:27:07Z karypis $
10
*/
11
12
#ifndef _STRUCTBIN_H_
13
#define _STRUCTBIN_H_
14
15
16
/*************************************************************************/
18
/*************************************************************************/
19
typedef
struct
{
20
idx_t
ptype
;
21
idx_t
objtype
;
22
idx_t
ctype
;
23
idx_t
iptype
;
24
idx_t
rtype
;
25
26
idx_t
no2hop
;
27
idx_t
minconn
;
28
idx_t
contig
;
29
30
idx_t
nooutput
;
31
32
idx_t
balance
;
33
idx_t
ncuts
;
34
idx_t
niter
;
35
36
idx_t
gtype
;
37
idx_t
ncommon
;
38
39
idx_t
seed
;
40
idx_t
dbglvl
;
41
42
idx_t
nparts
;
43
44
idx_t
nseps
;
45
idx_t
ufactor
;
46
idx_t
pfactor
;
47
idx_t
compress
;
48
idx_t
ccorder
;
49
50
char
*
filename
;
51
char
*outfile;
52
char
*
xyzfile
;
53
char
*
tpwgtsfile
;
54
char
*
ubvecstr
;
55
56
idx_t
wgtflag
;
57
idx_t
numflag
;
58
real_t
*
tpwgts
;
59
real_t
*
ubvec
;
60
61
real_t
iotimer
;
62
real_t
parttimer
;
63
real_t
reporttimer
;
64
65
size_t
maxmemory
;
66
}
params_t
;
67
68
69
#endif
params_t::contig
idx_t contig
Definition:
programs/struct.h:28
params_t::ubvec
real_t * ubvec
Definition:
programs/struct.h:59
params_t::nooutput
idx_t nooutput
Definition:
programs/struct.h:30
params_t::tpwgtsfile
char * tpwgtsfile
Definition:
programs/struct.h:53
params_t::ptype
idx_t ptype
Definition:
programs/struct.h:20
params_t::tpwgts
real_t * tpwgts
Definition:
programs/struct.h:58
params_t::ncuts
idx_t ncuts
Definition:
programs/struct.h:33
params_t::ufactor
idx_t ufactor
Definition:
programs/struct.h:45
params_t::ccorder
idx_t ccorder
Definition:
programs/struct.h:48
params_t::balance
idx_t balance
Definition:
programs/struct.h:32
params_t::iotimer
real_t iotimer
Definition:
programs/struct.h:61
params_t::xyzfile
char * xyzfile
Definition:
programs/struct.h:52
params_t
Definition:
fis.c:15
params_t::ctype
idx_t ctype
Definition:
programs/struct.h:22
params_t::ubvecstr
char * ubvecstr
Definition:
programs/struct.h:54
params_t::nseps
idx_t nseps
Definition:
programs/struct.h:44
params_t::compress
idx_t compress
Definition:
programs/struct.h:47
relicense.filename
filename
Definition:
relicense.py:57
params_t::objtype
idx_t objtype
Definition:
programs/struct.h:21
params_t::reporttimer
real_t reporttimer
Definition:
programs/struct.h:63
params_t::ncommon
idx_t ncommon
Definition:
programs/struct.h:37
params_t::minconn
idx_t minconn
Definition:
programs/struct.h:27
params_t::niter
idx_t niter
Definition:
programs/struct.h:34
params_t::pfactor
idx_t pfactor
Definition:
programs/struct.h:46
params_t::iptype
idx_t iptype
Definition:
programs/struct.h:23
params_t::dbglvl
idx_t dbglvl
Definition:
programs/struct.h:40
params_t::nparts
idx_t nparts
Definition:
programs/struct.h:42
params_t::rtype
idx_t rtype
Definition:
programs/struct.h:24
params_t::gtype
idx_t gtype
Definition:
programs/struct.h:36
real_t
float real_t
Definition:
include/metis.h:132
params_t::wgtflag
idx_t wgtflag
Definition:
programs/struct.h:56
params_t::maxmemory
size_t maxmemory
Definition:
programs/struct.h:65
params_t::parttimer
real_t parttimer
Definition:
programs/struct.h:62
params_t::numflag
idx_t numflag
Definition:
programs/struct.h:57
params_t::no2hop
idx_t no2hop
Definition:
programs/struct.h:26
params_t::seed
idx_t seed
Definition:
programs/struct.h:39
idx_t
int32_t idx_t
Definition:
include/metis.h:101
gtsam
Author(s):
autogenerated on Fri Nov 1 2024 03:36:27