Class Solver_mva_lcfsqnKt

    • 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 MVAResult solver_mva_lcfsqn(NetworkStruct sn, SolverOptions options, Integer lcfsStat, Integer lcfsprStat) Specialized MVA solver for LCFS + LCFS-PR 2-station networks.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • solver_mva_lcfsqn

         final static MVAResult solver_mva_lcfsqn(NetworkStruct sn, SolverOptions options, Integer lcfsStat, Integer lcfsprStat)

        Specialized MVA solver for LCFS + LCFS-PR 2-station networks.

        This function wraps the pfqn_lcfsqn_mva algorithm and maps LINE's data structures to/from the algorithm's expected format.

        Parameters:
        sn - Network structure
        options - Solver options
        lcfsStat - Index of the LCFS station
        lcfsprStat - Index of the LCFS-PR station
        Returns:

        MVAResult containing performance metrics