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]
/
size_options.h
blob
45b4dbbda7f1060df9561017d111e00b8d1f9cca
1
#ifndef SIZE_OPTIONS_H
2
#define SIZE_OPTIONS_H
3
4
#include <barvinok/options.h>
5
6
#define SIZE_SIMULATE 1
7
#define SIZE_BERNSTEIN 2
8
9
struct
size_options
{
10
struct
barvinok_options
*
barvinok
;
11
int
flags
;
12
};
13
14
ISL_ARG_DECL
(
size_options
,
struct
size_options
,
size_options_args
)
15
16
#endif