3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-29 09:28:45 +00:00

ubv2s step3

This commit is contained in:
Nikolaj Bjorner 2021-07-12 17:15:08 +02:00
parent b6a3891ac4
commit f74adb1ebd
4 changed files with 15 additions and 2 deletions

View file

@ -792,8 +792,6 @@ namespace seq {
es.reverse();
eq = m.mk_eq(seq.str.mk_ubv2s(b), seq.str.mk_concat(es, seq.str.mk_string_sort()));
add_clause(~ge10k, ge10k1, eq);
ubv2ch_axiom(bv_sort);
}
void axioms::ubv2ch_axiom(sort* bv_sort) {