mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 10:50:24 +00:00
z3str3: add str.is_digit support (#5038)
This commit is contained in:
parent
c3b7fa941a
commit
5599387a34
2 changed files with 33 additions and 2 deletions
|
@ -606,6 +606,7 @@ 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_is_digit(enode * e);
|
||||
void instantiate_axiom_str_to_code(enode * e);
|
||||
void instantiate_axiom_str_from_code(enode * e);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue