diff options
Diffstat (limited to 'omegalib/examples/old_test/hull1')
-rw-r--r-- | omegalib/examples/old_test/hull1 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/omegalib/examples/old_test/hull1 b/omegalib/examples/old_test/hull1 deleted file mode 100644 index afb18a2..0000000 --- a/omegalib/examples/old_test/hull1 +++ /dev/null @@ -1,4 +0,0 @@ -R := {[1:10,1:10]} union {[-10:-1,-10:-1]} union - {[x,y] : -10 <= x,y <= 10 && -10 <= x-y <= 10}; -R; -Hull R; |