Uses of Class
jline.api.mdd.MddStruct
Packages that use MddStruct
Package
Description
Decision-diagram state-space storage and Miner-Ciardo-Donatelli aggregation.
Stochastic Petri net analysis.
-
Uses of MddStruct in jline.api.mdd
Methods in jline.api.mdd that return MddStructModifier and TypeMethodDescriptionMDD.toStruct()Export the diagram as plain arrays for downstream algorithms.Methods in jline.api.mdd with parameters of type MddStructModifier and TypeMethodDescriptionstatic MddMcdResultMdd_mcd.mdd_mcd(MddStruct mdds, MddDescriptor desc) Run the aggregation with the default level-iteration knobs.static MddMcdResultMdd_mcd.mdd_mcd(MddStruct mdds, MddDescriptor desc, MddMcdOptions options) Approximate stationary measures by decision-diagram-guided aggregation.static doubleThe normalising constant G = sum_{s in S} prod_l g_l(s_l).static double[]Mdd_rec.mdd_rec_marginal(MddStruct mdds, double[][] g, int l) Unnormalised masses of {s in S : s_l = k}, one per local value k of level l.static doubleMdd_rec.mdd_rec_masked(MddStruct mdds, double[][] g, boolean[][] mask) Unnormalised mass of the masked subset of the reachable set (Algorithm 1). -
Uses of MddStruct in jline.api.spn
Fields in jline.api.spn declared as MddStructMethods in jline.api.spn with parameters of type MddStructModifier and TypeMethodDescriptionstatic Spn_metrics.SpnMetricsResultSpn_metrics.spn_metrics(MddStruct mdds, double[][] g, Spn_mdd.SpnInfo info) Every measure of Sec.static Spn_rec_enabled.SpnEnablingSpn_rec_enabled.spn_rec_enabled(MddStruct mdds, double[][] g, Spn_mdd.SpnMode mde, int nplacelevels) Enabling-degree masses of one mode over the reachable set inmdds.