3
0
Fork 0
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:
Nikolaj Bjorner 2016-03-25 17:17:34 -07:00
parent f34a54fea0
commit 0870b4a5a0
2 changed files with 16 additions and 10 deletions

View file

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