mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +00:00
remove disjunctive lemma feature
This commit is contained in:
parent
fa3886136b
commit
02a38009b9
4 changed files with 2 additions and 36 deletions
|
@ -196,6 +196,7 @@ namespace polysat {
|
|||
}
|
||||
|
||||
bool constraint_manager::should_gc() {
|
||||
return false;
|
||||
// TODO control gc decay rate
|
||||
return m_constraints.size() > m_num_external + 100;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue