Closed jurajsic closed 3 months ago
Current devele returns sat for
(set-logic QF_S) (set-info :status unsat) (declare-const a String) (declare-const b String) (assert (= a b)) (assert (str.contains "abc" a )) (assert (not (str.contains "abcde" b ))) (check-sat) (exit)
even though it should be unsat.
I think this will be fixed in #150, right?
Yes, I got unsat in the ca-diseqs branch.
unsat
ca-diseqs
I am closing the issue as it was solved by #150
Current devele returns sat for
even though it should be unsat.
I think this will be fixed in #150, right?