Package jline.solvers.nc.analyzers
Class Solver_nc_lossn_analyzerKt
-
- All Implemented Interfaces:
public final class Solver_nc_lossn_analyzerKt
-
-
Method Summary
Modifier and Type Method Description final static NCResultsolver_nc_lossn_analyzer(NetworkStruct sn, SolverOptions options)Analyzes open loss networks with FCR using Erlang fixed-point approximation. -
-
Method Detail
-
solver_nc_lossn_analyzer
final static NCResult solver_nc_lossn_analyzer(NetworkStruct sn, SolverOptions options)
Analyzes open loss networks with FCR using Erlang fixed-point approximation.
This analyzer handles open queueing networks with a single multiclass Delay node inside a Finite Capacity Region (FCR) with DROP policy.
- Parameters:
sn- Network structureoptions- Solver options- Returns:
NCResult containing performance metrics
-
-
-
-