mirror of
https://github.com/Z3Prover/z3
synced 2026-05-19 00:19:31 +00:00
Removed tracking disequality
This commit is contained in:
parent
3e24cb7c10
commit
1a1961be2f
3 changed files with 17 additions and 136 deletions
|
|
@ -508,14 +508,6 @@ namespace seq {
|
|||
kv.m_value.first.display(out);
|
||||
out << "<br/>";
|
||||
}
|
||||
// character disequalities
|
||||
for (auto const& kv : m_char_diseqs) {
|
||||
if (!any) { out << "Cnstr:<br/>"; any = true; }
|
||||
if (!hasDiseq) { out << "Diseq:<br/>"; hasDiseq = true; }
|
||||
for (auto& d : kv.m_value) {
|
||||
out << "?" << kv.m_key << " ≠ ?" << d.first->id() << "<br/>";
|
||||
}
|
||||
}
|
||||
// integer constraints
|
||||
for (auto const& ic : m_constraints) {
|
||||
if (!any) { out << "Cnstr:<br/>"; any = true; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue