mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
change handling of weak array mode. Insert weak delay variables into a queue that gets consumed by the next propagation when the array_weak parameter is changed #2686
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e45bafe9bf
commit
566eacd424
5 changed files with 39 additions and 41 deletions
|
@ -69,7 +69,7 @@ namespace smt {
|
|||
void reset_eh() override;
|
||||
void init_search_eh() override { m_final_check_idx = 0; }
|
||||
|
||||
virtual void set_prop_upward(theory_var v);
|
||||
void set_prop_upward(theory_var v) override;
|
||||
virtual void set_prop_upward(enode* n);
|
||||
virtual void set_prop_upward(theory_var v, var_data* d);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue