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
iscc: register extra keywords in generic way
[barvinok.git]
/
euler.h
blob
233637f1e0c351de98ea629ac36a46bd9e858e7b
1
#include <barvinok/evalue.h>
2
3
#if defined(__cplusplus)
4
extern
"C"
{
5
#endif
6
7
struct
barvinok_options
;
8
9
evalue
*
euler_summate
(
Polyhedron
*
P
,
evalue
*
e
,
unsigned
nvar
,
10
struct
barvinok_options
*
options
);
11
12
#if defined(__cplusplus)
13
}
14
#endif