3
0
Fork 0
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:
Nikolaj Bjorner 2021-07-22 19:17:17 -07:00
parent 800fef6653
commit 32beb91efa
2 changed files with 9 additions and 4 deletions

View file

@ -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.