mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
remove incorrect assertion
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
425c47bc81
commit
fb397cbe25
|
@ -81,8 +81,6 @@ namespace smt {
|
||||||
TRACE("bv", tout << "bit2bool: " << mk_pp(n, ctx.get_manager()) << "\n";);
|
TRACE("bv", tout << "bit2bool: " << mk_pp(n, ctx.get_manager()) << "\n";);
|
||||||
expr* first_arg = n->get_arg(0);
|
expr* first_arg = n->get_arg(0);
|
||||||
|
|
||||||
SASSERT(!m_util.is_numeral(first_arg));
|
|
||||||
|
|
||||||
if (!ctx.e_internalized(first_arg)) {
|
if (!ctx.e_internalized(first_arg)) {
|
||||||
// This may happen if bit2bool(x) is in a conflict
|
// This may happen if bit2bool(x) is in a conflict
|
||||||
// clause that is being reinitialized, and x was not reinitialized
|
// clause that is being reinitialized, and x was not reinitialized
|
||||||
|
|
Loading…
Reference in a new issue