mirror of
https://github.com/Z3Prover/z3
synced 2025-11-16 19:05:46 +00:00
add utility to count clauses
This commit is contained in:
parent
3302ab9dc5
commit
9d751576bc
2 changed files with 8 additions and 0 deletions
|
|
@ -232,6 +232,7 @@ namespace polysat {
|
|||
void constraint_manager::gc_clauses() {
|
||||
LOG_H3("gc_clauses");
|
||||
// place to gc redundant clauses
|
||||
// clauses on_reinit_stack() cannot be gc'ed
|
||||
}
|
||||
|
||||
void constraint_manager::gc_constraints() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue