mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 00:05:46 +00:00
a cleaner version of subs_term_columns
Signed-off-by: Lev Nachmanson <levnach@microsoft.com>
This commit is contained in:
parent
4d1b0d8026
commit
1490b7a15f
2 changed files with 6 additions and 4 deletions
|
@ -281,7 +281,7 @@ lia_move int_solver::report_gomory_cut(lar_term& t, mpq& k, mpq &lcm_den, unsign
|
|||
gomory_cut_adjust_t_and_k_for_size_1(pol, t, k);
|
||||
else
|
||||
gomory_cut_adjust_t_and_k_for_size_gt_1(pol, t, k, num_ints, lcm_den);
|
||||
m_lar_solver->subs_terms_for_debugging(t); // todo: remove later
|
||||
m_lar_solver->subs_term_columns(t);
|
||||
return lia_move::cut;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue