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, In this case, Z3 latest build hangs on the formula while z3-4.8.7 produces results quickly.
[613] % time z3-4.8.7 small.smt2 unsat real 0m0.028s user 0m0.025s sys 0m0.000s [614] % timeout -s 9 10 z3release small.smt2 Killed [615] % timeout -s 9 10 z3release smt.arith.solver=2 small.smt2 Killed [616] % [616] % cat small.smt2 (declare-fun a () String) (assert (distinct (str.replace (str.++ "A" a) "B" a) (str.++ "A" (str.replace a "B" a)))) (check-sat) [617] %
OS: Ubuntu 18.04 Commit: 7597396
The text was updated successfully, but these errors were encountered:
more replace rewrites #4084
03ba268
Signed-off-by: Nikolaj Bjorner <[email protected]>
2793c3a
No branches or pull requests
Hi,
In this case, Z3 latest build hangs on the formula while z3-4.8.7 produces results quickly.
OS: Ubuntu 18.04
Commit: 7597396
The text was updated successfully, but these errors were encountered: