Class SolverCTMC

  • All Implemented Interfaces:

    
    public class SolverCTMC
    extends NetworkSolver
                        

    Solver for Continuous-Time Markov Chain (CTMC) analysis of queueing networks.

    SolverCTMC implements exact numerical analysis of queueing networks by constructing and solving the underlying continuous-time Markov chain. This approach provides exact results for steady-state and transient behavior of networks that may not satisfy product-form assumptions.

    Key CTMC solver capabilities:

    • Exact CTMC state space construction and solution
    • Steady-state probability computation
    • Transient analysis with time-dependent solutions
    • Joint and marginal state probability distributions
    • Cache network modeling with exact hit/miss probabilities
    • General service and arrival process support

    The solver automatically constructs the infinitesimal generator matrix Q and solves the balance equations πQ = 0 for steady-state analysis, or the differential equation dπ/dt = πQ for transient analysis.

    Since:

    1.0