-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add the remaining smtlib string operators excluding the regex and the conversion operators #335
Add the remaining smtlib string operators excluding the regex and the conversion operators #335
Conversation
…e conversion operators
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.
looks good, minor comments.
include/sort_inference.h
Outdated
* @param returns true iff the first sort is the string sort | ||
* and the next two match the int sort | ||
*/ | ||
|
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.
include/sort_inference.h
Outdated
* @param returns true iff the first sort is the string sort | ||
* and the second is the int sort | ||
*/ | ||
|
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.
include/sort_inference.h
Outdated
* @param returns true iff the first two sorts are the string sort | ||
* and the third is the int sort | ||
*/ | ||
|
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.
tests/smt2/qf_s/test-ops-SLIA.smt2
Outdated
|
||
(check-sat) | ||
(check-sat) |
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.
(check-sat) | |
(check-sat) | |
tests/smt2/qf_s/test-ops.smt2
Outdated
(assert (not (str.is_digit "A"))) | ||
(assert (not (str.is_digit "10"))) | ||
|
||
(check-sat) |
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.
(check-sat) | |
(check-sat) | |
… conversion operators (stanford-centaur#335)
… conversion operators (stanford-centaur#335)
No description provided.