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:
parent
2131e9b4e4
commit
79e3f8ab39
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue