mirror of
https://github.com/Z3Prover/z3
synced 2026-04-19 18:33:35 +00:00
str.at wants a special treatment...
This commit is contained in:
parent
a8db876765
commit
34cb0a17fc
4 changed files with 10 additions and 6 deletions
|
|
@ -1474,6 +1474,10 @@ namespace seq {
|
|||
bool ext = generate_extensions(node);
|
||||
IF_VERBOSE(1, display(verbose_stream(), node));
|
||||
CTRACE(seq, !ext, display(tout, node) << to_dot() << "\n");
|
||||
if (!ext) {
|
||||
node->to_html(std::cout, m);
|
||||
std::cout << std::endl;
|
||||
}
|
||||
VERIFY(ext);
|
||||
node->set_extended(true);
|
||||
++m_stats.m_num_extensions;
|
||||
|
|
@ -1833,7 +1837,6 @@ namespace seq {
|
|||
def = l->arg(0);
|
||||
}
|
||||
|
||||
|
||||
if (var) {
|
||||
nielsen_node* child = mk_child(node);
|
||||
nielsen_edge* e = mk_edge(node, child, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue