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

cvc5-cvc5-1.2.0.test.regress.cli.regress0.tptp.tptp_parser2.smt2 Maven / Gradle / Ivy

The newest version!
(set-logic ALL)
(set-info :status unsat)
(declare-sort $$unsorted 0)
(declare-fun tptp.a () Bool)
(declare-fun tptp.b () Bool)
(assert (or tptp.a tptp.b))
(declare-fun tptp.c () Bool)
(assert (or tptp.b tptp.c))
(assert (or (not tptp.a) (not tptp.c)))
(assert (not tptp.b))
(set-info :filename tptp_parser2)
(check-sat)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy