]> mj.ucw.cz Git - saga.git/commitdiff
More references. More!
authorMartin Mares <mj@ucw.cz>
Wed, 27 Feb 2008 20:37:09 +0000 (21:37 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 27 Feb 2008 20:37:09 +0000 (21:37 +0100)
PLAN
adv.tex
biblio.bib
rank.tex

diff --git a/PLAN b/PLAN
index 432e52d3e12c3dd6e4ab2e83aa03250420a18ae6..3e7490d228b8b768165d93041c3248a94b223784 100644 (file)
--- a/PLAN
+++ b/PLAN
@@ -67,7 +67,6 @@ Ranking:
 
 - the general perspective: is it only a technical trick?
 - ranking of permutations on general sets, relationship with integer sorting
-- mention approximation of permanent
 
 Notation:
 
diff --git a/adv.tex b/adv.tex
index 8c027928395e663a2d811643ba30a1a5dade1b76..2941a984d960d39649ebf4ae7e8912e0117c8335 100644 (file)
--- a/adv.tex
+++ b/adv.tex
@@ -32,8 +32,9 @@ Non-trivial minor-closed classes include:
 
 \para
 Many of the nice structural properties of planar graphs extend to
-minor-closed classes, too (see \cite{diestel:gt} for a~nice overview
-of this theory). The most important property is probably the characterization
+minor-closed classes, too (see \cite{lovasz:minors} for a~nice survey
+of this theory and \cite{diestel:gt} for some of the deeper results).
+The most important property is probably the characterization
 of such classes in terms of their forbidden minors.
 
 \defn
index fccd4822c88aecccc88f5125a1430449374806e6..d8ba9658952d72bc3a1cde2f068e4f75cc3fa13e 100644 (file)
@@ -821,3 +821,52 @@ inproceedings{ pettie:minirand,
   pages={189--201},
   year={1979}
 }
+
+@article{ jerrum:permanent,
+  title={{A Polynomial-Time Approximation Algorithm for the Permanent of a Matrix with Nonnegative Entries}},
+  author={Jerrum, M. and Sinclair, A. and Vigoda, E.},
+  journal={Journal of the ACM},
+  volume={51},
+  number={4},
+  pages={671--697},
+  year={2004}
+}
+
+@article{ kasteleyn:crystals,
+  title={{Graph theory and crystal physics}},
+  author={Kasteleyn, P. W.},
+  journal={Graph Theory and Theoretical Physics},
+  publisher={Academic Press, London},
+  pages={43--110},
+  year={1967}
+}
+
+@article{ yuster:matching,
+  title={{Maximum matching in graphs with an excluded minor}},
+  author={Yuster, R. and Zwick, U.},
+  journal={Proceedings of the eighteenth annual ACM-SIAM symposium on Discrete algorithms},
+  pages={108--117},
+  year={2007},
+  publisher={Society for Industrial and Applied Mathematics Philadelphia, PA, USA}
+}
+
+@article{ mucha:matching,
+  title={{Maximum Matchings in Planar Graphs via Gaussian Elimination}},
+  author={Mucha, M. and Sankowski, P.},
+  journal={Algorithmica},
+  volume={45},
+  number={1},
+  pages={3--20},
+  year={2006},
+  publisher={Springer}
+}
+
+@article {lovasz:minors,
+  title={{Graph Minor Theory}},
+  author={Lov\'asz, L.},
+  journal={Bulletin of the American Mathematical Society},
+  volume={43},
+  number={1},
+  pages={75--86},
+  year={2005}
+}
index 5be516dae8c24ca816ee4cd25a8bdd09dfb8dda8..c457a81d041fa150afa4ad63daa968d7ce3abcc9 100644 (file)
--- a/rank.tex
+++ b/rank.tex
@@ -561,6 +561,23 @@ spend time $\O(n^2)$ on operations with the set~$A$, $\O(n^4)$ on matrix manipul
 and $\O(n^2\cdot t(n))$ by the computations of the~$N_0$'s.
 \qed
 
+\rem
+In cases where the efficient evaluation of the permanent is out of our reach,
+we can consider using the fully-polynomial randomized approximation scheme
+for the permanent described by Jerrum, Sinclair and Vigoda in \cite{jerrum:permanent}.
+We then get an~approximation scheme for the ranks.
+
+\rem
+There are also deterministic algorithms for computing the number of perfect matchings
+in various special graph families (which imply polynomial-time ranking algorithms for
+the corresponding families of permutations). If the graph is planar, we can
+use the Kasteleyn's algorithm \cite{kasteleyn:crystals} based on Pfaffian
+orientations which runs in time $\O(n^3)$.
+It has been recently extended to arbitrary surfaces by Yuster and Zwick
+\cite{yuster:matching} and sped up to $\O(n^{2.19})$. The counting problem
+for arbitrary minor-closed classes (cf.~section \ref{minorclosed}) is still
+open.
+
 %--------------------------------------------------------------------------------
 
 \section{Hatcheck lady and other derangements}