3
0
Fork 0
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:
Nikolaj Bjorner 2019-12-31 11:55:39 -08:00
parent 17824df3cd
commit 216affd852
2 changed files with 3 additions and 2 deletions

View file

@ -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");