mirror of
https://github.com/Z3Prover/z3
synced 2026-05-23 10:29:38 +00:00
deal with code smells/duplicate
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
46364a1502
commit
aed76af2b5
2 changed files with 36 additions and 59 deletions
|
|
@ -117,6 +117,7 @@ namespace smt {
|
|||
void populate_nielsen_graph();
|
||||
void explain_nielsen_conflict();
|
||||
void set_conflict(enode_pair_vector const& eqs, literal_vector const& lits);
|
||||
void set_propagate(enode_pair_vector const &eqs, literal_vector const &lits, literal p);
|
||||
void add_nielsen_assumptions();
|
||||
euf::snode* get_snode(expr* e);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue