summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/integers/ackermann5.smt2
diff options
context:
space:
mode:
authorAlex Ozdemir <aozdemir@hmc.edu>2020-02-21 16:16:19 -0800
committerGitHub <noreply@github.com>2020-02-21 18:16:19 -0600
commita98cd6d50308d1dde1086f0c1502e022bd30ba1b (patch)
tree048b40c652c862021b7632343592b3f9e27e2c8b /test/regress/regress0/arith/integers/ackermann5.smt2
parent641f14f02de0fb4f6a852fe53eb50b69f34101ee (diff)
Switch to th_lira.plf (#3741)
Switches arith_proof.cpp from th_lra to th_lira. Changes: Eliminate the d_realMode hack. instead: modify printOwnedTermAsType prints as integers OR reals, depending on expectedType. simultaneously: write printOwnedTermAsType more concisely also: reimplement printOwnedSort. Change to the LIRA axioms: Because they reason about bound types using side conditions, we no longer need to worry about choosing the correct strictness for our axiom. This allows us to cut out a lot of code, rewriting & shrinking printTheoryLemmaProof. They also have different names. This requires us to change a lot of string literals enable proof-checking for many tests.
Diffstat (limited to 'test/regress/regress0/arith/integers/ackermann5.smt2')
-rw-r--r--test/regress/regress0/arith/integers/ackermann5.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/arith/integers/ackermann5.smt2 b/test/regress/regress0/arith/integers/ackermann5.smt2
index 8b93a3c35..debd29344 100644
--- a/test/regress/regress0/arith/integers/ackermann5.smt2
+++ b/test/regress/regress0/arith/integers/ackermann5.smt2
@@ -1,4 +1,4 @@
-; COMMAND-LINE: --ackermann --no-check-models --no-check-proofs --no-check-unsat-cores
+; COMMAND-LINE: --ackermann --no-check-models
; EXPECT: sat
(set-logic QF_UFLIA)
(set-info :smt-lib-version 2.0)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback