projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add helper function islhelper.isl_vertices_vertices()
[linpy.git]
/
pypol
/
islhelper.py
diff --git
a/pypol/islhelper.py
b/pypol/islhelper.py
index
e796618
..
21bd5b9
100644
(file)
--- a/
pypol/islhelper.py
+++ b/
pypol/islhelper.py
@@
-12,6
+12,7
@@
__all__ = [
'isl_basic_set_to_str', 'isl_basic_set_constraints',
'isl_set_to_str', 'isl_set_basic_sets',
'isl_set_points',
+ 'isl_vertices_vertices',
]