Class BenchCQN_RM

  • All Implemented Interfaces:

    
    public class BenchCQN_RM
    
                        

    Dedicated benchmark runner for CQN Repairmen (RM) models Provides MATLAB-style formatted output

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      BenchCQN_RM()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static void runAll() Run all repairmen benchmarks for both FCFS and PS scheduling
      static void runPSBenchmarks() Run only PS repairmen benchmarks
      static void runFCFSBenchmarks() Run only FCFS repairmen benchmarks
      static void runPSOnly() Run PS repairmen benchmarks only, with immediate formatted output
      static void runFCFSOnly() Run FCFS repairmen benchmarks only, with immediate formatted output
      static void main(Array<String> args) Main method with command line options
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BenchCQN_RM

        BenchCQN_RM()
    • Method Detail

      • runAll

         static void runAll()

        Run all repairmen benchmarks for both FCFS and PS scheduling

      • runPSBenchmarks

         static void runPSBenchmarks()

        Run only PS repairmen benchmarks

      • runFCFSBenchmarks

         static void runFCFSBenchmarks()

        Run only FCFS repairmen benchmarks

      • runPSOnly

         static void runPSOnly()

        Run PS repairmen benchmarks only, with immediate formatted output

      • runFCFSOnly

         static void runFCFSOnly()

        Run FCFS repairmen benchmarks only, with immediate formatted output

      • main

         static void main(Array<String> args)

        Main method with command line options