MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
Contains the implementation of a mixed-criticality solver based on the simulated annealing algorithm. More...
Classes | |
class | CMixedCriticalitySimulatedAnnealing |
The simulated annealing solver for the mixed-criticality scheduling. More... | |
class | CSimulatedAnnealingConfiguration |
The CSimulatedAnnealingConfiguration instance stores a configuration of a simulated annealing solver settings. More... | |
class | CSimulatedAnnealingSolver |
The mixed-criticality scheduling problem solver based on the simulated annealing meta-heuristic method. More... | |
class | CSimulatedAnnealingState |
The representation of a solution of an MC instance used by simulated annealing algorithm. More... |
Contains the implementation of a mixed-criticality solver based on the simulated annealing algorithm.