Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions test/pgm_outputs/multiple_solvers.py.out
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[x = 0, y = 0]
sat
0
The logic was specified as QF_BV, which doesn't include THEORY_ARITH, but got a theory atom for that theory.
The atom:
(= x (* 2 y))
The logic was specified as QF_BV, which doesn't include THEORY_ARITH, but got a preprocessing-time term for that theory.
The term:
(* 2 y)
Can't solve integer problems with QF_BV solver
got an exception, which is good
unsat
Expand Down
Loading