 
 
 
 
 
   
![\begin{displaymath}\begin{array}{c@{\hspace{1cm}}c}
\textbf{MIN} [ \alpha, \beta ] & \textbf{MAX} [ \alpha, \beta ]
\end{array}\end{displaymath}](img82.gif) 
![$\textbf{MIN} [ \alpha, \beta ]$](img83.gif) computes the set of
states reachable from
computes the set of
states reachable from  .
When a state satisfying
.
When a state satisfying  is
encountered, we return the number of steps taken so far. If a fixed
point is reached and no state satisfying
is
encountered, we return the number of steps taken so far. If a fixed
point is reached and no state satisfying  is found, then
infinity is returned.
is found, then
infinity is returned.
![$\textbf{MAX} [ \alpha, \beta ]$](img84.gif) has the dual interpretation, and
returns the length of the longest path from a state in
has the dual interpretation, and
returns the length of the longest path from a state in  to a
state in
to a
state in  .
If there exists an infinite path beginning in a
state in
.
If there exists an infinite path beginning in a
state in  that never reaches a state in
that never reaches a state in  ,
then
infinity is returned.  This functionality is the same as in
CMU SMV.
,
then
infinity is returned.  This functionality is the same as in
CMU SMV.
 >
>