mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
11199619a5
commit
d8423a4b46
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ eautomaton* re2automaton::re2aut(expr* e) {
|
||||||
TRACE("seq", display_expr1 disp(m); a->display(tout << "a:", disp); b->display(tout << "b:", disp); r->display(tout << "intersection:", disp););
|
TRACE("seq", display_expr1 disp(m); a->display(tout << "a:", disp); b->display(tout << "b:", disp); r->display(tout << "intersection:", disp););
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
TRACE("seq", tout << "not handled " << mk_pp(e, m) << "\n";);
|
TRACE("seq", tout << "not handled " << mk_pp(e, m) << "\n";);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue