mirror of
https://github.com/Z3Prover/z3
synced 2025-11-01 20:17:52 +00:00
add API for fixing tests
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e5541bad17
commit
d795792304
3 changed files with 9 additions and 1 deletions
|
|
@ -48,6 +48,8 @@ namespace datalog {
|
|||
|
||||
void reset_tables();
|
||||
|
||||
lbool saturate(scoped_query& sq);
|
||||
|
||||
public:
|
||||
rel_context(context& ctx);
|
||||
|
||||
|
|
@ -109,7 +111,7 @@ namespace datalog {
|
|||
|
||||
void display_profile(std::ostream& out);
|
||||
|
||||
lbool saturate(scoped_query& sq);
|
||||
lbool saturate();
|
||||
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue