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

Tests issue #40 with hypothesis

parent e569c8c6
No related branches found
No related tags found
No related merge requests found
Pipeline #37609 failed
(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)
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