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
The Automaton constructor finds the initial location of it, but does not check whether the invariant of it makes in unreachable. Maybe we could make this check and if the initial location is unreachable then we could either throw an exception, or remove all edges, clocks, boolean variables and non initial locations. Removing all these would just leave us with an Automaton with a single location which is unreachable.
The text was updated successfully, but these errors were encountered:
The Automaton constructor finds the initial location of it, but does not check whether the invariant of it makes in unreachable. Maybe we could make this check and if the initial location is unreachable then we could either throw an exception, or remove all edges, clocks, boolean variables and non initial locations. Removing all these would just leave us with an
Automaton
with a single location which is unreachable.The text was updated successfully, but these errors were encountered: