mirror of
https://github.com/Z3Prover/z3
synced 2025-10-16 04:20:25 +00:00
v2 of polysat
This commit is contained in:
parent
6afed0819c
commit
ab1a2e27a7
18 changed files with 1908 additions and 3 deletions
|
@ -2429,9 +2429,8 @@ namespace sat {
|
|||
m_conflicts_since_restart++;
|
||||
m_conflicts_since_gc++;
|
||||
m_stats.m_conflict++;
|
||||
if (m_step_size > m_config.m_step_size_min) {
|
||||
m_step_size -= m_config.m_step_size_dec;
|
||||
}
|
||||
if (m_step_size > m_config.m_step_size_min)
|
||||
m_step_size -= m_config.m_step_size_dec;
|
||||
|
||||
bool unique_max;
|
||||
m_conflict_lvl = get_max_lvl(m_not_l, m_conflict, unique_max);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue