mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +00:00
ubv2s step3
This commit is contained in:
parent
b6a3891ac4
commit
f74adb1ebd
4 changed files with 15 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue