3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-08 08:15:47 +00:00
This commit is contained in:
Nikolaj Bjorner 2018-03-06 13:33:40 -08:00
commit 19b1248e5e
48 changed files with 460 additions and 661 deletions

View file

@ -87,8 +87,6 @@ namespace sat {
IF_VERBOSE(1, verbose_stream() << "(sat-asymm-branch-step :elim " << num_elim << ")\n";);
if (num_elim == 0)
break;
if (false && num_elim > 1000)
i = 0;
}
IF_VERBOSE(1, if (m_elim_learned_literals > eliml0)
verbose_stream() << "(sat-asymm-branch :elim " << m_elim_learned_literals - eliml0 << ")\n";);