update
authorMart Lubbers <mart@martlubbers.net>
Thu, 22 Oct 2015 21:32:01 +0000 (23:32 +0200)
committerMart Lubbers <mart@martlubbers.net>
Thu, 22 Oct 2015 21:32:01 +0000 (23:32 +0200)
ar/assignments/src/a4.bash

index 7a5211d..569e152 100644 (file)
@@ -2,4 +2,4 @@ i=1
 while [ $(python3 a4.py $i | yices-smt) = "unsat" ]; do
        i=$((i+1))
 done
-python3 a3.py $((i-1)) | yices-smt -m
+python3 a3.py $i | yices-smt -m