You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
your workaround was worth a try, but the error happens internally before it reaches the external solver. For context, even when relying on an external solver for the actual assertion solving, we still internally rely on the Z3 API to handle symbols and build expressions -- this is where this fails. Will fix the underlying #402 issue
Describe the bug
Trying to work around #402 by using yices, I still see the same error. This Z3 parser issue is unexpected, since I am explicitly using another solver.
To Reproduce
Environment:
Additional context
N/A
The text was updated successfully, but these errors were encountered: