mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 08:15:47 +00:00
Merge branch 'opt' of https://github.com/nikolajbjorner/z3 into opt
This commit is contained in:
commit
19b1248e5e
48 changed files with 460 additions and 661 deletions
|
@ -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";);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue