mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 18:45:33 +00:00
add priority queue to instantiation
This commit is contained in:
parent
22b0c3aa70
commit
46f754c43d
19 changed files with 1138 additions and 541 deletions
|
@ -295,8 +295,6 @@ namespace euf {
|
|||
enode_vector const& nodes() const { return m_nodes; }
|
||||
|
||||
ast_manager& get_manager() { return m; }
|
||||
bool is_relevant(enode* n) const { return true; } // TODO
|
||||
bool resource_limits_exceeded() const { return false; } // TODO
|
||||
|
||||
void invariant();
|
||||
void copy_from(egraph const& src, std::function<void*(void*)>& copy_justification);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue