generated from sxlxc/pdflatex-note
z
This commit is contained in:
25
main.tex
25
main.tex
@@ -1,12 +1,7 @@
|
|||||||
\documentclass{beamer}
|
\documentclass[noamssymb,aspectratio=169]{beamer}
|
||||||
\usetheme{moloch} % new metropolis
|
\usetheme{moloch} % new metropolis
|
||||||
% fonts
|
% fonts
|
||||||
\usepackage{fontspec}
|
\usepackage{fontspec}
|
||||||
\setmainfont[
|
|
||||||
ItalicFont={Fira Sans Italic},
|
|
||||||
BoldFont={Fira Sans Medium},
|
|
||||||
BoldItalicFont={Fira Sans Medium Italic}
|
|
||||||
]{Fira Sans}
|
|
||||||
\setsansfont[
|
\setsansfont[
|
||||||
ItalicFont={Fira Sans Italic},
|
ItalicFont={Fira Sans Italic},
|
||||||
BoldFont={Fira Sans Medium},
|
BoldFont={Fira Sans Medium},
|
||||||
@@ -16,29 +11,21 @@
|
|||||||
\AtBeginEnvironment{tabular}{%
|
\AtBeginEnvironment{tabular}{%
|
||||||
\addfontfeature{Numbers={Monospaced}}
|
\addfontfeature{Numbers={Monospaced}}
|
||||||
}
|
}
|
||||||
\usepackage{firamath-otf}
|
\usepackage{lete-sans-math}
|
||||||
|
|
||||||
\title{Connectivity Interdiction \& \\ Perturbed Graphic Matroid Cogirth}
|
\title{Connectivity Interdiction \& \\ Perturbed Graphic Matroid Cogirth}
|
||||||
\date{\today}
|
\date{\today}
|
||||||
\author{Cong Yu}
|
\author{Cong Yu}
|
||||||
\institute{A\&L Group, UESTC}
|
\institute{Algorithm \& Logic Group, UESTC}
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\maketitle
|
\maketitle
|
||||||
\section{Connectivity interdiction}
|
\section{Connectivity interdiction}
|
||||||
\begin{frame}{Connectivity interdiction}
|
\begin{frame}{Connectivity interdiction}
|
||||||
\begin{problem}[CI]
|
\begin{problem}[Zenklusen ORL'14]
|
||||||
|
Let $G=(V,E)$ be an undirected multi-graph with edge capacity $c:E\to\mathbb{Z}_+$ and edge weights $w:E\to\mathbb{Z}_+$ and let $B\in \mathbb Z_+$ be the budget.
|
||||||
|
|
||||||
|
Find an edge set $F$ with $w(F)\leq B$ s.t. the min-cut in $G-F$ is minimized.
|
||||||
\end{problem}
|
\end{problem}
|
||||||
\begin{theorem}[aaa]
|
|
||||||
sdfsdf
|
|
||||||
\end{theorem}
|
|
||||||
\begin{lemma}[aaa]
|
|
||||||
sdfsdf
|
|
||||||
\end{lemma}
|
|
||||||
\begin{proof}
|
|
||||||
sdfs
|
|
||||||
\end{proof}
|
|
||||||
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
\section{Computing cogirth in perturbed graphic matroids}
|
\section{Computing cogirth in perturbed graphic matroids}
|
||||||
\begin{frame}{Perturbed graphic matroids}
|
\begin{frame}{Perturbed graphic matroids}
|
||||||
|
|||||||
Reference in New Issue
Block a user