repo.or.cz
/
isl-ppl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add tiny test program
[isl-ppl.git]
/
include
/
isl_map_ppl.h
blob
c96b6444e42dfc5380e377cc491caebcba1f6032
1
#ifndef ISL_MAP_PPL_H
2
#define ISL_MAP_PPL_H
3
4
#include <isl_map.h>
5
#include <isl_ppl.h>
6
7
__isl_give isl_map
*
isl_map_new_from_ppl
(
8
ppl_const_Pointset_Powerset_C_Polyhedron_t ps
,
__isl_take isl_dim
*
dim
);
9
ppl_Pointset_Powerset_C_Polyhedron_t
isl_map_to_ppl
(
__isl_keep isl_map
*
map
);
10
11
#endif