mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 19:17:53 +00:00
add detection of string equalities
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e0130f5cf4
commit
3d9d52f742
3 changed files with 37 additions and 15 deletions
|
@ -2398,8 +2398,6 @@ bool seq_rewriter::non_overlap(expr_ref_vector const& p1, expr_ref_vector const&
|
|||
*/
|
||||
|
||||
bool seq_rewriter::rewrite_contains_pattern(expr* a, expr* b, expr_ref& result) {
|
||||
|
||||
|
||||
vector<expr_ref_vector> patterns;
|
||||
expr* x = nullptr, *y = nullptr, *z = nullptr, *u = nullptr;
|
||||
if (!str().is_concat(a, x, y))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue