Package jline.bench.cqn
Class BenchCQN_RM
java.lang.Object
jline.bench.cqn.BenchCQN_RM
Dedicated benchmark runner for CQN Repairmen (RM) models
Provides MATLAB-style formatted output
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidMain method with command line optionsstatic voidrunAll()Run all repairmen benchmarks for both FCFS and PS schedulingstatic voidRun only FCFS repairmen benchmarksstatic voidRun FCFS repairmen benchmarks only, with immediate formatted outputstatic voidRun only PS repairmen benchmarksstatic voidRun PS repairmen benchmarks only, with immediate formatted output
-
Constructor Details
-
BenchCQN_RM
public BenchCQN_RM()
-
-
Method Details
-
runAll
public static void runAll()Run all repairmen benchmarks for both FCFS and PS scheduling -
runPSBenchmarks
public static void runPSBenchmarks()Run only PS repairmen benchmarks -
runFCFSBenchmarks
public static void runFCFSBenchmarks()Run only FCFS repairmen benchmarks -
runPSOnly
public static void runPSOnly()Run PS repairmen benchmarks only, with immediate formatted output -
runFCFSOnly
public static void runFCFSOnly()Run FCFS repairmen benchmarks only, with immediate formatted output -
main
Main method with command line options
-