mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 19:24:44 +00:00
Simplified asserted_formulas. From now on, we should use tactics for qe, der, solve, etc.
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
4237ac0dbf
commit
026c81ba29
15 changed files with 20 additions and 975 deletions
|
@ -193,8 +193,6 @@ namespace smt {
|
|||
void display(std::ostream & out);
|
||||
void register_existing_model_values();
|
||||
void register_macros();
|
||||
void register_indirect_elim_decls();
|
||||
void register_subst_vars();
|
||||
|
||||
bool visit_children(source const & src, ptr_vector<enode> const & roots, obj_map<enode, model_value_proc *> const & root2proc,
|
||||
source2color & colors, obj_hashtable<sort> & already_traversed, svector<source> & todo);
|
||||
|
@ -227,3 +225,4 @@ namespace smt {
|
|||
|
||||
#endif /* _SMT_MODEL_GENERATOR_H_ */
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue