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
evalue.c: add function for checking nesting of an evalue
[barvinok.git]
/
omega
/
count.h
blob
6c1f5d2a8c9513dfe78ea95d124e1583512cac04
1
#include <barvinok/barvinok.h>
2
#include <omega.h>
3
4
evalue
*
count_relation
(
Relation
&
r
);
5
evalue
*
rank_relation
(
Relation
&
r
);
6
evalue
*
count_lexsmaller
(
Relation
&
r
,
Relation
&
domain
);