mirror of
https://github.com/c-cube/sidekick.git
synced 2026-03-08 23:08:31 -04:00
4 lines
78 B
Text
4 lines
78 B
Text
(declare-fun a () Bool)
|
|
(declare-fun b () Bool)
|
|
(assert (or a b))
|
|
(check-sat)
|