mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
wreckfun
This commit is contained in:
parent
612cc5cfba
commit
83f4a006c6
11 changed files with 402 additions and 219 deletions
|
@ -46,7 +46,6 @@ namespace q {
|
|||
flat_table m_flat;
|
||||
sat::literal_vector m_universal;
|
||||
obj_map<sort, expr*> m_unit_table;
|
||||
mutable ptr_vector<expr> m_todo;
|
||||
expr_ref_vector m_expanded;
|
||||
|
||||
sat::literal instantiate(quantifier* q, bool negate, std::function<expr* (quantifier*, unsigned)>& mk_var);
|
||||
|
@ -85,6 +84,5 @@ namespace q {
|
|||
sat::literal_vector const& universal() const { return m_universal; }
|
||||
quantifier* flatten(quantifier* q);
|
||||
|
||||
unsigned get_max_generation(expr* e) const;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue