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

cvc5-cvc5-1.2.0.test.regress.cli.regress0.bug596b.cvc.smt2 Maven / Gradle / Ivy

The newest version!
; EXPECT: sat
(set-logic ALL)
(set-option :incremental false)
(declare-fun f (Int) (Tuple Int Bool))
(declare-fun a () Int)
(assert (not (= (f a) (tuple 0 false))))
(check-sat)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy