<< maxplusdesc MaxPlusAndPetrinet maxpluseye >>

MaxPlusAndPetrinet >> MaxPlusAndPetrinet > maxplusexschedule

maxplusexschedule

Determine schedule with input square matrix

Calling Sequence

maxplusexschedule(Aunder,Aupper)

Parameters

Aunder
: square input matrix as under interval of matrix A
Aupper
: square input matrix as upper interval of matrix A

Description

This function is used for determine schedule. First step in this function is defining interval matrix A=[Aunder,Aupper]. And then defining model x(k+1)=A ⊗x(k). Then we use function maxplusmaxalgol to determine eigenvalue and eigenvector of matrix A. eigenvalue and eigenvector of matrix A are used as departure period and early departure of busway and commuter train in Surabaya. Supose the size of matrix Aunder is n × n, the value represent that amount of places departure.

Examples

maxplusexschedule([5 -%inf 5;-%inf 6 3;6 6 3],[6 -%inf 6;-%inf 7 4;7 7 4])

Authors

See Also


Report an issue
<< maxplusdesc MaxPlusAndPetrinet maxpluseye >>