Uses of Class
dev.civl.gmc.StateSpaceCycleException
Packages that use StateSpaceCycleException
Package
Description
This package provides sequential generic model checking functionality.
-
Uses of StateSpaceCycleException in dev.civl.gmc.dpor
Methods in dev.civl.gmc.dpor that throw StateSpaceCycleException -
Uses of StateSpaceCycleException in dev.civl.gmc.seq
Methods in dev.civl.gmc.seq that throw StateSpaceCycleExceptionModifier and TypeMethodDescriptionbooleanDfsSearcher.proceedToNewState()Proceeds with the search until we arrive at a state that has not been seen before (assuming there is one).booleanDfsSearcher.search()Resumes a depth-first search of the state space starting from the current state.booleanPerforms a depth-first search starting from the given state.