mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
715081cbd1
9 changed files with 49 additions and 59 deletions
|
@ -396,7 +396,7 @@ namespace arith {
|
|||
propagate_eqs(b.tv(), ci, k, b, value.get_rational());
|
||||
#if 0
|
||||
if (propagation_mode() != BP_NONE)
|
||||
lp().mark_rows_for_bound_prop(b.tv().id());
|
||||
lp().add_column_rows_to_touched_rows(b.tv().id());
|
||||
#endif
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue