Package jline.solvers.ag.handlers
Class Solver_ag_build
java.lang.Object
jline.solvers.ag.handlers.Solver_ag_build
Port of
build_rcat in solver_ag.m: the network to its RCAT
components and actions.
Each component is a QBD over (queue length, phase), the phase being the pair
(arrival phase, service phase). Every scalar rate of the exponential
construction becomes a matrix block and every unit passive entry an identity
block, so with exponential processes the matrices are entry for entry the
ones this builder produced before.-
Method Summary
Modifier and TypeMethodDescriptionstatic RCATModelsolver_ag_build(NetworkStruct sn, int maxStates)
-
Method Details
-
solver_ag_build
-