projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rename coordinates.py into geometry.py
[linpy.git]
/
pypol
/
__init__.py
diff --git
a/pypol/__init__.py
b/pypol/__init__.py
index
be1440b
..
166ccf4
100644
(file)
--- a/
pypol/__init__.py
+++ b/
pypol/__init__.py
@@
-2,8
+2,8
@@
A polyhedral library based on ISL.
"""
A polyhedral library based on ISL.
"""
+from .geometry import Point, Vector
from .linexprs import Expression, Symbol, Dummy, symbols, Rational
from .linexprs import Expression, Symbol, Dummy, symbols, Rational
-from .coordinates import Point, Vector
from .polyhedra import Polyhedron, Eq, Ne, Le, Lt, Ge, Gt, Ne, Empty, Universe
from .domains import Domain, And, Or, Not
from .polyhedra import Polyhedron, Eq, Ne, Le, Lt, Ge, Gt, Ne, Empty, Universe
from .domains import Domain, And, Or, Not