mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
rename antecedent utilities for clarity
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
df8ccce08e
commit
a0892c6669
7 changed files with 23 additions and 23 deletions
|
@ -220,7 +220,7 @@ namespace euf {
|
|||
void propagate_literal(enode* n, enode* ante);
|
||||
void propagate_th_eqs();
|
||||
bool is_self_propagated(th_eq const& e);
|
||||
void get_antecedents(literal l, constraint& j, literal_vector& r, bool probing);
|
||||
void get_euf_antecedents(literal l, constraint& j, literal_vector& r, bool probing);
|
||||
void new_diseq(enode* a, enode* b, literal lit);
|
||||
bool merge_shared_bools();
|
||||
|
||||
|
@ -365,8 +365,8 @@ namespace euf {
|
|||
void flush_roots() override;
|
||||
|
||||
void get_antecedents(literal l, ext_justification_idx idx, literal_vector& r, bool probing) override;
|
||||
void get_antecedents(literal l, th_explain& jst, literal_vector& r, bool probing);
|
||||
void add_antecedent(bool probing, enode* a, enode* b);
|
||||
void get_th_antecedents(literal l, th_explain& jst, literal_vector& r, bool probing);
|
||||
void add_eq_antecedent(bool probing, enode* a, enode* b);
|
||||
void add_diseq_antecedent(ptr_vector<size_t>& ex, cc_justification* cc, enode* a, enode* b);
|
||||
void add_explain(size_t* p) { m_explain.push_back(p); }
|
||||
void reset_explain() { m_explain.reset(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue