Package jline.solvers.nc.handlers
Class Solver_nc_lcfsqnKt
-
- All Implemented Interfaces:
public final class Solver_nc_lcfsqnKt
-
-
Method Summary
Modifier and Type Method Description final static SolverNC.SolverNCReturnsolver_nc_lcfsqn(NetworkStruct sn, SolverOptions options, Integer lcfsStat, Integer lcfsprStat)Specialized NC solver for LCFS + LCFS-PR 2-station networks. -
-
Method Detail
-
solver_nc_lcfsqn
final static SolverNC.SolverNCReturn solver_nc_lcfsqn(NetworkStruct sn, SolverOptions options, Integer lcfsStat, Integer lcfsprStat)
Specialized NC solver for LCFS + LCFS-PR 2-station networks.
This function wraps the pfqn_lcfsqn_ca algorithm and computes performance metrics using the convolution approach.
- Parameters:
sn- Network structureoptions- Solver optionslcfsStat- Index of the LCFS stationlcfsprStat- Index of the LCFS-PR station- Returns:
SolverNCReturn containing performance metrics
-
-
-
-