- the general perspective: is it only a technical trick?
- move description of the ranking set to the chapter on models?
- ranking of permutations on general sets, relationship with integer sorting
+- mention approximation of permanent
Notation:
extended to a~complete permutation. We can do this for example by using the
Dinic's algorithm as described above on~the graph of remaining restrictions
(i.e., $G$ with the vertices 1 and~$\pi[1]$ and removed together with the corresponding
-edges). Once we have~$\pi[1]$, we can fix it and proceed with finding $\pi[2]$
-using the reduced graph. This way we construct the whole maximal permutation~$\pi$
-in~$\O(n^2)$ calls to the Dinic's algorithm.
+edges). Once we have~$\pi[1]$, we can fix it and proceed by finding $\pi[2]$
+in the same way, using the reduced graph. This way we construct the whole
+maximal permutation~$\pi$ in~$\O(n^2)$ calls to the Dinic's algorithm.
\qed
+\para
+However, the hardness of computing the permanent is the worst obstacle.
+We will show that whenever we are given a~set of restrictions for which
+the counting problem is easy (and it is also easy for subgraphs obtained
+by deleting vertices), ranking is easy as well.
\endpart