Class BenchCQN_RM

java.lang.Object
jline.bench.cqn.BenchCQN_RM

public class BenchCQN_RM extends Object
Dedicated benchmark runner for CQN Repairmen (RM) models Provides MATLAB-style 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

      public static void main(String[] args)
      Main method with command line options