mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 18:30:24 +00:00
parent
ce6fc21bef
commit
15916091d1
1 changed files with 2 additions and 0 deletions
|
@ -1661,6 +1661,8 @@ namespace {
|
||||||
|
|
||||||
if (m_incompatible.empty()) {
|
if (m_incompatible.empty()) {
|
||||||
// sequence starting at head is fully compatible
|
// sequence starting at head is fully compatible
|
||||||
|
if (!curr)
|
||||||
|
return;
|
||||||
SASSERT(curr != 0);
|
SASSERT(curr != 0);
|
||||||
SASSERT(curr->m_opcode == CHOOSE);
|
SASSERT(curr->m_opcode == CHOOSE);
|
||||||
choose * first_child = static_cast<choose *>(curr);
|
choose * first_child = static_cast<choose *>(curr);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue