Uses of Class
jline.solvers.nc.NCResult
Packages that use NCResult
Package
Description
This package provides an implementation of SolverNC.
Analyzers for SolverNC.
-
Uses of NCResult in jline.solvers.nc
Methods in jline.solvers.nc that return NCResultModifier and TypeMethodDescriptionSolverNC.meClosed()Maximum Entropy algorithm for Closed Queueing Networks (Kouvatsos 1994, Section 3.3): pseudo-open decomposition followed by a convolution over the population lattice, iterated on the flow (work rate) equations.SolverNC.meClosed(MeOqnOptions meOptions) Maximum Entropy algorithm for Closed Queueing Networks with custom options (Kouvatsos 1994, Section 3.3).SolverNC.meMixed()Maximum Entropy algorithm for Mixed Queueing Networks: composition of the open (Section 3.2) and closed (Section 3.3) algorithms with product-form-style conditioning.SolverNC.meMixed(MeOqnOptions meOptions) Maximum Entropy algorithm for Mixed Queueing Networks with custom options.SolverNC.meOpen()Maximum Entropy algorithm for Open Queueing Networks.SolverNC.meOpen(MeOqnOptions meOptions) Maximum Entropy algorithm for Open Queueing Networks with custom options. -
Uses of NCResult in jline.solvers.nc.analyzers
Methods in jline.solvers.nc.analyzers that return NCResultModifier and TypeMethodDescriptionstatic NCResultSolver_nc_analyzer.solver_nc_analyzer(NetworkStruct sn, SolverOptions options) static NCResultSolver_nc_cache_analyzer.solver_nc_cache_analyzer(NetworkStruct sn, SolverOptions options) static NCResultSolver_nc_cache_qn_analyzer.solver_nc_cache_qn_analyzer(NetworkStruct sn, SolverOptions options) static NCResultSolver_nc_cacheqn_retrieval_analyzer.solver_nc_cacheqn_retrieval_analyzer(NetworkStruct sn, SolverOptions options) static NCResultSolver_nc_lossn_analyzer.solver_nc_lossn_analyzer(NetworkStruct sn, SolverOptions options) Analyzes open loss networks with FCR.static NCResultSolver_nc_retrieval_analyzer.solver_nc_retrieval_analyzer(NetworkStruct sn, SolverOptions options) static NCResultSolver_ncld_analyzer.solver_ncld_analyzer(NetworkStruct sn, SolverOptions options)