blob: 46ad60a0ec1298bb4096c63fc23e03ca90ce1fdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
\documentclass{acm_proc_article-sp}
\usepackage[utf8]{inputenc}
\usepackage{amsmath,amsfonts}
\usepackage{algorithm}
\usepackage{algpseudocode,bbm,color,verbatim}
\input{definitions}
\title{Budgeted Auctions for Experimental Design}
\begin{document}
\maketitle
\section{Intro}
\input{intro}
\section{Problem formulation}
\input{problem}
\section{Main result}
\input{main}
\section{Extension to Other Problems}
\input{general}
\section{Conclusion}
\input{conclusion}
\bibliographystyle{abbrv}
\bibliography{notes}
\end{document}
|