Add helper function islhelper.isl_vertices_vertices()
[linpy.git] / pypol / islhelper.py
index e796618..21bd5b9 100644 (file)
@@ -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',
 ]