z
All checks were successful
build pdf / build (push) Successful in 4s

This commit is contained in:
2025-12-24 17:22:30 +08:00
parent 049c6ded29
commit 6ef34fe08b
2 changed files with 69 additions and 60 deletions

View File

@@ -226,6 +226,11 @@ It would be nice if we can characterize good parts in rigidity matroids with 1-t
\section{Greedy base packing}
\section{Principal sequence + KT contraction}
Recently, Mohit Daga \cite{Daga_2025} combines the principal sequence of partitions and Kawarabayashi-Thorup contractions to get a sub-$n^k$ deterministic algorithm for $k$-cut in simple unweighted graphs.
Recall that in the ideal tree packing framework \cite{Thorup_2008}, one finds the first partition with $\geq k$ parts in the principal sequence and then merge parts to get a bound. However, the idea in \cite{Daga_2025} is that, instead of finding the first partition with $\geq k$ parts, one finds the last partition $P$ with $<k$ parts and show that the optimal $k$-cut can be expressed as the $E[G/P]$ together with some internal cuts and some singleton isolations inside parts of $P$.
\bibliographystyle{plain}
\bibliography{ref}