Package jline.api.sn

Class SnNonmarkovToPhKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static NetworkStruct snNonmarkovToPh(NetworkStruct snInput, SolverOptions options) Converts non-Markovian distributions to PH using Bernstein approximation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • snNonmarkovToPh

         final static NetworkStruct snNonmarkovToPh(NetworkStruct snInput, SolverOptions options)

        Converts non-Markovian distributions to PH using Bernstein approximation.

        This function scans all service and arrival processes in the network structure and converts non-Markovian distributions to Markovian Arrival Processes (MAPs) using the specified approximation method.

        Parameters:
        snInput - Network structure from getStruct()
        options - Solver options with nonmkv and nonmkvorder config
        Returns:

        Network structure with converted processes