mirror of
https://github.com/Z3Prover/z3
synced 2025-10-11 10:18:06 +00:00
Merge branch 'unstable' of https://github.com/Z3Prover/z3 into unstable
This commit is contained in:
commit
42c7277ea8
4 changed files with 11 additions and 4 deletions
|
@ -959,11 +959,13 @@ namespace sat {
|
|||
assign(lit, justification());
|
||||
break;
|
||||
case l_false: {
|
||||
m_assumptions.push_back(lit);
|
||||
SASSERT(!inconsistent());
|
||||
set_conflict(justification(), ~lit);
|
||||
flet<bool> _min1(m_config.m_minimize_core, false);
|
||||
flet<bool> _min2(m_config.m_minimize_core_partial, false);
|
||||
resolve_conflict_for_unsat_core();
|
||||
m_assumptions.pop_back();
|
||||
weight += weights[i];
|
||||
blocker.push_back(lit);
|
||||
TRACE("sat", tout << "core: " << m_core << "\nassumptions: " << m_assumptions << "\n";);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue