7a195ca6194bb58fb936d5ce7be1bd97373243e7
2 A polyhedral library based on ISL.
5 from .linear
import Constant
, Symbol
, symbols
6 from .linear
import eq
, le
, lt
, ge
, gt
7 from .linear
import Empty
, Universe
11 'Constant', 'Symbol', 'symbols',
12 'eq', 'le', 'lt', 'ge', 'gt',