Research Article

Phase Transitions of Contingent Planning Problem

Algorithm 1

Contingent plan-nonexistence algorithm.
Algorithm CONTINGENT PLAN-NONEXITENCE
 for each  
  if ;
  then return  failure;
 endfor
 for each  
  if
  then return  failure;
 endfor
 for each  
;
;
  for each  
   if ;
   then returndon’t know;
  endfor
  for each
   if ;
   then returndon’t know;
  endfor
 endfor
 return  failure;
end