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
For example below, ostrich can not generate right unsat core:
(set-option :produce-unsat-cores true)
(declare-const x String)
(declare-const i Int)
(assert (= x "hh"))
(assert (= i (str.len x)))
(assert (= i 1))
(check-sat)
(get-unsat-core)
The text was updated successfully, but these errors were encountered:
For example below, ostrich can not generate right unsat core:
The text was updated successfully, but these errors were encountered: