mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
more streamlined diagnostics to prepare for #5106
This commit is contained in:
parent
d03fdf5fed
commit
ff0de59a70
4 changed files with 13 additions and 14 deletions
|
@ -3659,13 +3659,7 @@ public:
|
|||
|
||||
void display(std::ostream & out) {
|
||||
if (m_solver) {
|
||||
out << lp().constraints();
|
||||
lp().print_terms(out);
|
||||
// the tableau
|
||||
lp().pp(out).print();
|
||||
for (unsigned j = 0; j < lp().number_of_vars(); j++) {
|
||||
lp().print_column_info(j, out);
|
||||
}
|
||||
m_solver->display(out);
|
||||
}
|
||||
if (m_nla) {
|
||||
m_nla->display(out);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue