mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
align translation cache with scopes and variable elimination
This commit is contained in:
parent
11efe33aa0
commit
69070a7486
7 changed files with 65 additions and 19 deletions
|
@ -293,6 +293,7 @@ namespace euf {
|
|||
void get_antecedents(literal l, th_explain& jst, literal_vector& r, bool probing);
|
||||
void add_antecedent(enode* a, enode* b);
|
||||
void add_diseq_antecedent(enode* a, enode* b);
|
||||
void set_eliminated(bool_var v) override;
|
||||
void asserted(literal l) override;
|
||||
sat::check_result check() override;
|
||||
void push() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue