MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
The command line interface for the MCScheduling application. More...
Public Member Functions | |
CConsoleSolver (string[] arguments) | |
Creates the mixed-criticality solver that is executed from a command line. | |
void | run () |
Runs the selected solver on the given MC instance with the parameters specified on the command line. |
The command line interface for the MCScheduling application.
It is the counterpart to the GUI that is normally display when no command line arguments are fed to the application.
MCScheduling.MixedCriticality.CConsoleSolver.CConsoleSolver | ( | string[] | arguments | ) |
Creates the mixed-criticality solver that is executed from a command line.
arguments | The command line arguments for the solver. |