run_sched¶
Module Contents¶
Functions¶
main() |
Executes a task scheduling for a givin algorithm. |
-
run_sched.main()[source]¶ Executes a task scheduling for a givin algorithm.
- Given an input file describing the task set, this function generates
- its scheduling considering the scheduling algorithm passed by argument. At the end, it generates a schedule image, similar to this one:
Parameters: file_name (List of dictionaries.) – The shedule YAML file. Returns: None.