mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
making theory explantions easier to parse
This commit is contained in:
parent
1aeffa2e01
commit
f3a627b026
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ namespace smt {
|
|||
th_id = en->get_trans_justification().m_justification.get_justification()->get_from_theory();
|
||||
if (th_id != null_theory_id) {
|
||||
symbol const theory = m().get_family_name(th_id);
|
||||
out << "[eq-expl] #" << en->get_owner_id() << " th:" << theory.str() << " ; #" << target->get_owner_id() << "\n";
|
||||
out << "[eq-expl] #" << en->get_owner_id() << " th " << theory.str() << " ; #" << target->get_owner_id() << "\n";
|
||||
} else {
|
||||
out << "[eq-expl] #" << en->get_owner_id() << " unknown ; #" << target->get_owner_id() << "\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue