mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
clear lemma in int_solver before the first push_back
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
064cf9e983
commit
9b5996fcd5
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ bool int_solver::current_solution_is_inf_on_cut() const {
|
|||
|
||||
lia_move int_solver::mk_gomory_cut( unsigned inf_col, const row_strip<mpq> & row) {
|
||||
lp_assert(column_is_int_inf(inf_col));
|
||||
|
||||
gomory gc(m_t, m_k, m_ex, inf_col, row, *this);
|
||||
return gc.create_cut();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue