mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 00:18:45 +00:00
working on mam
This commit is contained in:
parent
f33d6f89b9
commit
4b6d7ca097
15 changed files with 807 additions and 209 deletions
|
@ -203,7 +203,7 @@ public:
|
|||
bool operator!=(iterator const& other) const;
|
||||
};
|
||||
subterms_postorder(expr_ref_vector const& es);
|
||||
subterms_postorder(expr_ref& e);
|
||||
subterms_postorder(expr_ref const& e);
|
||||
iterator begin();
|
||||
iterator end();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue