mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
Trivial tests for smt
This commit is contained in:
parent
8ae3277cb3
commit
37d8ddbd7b
2 changed files with 4 additions and 0 deletions
2
tests/smt/test-007.smt2
Normal file
2
tests/smt/test-007.smt2
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
(assert (and (= a b) (= b c)))
|
||||
(check-sat)
|
||||
2
tests/smt/test-008.smt2
Normal file
2
tests/smt/test-008.smt2
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
(assert (and (= a b) (= b c) (not (= a c))))
|
||||
(check-sat)
|
||||
Loading…
Add table
Reference in a new issue