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
test_bound.c: fix printf format
[barvinok.git]
/
laurent_old.h
blob
061db800324527585a948969270d0f0e36b90a66
1
#include <barvinok/evalue.h>
2
3
#if defined(__cplusplus)
4
extern
"C"
{
5
#endif
6
7
struct
barvinok_options
;
8
9
evalue
*
laurent_summate_old
(
Polyhedron
*
P
,
evalue
*
e
,
unsigned
nvar
,
10
struct
barvinok_options
*
options
);
11
12
#if defined(__cplusplus)
13
}
14
#endif