Skip to content
Snippets Groups Projects
Commit cef27ce3 authored by Bruno Marre's avatar Bruno Marre
Browse files

ok

parent fc6e1ed1
No related branches found
No related tags found
No related merge requests found
(set-logic ALL)
(set-info :smt-lib-version 2.6)
(declare-const x Int)
(declare-const y Int)
;(assert (not (= y 0)))
(assert
(not (= (colibri_abs_int (colibri_cdiv x y))
(colibri_cdiv (colibri_abs_int x) (colibri_abs_int y)))))
(check-sat)
\ No newline at end of file
(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)
\ No newline at end of file
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