Class StateDepRoutingExample

java.lang.Object
jline.examples.java.advanced.StateDepRoutingExample

public class StateDepRoutingExample extends Object
Product-form state-dependent routing, Krzesinski (1987), Perform. Eval. 7:125-143.

Section 2.5's central server with two peripheral centers and two levels of subnetwork nesting. With C = (-1,-1), d_12 = 1, d_13 = 2 and d_23 = 3 the routing probabilities out of the central server are Table 1 of the paper, and the branch populations are capped at m_2 <= 1 and m_3 <= 3 by the coefficients themselves. When both branches are full the customer is returned to the central server and served again before retrying, which is the busy form of waiting of Section 2.5.

The routing violates the usual product form yet keeps one of its own, so SolverNC solves it exactly and agrees with SolverCTMC to machine precision.

See Also:
  • Constructor Details

    • StateDepRoutingExample

      public StateDepRoutingExample()
  • Method Details

    • main

      public static void main(String[] args)