You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solving this problem with cvc5 takes about 1 minute on my system, but z3 can solve it instantly. And as the string length increases, the solution time also increases, but this increase has minimal impact on the z3 solver.
The text was updated successfully, but these errors were encountered:
Thanks for the example, I can confirm the performance. At a high level, the problem is that cvc5 has a suboptimal treatment for many disjoint str.at and spends time finding a consistent arrangement.
I will keep you posted if we improve on this example.
Hi!
I am using cvc5 version 1.2.1-dev.46.d0dd73740 [git d0dd737 on branch main]. I have the following list of constraints:
Solving this problem with cvc5 takes about 1 minute on my system, but z3 can solve it instantly. And as the string length increases, the solution time also increases, but this increase has minimal impact on the z3 solver.
The text was updated successfully, but these errors were encountered: