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

cvc5-cvc5-1.2.0.test.regress.cli.regress1.issue7902-abd-subsolver-uc.smt2 Maven / Gradle / Ivy

The newest version!
; COMMAND-LINE: --produce-abducts --sygus-core-connective
; EXPECT: sat
(set-logic ALL)
(declare-const x Bool)
(declare-fun b () Bool)
(assert (= b x))
(check-sat)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy