MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
The CMixedCriticalityConfiguration represents a configuration of a genetic algorithm for solving Mixed-criticality Scheduling Problems. More...
Public Member Functions | |
CMixedCriticalityConfiguration (string configurationName) | |
Creates a mixed-criticality configuration with the specified name. | |
CMixedCriticalityConfiguration (string configurationFile, int ignored) | |
Reads in the configuration from the specified file. | |
void | setInstanceToSolve (CMixedCriticalityInstance instance) |
Registeres with this configuration a mixed-criticality instance that is going to be solved by the genetic algorithm that uses this configuration. | |
CMixedCriticalityInstance | getInstanceToSolve () |
Returns the mixed-criticality instance that is going to be solved by the genetic algorithm that uses this configuration. |
The CMixedCriticalityConfiguration represents a configuration of a genetic algorithm for solving Mixed-criticality Scheduling Problems.
MCScheduling.MixedCriticality.GA.CMixedCriticalityConfiguration.CMixedCriticalityConfiguration | ( | string | configurationName | ) |
Creates a mixed-criticality configuration with the specified name.
configurationName | The user-specific name for the configuration. |
MCScheduling.MixedCriticality.GA.CMixedCriticalityConfiguration.CMixedCriticalityConfiguration | ( | string | configurationFile, |
int | ignored | ||
) |
Reads in the configuration from the specified file.
configurationFile | The file from which the configuration will be created. |
ignored | An ignored parameter. |