From: Mart Lubbers Date: Thu, 22 Oct 2015 21:32:01 +0000 (+0200) Subject: update X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=6d5233f982bc58be509b71a4988b4e6f5e76e71e;p=master.git update --- diff --git a/ar/assignments/src/a4.bash b/ar/assignments/src/a4.bash index 7a5211d..569e152 100644 --- a/ar/assignments/src/a4.bash +++ b/ar/assignments/src/a4.bash @@ -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