You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
189 B
13 lines
189 B
l_init=sparse(13,1);
|
|
l_deadlock=sparse(13,1);
|
|
l_end=sparse(13,1);
|
|
l_six=sparse(13,1);
|
|
|
|
l_init(1)=1;
|
|
l_end(8)=1;
|
|
l_end(9)=1;
|
|
l_end(10)=1;
|
|
l_end(11)=1;
|
|
l_end(12)=1;
|
|
l_end(13)=1;
|
|
l_six(13)=1;
|