X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/2ee831379c557b360da9ac5d16e4aae8c00d7d8d..5a8e09e71168fe25cf699991936fda5094086054:/pypol/islhelper.py diff --git a/pypol/islhelper.py b/pypol/islhelper.py index 539a33f..21bd5b9 100644 --- a/pypol/islhelper.py +++ b/pypol/islhelper.py @@ -1,7 +1,7 @@ import ctypes, ctypes.util from . import _islhelper -from ._islhelper import isl_basic_set_constraints, isl_set_basic_sets +from ._islhelper import * __all__ = [ @@ -11,6 +11,8 @@ __all__ = [ 'isl_val_to_int', 'isl_basic_set_to_str', 'isl_basic_set_constraints', 'isl_set_to_str', 'isl_set_basic_sets', + 'isl_set_points', + 'isl_vertices_vertices', ]