mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 10:50:24 +00:00
debugging karr invariants
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ce7d6a16d0
commit
6ed266e4de
13 changed files with 196 additions and 68 deletions
|
@ -46,7 +46,7 @@ namespace datalog {
|
|||
ast_mark m_visited;
|
||||
|
||||
|
||||
//we need to take care with removing to aviod memory leaks
|
||||
//we need to take care with removing to avoid memory leaks
|
||||
void remove_m_data_entry(func_decl * key);
|
||||
|
||||
//sometimes we need to return reference to an empty set,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue