mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
add length coherence check for length = 0
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f34a54fea0
commit
0870b4a5a0
2 changed files with 16 additions and 10 deletions
|
@ -785,7 +785,6 @@ bool seq_decl_plugin::is_value(app* e) const {
|
|||
e = to_app(e->get_arg(1));
|
||||
continue;
|
||||
}
|
||||
TRACE("seq", tout << mk_pp(e, *m_manager) << "\n";);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue