mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 09:50:23 +00:00
cleanup, fix repeated use of fmls in validator
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
72e09759ee
commit
1cd1a42618
5 changed files with 8 additions and 64 deletions
|
@ -73,7 +73,8 @@ namespace datalog {
|
|||
void inherit_predicate_kind(func_decl* new_pred, func_decl* orig_pred);
|
||||
|
||||
void cancel() { m_cancel = true; }
|
||||
|
||||
|
||||
void cleanup() { m_cancel = false; }
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue