mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 12:45:48 -05:00
2 lines
84 B
Text
2 lines
84 B
Text
(assert (and (= a b) (or (= b c) (= b d)) (not (= a d)) (not (= a c))))
|
|
(check-sat)
|