Package jline.solvers.mva.handlers
Class Solver_mva_lcfsqnKt
-
- All Implemented Interfaces:
public final class Solver_mva_lcfsqnKt
-
-
Method Summary
Modifier and Type Method Description final static MVAResultsolver_mva_lcfsqn(NetworkStruct sn, SolverOptions options, Integer lcfsStat, Integer lcfsprStat)Specialized MVA solver for LCFS + LCFS-PR 2-station networks. -
-
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 structureoptions- Solver optionslcfsStat- Index of the LCFS stationlcfsprStat- Index of the LCFS-PR station- Returns:
MVAResult containing performance metrics
-
-
-
-