All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cvc5-cvc5-1.2.0.test.regress.cli.regress1.arith.issue3480.smt2 Maven / Gradle / Ivy

The newest version!
; COMMAND-LINE: --theoryof-mode=type --quiet --nl-ext-tplanes
; REQUIRES: no-asan
(set-logic QF_NIA)
(declare-fun a () Int)
(declare-fun b () Int)
(declare-fun c () Int)
(assert (and (= a (- 7 (* a a))) (>= (* 9 b) 7) (>= (* a b) 45)))
(assert (= b (* (div 7 c) (- 96 (div 45 b)))))
(set-info :status unsat)
(check-sat)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy