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
for_each_lower_upper_bound: add another callback for initialization
[barvinok.git]
/
euler.h
blob
ef316cd63265edf7556793c67e17db9680d98eff
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
(
evalue
*
e
,
int
nvar
,
struct
barvinok_options
*
options
);
10
11
#if defined(__cplusplus)
12
}
13
#endif