3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-19 00:19:31 +00:00

Removed tracking disequality

This commit is contained in:
CEisenhofer 2026-04-07 10:33:44 +02:00
parent 3e24cb7c10
commit 1a1961be2f
3 changed files with 17 additions and 136 deletions

View file

@ -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 << " &#8800; ?" << d.first->id() << "<br/>";
}
}
// integer constraints
for (auto const& ic : m_constraints) {
if (!any) { out << "Cnstr:<br/>"; any = true; }