MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
A status of a solution that is returned as result of the solving algorithm. More...
Public Attributes | |
const int | ERROR = -1 |
Error has occured during solving. | |
const int | NONE = 0 |
No problem has been optimized yet. | |
const int | INFEASIBLE = 1 |
Model was proven to be infeasible. | |
const int | INTERRUPTED = 2 |
Optimization was terminated by the user. | |
const int | ITERATION_LIMIT = 3 |
Optimization terminated because the total number of simplex iterations performed exceeded the limit specified in the IterationLimit parameter. | |
const int | TIME_LIMIT = 4 |
Optimization terminated because the total elapsed time exceeded the limit specified in the TimeLimit parameter. | |
const int | OPTIMAL = 5 |
Model was solved to optimality (subject to tolerances) and an optimal solution is available. | |
const int | SUBOPTIMAL = 6 |
Optimization terminated with a sub-optimal solution. | |
const int | HEURISTIC = 7 |
Infeasible solution found by meta-heuristic algorithm. |
A status of a solution that is returned as result of the solving algorithm.
Optimization terminated with a sub-optimal solution.
The solution is feasible, yet not proven optimal.