3
0
Fork 0
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:
Nikolaj Bjorner 2020-08-06 14:26:51 -07:00
parent f4ec63f39c
commit a51e40a6cd
3 changed files with 46 additions and 4 deletions

View file

@ -171,6 +171,8 @@ namespace smt {
}
void remove_clause(clause * c);
void remove_deleted();
void remove_literal(literal l);