mirror of
https://github.com/Z3Prover/z3
synced 2025-05-09 00:35:47 +00:00
throttle the branching in dio
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
bd8cf29df7
commit
134bed826a
5 changed files with 30 additions and 31 deletions
|
@ -166,6 +166,7 @@ namespace lp {
|
|||
SASSERT(!is_zero(iv.coeff()));
|
||||
int j_offs = m_work_vector_of_row_offsets[j];
|
||||
if (j_offs == -1) { // it is a new element
|
||||
add_columns_up_to(j);
|
||||
T alv = alpha * iv.coeff();
|
||||
add_new_element(ii, j, alv);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue