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/hull3 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 omega/examples/old_test/hull3 (limited to 'omega/examples/old_test/hull3') diff --git a/omega/examples/old_test/hull3 b/omega/examples/old_test/hull3 new file mode 100644 index 0000000..22e0324 --- /dev/null +++ b/omega/examples/old_test/hull3 @@ -0,0 +1,17 @@ + +symbolic n; + +s1:={[t1, 0, 0]:1 <= t1 && 64 * t1 <= n}; + +s2 := {[t1, t2, 0]: 1 <= t1 && 64 * t1 <= n && t2 = t1}; + +s3 := {[t1, 0, t3]: 1 <= t1 && 64 * t1 <= n && t3 = t1}; + +s := (s1 union s2 union s3); + +s; +h := Hull s; + +h; + +h - s; -- cgit v1.2.3-70-g09d2