Scheduling Toolbox First Preview
Autor: Kutil, M.
Citace
Kutil, M. Scheduling Toolbox First Preview. In MATLAB 2004 - Sborník příspěvků 12. ročníku konference. Praha: VŠCHT, 2004. 297-303. ISBN 80-7080-550-1.
Abstrakt
Scheduling theory has been a popular discipline for a last couple of years. However, there is no tool, which can be used for a complex scheduling algorithms design and validation. Creation of this tool is our goal and its first preview is described in this paper. The tool is written in Matlab object oriented programming language and it is used in Matlab environment as a toolbox. Main objects are Task, TaskSet and Problem. Object Task is a data structure including all parameters of the task as process time, release date, deadline etc. Objects of a type Task can be grouped into a set of tasks and other related information as precedence constrains can be added. Object Problem is a small structure describing classification of deterministic scheduling problems in Graham and Błażewicz notation. These objects are used as a kernel providing general functions and graphical interface, making the toolbox easily extensible by other scheduling algorithms.
BibTeX
@INPROCEEDINGS{matlab04,
author = {Michal Kutil},
title = {Scheduling Toolbox First Preview},
booktitle = {MATLAB 2004 - Sborník příspěvků 12. ročníku konference},
year = {2004},
volume = {1-2},
pages = {297-303},
address = {Praha},
publisher = {VŠCHT},
abstract = {Scheduling theory has been a popular discipline for a last couple of years. However, there is no tool, which can be used for a complex scheduling algorithms design and validation. Creation of this tool is our goal and its first preview is described in this paper. The tool is written in Matlab object oriented programming language and it is used in Matlab environment as a toolbox. Main objects are Task, TaskSet and Problem. Object Task is a data structure including all parameters of the task as process time, release date, deadline etc. Objects of a type Task can be grouped into a set of tasks and other related information as precedence constrains can be added. Object Problem is a small structure describing classification of deterministic scheduling problems in Graham and Błażewicz notation. These objects are used as a kernel providing general functions and graphical interface, making the toolbox easily extensible by other scheduling algorithms.},
isbn = {80-7080-550-1},
keywords = {Scheduling, Matlab, Scheduling Toolbox, Task, Set of Task},
language = {en},
pdf = {http://www.tim.cz/publications/2004/matlab04/matlab04.pdf},
}