mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +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()) {
|
||||
case l_true:
|
||||
// propagated interval onto subslice
|
||||
result.reset();
|
||||
m_projection.explain(result);
|
||||
break;
|
||||
case l_false:
|
||||
// conflict (projected interval is full)
|
||||
result.reset();
|
||||
m_projection.explain(result);
|
||||
break;
|
||||
case l_undef:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue