Uses of Class
jline.api.mdd.MDD
Packages that use MDD
Package
Description
Decision-diagram state-space storage and Miner-Ciardo-Donatelli aggregation.
Stochastic Petri net analysis.
Analyzers for SolverCTMC.
-
Uses of MDD in jline.api.mdd
Fields in jline.api.mdd declared as MDDModifier and TypeFieldDescriptionfinal MDDMddClosedQnResult.mddThe MDD holding the reachable occupancy set.Methods in jline.api.mdd that return MDDModifier and TypeMethodDescriptionstatic MDDMDD.fromStates(int[] domain, int[][] states) Build an MDD from a set of 0-based state tuples.static MDDMdd_reachset.mdd_reachset(int[] domain, int[] init, MddNextState nextfun) Generate and store the reachability set into a quasi-reduced ordered MDD.Methods in jline.api.mdd with parameters of type MDDModifier and TypeMethodDescriptionstatic MddClosedQnResultMdd_closedqn.mdd_closedqn(double[] mu, Matrix P, double[] servers, int N, MDD reuse) Constructors in jline.api.mdd with parameters of type MDDModifierConstructorDescriptionMddClosedQnResult(MDD mdd, Matrix Q, Matrix pi, int[][] states, double[] QLen, double[] U, double[] X, MddStats stats, double timeReach, double timeGen, double timeSolve, double timeMetrics) -
Uses of MDD in jline.api.spn
Fields in jline.api.spn declared as MDD -
Uses of MDD in jline.solvers.ctmc.analyzers
Fields in jline.solvers.ctmc.analyzers declared as MDD