Uses of Enum
jline.lang.constant.SolverType
Packages that use SolverType
Package
Description
Layered Queueing Network (LQN) benchmarks for hierarchical system evaluation.
This package contains constants used in the definition of queueing characteristics
Solver superclasses and related data structures.
This package provides an implementation of SolverLN.
-
Uses of SolverType in jline.bench.lqn
Methods in jline.bench.lqn with parameters of type SolverTypeModifier and TypeMethodDescriptionstatic booleanBenchLQN_Custom.runModel(String modelPath, SolverType solverType, double tolerance, int maxIterations) Run a single LQN model with Custom solver configurationstatic booleanSimpleLQNBenchmark.runModel(String modelPath, SolverType solverType) Run a single LQN model with a specific solverConstructors in jline.bench.lqn with parameters of type SolverTypeModifierConstructorDescriptionBenchmarkSolverFactory(SolverType solverType) CustomSolverFactory(SolverType solverType, double tolerance, int maxIterations) -
Uses of SolverType in jline.lang.constant
Methods in jline.lang.constant that return SolverTypeModifier and TypeMethodDescriptionstatic SolverTypeReturns the enum constant of this type with the specified name.static SolverType[]SolverType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SolverType in jline.solvers
Constructors in jline.solvers with parameters of type SolverTypeModifierConstructorDescriptionSolverOptions(SolverType solverType) Creates SolverOptions with defaults customized for a specific solver type. -
Uses of SolverType in jline.solvers.ln
Constructors in jline.solvers.ln with parameters of type SolverTypeModifierConstructorDescriptionLN(LayeredNetwork model, SolverType solverType) LN(LayeredNetwork model, SolverType solverType, SolverOptions options) SolverLN(LayeredNetwork lqnmodel, SolverType solverType) SolverLN(LayeredNetwork lqnmodel, SolverType solverType, LNOptions lnOptions, SolverOptions solverOptions) SolverLN(LayeredNetwork lqnmodel, SolverType solverType, SolverOptions options)