Package hlcd.run


package hlcd.run
Dedicated for the execution of the program by using SimpleExecutor, ComplexExecutor or ListExecutor.
  • Class Summary
    Class
    Description
    A complete execution class that initializes all possible parameters in this program from the \(n\), \(k\), \(d\) values to the code parameters, code validator parameters, code export parameters and code display parameters.
    Runs the list of parameters and test all the parameters read (parameters with \(d \ge 3\)).
    A way to load a list of parameters of quaternary codes from a .txt file.
    A simple execution class that will search for the \(n\), \(k\), \(d\) and base values assigned/hardcoded in the constructor.
    Starts the execution of finding if the parameters specified of a code are valid automatically once a constructor is called.