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

Add non regress test for #32

parent 810fdd4c
No related branches found
No related tags found
1 merge request!17Fix #32
;; produced by colibri.drv ;;
(set-logic ALL)
(set-info :smt-lib-version 2.6)
(define-fun in_range1 ((x Int)) Bool (and (<= (- 2147483648) x)
(<= x 2147483647)))
(declare-const b11 Int)
(assert (in_range1 b11))
(assert (not (<= (* b11 b11) 2147483647)))
(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