summaryrefslogtreecommitdiff
path: root/test/regress/regress0/issue5099-model-2.smt2
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-05-27 01:44:55 -0500
committerGitHub <noreply@github.com>2021-05-27 06:44:55 +0000
commit437405dca0e1a393a8fa1eda900bc0bc469091c6 (patch)
tree4855b19b650818337aaad35ef9c4178e3645c5c0 /test/regress/regress0/issue5099-model-2.smt2
parent028d657dc41bbb908b7b9ad6ba707dc2216b15ac (diff)
Enable new justification heuristic by default (#6613)
This enables the new implementation of justification heuristic by default. Fixes #5454, fixes #5785. Fixes wishues 114, 115, 149, 160.
Diffstat (limited to 'test/regress/regress0/issue5099-model-2.smt2')
-rw-r--r--test/regress/regress0/issue5099-model-2.smt24
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regress/regress0/issue5099-model-2.smt2 b/test/regress/regress0/issue5099-model-2.smt2
index 2bd27093f..9feada280 100644
--- a/test/regress/regress0/issue5099-model-2.smt2
+++ b/test/regress/regress0/issue5099-model-2.smt2
@@ -1,4 +1,4 @@
-; COMMAND-LINE: -m
+; COMMAND-LINE: -m -q
; EXPECT: sat
; EXPECT: ((IP true))
(set-logic QF_NRA)
@@ -6,4 +6,4 @@
(declare-const r16 Real)
(assert (! (distinct (/ 1 r16) r11) :named IP))
(check-sat)
-(get-assignment) \ No newline at end of file
+(get-assignment)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback