UnsupportedOperationException: State has more than one call successor in NestedWordAutomatonReachableStates
#568
Labels
NestedWordAutomatonReachableStates
#568
Basic Info
--traceabstraction.compute.hoare.annotation.of.negated.interpolant.automaton,.abstraction.and.cfg=true
Description
Programs with non-deterministic calls like the following may trigger the exception below. We probably notice the bug now because we remove all
assume true
edges during Icfg construction, but it should be fixed in the automata library.A workaround is disabling the setting above, or add a condition to the Icfg construction.
Stacktrace:
The text was updated successfully, but these errors were encountered: