You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$z3release bug.smt2
sat
$cvc5 -q bug.smt2
sat
$z3release rewriter.flat=false bug.smt2
unsat
$cat bug.smt2
(declare-const a Int)
(declare-const b Int)
(assert (= 0 (+ b a)))
(assert (= 0 (+ a a (* b a))))
(assert (= (= 0 b) (forall ((a Int)) (= a 1))))
(check-sat)
The text was updated successfully, but these errors were encountered:
wintered
changed the title
(rewriter.flat) Refutational unsoundness on simple NIA formula
(rewriter.flat=false) Refutational unsoundness on simple NIA formula
Jun 11, 2022
9cd3398
The text was updated successfully, but these errors were encountered: