mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
working on quantifiers in interpolation
This commit is contained in:
parent
d73310cfa1
commit
9cba5d7c85
4 changed files with 180 additions and 40 deletions
|
@ -153,8 +153,10 @@ class iz3base : public iz3mgr, public scopes {
|
|||
|
||||
int frames; // number of frames
|
||||
|
||||
protected:
|
||||
void add_frame_range(int frame, ast t);
|
||||
|
||||
private:
|
||||
void initialize(const std::vector<ast> &_parts, const std::vector<int> &_parents, const std::vector<ast> &_theory);
|
||||
|
||||
void initialize(const std::vector<std::vector<ast> > &_parts, const std::vector<int> &_parents, const std::vector<ast> &_theory);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue