-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathbook_solutions_in_text.tex
98 lines (80 loc) · 2.42 KB
/
book_solutions_in_text.tex
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
\documentclass[a4paper,11pt]{scrbook}
\usepackage{preamble}
\renewcommand\exsheetsprintsolution[2]{
\ExSheetsHeading
{runin} % headings style
{Hint} % heading
{\GetQuestionProperty{counter}{\CurrentQuestionID}}% number
{0} % points -- need to be zero here
{0} % bonus points -- need to be zero here
{##1}% % ID
\GetQuestionProperty{hint}{\CurrentQuestionID}%
#1#2
}
\SetupExSheets{
headings = runin,
question/print = true,
question/pre-hook=\noindent\rule{\textwidth}{0.4pt},
solution/pre-hook=\vspace{3cm},
solution/print = true,
counter-within = section,
counter-format = ch.se.qu
}
\renewcommand{\hint}[1]{\SetQuestionProperties{ hint = {#1}}}
\author{Nicky D. van Foreest}
\title{Analysis of Queueing Systems with Sample Paths and Simulation }
\begin{document}
\maketitle
\tableofcontents
\input{tex_files/intro}
\chapter{Single-Station Queueing Systems}
\label{cha:single-stat-queu}
\input{tex_files/single_station_intro.tex}
\input{chunks/expdistribution.tx}
\input{tex_files/poissondistribution.tex}
\input{tex_files/kendall.tex}
\input{chunks/constructiondiscretetime.tx}
\input{chunks/constructioncontinuoustime.tx}
\input{chunks/random_walk.tx}
\input{chunks/ratestability.tx}
\input{chunks/empericalperfmeasures.tx}
\input{chunks/levelcrossing.tx}
\input{chunks/mm1.tx}
\input{chunks/mnmn1.tx}
\input{chunks/pasta.tx}
\input{chunks/little.tx}
\input{chunks/usefulidentities.tx}
\input{tex_files/mxm1_pk.tex}
\input{chunks/mg1.tx}
\input{chunks/batcharrivals.tx}
\input{chunks/mg1distributionqueuelength.tx}
%\input{chunks/mg1density.tx}
\input{tex_files/relationmxm1andmg1.tex}
\input{chunks/gg1.tx}
\input{chunks/serviceInterruptions.tx}
% \input{chunks/process_batches.tx}
\chapter{Open Queueing Networks}
\label{sec:notes-relat-chapt2}
Read the appropriate sections of Zijm's book.
\input{tex_files/deterministic_networks.tex}
\input{tex_files/open_single_class.tex}
\input{chunks/tandem.tx}
\input{tex_files/open_general.tex}
\chapter{Closed Queueing Networks}
\label{ch3}
\input{tex_files/gordon_newell.tex}
\input{chunks/convolution.tx}
\input{chunks/mva.tx}
\input{chunks/mda.tx}
\chapter{Notation}
\label{sec:notation}
\input{tex_files/notation}
\chapter{Formula Sheet}
\input{tex_files/formula_sheet}
\bibliographystyle{plainnat}
\bibliography{biblio_nicky}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: