mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 13:18:55 +00:00
sat.euf add missing function
This commit is contained in:
parent
800fef6653
commit
32beb91efa
2 changed files with 9 additions and 4 deletions
|
@ -159,6 +159,7 @@ namespace euf {
|
|||
enode* m_tmp_eq = nullptr;
|
||||
enode* m_tmp_node = nullptr;
|
||||
unsigned m_tmp_node_capacity = 0;
|
||||
tmp_app m_tmp_app;
|
||||
enode_vector m_nodes;
|
||||
expr_ref_vector m_exprs;
|
||||
vector<enode_vector> m_decl2enodes;
|
||||
|
@ -261,7 +262,7 @@ namespace euf {
|
|||
*/
|
||||
bool are_diseq(enode* a, enode* b) const;
|
||||
|
||||
enode * get_enode_eq_to(func_decl * f, unsigned num_args, enode * const * args) { UNREACHABLE(); return nullptr; }
|
||||
enode* get_enode_eq_to(func_decl* f, unsigned num_args, enode* const* args);
|
||||
|
||||
/**
|
||||
\brief Maintain and update cursor into propagated consequences.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue