mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
euf solver updates
This commit is contained in:
parent
7bf691e1f9
commit
60ef60dff8
8 changed files with 46 additions and 0 deletions
|
@ -149,6 +149,7 @@ namespace euf {
|
|||
void set_table_id(unsigned t) { m_table_id = t; }
|
||||
|
||||
unsigned generation() const { return m_generation; }
|
||||
unsigned class_generation();
|
||||
|
||||
void mark1() { m_mark1 = true; }
|
||||
void unmark1() { m_mark1 = false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue