-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling of from_int
and to_int
#114
Conversation
The results for the three benchmarks that contain
There was nearly no impact on the other benchmarks (as was expected):
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job. I have just a couple of smaller remarks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good to me. I do not anything else to add.
Adds a (basic) handling of
from_int
andto_int
.It should be able to handle cases where they lead to solutions with finite languages in the automata for the string variables used in
from_int
andto_int
.I had to also rewrite the way
to_code
/from_code
was handled.