summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-09-02 12:02:46 -0500
committerGitHub <noreply@github.com>2021-09-02 17:02:46 +0000
commit66b67160df9ce4974039a1c137e84c859fad5237 (patch)
tree4c435a6cf616eb61a82ac6831d222fc8bfb01bd6 /test
parent2d09af0b8789fd5e2a06032f93f85d0c9265a627 (diff)
Implement lazy proof checking modes (#7106)
This implements several variants of lazy proof checking in the core proof checker. Note this extends the ProofNode class with an additional Boolean d_provenChecked indicating whether the d_proven field was checked by the underlying proof checker. This PR updates the default proof checking mode to lazy. The previous default can now be enabled by --proof-check=eager-simple.
Diffstat (limited to 'test')
-rw-r--r--test/regress/regress0/arith/non-normal.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/arith/non-normal.smt2 b/test/regress/regress0/arith/non-normal.smt2
index ccd0b7634..6744e3a0e 100644
--- a/test/regress/regress0/arith/non-normal.smt2
+++ b/test/regress/regress0/arith/non-normal.smt2
@@ -1,4 +1,4 @@
-; COMMAND-LINE: --proof-eager-checking
+; COMMAND-LINE: --proof-check=eager
; EXPECT: sat
(set-logic QF_UFLRA)
(declare-fun v1 () Real)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback