summaryrefslogtreecommitdiff
path: root/doc/implementation.tex
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-10-26 15:39:46 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-10-26 15:40:12 +0900
commit9d104ec326ac98e2a335cb3477a6ad2c2f0c87df (patch)
tree740d8e283e6dbf5713dfe12e920b0a724e802a35 /doc/implementation.tex
parent1bc80b1e1cf5941b141ce5c51162d6bd75c071f5 (diff)
downloadisl-9d104ec326ac98e2a335cb3477a6ad2c2f0c87df.tar.gz
isl-9d104ec326ac98e2a335cb3477a6ad2c2f0c87df.tar.bz2
isl-9d104ec326ac98e2a335cb3477a6ad2c2f0c87df.zip
Imported Upstream version 0.13upstream/0.13
Change-Id: I7cc83b826345ba2d53631534ce803771a505f7f0 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'doc/implementation.tex')
-rw-r--r--doc/implementation.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/implementation.tex b/doc/implementation.tex
index d5ece80e..76d1acd5 100644
--- a/doc/implementation.tex
+++ b/doc/implementation.tex
@@ -1650,7 +1650,7 @@ only being applied to relations from a given domain to itself.
However, it is also possible to detect disjoint domains and ranges
and to apply Floyd-Warshall internally.
-\linesnumbered
+\LinesNumbered
\begin{algorithm}
\caption{The modified Floyd-Warshall algorithm of
\protect\shortciteN{Kelly1996closure}}
@@ -1662,8 +1662,8 @@ and to apply Floyd-Warshall internally.
$R_{pq}$ contains all indirect paths from $p$ to $q$ in the input graph}
%
\BlankLine
-\SetVline
-\dontprintsemicolon
+\SetAlgoVlined
+\DontPrintSemicolon
%
\For{$r \in [0, n-1]$}{
$R_{rr} \coloneqq R_{rr}^+$ \nllabel{l:Floyd:closure}\;