Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Perrelle
presentations
Commits
f8a8cb68
Commit
f8a8cb68
authored
Apr 09, 2018
by
Valentin Perrelle
Browse files
Fix errors
parent
3f1124d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
2018-lsl-automates-interpetes/slides-automates-interpretes.md
View file @
f8a8cb68
...
...
@@ -250,7 +250,7 @@ l1: if (i < 10) {
(c4) edge node[right] {
\t
t j < 10} (c5)
(c5) edge node
[
right] {\tt A[i
][
j
]
= 0} (c6)
(c6) edge [bend left=45] node[left] {
\t
t j++} (c4)
(c7) edge [bend left=70] node[left] {
\t
t i++} (c
3
)
(c7) edge [bend left=70] node[left] {
\t
t i++} (c
2
)
;
\d
raw (c4) .. controls +(2.0, 0) and +(2.0,0.0) .. node[right] {
\t
t j >= 10} (c7);
...
...
@@ -735,7 +735,7 @@ while (j < 4) {
(c4) edge[bend left=70] node[left] {
\t
t i++} (c2)
(c5) edge node[left] {
\t
t j = 0} (c6)
(c6) edge node[right] {
\t
t j < 4} (c7)
edge node[above right] {
\t
t j >=
10
} (c9)
edge node[above right] {
\t
t j >=
4
} (c9)
(c7) edge node[right] {
\t
t A[j] = 0} (c8)
(c8) edge [bend left=70] node[left] {
\t
t j++} (c6)
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment