repo.or.cz
/
barvinok.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isl_pw_qpolynomial_sum: check for unbounded domains
[barvinok.git]
/
barvinok_summate_options.h
blob
c6415c5e8f030e72d2f0aaafeb6a3a84bbcac3d4
1
#include <isl_arg.h>
2
#include
"evalue_convert.h"
3
#include
"verify.h"
4
5
#if defined(__cplusplus)
6
extern
"C"
{
7
#endif
8
9
struct
options
{
10
struct
convert_options
*
convert
;
11
struct
verify_options
*
verify
;
12
char
*
var_list
;
13
};
14
15
ISL_ARG_DECL
(
options
,
struct
options
,
options_arg
)
16
17
#if defined(__cplusplus)
18
}
19
#endif