Skip to content
Snippets Groups Projects
Commit bcddf43b authored by François Bobot's avatar François Bobot
Browse files

Regression test for #46

parent 168dd36e
No related branches found
No related tags found
1 merge request!26Fix 46
Pipeline #38672 failed
(set-logic ALL)
(set-info :smt-lib-version 2.6)
(declare-const modes_on Bool)
(declare-const unit_delay_memory Bool)
(assert
(not
(= (ite (= unit_delay_memory true) true (ite (= modes_on true) false true)) true)))
(check-sat)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment