mirror of
https://github.com/Z3Prover/z3
synced 2025-07-25 21:57:00 +00:00
fix
This commit is contained in:
parent
acd05686e4
commit
342db52558
1 changed files with 2 additions and 0 deletions
|
@ -665,10 +665,12 @@ namespace polysat {
|
||||||
switch (m_projection()) {
|
switch (m_projection()) {
|
||||||
case l_true:
|
case l_true:
|
||||||
// propagated interval onto subslice
|
// propagated interval onto subslice
|
||||||
|
result.reset();
|
||||||
m_projection.explain(result);
|
m_projection.explain(result);
|
||||||
break;
|
break;
|
||||||
case l_false:
|
case l_false:
|
||||||
// conflict (projected interval is full)
|
// conflict (projected interval is full)
|
||||||
|
result.reset();
|
||||||
m_projection.explain(result);
|
m_projection.explain(result);
|
||||||
break;
|
break;
|
||||||
case l_undef:
|
case l_undef:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue