-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Refutational soundness bug in string logic #5108
Copy link
Copy link
Closed
Description
Commit: d0515dc
$z3release bug.smt2
unsat
$cvc4 -q --strings-exp bug.smt2
sat
$cat bug.smt2
(declare-fun x () String)
(assert (> (- (str.to_int (str.++ (str.from_int 0) x))) 0))
(check-sat)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels