mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25: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
|
@ -23,13 +23,7 @@ namespace arith {
|
|||
|
||||
|
||||
std::ostream& solver::display(std::ostream& out) const {
|
||||
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);
|
||||
}
|
||||
lp().display(out);
|
||||
|
||||
if (m_nla) {
|
||||
m_nla->display(out);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue