Skip to content

Commit

Permalink
Tests: Add test for incremental solving with theory combination
Browse files Browse the repository at this point in the history
  • Loading branch information
blishko committed May 7, 2024
1 parent 7f764cd commit 9168c12
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions regression/QF_UFLRA/incremental.smt2
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(set-logic QF_UFLRA)
(declare-fun f (Real) Real)
(declare-fun y () Real)
(declare-fun x () Real)
(assert (not (= (f x) (f y))))
(push 1)
(assert (>= x y))
(assert (<= x y))
(check-sat)
Empty file.
1 change: 1 addition & 0 deletions regression/QF_UFLRA/incremental.smt2.expected.out
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
unsat

0 comments on commit 9168c12

Please sign in to comment.