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
parker/count_solutions.cc: fix treatment of existentially quantified variables
[barvinok.git]
/
barvinok
/
polylib.h
blob
0977a6fc427380fd5ae23c5115682a1b64794a66
1
#ifndef BARVINOK_POLYLIB_H
2
#define BARVINOK_POLYLIB_H
3
4
#include <gmp.h>
5
6
#if defined(__cplusplus)
7
extern
"C"
{
8
#endif
9
10
#include <polylib/polylibgmp.h>
11
12
#undef divide
13
#undef value_compare
14
15
#if defined(__cplusplus)
16
}
17
#endif
18
19
#endif