mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 12:35:59 +00:00
change registration mode for relevant_eh
This commit is contained in:
parent
1706f77b9e
commit
f215b18e0e
8 changed files with 55 additions and 33 deletions
|
@ -398,6 +398,7 @@ namespace euf {
|
|||
void add_auto_relevant(sat::literal lit);
|
||||
void pop_relevant(unsigned n);
|
||||
void push_relevant();
|
||||
void relevant_eh(euf::enode* n);
|
||||
smt::relevancy& relevancy() { return m_relevancy; }
|
||||
|
||||
// model construction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue