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

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

The newest version!
(set-logic QF_LIA)
(set-info :status sat)
(declare-fun f1 () Int)
(declare-fun f2 () Int)
(declare-fun f3 () Int)
(assert (< 1 f1 f2 f3 5))
(check-sat)
(exit)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy