mirror of
https://github.com/Z3Prover/z3
synced 2025-11-02 04:27:52 +00:00
fix parameter checking on quantifiers (thanks to Esteban Pavese), fix query tracking in rel_context (thanks to Nuno Lopes), fix counter for free variables under quantfiers (thanks to Tomer Weiss)
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0b56440cba
commit
5c145dcd4b
7 changed files with 50 additions and 22 deletions
|
|
@ -109,7 +109,7 @@ namespace datalog {
|
|||
|
||||
void display_profile(std::ostream& out);
|
||||
|
||||
lbool saturate();
|
||||
lbool saturate(scoped_query& sq);
|
||||
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue