We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! cvc5 1.2.1-dev.25.7b50b6ee65 [git 7b50b6e on branch main] ubuntu:22.04
(set-logic QF_SLIA) (declare-fun s () String) (declare-fun t () String) (assert (str.in_re s (re.inter (re.* (re.union (str.to_re "a") (str.to_re "b"))) (re.* (re.union (str.to_re "b") (str.to_re "c")))))) (assert (str.in_re t (re.comp (re.* (str.to_re "b"))))) (assert (= (str.++ s t) (str.++ t s))) (assert (> (str.len s) 5)) (assert (< (str.len t) 3)) (check-sat) (get-model) cvc5 test.smt2 cvc5 interrupted by SIGTERM. z3 test.smt2 unsat
These constraints are contradictory
The text was updated successfully, but these errors were encountered:
Similar questions:
(set-logic QF_SLIA) (declare-fun s () String) (declare-fun t () String) (declare-fun n () Int) (assert (= t (str.replace_re s (re.+ (str.to_re "a")) "A"))) (assert (= (str.len s) (+ (str.len t) 1))) (check-sat) (get-model)
Sorry, something went wrong.
ajreynol
No branches or pull requests
Hi!
cvc5 1.2.1-dev.25.7b50b6ee65 [git 7b50b6e on branch main]
ubuntu:22.04
These constraints are contradictory
The text was updated successfully, but these errors were encountered: