summaryrefslogtreecommitdiff
path: root/test_inputs
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2008-08-22 15:29:16 +0200
committerSven Verdoolaege <skimo@kotnet.org>2008-08-25 10:35:36 +0200
commitb266652bfdd1b5e9075ed5febb2036f1a5c62d84 (patch)
tree50a18af3de1be35e25b5da2156be9005a648ccfe /test_inputs
parent14578ca228e38f9d45688cbf2c14bc855500f9a8 (diff)
downloadisl-b266652bfdd1b5e9075ed5febb2036f1a5c62d84.tar.gz
isl-b266652bfdd1b5e9075ed5febb2036f1a5c62d84.tar.bz2
isl-b266652bfdd1b5e9075ed5febb2036f1a5c62d84.zip
isl_basic_map_affine_hull: compute integer affine hull
Diffstat (limited to 'test_inputs')
-rw-r--r--test_inputs/affine2.polylib9
1 files changed, 9 insertions, 0 deletions
diff --git a/test_inputs/affine2.polylib b/test_inputs/affine2.polylib
new file mode 100644
index 00000000..c67db77b
--- /dev/null
+++ b/test_inputs/affine2.polylib
@@ -0,0 +1,9 @@
+5 5
+1 -2 0 1 0
+1 2 0 -1 1
+1 0 -2 1 0
+1 0 2 -1 1
+1 0 0 1 -1
+
+1 5
+0 1 -1 0 0