diff options
Diffstat (limited to 'tests/results/0316_cmp_eq.polyhedra.txt')
-rw-r--r-- | tests/results/0316_cmp_eq.polyhedra.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/results/0316_cmp_eq.polyhedra.txt b/tests/results/0316_cmp_eq.polyhedra.txt new file mode 100644 index 0000000..abf553c --- /dev/null +++ b/tests/results/0316_cmp_eq.polyhedra.txt @@ -0,0 +1,2 @@ +sources/0316_cmp_eq.c:3.11-23: [|-x+y=0; -x+20>=0; x-15>=0|] +Output: [|-x+30>=0; -y+20>=0; y-10>=0; x-15>=0|] |