Closed jad-hamza closed 6 years ago
We are moving to SMT-LIB2.6 versions of recognizers. For now, try the following:
(declare-datatypes () ((X A B)))
(declare-const x X)
(assert (not ((_ is A) x)))
(assert (not ((_ is B) x)))
(check-sat)
Thanks!
This should be unsat but succeeds with: