mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
wrong assert, compiler warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c03c395267
commit
d64bc795f0
6 changed files with 1 additions and 7 deletions
|
@ -21,7 +21,6 @@ Author:
|
|||
namespace euf {
|
||||
|
||||
void solver::internalize(expr* e, bool redundant) {
|
||||
SASSERT(!get_enode(e) || get_enode(e)->bool_var() < UINT_MAX);
|
||||
if (get_enode(e))
|
||||
return;
|
||||
if (si.is_bool_op(e))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue