Package jline.api.mc
Class Ctmc_ssg_fj
java.lang.Object
jline.api.mc.Ctmc_ssg_fj
Reachability-based CTMC state space generation for FJ tag-augmented
structs (ModelAdapter.fjtag). Explores the global state space forward
from the initial state through the regular synchronizations (sn.sync)
and the fork firing synchronizations (sn.fjsync). Required for
fork-join models, whose fork firings break per-chain population
conservation so the population-lattice enumeration of ctmc_ssg cannot
be used.
Mirrors matlab/src/lang/+State/reachableSpaceGenerator.m plus its
fjsync exploration block. Hash values in the returned hashed state
space are 0-based row indices into sn.space, consistent with
Solver_ctmc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CtmcSsgReachabilityResultctmc_ssg_fj(NetworkStruct sn, SolverOptions options)
-
Method Details
-
ctmc_ssg_fj
-