mirror of
https://github.com/Z3Prover/z3
synced 2026-06-19 15:16:29 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1e906ba585
commit
0c2ed444ca
1 changed files with 1 additions and 1 deletions
|
|
@ -748,7 +748,7 @@ namespace seq {
|
|||
return expr_ref(re().mk_to_re(u().str.mk_concat(s1, s2)), m);
|
||||
|
||||
// r* · r* → r*
|
||||
expr* a1 = nullptr, * b1 = nullptr;
|
||||
expr* a1 = nullptr, *a2 = nullptr, * b1 = nullptr;
|
||||
if (re().is_star(a, a1) && re().is_star(b, b1) && a1 == b1)
|
||||
return expr_ref(a, m);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue