3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

working axiomatization for CharAt

This commit is contained in:
Murphy Berzish 2016-06-13 21:57:08 -04:00
parent 389845180c
commit be5cc02a45
3 changed files with 57 additions and 3 deletions

View file

@ -42,8 +42,8 @@ br_status str_rewriter::mk_str_CharAt(expr * arg0, expr * arg1, expr_ref & resul
result = m_strutil.mk_string(resultStr);
return BR_DONE;
} else {
// TODO NEXT
NOT_IMPLEMENTED_YET();
// TODO if we ever figure out how to assert axioms in here, add this code
return BR_FAILED;
/*
Z3_ast ts0 = my_mk_internal_string_var(t);
Z3_ast ts1 = my_mk_internal_string_var(t);