mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 19:00:25 +00:00
Z3str3: add str.to_code and str.from_code (#5015)
This commit is contained in:
parent
ca9fcbd1df
commit
27db97c269
3 changed files with 197 additions and 5 deletions
|
@ -606,6 +606,8 @@ protected:
|
|||
void instantiate_axiom_Replace(enode * e);
|
||||
void instantiate_axiom_str_to_int(enode * e);
|
||||
void instantiate_axiom_int_to_str(enode * e);
|
||||
void instantiate_axiom_str_to_code(enode * e);
|
||||
void instantiate_axiom_str_from_code(enode * e);
|
||||
|
||||
void add_persisted_axiom(expr * a);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue