Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
a
c
d
e
f
g
i
k
l
m
n
p
q
r
s
t
u
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Classes
Class List
Class Hierarchy
Class Members
All
!
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
!
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
f
k
l
m
n
o
p
r
s
t
v
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
:
a
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
u
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Enumerations
Enumerator
b
c
e
f
g
i
l
m
n
o
p
r
s
t
u
v
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
gtsam
3rdparty
metis
programs
programs/defs.h
Go to the documentation of this file.
1
/*
2
* defs.h
3
*
4
* This file contains various constant definitions
5
*
6
* Started 8/9/02
7
* George
8
*
9
*/
10
11
#define CMD_PTYPE 1
12
#define CMD_OTYPE 2
13
#define CMD_CTYPE 5
14
#define CMD_ITYPE 6
15
#define CMD_RTYPE 7
16
17
#define CMD_BALANCE 10
18
#define CMD_CONTIG 11
19
#define CMD_MINCONN 12
20
#define CMD_MINVOL 13
21
22
#define CMD_NITER 20
23
#define CMD_NTRIALS 21
24
#define CMD_NSEPS 22
25
26
#define CMD_TPWGTS 30
27
#define CMD_SDIFF 31
28
29
#define CMD_DEGREE 40
30
#define CMD_COMPRESS 41
31
32
#define CMD_SEED 50
33
34
#define CMD_OUTPUT 100
35
#define CMD_NOOUTPUT 101
36
37
#define CMD_DBGLVL 1000
38
#define CMD_HELP 1001
39
40
41
42
43
/* The text labels for PTypes */
44
static
char
ptypenames
[][15] = {
"rb"
,
"kway"
};
45
46
/* The text labels for ObjTypes */
47
static
char
objtypenames
[][15] = {
"cut"
,
"vol"
,
"node"
};
48
49
/* The text labels for CTypes */
50
static
char
ctypenames
[][15] = {
"rm"
,
"shem"
};
51
52
/* The text labels for RTypes */
53
static
char
rtypenames
[][15] = {
"fm"
,
"greedy"
,
"2sided"
,
"1sided"
};
54
55
/* The text labels for ITypes */
56
static
char
iptypenames
[][15] = {
"grow"
,
"random"
,
"edge"
,
"node"
,
"metisrb"
};
57
58
/* The text labels for GTypes */
59
static
char
gtypenames
[][15] = {
"dual"
,
"nodal"
};
iptypenames
static char iptypenames[][15]
Definition:
programs/defs.h:56
ctypenames
static char ctypenames[][15]
Definition:
programs/defs.h:50
rtypenames
static char rtypenames[][15]
Definition:
programs/defs.h:53
objtypenames
static char objtypenames[][15]
Definition:
programs/defs.h:47
ptypenames
static char ptypenames[][15]
Definition:
programs/defs.h:44
gtypenames
static char gtypenames[][15]
Definition:
programs/defs.h:59
gtsam
Author(s):
autogenerated on Fri Mar 28 2025 03:01:26