diff --git a/book/src/design/permutation.md b/book/src/design/permutation.md index e6c3d63..dfa0f77 100644 --- a/book/src/design/permutation.md +++ b/book/src/design/permutation.md @@ -80,7 +80,7 @@ To add an equality constraint $\mathit{left} \equiv \mathit{right}$: For example, given two disjoint cycles $(A\ B\ C\ D)$ and $(E\ F\ G\ H)$: -``` +```plaintext A +---> B ^ + | | @@ -94,7 +94,7 @@ D <---+ C E +---> F After adding constraint $B \equiv E$ the above algorithm produces the cycle: -``` +```plaintext A +---> B +-------------+ ^ | | |