"; } ?> None

TORSCHE Scheduling
Toolbox for Matlab

Name

listsch — Computes schedule by algorithm described by Graham 1966

Synopsis


   taskset = LISTSCH(taskset, problem, m [,strategy] [,verbose]) 
   taskset = LISTSCH(taskset, problem, m [,options])

Description

Function is a list scheduling algorithm for parallel prllel processors. The parameters are:

taskset

set of tasks,

problem

description of scheduling problem (object PROBLEM),

m

number of processors,

strategy

'EST', 'ECT', 'LPT', 'SPT' or any handler of function,

verbose

level of verbosity 0 - default, 1 - brief info, 2- tell me anything,

options

global scheduling toolbox variables (SCHOPTIONSSET)

See also

PROBLEM/PROBLEM, TASKSET/TASKSET, SORT_ECT, SORT_EST, SCHOPTIONSSET

Webmaster - Jan Dvořák (2004 - 2024)