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
add some test sets from cases 2004 and cc 2005 papers
[barvinok.git]
/
initcdd.h
blob
69e94415bdd8dd49c50b8c26395b0069fe54304a
1
extern
int
bv_cdd_initialized
;
2
3
#define INIT_CDD \
4
do { \
5
if (!bv_cdd_initialized) { \
6
dd_set_global_constants(); \
7
bv_cdd_initialized = 1; \
8
} \
9
} while (0)