Skip to content

Commit 4552c72

Browse files
authored
Layout of formulas in README is fixed. (#39)
1 parent 7d6f3ac commit 4552c72

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ If there is an active pair $a \bowtie b$ in network $\mathcal{n_0}$, where
7070
- $r = (l_1, l_2, \mathcal{m}) \in \mathcal{R}$
7171

7272
then we can replace $a \bowtie b$ with $\mathcal{m}$ and get new network $\mathcal{n_1}$.
73-
Thus, computation is a sequence of steps of the form $\mathcal{n_i} \xrightarrow{r} \mathcal{n_{i+1}}$.
73+
Thus, computation is a sequence of steps of the form
74+
75+
$$\mathcal{n_i} \xrightarrow{r} \mathcal{n_{i+1}}.$$
76+
7477
Computation finishes when network in normal form.
7578

7679
Active pair $a \bowtie b$ is **realizable** if there is a sequence

0 commit comments

Comments
 (0)