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
I have a complicate formula and I want to see if it is realizable, but I faced this error while compiling the specification:
ERROR: Specification was unsynthesizable (unrealizable/unsatisfiable) for instantaneous actions.
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
Is there any way to increase the heap space or optimize the code?
The text was updated successfully, but these errors were encountered:
I have a complicate formula and I want to see if it is realizable, but I faced this error while compiling the specification:
ERROR: Specification was unsynthesizable (unrealizable/unsatisfiable) for instantaneous actions.
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
Is there any way to increase the heap space or optimize the code?
The text was updated successfully, but these errors were encountered: