mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 12:25:51 +00:00
fix test build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d75b6fd9c1
commit
91dbcbc36f
2 changed files with 13 additions and 8 deletions
|
@ -185,7 +185,6 @@ struct gomory_test {
|
|||
}
|
||||
|
||||
void print_term(lar_term & t, std::ostream & out) {
|
||||
lp_assert(is_zero(t.m_v));
|
||||
vector<std::pair<mpq, unsigned>> row;
|
||||
for (auto p : t.m_coeffs)
|
||||
row.push_back(std::make_pair(p.second, p.first));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue