mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 14:25:46 +00:00
add propagation flag to monic and method for updating it to emonics. This replaces the bool-vector tracking for propagation and internalizes it to the emonics class
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9c63ea3135
commit
aaa587398e
3 changed files with 21 additions and 0 deletions
|
@ -142,6 +142,8 @@ public:
|
|||
void merge_eh(unsigned r2, unsigned r1, unsigned v2, unsigned v1) {}
|
||||
void after_merge_eh(unsigned r2, unsigned r1, unsigned v2, unsigned v1) {}
|
||||
|
||||
void set_propagated(monic& m);
|
||||
|
||||
// this method is required by union_find
|
||||
trail_stack & get_trail_stack() { return m_u_f_stack; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue