From e4b20015a4ee35f1279af4caa983478fa2ff0d4a Mon Sep 17 00:00:00 2001 From: dhuth Date: Mon, 6 Oct 2014 11:56:47 -0600 Subject: Added omega to source --- omega/examples/old_test/sample1 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 omega/examples/old_test/sample1 (limited to 'omega/examples/old_test/sample1') diff --git a/omega/examples/old_test/sample1 b/omega/examples/old_test/sample1 new file mode 100644 index 0000000..fb292b3 --- /dev/null +++ b/omega/examples/old_test/sample1 @@ -0,0 +1,14 @@ +example { [i] -> [j] : 1 <= i < j <= 20 }; + +example { [i,j] -> [i+1,j+1] : 1 <= i <= 9 && 5 <= j <= 25 }; + +example (inverse { [i] -> [i+1] : 1 <= i <= 9 }); + +example (domain { [i] -> [i+1] : 1 <= i <= 9 }); + +example (range { [i] -> [i+1] : 1 <= i <= 9 }); + +example ({[i] -> [i+1] : 1 <= i <= 9 } compose { [i] -> [i+1] : 1 <= i <= 9 }); + + + -- cgit v1.2.3-70-g09d2