mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 00:18:45 +00:00
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3a572edb9c
commit
c5432dbd88
3 changed files with 3 additions and 3 deletions
|
@ -182,7 +182,7 @@ public:
|
|||
bool operator!=(iterator const& other) const;
|
||||
};
|
||||
subterms(expr_ref_vector const& es);
|
||||
subterms(const expr_ref& e);
|
||||
subterms(expr_ref const& e);
|
||||
iterator begin();
|
||||
iterator end();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue