3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-05-28 14:38:41 -07:00
parent ce6fc21bef
commit 15916091d1

View file

@ -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);