Uses of Package
net.automatalib.modelchecker.m3c.solver
-
Packages that use net.automatalib.modelchecker.m3c.solver Package Description net.automatalib.modelchecker.m3c.solver net.automatalib.modelchecker.m3c.visualization -
Classes in net.automatalib.modelchecker.m3c.solver used by net.automatalib.modelchecker.m3c.solver Class Description ADDSolver Implementation based on property transformers being represented by ADDs (Algebraic Decision Diagrams).BDDSolver Implementation based on property transformers being represented by BDDs (Binary Decision Diagrams).M3CSolver An interface for a generic M3C solver which may need to parse the given formula and thus may throw an exception when doing so.M3CSolver.TypedM3CSolver A specializedM3CSolver
which no longer throws aParseException
when solving a formula, but requires a type-safe formula object.SolverData A class used to storeProceduralModalProcessGraph
-specific data for theSolverHistory
.SolverState Stores internal information produced during the update of a node inAbstractDDSolver
.WitnessTreeState A utility class that represents a current configuration (node property) in theWitnessTree
. -
Classes in net.automatalib.modelchecker.m3c.solver used by net.automatalib.modelchecker.m3c.visualization Class Description WitnessTree A tree-likeGraph
that represents the BFS-style exploration of the tableau generated by theWitnessTreeExtractor
.