mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 10:41:35 +00:00
wreckfun
This commit is contained in:
parent
612cc5cfba
commit
83f4a006c6
11 changed files with 402 additions and 219 deletions
|
@ -96,6 +96,7 @@ namespace euf {
|
|||
user::solver* m_user_propagator{ nullptr };
|
||||
th_solver* m_qsolver { nullptr };
|
||||
unsigned m_generation { 0 };
|
||||
mutable ptr_vector<expr> m_todo;
|
||||
|
||||
ptr_vector<expr> m_bool_var2expr;
|
||||
ptr_vector<size_t> m_explain;
|
||||
|
@ -228,6 +229,7 @@ namespace euf {
|
|||
s.m_generation = m_g;
|
||||
}
|
||||
};
|
||||
unsigned get_max_generation(expr* e) const;
|
||||
|
||||
// accessors
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue