1function pie = mmap_pie(
MMAP)
2% For each
class c, computes
the stationary probability of
the DTMC
3% embedded at
the restart intants after an arrival of
class c.
7% - pie: an mxn matrix, where
the c-th row
is the solution
for class c
9symbolic = map_issym(
MMAP);
17 pie = sym(zeros(m,n));
29 A(end,:) = sym(ones(1,n));