-
Notifications
You must be signed in to change notification settings - Fork 8
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
Proving formulas with no singleton Strings #88
Comments
This is a restriction of the current solver architecture. We are in the process of revising and reimplementing the theory solver, and the new version will be able to solve this constraint. |
…-singleton strings as their arguments. Ostrich does not support such operations yet, although the feature will likely be added later. See uuverifiers/ostrich#88 for some details.
Hello Philipp, |
Hello
Ostrich seems to struggle with Formulas that don't contain a singleton String. Here is an example:
When I run the progam Ostrich will throw an exception:
Is this the intended behavior, or am I doing something wrong here?
The program does work just fine when one of the arguments to
str.<=
is replaced with a singleton String. Would it be possible to add support for arguments that are not singleton Strings? Or is this just one of the limitations of the algorithm that is being used?The text was updated successfully, but these errors were encountered: