update
[master.git] / 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