3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-22 11:07:51 +00:00

bound length of ubv2s

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-07-16 16:17:59 +02:00
parent 8e9bc86c23
commit 9e5dcf3ecb
5 changed files with 22 additions and 0 deletions

View file

@ -1542,6 +1542,7 @@ void theory_seq::add_ubv_string(expr* e) {
}
if (!has_sort)
m_ax.add_ubv2ch_axioms(b->get_sort());
m_ax.add_ubv2s_len_axiom(b);
m_ubv_string.push_back(e);
m_trail_stack.push(push_back_vector<expr_ref_vector>(m_ubv_string));
add_length_to_eqc(e);