mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
local
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ae728374c8
commit
d6c49adddb
|
@ -311,7 +311,6 @@ struct goal2sat::imp {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void convert_ite(app * n, bool root, bool sign) {
|
void convert_ite(app * n, bool root, bool sign) {
|
||||||
unsigned sz = m_result_stack.size();
|
unsigned sz = m_result_stack.size();
|
||||||
SASSERT(sz >= 3);
|
SASSERT(sz >= 3);
|
||||||
|
|
Loading…
Reference in a new issue