mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
add stub for cheap equality propagation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6a45c5d17c
commit
d372af4782
13 changed files with 131 additions and 105 deletions
|
@ -391,7 +391,7 @@ void lu< M>::find_error_of_yB_indexed(const indexed_vector<T>& y, const vector<i
|
|||
if (hj < 0) continue;
|
||||
if (m_ii.m_data[hj] == 0)
|
||||
m_ii.set_value(1, hj);
|
||||
m_y_copy.m_data[hj] -= c.get_val() * y_k;
|
||||
m_y_copy.m_data[hj] -= c.coeff() * y_k;
|
||||
}
|
||||
}
|
||||
// add the index of m_y_copy to m_ii
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue