mirror of
https://github.com/Z3Prover/z3
synced 2025-06-21 21:33:39 +00:00
avoid big nums in is_offset_row in cheap_eqs
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
713eb6319d
commit
50b9915c57
2 changed files with 8 additions and 3 deletions
|
@ -144,7 +144,6 @@ bool lar_solver::row_has_a_big_num(unsigned i) const {
|
|||
return false;
|
||||
}
|
||||
|
||||
|
||||
void lar_solver::substitute_basis_var_in_terms_for_row(unsigned i) {
|
||||
// todo : create a map from term basic vars to the rows where they are used
|
||||
unsigned basis_j = m_mpq_lar_core_solver.m_r_solver.m_basis[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue