Package jline.bench
Class BenchmarkSolvers
-
- All Implemented Interfaces:
public class BenchmarkSolvers
Benchmark solver initialization utility
-
-
Constructor Summary
Constructors Constructor Description BenchmarkSolvers()
-
Method Summary
Modifier and Type Method Description static List<Solver>
getBenchmarkSolvers(Network model)
static SolverJMT
getSimulationSolver(Network model)
static List<Solver>
getForkJoinBenchmarkSolvers(Network model)
Get Fork-Join specific benchmark solvers Tests different fork-join approximation methods static SolverJMT
getForkJoinSimulationSolver(Network model)
Get Fork-Join simulation solver with appropriate settings -
-
Method Detail
-
getBenchmarkSolvers
static List<Solver> getBenchmarkSolvers(Network model)
-
getSimulationSolver
static SolverJMT getSimulationSolver(Network model)
-
getForkJoinBenchmarkSolvers
static List<Solver> getForkJoinBenchmarkSolvers(Network model)
Get Fork-Join specific benchmark solvers Tests different fork-join approximation methods
-
getForkJoinSimulationSolver
static SolverJMT getForkJoinSimulationSolver(Network model)
Get Fork-Join simulation solver with appropriate settings
-
-
-
-