mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
Merge branch 'master' of http://github.com/z3prover/z3 into polysat
This commit is contained in:
commit
959f150e4a
104 changed files with 1666 additions and 1040 deletions
|
@ -118,10 +118,6 @@ public:
|
|||
|
||||
void print_basis_heading();
|
||||
|
||||
void print_bottom_line() {
|
||||
m_out << "----------------------" << std::endl;
|
||||
}
|
||||
|
||||
void print_cost();
|
||||
|
||||
void print_given_row(vector<string> & row, vector<string> & signs, X rst);
|
||||
|
|
|
@ -345,12 +345,6 @@ template <typename T, typename X> void core_solver_pretty_printer<T, X>::print()
|
|||
for (unsigned i = 0; i < nrows(); i++) {
|
||||
print_row(i);
|
||||
}
|
||||
print_bottom_line();
|
||||
print_cost();
|
||||
print_x();
|
||||
print_basis_heading();
|
||||
print_lows();
|
||||
print_upps();
|
||||
print_exact_norms();
|
||||
if (!m_core_solver.m_column_norms.empty())
|
||||
print_approx_norms();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue