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

cvc5-cvc5-1.2.0.test.regress.cli.regress0.strings.replace-const.smt2 Maven / Gradle / Ivy

The newest version!
(set-info :smt-lib-version 2.6)
(set-logic ALL)
(set-info :status sat)
(declare-fun x () String)
(declare-fun y () String)
(declare-fun z () String)

(assert (= x (str.replace "AA" "AA" "def")))
(assert (= y (str.replace "BAA" "B" "def")))
(assert (= z (str.replace "AAB" "B" "def")))

(check-sat)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy