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

cvc5-cvc5-1.2.0.test.regress.cli.regress3.issue4476-ext-rew.smt2 Maven / Gradle / Ivy

The newest version!
; COMMAND-LINE: --sygus-inst
; EXPECT: sat
(set-logic NRA)
(set-info :status sat)
(set-option :ext-rewrite-quant true)
(assert (exists ((a Real) (b Real)) (forall ((c Real)) (= (/ b (/ 1 c)) 0))))
(check-sat)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy