Scenario minimization results in java.lang.OutOfMemoryError because of multiple recursive invocations.
Here is the test to reproduce the error:
runModelCheckingTest() fails with java.lang.OutOfMemoryError: Java heap space if minimizeFailedScenario is true.
Scenario minimization results in
java.lang.OutOfMemoryError
because of multiple recursive invocations.Here is the test to reproduce the error:
runModelCheckingTest()
fails withjava.lang.OutOfMemoryError: Java heap space
ifminimizeFailedScenario
is true.