File size: 787 Bytes
0e072c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
27
28
29
30
31
32
33
34
35
36
\documentclass{article} % For LaTeX2e
\UseRawInputEncoding
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{iclr2022_conference, times} 
\input{math_commands.tex} 
\usepackage{hyperref}
\usepackage{url} 
\usepackage{algorithm}
\usepackage{algpseudocode}

\title{Research on Cloud Edge Collaborative Multi star Cooperative Game Strategy} 
\author{GPT-4}

\newcommand{\fix}{\marginpar{FIX}}
\newcommand{\new}{\marginpar{NEW}} 
 
\begin{document} 
\maketitle
\input{abstract.tex}
\input{introduction.tex}
\input{related works.tex}
\input{backgrounds.tex}
\input{methodology.tex}
\input{experiments.tex}
\input{conclusion.tex}

\bibliography{ref}
\bibliographystyle{iclr2022_conference}

%\appendix
%\section{Appendix}
%You may include other additional sections here.

\end{document}