mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
set defrag
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
17824df3cd
commit
216affd852
2 changed files with 3 additions and 2 deletions
|
@ -36,7 +36,6 @@ Revision History:
|
|||
|
||||
#define ENABLE_TERNARY true
|
||||
|
||||
|
||||
namespace sat {
|
||||
|
||||
|
||||
|
@ -622,6 +621,7 @@ namespace sat {
|
|||
}
|
||||
|
||||
void solver::defrag_clauses() {
|
||||
m_defrag_threshold = 2;
|
||||
if (memory_pressure()) return;
|
||||
pop(scope_lvl());
|
||||
IF_VERBOSE(2, verbose_stream() << "(sat-defrag)\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue