Skip to content

Commit

Permalink
Minor syntax update
Browse files Browse the repository at this point in the history
  • Loading branch information
rensink committed Sep 5, 2024
1 parent c5664b5 commit 4ee9739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/exploration/explore.tex
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ \section*{Pseudo-state spaces}
\PastOut_D : q \mapsto {}
& \begin{cases}
\PastOut_C(q) \cup \setof{p} & \text{if } p\in\Outer_C \text{ and } q\in \ReachIn_C(\scs p) \\
\PastOut_C(q) \cup \PastOut_C(p) & \text{if } p\in\Inner_C \text{ and } q\in \set{\inc p} \cup \ReachIn_C(\scs p) \\
\PastOut_C(q) \cup \PastOut_C(p) & \text{if } p\in\Inner_C \text{ and } q\in \setof{\inc p} \cup \ReachIn_C(\scs p) \\
\PastOut_C(q) & \text{otherwise}
\end{cases} \\
\ReachOut_D : q \mapsto {}
Expand All @@ -282,7 +282,7 @@ \section*{Pseudo-state spaces}
\end{cases} \\
\PastIn_D : q \mapsto {}
& \begin{cases}
\PastIn_C(q) \cup \PastIn_C(p) & \text{if } q\in \set{\inc p}\cup \ReachIn_C(\scs p) \\
\PastIn_C(q) \cup \PastIn_C(p) & \text{if } q\in \setof{\inc p}\cup \ReachIn_C(\scs p) \\
\PastIn_C(q) & \text{otherwise}
\end{cases} \\
\ReachIn_D : q \mapsto {}
Expand Down

0 comments on commit 4ee9739

Please sign in to comment.