repo.or.cz
/
ppn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update isl to version 0.12
[ppn.git]
/
convert.h
blob
213b8666a707b8a0af0a5c3237981447d3731bf0
1
#include <isl/map.h>
2
#include <isl/set.h>
3
#include <omega.h>
4
5
using namespace
omega
;
6
7
__isl_give isl_map
*
relation2map
(
isl_ctx
*
ctx
,
Relation
&
r
);
8
__isl_give isl_set
*
relation2set
(
isl_ctx
*
ctx
,
Relation
&
r
);