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_set_ppl.h
blob
4a3a0035074970ab5ad94678aa06022b5d2e2fe7
1
#ifndef ISL_SET_PPL_H
2
#define ISL_SET_PPL_H
3
4
#include <isl_set.h>
5
#include <isl_ppl.h>
6
7
__isl_give isl_set
*
isl_set_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_set_to_ppl
(
__isl_keep isl_set
*
set
);
10
11
#endif