Skip to content

Commit

Permalink
hw5: Fix statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Mar 26, 2024
1 parent ce1dcd4 commit 438be4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hw5.tex
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@

Construct a precedence graph for the following program:
\par\hspace{2em}$S_1 :~ x \coloneqq 0$
\par\hspace{2em}$S_2 :~ y \coloneqq 2$
\par\hspace{2em}$S_3 :~ x \coloneqq x + 1$
\par\hspace{2em}$S_2 :~ x \coloneqq x + 1$
\par\hspace{2em}$S_3 :~ y \coloneqq 2$
\par\hspace{2em}$S_4 :~ z \coloneqq y$
\par\hspace{2em}$S_5 :~ x \coloneqq x + 2$
\par\hspace{2em}$S_6 :~ y \coloneqq x + z$
Expand Down

0 comments on commit 438be4f

Please sign in to comment.