more connections
This commit is contained in:
parent
0d69b8bf80
commit
718cb23c16
8
main.tex
8
main.tex
@ -176,6 +176,14 @@ Consider the Lagrangian dual,
|
||||
|
||||
|
||||
% At this point, it becomes clear how the normalized min-cut is implicated in \cite{vygen_fptas_2024}. The optimum of normalized min-cut is exactly the value of $\lambda$ when $L(\lambda)$ is 0.
|
||||
We have shown that the budget $B$ in normalized min-cut does not really matter as long as $B>b$. Note that $L(\lambda)$ and the normalized min-cut look similar to the principal sequence of partitions of a graph and the graph strength problem.
|
||||
|
||||
\subsection{graph strength}
|
||||
Given a graph $G=(V,E)$ and a cost function $c:V\to \Z_+$, the strength $\sigma(G)$ is defined as $\sigma(G)=\min_{\Pi}\frac{c(\delta(\Pi))}{|\Pi|-1}$, where $\Pi$ is any partition of $V$, $|\Pi|$ is the number of parts in the partition and $\delta(\Pi)$ is the set of edges between parts.
|
||||
|
||||
The principal sequence of partitions of $G$ is a piecewise linear concave curve $L(\lambda)=\min_\Pi c(\delta(\Pi))-\lambda |\Pi|$.
|
||||
|
||||
(there is a $\pm1$ difference...)
|
||||
|
||||
|
||||
\section{Random Stuff}
|
||||
|
Loading…
x
Reference in New Issue
Block a user