summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/farkas
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/farkas')
-rw-r--r--omegalib/examples/old_test/farkas8
1 files changed, 8 insertions, 0 deletions
diff --git a/omegalib/examples/old_test/farkas b/omegalib/examples/old_test/farkas
new file mode 100644
index 0000000..ce754fc
--- /dev/null
+++ b/omegalib/examples/old_test/farkas
@@ -0,0 +1,8 @@
+
+symbolic n;
+symbolic c;
+
+R := {[i,j] : 1 <= i <= 10 && 1 <= j <= n};
+
+ac := farkas R;
+ac;