]> mj.ucw.cz Git - saga.git/commitdiff
Fixes to the abstract.
authorMartin Mares <mj@ucw.cz>
Tue, 3 Jun 2008 09:57:17 +0000 (11:57 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 3 Jun 2008 09:57:17 +0000 (11:57 +0200)
abstract.tex

index 4574e20bc7a410112bd94c5e3ce743fcbd6f1971..4028ebea374c977df928a487fd83636b49bf18e3 100644 (file)
@@ -826,7 +826,7 @@ resulting graph.
 \algin A~connected graph~$G$ with an~edge comparison oracle.
 \:If $G$ has no edges, return an~empty tree.
 \:$t\=\lfloor\log^{(3)} n\rfloor$. \cmt{the size of clusters}
-\:Call \<Partition> (\ref{partition}) on $G$ and $t$ with $\varepsilon=1/8$. It returns
+\:Call the partitioning procedure (\ref{partthm}) on $G$ and $t$ with $\varepsilon=1/8$. It returns
   a~collection~$\C=\{C_1,\ldots,C_k\}$ of clusters and a~set~$R^\C$ of corrupted edges.
 \:$F_i \= \mst(C_i)$ for all~$i$, obtained using optimal decision trees.
 \:$G_A \= (G / \bigcup_i C_i) \setminus R^\C$. \cmt{the contracted graph}
@@ -868,7 +868,7 @@ Using any of these results, we can prove an~Ackermannian upper bound on the
 optimal algorithm:
 
 \thm
-The time complexity of the Optimal algorithm is $\O(m\alpha(m,n))$.
+The time complexity of the Optimal algorithm is $\O(m\timesalpha(m,n))$.
 
 %--------------------------------------------------------------------------------