mirror of
https://github.com/Z3Prover/z3
synced 2026-05-16 23:25:36 +00:00
add simplification rule to concatentations of regex to avoid stack overflow in derivatives of very long expressions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
41412293fe
commit
e172aa370d
2 changed files with 7 additions and 0 deletions
|
|
@ -1502,6 +1502,8 @@ namespace seq {
|
|||
IF_VERBOSE(1, display(verbose_stream(), node));
|
||||
CTRACE(seq, !ext, display(tout, node) << to_dot() << "\n");
|
||||
if (!ext) {
|
||||
std::cout << "No extensions generated for node " << node->id() << ", but not satisfied or conflict?!"
|
||||
<< std::endl;
|
||||
node->to_html(std::cout, m);
|
||||
std::cout << std::endl;
|
||||
display(std::cout, node);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue