3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-08 00:05:46 +00:00

disabling dio handler by default, and fix a print out

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-02-10 06:49:26 -10:00 committed by Lev Nachmanson
parent 2131e9b4e4
commit 79e3f8ab39
2 changed files with 2 additions and 2 deletions

View file

@ -2306,7 +2306,7 @@ namespace lp {
std::ostream& print_entry(unsigned i, std::ostream& out,
bool print_dep = false) {
out << "m_sum_of_fixed[" << i << "]:";
out << "entry " << i << ":";
out << "{\n";
print_term_o(get_term_from_entry(i), out << "\tm_e:") << ",\n";
// out << "\tstatus:" << (int)e.m_entry_status;