summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/olda
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/olda')
-rw-r--r--omegalib/examples/old_test/olda9
1 files changed, 9 insertions, 0 deletions
diff --git a/omegalib/examples/old_test/olda b/omegalib/examples/old_test/olda
new file mode 100644
index 0000000..095388b
--- /dev/null
+++ b/omegalib/examples/old_test/olda
@@ -0,0 +1,9 @@
+T10:={[mp,mq,mi] -> [mi,mq,mp,0]};
+T20:={[mp,mq,mi] -> [mi,mp,mq,1]};
+
+symbolic np,morb;
+IS10 := {[mp,mq,mi]: 1 <= mp <= np && 1 <= mq <= mp && 1 <= mi <= morb};
+IS20 := IS10;
+
+codegen T10:IS10,T20:IS20;
+codegen 2 T10:IS10,T20:IS20;