"; } ?> None

TORSCHE Scheduling
Toolbox for Matlab

Name

alap — compute ALAP(As Late As Posible) for taskset

Synopsis


        Tout = ALAP(T, UB, [m])
 alap_vector = ALAP(T, 'alap')

Description

Tout=ALAP(T, UB, [m]) computes ALAP for all tasks in taskset T. Properties:

T

set of tasks

UB

upper bound

m

number of processors

Tout

set of tasks with alap

alap_vector = ALAP(T, 'alap') returns alap vector from taskset. Properties:

T

set of tasks

alap_vector

alap vector

ALAP for each task is stored into set of task, the biggest ALAP is returned.

See also

TASKSET/ASAP

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