diff options
Diffstat (limited to 'tests/results/0307_if_var.polyhedra.txt')
-rw-r--r-- | tests/results/0307_if_var.polyhedra.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/results/0307_if_var.polyhedra.txt b/tests/results/0307_if_var.polyhedra.txt new file mode 100644 index 0000000..c9e0e7a --- /dev/null +++ b/tests/results/0307_if_var.polyhedra.txt @@ -0,0 +1,3 @@ +sources/0307_if_var.c:2.14-24: [|-x+20>=0; x>=0|] +sources/0307_if_var.c:3.7-17: [|-x-1>=0; x+10>=0|] +Output: [|-x+20>=0; x+10>=0|] |