repo.or.cz
/
ppn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update isl for change in lexicographic optimization
[ppn.git]
/
eqv3_options.h
blob
2eae63dc668ab5c96bc43870b8737a7c3a1aeba7
1
#include <isl/options.h>
2
3
#if defined(__cplusplus)
4
extern
"C"
{
5
#endif
6
7
struct
options
{
8
struct
isl_options
*
isl
;
9
10
char
*
context
;
11
12
const char
*
program
[
2
];
13
14
#define REACH_TC 0
15
#define REACH_FAST 1
16
#define REACH_LEVER 2
17
#define REACH_ASPIC 3
18
int
reachability
;
19
};
20
21
ISL_ARG_DECL
(
options
,
struct
options
,
options_args
)
22
23
#if defined(__cplusplus)
24
}
25
#endif