Package jline.solvers.ssa.analyzers
Class Solver_ssa_analyzerKt
-
- All Implemented Interfaces:
public final class Solver_ssa_analyzerKt
-
-
Method Summary
Modifier and Type Method Description final static SSAResultsolver_ssa_analyzer(NetworkStruct sn, SolverOptions options, SolverSSA solverSSA)SSA analyzer that selects and executes the appropriate analysis method. -
-
Method Detail
-
solver_ssa_analyzer
final static SSAResult solver_ssa_analyzer(NetworkStruct sn, SolverOptions options, SolverSSA solverSSA)
SSA analyzer that selects and executes the appropriate analysis method.
- Parameters:
sn- network structure representing the queueing network modeloptions- solver configuration options including method selectionsolverSSA- SSA solver instance to use for analysis- Returns:
SSA analysis results including method used and runtime
-
-
-
-