Split linear.py and add domains
authorVivien Maisonneuve <v.maisonneuve@gmail.com>
Wed, 25 Jun 2014 11:56:34 +0000 (13:56 +0200)
committerVivien Maisonneuve <v.maisonneuve@gmail.com>
Wed, 25 Jun 2014 12:12:33 +0000 (14:12 +0200)
commit1d494bb187b70135df721c13306d7f26fdf33f50
tree9288ab2a39e00aedeca9a42444579fe9b1e2d125
parent66e41ccd173874b3309e4c24be64c7b6b2ac6298
Split linear.py and add domains
17 files changed:
Makefile
pypol/.gitignore
pypol/__init__.py
pypol/_isl.c [deleted file]
pypol/_islhelper.c [new file with mode: 0644]
pypol/domains.py [new file with mode: 0644]
pypol/isl.py [deleted file]
pypol/islhelper.py [new file with mode: 0644]
pypol/linear.py [deleted file]
pypol/linexprs.py [new file with mode: 0644]
pypol/polyhedra.py [new file with mode: 0644]
pypol/tests/__init__.py [moved from tests/__init__.py with 100% similarity]
pypol/tests/test_domains.py [new file with mode: 0644]
pypol/tests/test_linexprs.py [moved from tests/test_linear.py with 80% similarity]
pypol/tests/test_polyhedra.py [new file with mode: 0644]
setup.py
tests/test_isl.py [deleted file]