3
0
Fork 0
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:
Nikolaj Bjorner 2013-08-28 08:48:18 -07:00
parent e5541bad17
commit d795792304
3 changed files with 9 additions and 1 deletions

View file

@ -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();
};
};