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