Get rid of weird comment
[linpy.git] / pypol / isl.py
index ddf7ea0..dcd2496 100644 (file)
@@ -1,8 +1,3 @@
-"""
-note: for islpy
-isl format: basic set: ("{[x, y] : x >= 0 and x < 5 and y >= 0 and y < x+4 }")
-"""
-
 import ctypes, ctypes.util
 import functools
 import math