mirror of
https://github.com/Z3Prover/z3
synced 2026-05-19 08:29:31 +00:00
Bug fixing with unit replacement
This commit is contained in:
parent
17ca44b351
commit
3b5b53126e
6 changed files with 33 additions and 20 deletions
|
|
@ -618,12 +618,6 @@ namespace seq {
|
|||
<< " → " // mapping arrow
|
||||
<< snode_label_html(s.m_replacement, m);
|
||||
}
|
||||
for (auto const& cs : e->char_substs()) {
|
||||
if (!first) out << "<br/>";
|
||||
first = false;
|
||||
out << "?" << cs.m_var->id()
|
||||
<< " → ?" << cs.m_val->id();
|
||||
}
|
||||
// side constraints: integer equalities/inequalities
|
||||
for (auto const& ic : e->side_constraints()) {
|
||||
if (!first) out << "<br/>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue