mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
add ability to touch variables for bound propagation
This commit is contained in:
parent
a74ef394ec
commit
4039352837
4 changed files with 26 additions and 1 deletions
|
@ -349,6 +349,7 @@ public:
|
|||
void activate_check_on_equal(constraint_index, var_index&);
|
||||
void activate(constraint_index);
|
||||
void random_update(unsigned sz, var_index const * vars);
|
||||
void mark_rows_for_bound_prop(lpvar j);
|
||||
template <typename T>
|
||||
void propagate_bounds_for_touched_rows(lp_bound_propagator<T> & bp) {
|
||||
SASSERT(use_tableau());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue