mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 00:32:16 +00:00
gc perf fix
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f4ec63f39c
commit
a51e40a6cd
3 changed files with 46 additions and 4 deletions
|
@ -171,6 +171,8 @@ namespace smt {
|
|||
}
|
||||
|
||||
void remove_clause(clause * c);
|
||||
|
||||
void remove_deleted();
|
||||
|
||||
void remove_literal(literal l);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue