Open daniel-raffler opened 2 months ago
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.
Hello Philipp, great to hear that this is already being worked on! I've wrapped up most of the issues we've had with Princess/Ostrich and hope that we can merge https://github.com/sosy-lab/java-smt/pull/257 soon. Once your new version is ready it should be enough to simply update the dependency.
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?