diff --git a/bib/ref b/bib/ref index 0f0897996dbb2b625db8e5de6100094f4530e86e..19d92646ccf1d09e9601efa45ee4ece91ebb5b59 100644 --- a/bib/ref +++ b/bib/ref @@ -1,5 +1,51 @@ @misc{jetdm}, url={https://atlas.cern/updates/physics-briefing/precision-search-dark-matter}, journal={ATLAS Experiment at CERN}, year={2020}, month={Aug}} +@article{high1, + author = "Gianotti, F.", + title = "{Physics at the LHC}", + doi = "10.1016/j.physrep.2004.08.027", + journal = "Phys. Rept.", + volume = "403", + pages = "379--399", + year = "2004" +} + + + +@article{measurehiggs, + title={Observation of a new particle in the search for the Standard Model Higgs boson with the ATLAS detector at the LHC}, + volume={716}, + ISSN={0370-2693}, + url={http://dx.doi.org/10.1016/j.physletb.2012.08.020}, + DOI={10.1016/j.physletb.2012.08.020}, + number={1}, + journal={Physics Letters B}, + publisher={Elsevier BV}, + author={Aad, G. and Abajyan, T. and Abbott, B. and Abdallah, J. and Abdel Khalek, S. and Abdelalim, A.A. and Abdinov, O. and Aben, R. and Abi, B. and Abolins, M. and et al.}, + year={2012}, + month={Sep}, + pages={1–29} +} + + + +@article{dlatlhc, + title={Deep Learning and Its Application to LHC Physics}, + volume={68}, + ISSN={1545-4134}, + url={http://dx.doi.org/10.1146/annurev-nucl-101917-021019}, + DOI={10.1146/annurev-nucl-101917-021019}, + number={1}, + journal={Annual Review of Nuclear and Particle Science}, + publisher={Annual Reviews}, + author={Guest, Dan and Cranmer, Kyle and Whiteson, Daniel}, + year={2018}, + month={Oct}, + pages={161–181} +} + + + @article{gnnoverview, title={Graph Neural Networks in Particle Physics}, ISSN={2632-2153}, diff --git a/data/01intro/01intro b/data/01intro/01intro index 728df3854e7bfa19f995e90480437d1e8592256b..5b5f1b7085d00b4ec53a427bb44fee7caae5f7c9 100644 --- a/data/01intro/01intro +++ b/data/01intro/01intro @@ -1,5 +1,28 @@ <subsection title="Motivation" label="intro"> +After starting the currently biggest particle accelator (the Large Hadron Collider, in short LHC) in 2008, hopes were high that it would allow us to find many signs of new physics<cite high1>. Now, more than a decade later, the only notable discovery was the measurement of the last standard model particle with the detection of the higgs boson in 2012 <cite measurehiggs>. And even though this is a remarbale achievement, it seems a bit unsatisfactory: There seems to be nothing wrong with the standard model on a particle physics level, as we have no clear measurements violating it. But we still know that it has to be incompletete, as it does not provide any explanaition for the nature of dark matter. + +To combat this, there is a growing trend of improving analysis tool. One of this tools is machine learning. Machine learning, and its subset deep learning, allow you to learn specific tasks from data. And even though the LHC did not find any irregularities yet, it still generated petabytes of data which can be used for machine learning. +Next to other applications, this is currently used at the lhc for jet classification and track reconstruction (<cite dlatlhc> gives a more complete overview). +One thing that makes applications of machine learning to particle physics so attractive, is that they are able to work on very low level data. While classical jet classification algorithms use high level jet observables, like for example its invariant mass, machine learning is capable of using detector level information to extract their own features. This can make features like the jet substructure accessible to a classifier. +This is interresting since this ability of machine learning algorithms to work on low level data migth allow them also to find anomalies that were previously inaccessible. To do this, jet physics seems to be a prime example: Jets are fairly hard to understand for a human, while beeing easily presentable to a machine learning algorithm. And also certain BSM (Bejond Standard Model) models, explaining for example dark matter, suggest abnormal jet events<cite jetdm>. + +In recent times, a special kind of deep learning, graph neuronal networks, have become very interresting. +While most neuronal networks look at energy depositions similar to a calorimeter, graph neuronal networks look at the actual measured 4 momenta and create a graph of particles, which makes it possible to encode relations between particles in your machine learning algorithm. +This results in graph neuronal networks beeing very useful for jet classification <cite gnnoverview>. + +But next to simply improving the quality of a classifier, there is another task that should be considered: These neuronal networks are trained supervisedly, meaning that they need to have examples for every anomalous event. This means that a neuronal network trained supervisedly can only find one specific model. And since even only considering dark matter, there are thousands of suggested models, this makes testing every alternative an exhausting job. Nowadays there is a growing trend of models trained unsupervisedly: Models that only know what is considered normal and try to find those jets that dont match this definition of normality <cite QCDorWhat>. This allows them to find anything that does not match the current understanding of jet physics, without needing to know anything more. + +Graph neuronal networks have not yet been applied to this unsupervised task. And since appearantly they work well for the supervised task, the following chapters will apply them to the unsupervised task: After introducing some basic concepts in the rest of this chapter aswell as in <ref secdef>, chapter <ref secgae> focusses on the technical implementation of this unsupervised algorithm. +Since this implementation is not trivial, we provide our resulting code in an easily accessible way at <link w="https://grapa.readthedocs.io/en/latest/">https://grapa.readthedocs.io/en/latest/</link>. +Afterwards chapter <ref secinv> highligths some physical problems with the resulting anomaly detection algorithm. These are then solved in chapters <ref secnorm> and <ref secmixed>, creating a much more useful anomaly detector. This algorithm is then used in chapter <ref secdata> on other datasets, showing that it able to find much more general new physics than the algorithm implemented in chapter <ref secgae>. Finally chapter <ref secfin> provides a conclusion and some final thougths on how to improve our algorithm further, which is followed by our extensive appendix which should answer every question you migth still have. + +<ignore> +This missing measure of any sign of BSM (Bejond Standard Model) physics, excludes a plentitude of theories, which try to bridge this gap between particle physics and cosmology + + + + In the last years, machine learning seems to be applicable to neirly everything. So it is not to surprising that there are also application in physics. It is shown, that machine learning can solve problems like the classification of jets<note jets are narrow cones of particles produced by a collision event> much better than non machine learning algorithms. Jets are a prime example of data that is hard to understand in their raw form, but easily accessible using machine learning. Jets also allow us to look at those parts of nature, which are not yet understood. Dark matter for example, which still is not understood on a particle level, could be detected by specific jets <cite jetdm> and thus by specific machine learning models. These models usually look at calorimenter like images, which show energy deposition at different points of the detector. In recent times, another way of presenting jets to the machine learning algorithm: Instead of looking at energy depositions, you look at the actual measured particles, by creating a graph of particles. This graph does not only allow you to work on higher level data, making the task of understanding the processes easier, but also make it possible to encode relations between particles in the jet. This results in graph neuronal networks beeing very useful for jet classification <cite gnnoverview>. Next to improving the quality of a classification, there is another task that should be considered: A neuronal network trained supervisedly<note Supervised means given both classed of jets you want to differentiate> can only find one specific model. And since even considering only dark matter, there are thousands of suggested models, this makes finding the theory that actually matches your jet not very easy. So there are models trained unsupervisedly: Models that only know what you consider normal and try to find those jets that are abnormal <cite QCDorWhat>. This allows you to find anything that does not match your understanding of jet physics, without needing to understand this new physics before. But in contrast to the supervised case, graph neuronal networks have not been applied to the unsupervised task. This is what we do in this thesis. First we implement the graph autoencoder(<link w="https://grapa.readthedocs.io/en/latest/">https://grapa.readthedocs.io/en/latest/</link>), which is needed for the unsupervised approach in chapter <ref secgae>. Its result creates some problems, which we solve in chapters <ref secinv>,<ref secnorm> and <ref secmixed>. And afterwards we apply our algorithm to multiple datasets in chapter <ref secdata> to test how well it handles other kind of anomalies. <ignore>In this thesis, we implement a new kind of neural network: An autoencoder that is able to work on data represented by graphs. This will then be applied to the task of anomaly detection, or more specifically for detecting jet events which representing new physics. While ours is not the first anomaly detection algorithm to find new physics, we are able to extend the applicability of this idea and show that this algorithm can find anomalies representing neirly any kind of new physics objects. diff --git a/data/09fazit/06proud b/data/09fazit/06proud index 3c6e7eff595f884ddc15156ee5278ab387c36bcb..7836979b42379f5eb30bcff90b8a75d95f201926 100644 --- a/data/09fazit/06proud +++ b/data/09fazit/06proud @@ -1,8 +1,9 @@ <ignore><subsection title="Looking back" label="proud"></ignore> -In this thesis, we were able to implement a working graph autoencoder. Consisting out of multiple different encoder and decoder algorithms we optimized one to work on jets. Since our code is very modular(see the documentation at <link w="https://grapa.readthedocs.io/en/latest/">https://grapa.readthedocs.io/en/latest/</link>), you should also be able to use it on other tasks (We provide some examples in the documentation). For jets, we created a custom loss function to make our Autoencoder work more image like (see chapter <ref losses>) and show that it is not only able to reconstruct jets (see <ref evalae>), but also that it works well as a classifier. On only 4 particles, it already reaches a good AUC value for the task of unsupervised top tagging of over #0.85# (see <ref evalclass>). Optimizing this, using among other thing a method we call c addition (see <ref caddition>), we were able to extract from those networks a feature with an AUC of over #0.9155#. This migth be comparable to our references (see <ref simplicity>), but this also means, that this feature is not useful for finding new physics at all, as it only uses a trivial difference between our background and signal dataset, which we cannot assume to be there in new physics models. +In this thesis, we were able to implement a working graph autoencoder. Consisting out of multiple different encoder and decoder algorithms we optimized one to work well on jets. Since our code is very modular(see the documentation at <link w="https://grapa.readthedocs.io/en/latest/">https://grapa.readthedocs.io/en/latest/</link>), you should also be able to use it on other tasks (We provide some examples in the documentation). For jets, we created a custom loss function to make our Autoencoder work more image like (see chapter <ref losses>) and show that it is not only able to reconstruct jets (see <ref evalae>), but also that it works well as a classifier:On only 4 particles it already reaches a good AUC value for the task of unsupervised top tagging of over #0.85# (see <ref evalclass>). Optimizing this, using among other things a method we call c addition (see <ref caddition>), we were able to extract from those networks a feature with an AUC of over #0.9155#. This migth be comparable to our references (see <ref simplicity>), but this also means, that these networks, and this feature, is not useful for finding new physics at all, as it only uses a trivial difference in the angular radius between our background and signal dataset. -Since we can show, that our networks coincidently tend to use this feature irregardless of the data we consider background, to be able to find new physics, we need to make a networks ignore it. Chapter <ref secnorm> tries to remove this difference from jets using a creative normalization. And even though this hurts the classification power, since we just removed information from each jet, this also creates a network that, if we consider our signal data as background, is also able to find background data as anomalous and thus appearently uses a nontrivial feature. Considering qcd jets as anomalous it reaches an AUC of about #0.7# on 4 particles. Also by changing this normalization, we can produce a classifier that seems not directly use physical features, while still improving the networks classification quality to #0.75#. Chapter <ref secmixed> uses this anomaly to create oneoff networks: Networks that are trained to output a constant and use differences to this constant to find anomalies(see <ref oneoff>). We continue the chapter, by molding oneoff networks into a tool beeing a better nontrivial classifier on the latent space of our autoencoder, improving the previous inverse task to an AUC of #0.823#. And while the more classical task of finding top jets as anomalies is a bit worse (#0.635#), this migth still be more useful, than the good AUC above, since it is able to find anomalous events of any form. +And since we cannot assume this difference to be there in new physics models, but also since we can show, that our networks coincidently tend to use this feature irregardless of the data we consider as background, we need to make a networks ignore it, if we want ever to be able to find new physics. Chapter <ref secnorm> tries to remove this trivial difference from jets using a creative normalization. This hurts the classification power, since we just removed information from each jet. But this also creates a network that, if we consider our usual signal data as background, is also able to find our usual background data as anomalous, which suggests that it is no longer using a trivial feature. Considering qcd jets as anomalous it reaches an AUC of about #0.7# on 4 particles. +By changing this normalization, we can produce a classifier that seems not directly to use physical features, while still improving the networks classification quality to #0.75#. Chapter <ref secmixed> uses this anomaly to create oneoff networks: Networks that are trained to output a constant and use differences to this constant to find anomalies(see <ref oneoff>). We continue the chapter, by molding these oneoff networks into a tool beeing a better nontrivial classifier on the latent space of our autoencoder, improving the previous inverse task to an AUC of #0.823#. And while the more classical task of finding top jets as anomalies is a bit worse (#0.635#), this should still be more useful than the good AUC above, since it migth be able to find anomalous events of any form. To test this, and to make sure that our networks are not again only learning a trivial feature, chapter <ref secdata> uses other datasets to test how generally oneoff networks can find anomalies. From the #56# comparisons in this chapter, #52# contain anomalies that can be classified as more anomalous than the training data. This suggests that our oneoff networks can help find neirly any new physics model. diff --git a/data/09fazit/08future b/data/09fazit/08future index 06f13fd30f60bafa225610b023fc0a6c7c3598e9..73d62d764d4458b633d4c39e6201a82ab32f985b 100644 --- a/data/09fazit/08future +++ b/data/09fazit/08future @@ -1,50 +1,46 @@ <subsection title="Whats next?" label="future"> -After writing two chapters about possible future exercises: chapter <ref secdata> about other datasets (which probably all could benefit from at least an extensive hyperparameter optimization) and chapter <ref secuse> about examples of other tasks that could benefit from code written in grapa (which all have their own whats next? Sections), this chapter focusses on every other idea, that we had at some point, but just didnt get to work in the time we had for it, or were just never looked at for some reason and also every thing we cannot explain in the previous chapters. +Next to writing two chapters about possible future tasks: chapter <ref secdata> about other datasets (which probably all could benefit from at least an extensive hyperparameter optimization) and appendix <ref secuse> about examples of other tasks that could benefit from code written in grapa (which all have their own outlook sections), this subchapter focusses on every other idea. These are ideas that we had at some point, but were not able to make work in reasonable time, or were just never looked at for some other reason: THNKING ABOUT SOMETHING LIKE ABOUT WRITING STUFF JUST DOES NOT WORK, THIS LIST WILL BE FILLED OVER TIME <list> - <e>Vary losses</e> + <e>We only used simulated data. It migth be interresting to see if actual detector data works the same, or if maybe our network misuses some error in the simulation. + <e>Changing the loss function</e> <l2st> - <e>Actual image like losses (calculate histograms and compare them)</e> - <e>permutation invariant losses, we already tried some, but they don`t yet work well, even though they theoretically should</e> - <e>L1.5</e> - <e>Image like losses</e> + <e>You could use actual image like losses (calculate histograms and compare them). This migth cost computation time, but give you more comparable results</e> + <e>crate a permutation invariant loss: Defining your lossfunction in a permutation invariant way allows to remove the sorting algorithm from the networks. This should simplify the training a lot. Sadly our tries for a permutation invariant loss did not produce as good reproductions as the non permutatio invariant versions</e> + <e>As a simple alternative loss function, choosing an L1 loss results in trivial learning networks. you migth solve those problems, by using a power between #1# and #2#, for example resulting in a L1.5 loss</e> + <e>Improving image like losses</e> <l3st> <e>instead of using momenta in the second term, use angles</e> <e>test combinations of different #c(x)#</e> <e>use a linear part in #f(d)#</e> </l3st> </l2st> - <e>Other data</e> + <e>Datasetup</e> <l2st> - <e>It seems to be easier to work on transformed 4 momenta, but on classical 4 vectors, explain and change this</e> - <e>add lowly correlated variables like the mass</e> - <e>see if you can use autoencoder to test assumptions about symmetry (like the position of the jet in the detector does not matter)</e> + <e>It seems to be easier to work on transformed 4 momenta (like in <ref data>), then on classical 4 vectors, explaining this migth help make graph autoencoder converge faster and more reliable</e> + <e>you could still add lowly correlated variables like the mass</e> + <e>You could use autoencoder to test assumptions about symmetry (like the position of the jet in the detector does not matter): is the classifier on symmetrized data at least as good as the one on non symmetrized data</e> </l2st> - <e>grapa</e> + <e>grapa (our graph autoencoder code)</e> <l2st> - <e>more nan debugging</e> - <e>increase speed</e> - <e>add attention mechanisms</e> + <e>You definitely need a bit more nan debugging</e> + <e>Also the speed should be able to be optimized quite a lot</e> + <e>Adding attention mechanisms migth be a better alternative/improvement to the topK graph learning algorith</e> </l2st> - <e>oneoffs</e> + <e>improve oneoff networks</e> <l2st> - <e>implement a working seesaw algorithm</e> + <e>implement a working seesaw algorithm, which would be able to classify events truly unsupervisedly and sizeindependent (see <link w="https://colab.research.google.com/drive/14lNlb2s3-2cEXiserMzu3getwCisvUT_?usp=sharing">here</link> for some simple experiments with them)</e> <e>improve the results of the argumentation in <ref impro></e> - <e>partial oneoffs</e> - <e>oneoffs on other parts of your data</e> + <e>Train oneoffs only on parts of your latent space</e> + <e>Apply oneoffs to other datasets</e> <l3st> - <e>reconstruction error(and/instead latent space)</e> - <e>(add) physically useful variables</e> + <e>use the reconstruction error(add to/replace the latent space)</e> + <e>(add) physically useful variables, like for example the trivial feature from chapter <ref simplicity></e> </l3st> </l2st> - <e>Scaling</e> - <l2st> - <e>no more nans</e> - <e>improve networks that don`t use a latent space of just one node</e> - </l2st> <e>Use other scores then AUCs, and try to optimize oneoff networks for them</e> <e>explain why better compression algorithm work worse</e> <e>explain the variance in AUCs you get by using better decompression</e> diff --git a/out/debug.log b/out/debug.log deleted file mode 100644 index dea14cb8cabbf677f6dfbc960779f5acbb26041b..0000000000000000000000000000000000000000 --- a/out/debug.log +++ /dev/null @@ -1 +0,0 @@ -[1028/190006.253:ERROR:directory_reader_win.cc(43)] FindFirstFile: Das System kann den angegebenen Pfad nicht finden. (0x3) diff --git a/out/main.aux b/out/main.aux index 4fbea70312b5eb659c9903bfbdf73a055e3adcd3..2776ffbbec945ace3cbc7fadeaa013075e4ea0c0 100644 --- a/out/main.aux +++ b/out/main.aux @@ -17,18 +17,23 @@ \providecommand\HyField@AuxAddToFields[1]{} \providecommand\HyField@AuxAddToCoFields[2]{} \@writefile{toc}{\contentsline {section}{Table of content}{1}{section*.1}\protected@file@percent } +\citation{high1} +\citation{measurehiggs} +\citation{dlatlhc} \citation{jetdm} \citation{gnnoverview} \citation{QCDorWhat} -\citation{QCDorWhat} -\citation{topquark} -\citation{aebasic} \@writefile{toc}{\contentsline {section}{\numberline {1}Introduction and literature}{5}{section.1}\protected@file@percent } \newlabel{sec:secintro}{{1}{5}{Introduction and literature}{section.1}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {1.1}Motivation }{5}{subsection.1.1}\protected@file@percent } \newlabel{sec:intro}{{1.1}{5}{Motivation}{subsection.1.1}{}} -\@writefile{toc}{\contentsline {subsection}{\numberline {1.2}New physics }{5}{subsection.1.2}\protected@file@percent } -\newlabel{sec:physics}{{1.2}{5}{New physics}{subsection.1.2}{}} +\citation{QCDorWhat} +\citation{topquark} +\citation{aebasic} +\@writefile{toc}{\contentsline {subsection}{\numberline {1.2}New physics }{6}{subsection.1.2}\protected@file@percent } +\newlabel{sec:physics}{{1.2}{6}{New physics}{subsection.1.2}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {1.3}Neuronal networks and autoencoder }{6}{subsection.1.3}\protected@file@percent } +\newlabel{sec:ae}{{1.3}{6}{Neuronal networks and autoencoder}{subsection.1.3}{}} \citation{aeforcompress} \citation{aeforgen} \citation{aeforgen} @@ -36,11 +41,9 @@ \citation{aecombine} \citation{ostagram} \citation{ostagram} -\@writefile{toc}{\contentsline {subsection}{\numberline {1.3}Neuronal networks and autoencoder }{6}{subsection.1.3}\protected@file@percent } -\newlabel{sec:ae}{{1.3}{6}{Neuronal networks and autoencoder}{subsection.1.3}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {1.1}{\ignorespaces (mmt/q/02/linear) A simple example on how an autoencoder can reduce the number of parameters that is needed to approximately encode an event. Instead of using two variables x and y to define each point, you can use only the x value and an approximation of the y value as a function of the x value\relax }}{6}{figure.caption.2}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {1.1}{\ignorespaces (mmt/q/02/linear) A simple example on how an autoencoder can reduce the number of parameters that is needed to approximately encode an event. Instead of using two variables x and y to define each point, you can use only the x value and an approximation of the y value as a function of the x value\relax }}{7}{figure.caption.2}\protected@file@percent } \providecommand*\caption@xref[2]{\@setref\relax\@undefined{#1}} -\newlabel{fig:aeexamp}{{1.1}{6}{(mmt/q/02/linear) A simple example on how an autoencoder can reduce the number of parameters that is needed to approximately encode an event. Instead of using two variables x and y to define each point, you can use only the x value and an approximation of the y value as a function of the x value\relax }{figure.caption.2}{}} +\newlabel{fig:aeexamp}{{1.1}{7}{(mmt/q/02/linear) A simple example on how an autoencoder can reduce the number of parameters that is needed to approximately encode an event. Instead of using two variables x and y to define each point, you can use only the x value and an approximation of the y value as a function of the x value\relax }{figure.caption.2}{}} \citation{aeforanomaly} \citation{aeforanomalyphys} \citation{QCDorWhat} @@ -50,31 +53,31 @@ \citation{aeformotors} \citation{aefornuclear} \citation{graphbasic} -\newlabel{fig:aemerge1_1}{{\caption@xref {fig:aemerge1_1}{ on input line 196}}{7}{Neuronal networks and autoencoder}{figure.caption.3}{}} -\newlabel{sub@fig:aemerge1_1}{{}{7}{Neuronal networks and autoencoder}{figure.caption.3}{}} -\newlabel{fig:aemerge1_2}{{\caption@xref {fig:aemerge1_2}{ on input line 201}}{7}{Neuronal networks and autoencoder}{figure.caption.3}{}} -\newlabel{sub@fig:aemerge1_2}{{}{7}{Neuronal networks and autoencoder}{figure.caption.3}{}} -\newlabel{fig:aemerge1_3}{{\caption@xref {fig:aemerge1_3}{ on input line 206}}{7}{Neuronal networks and autoencoder}{figure.caption.3}{}} -\newlabel{sub@fig:aemerge1_3}{{}{7}{Neuronal networks and autoencoder}{figure.caption.3}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {1.2}{\ignorespaces Example images showing how autoencoder can combine two images into one. Taken from \cite {ostagram} (Ember, Bruno, ArgonOl)\relax }}{7}{figure.caption.3}\protected@file@percent } -\newlabel{fig:aemerge1}{{1.2}{7}{Example images showing how autoencoder can combine two images into one. Taken from \cite {ostagram} (Ember, Bruno, ArgonOl)\relax }{figure.caption.3}{}} -\@writefile{toc}{\contentsline {subsection}{\numberline {1.4}Graphs }{7}{subsection.1.4}\protected@file@percent } -\newlabel{sec:graphs}{{1.4}{7}{Graphs}{subsection.1.4}{}} +\newlabel{fig:aemerge1_1}{{\caption@xref {fig:aemerge1_1}{ on input line 214}}{8}{Neuronal networks and autoencoder}{figure.caption.3}{}} +\newlabel{sub@fig:aemerge1_1}{{}{8}{Neuronal networks and autoencoder}{figure.caption.3}{}} +\newlabel{fig:aemerge1_2}{{\caption@xref {fig:aemerge1_2}{ on input line 219}}{8}{Neuronal networks and autoencoder}{figure.caption.3}{}} +\newlabel{sub@fig:aemerge1_2}{{}{8}{Neuronal networks and autoencoder}{figure.caption.3}{}} +\newlabel{fig:aemerge1_3}{{\caption@xref {fig:aemerge1_3}{ on input line 224}}{8}{Neuronal networks and autoencoder}{figure.caption.3}{}} +\newlabel{sub@fig:aemerge1_3}{{}{8}{Neuronal networks and autoencoder}{figure.caption.3}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {1.2}{\ignorespaces Example images showing how autoencoder can combine two images into one. Taken from \cite {ostagram} (Ember, Bruno, ArgonOl)\relax }}{8}{figure.caption.3}\protected@file@percent } +\newlabel{fig:aemerge1}{{1.2}{8}{Example images showing how autoencoder can combine two images into one. Taken from \cite {ostagram} (Ember, Bruno, ArgonOl)\relax }{figure.caption.3}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {1.4}Graphs }{8}{subsection.1.4}\protected@file@percent } +\newlabel{sec:graphs}{{1.4}{8}{Graphs}{subsection.1.4}{}} \citation{graphsoc} \citation{pairpot} \citation{gnnforchemistry} \citation{gnnformedicine} \citation{particeNet} \citation{toptagref} -\@writefile{lof}{\contentsline {figure}{\numberline {1.3}{\ignorespaces (mmt/dia3) A simple graph explaining nodes and edges\relax }}{8}{figure.caption.4}\protected@file@percent } -\newlabel{fig:dia3}{{1.3}{8}{(mmt/dia3) A simple graph explaining nodes and edges\relax }{figure.caption.4}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {1.3}{\ignorespaces (mmt/dia3) A simple graph explaining nodes and edges\relax }}{9}{figure.caption.4}\protected@file@percent } +\newlabel{fig:dia3}{{1.3}{9}{(mmt/dia3) A simple graph explaining nodes and edges\relax }{figure.caption.4}{}} \citation{globalavpool} \citation{kipfetal} \citation{diffpool} \citation{mincutpool} \citation{graphunets} -\@writefile{toc}{\contentsline {subsection}{\numberline {1.5}Graph autoencoder }{9}{subsection.1.5}\protected@file@percent } -\newlabel{sec:gae}{{1.5}{9}{Graph autoencoder}{subsection.1.5}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {1.5}Graph autoencoder }{10}{subsection.1.5}\protected@file@percent } +\newlabel{sec:gae}{{1.5}{10}{Graph autoencoder}{subsection.1.5}{}} \citation{binclass} \@writefile{toc}{\contentsline {section}{\numberline {2}Basics}{11}{section.2}\protected@file@percent } \newlabel{sec:secdef}{{2}{11}{Basics}{section.2}{}} @@ -155,9 +158,9 @@ \newlabel{sec:ae4}{{3.7.1}{25}{4 nodes}{subsubsection.3.7.1}{}} \@writefile{lof}{\contentsline {figure}{\numberline {3.5}{\ignorespaces training history for a 4 node network\relax }}{25}{figure.caption.16}\protected@file@percent } \newlabel{fig:history979}{{3.5}{25}{training history for a 4 node network\relax }{figure.caption.16}{}} -\newlabel{fig:simpledraw979_1}{{\caption@xref {fig:simpledraw979_1}{ on input line 640}}{25}{4 nodes}{figure.caption.17}{}} +\newlabel{fig:simpledraw979_1}{{\caption@xref {fig:simpledraw979_1}{ on input line 670}}{25}{4 nodes}{figure.caption.17}{}} \newlabel{sub@fig:simpledraw979_1}{{}{25}{4 nodes}{figure.caption.17}{}} -\newlabel{fig:simpledraw979_2}{{\caption@xref {fig:simpledraw979_2}{ on input line 645}}{25}{4 nodes}{figure.caption.17}{}} +\newlabel{fig:simpledraw979_2}{{\caption@xref {fig:simpledraw979_2}{ on input line 675}}{25}{4 nodes}{figure.caption.17}{}} \newlabel{sub@fig:simpledraw979_2}{{}{25}{4 nodes}{figure.caption.17}{}} \@writefile{lof}{\contentsline {figure}{\numberline {3.6}{\ignorespaces Reconstruction images for a 4 node image. On the left for angles, and on the rigth for the momentum.\relax }}{25}{figure.caption.17}\protected@file@percent } \newlabel{fig:simpledraw979}{{3.6}{25}{Reconstruction images for a 4 node image. On the left for angles, and on the rigth for the momentum.\relax }{figure.caption.17}{}} @@ -165,9 +168,9 @@ \newlabel{sec:ae9}{{3.7.2}{25}{9 nodes}{subsubsection.3.7.2}{}} \@writefile{lof}{\contentsline {figure}{\numberline {3.7}{\ignorespaces example training history for a 9 node network showing nan losses\relax }}{26}{figure.caption.18}\protected@file@percent } \newlabel{fig:history1416}{{3.7}{26}{example training history for a 9 node network showing nan losses\relax }{figure.caption.18}{}} -\newlabel{fig:simpledraw1416_1}{{\caption@xref {fig:simpledraw1416_1}{ on input line 675}}{26}{9 nodes}{figure.caption.19}{}} +\newlabel{fig:simpledraw1416_1}{{\caption@xref {fig:simpledraw1416_1}{ on input line 705}}{26}{9 nodes}{figure.caption.19}{}} \newlabel{sub@fig:simpledraw1416_1}{{}{26}{9 nodes}{figure.caption.19}{}} -\newlabel{fig:simpledraw1416_2}{{\caption@xref {fig:simpledraw1416_2}{ on input line 680}}{26}{9 nodes}{figure.caption.19}{}} +\newlabel{fig:simpledraw1416_2}{{\caption@xref {fig:simpledraw1416_2}{ on input line 710}}{26}{9 nodes}{figure.caption.19}{}} \newlabel{sub@fig:simpledraw1416_2}{{}{26}{9 nodes}{figure.caption.19}{}} \@writefile{lof}{\contentsline {figure}{\numberline {3.8}{\ignorespaces Reconstruction images for a 4 node image. On the left for angles, and on the rigth for the momentum.\relax }}{26}{figure.caption.19}\protected@file@percent } \newlabel{fig:simpledraw1416}{{3.8}{26}{Reconstruction images for a 4 node image. On the left for angles, and on the rigth for the momentum.\relax }{figure.caption.19}{}} @@ -175,9 +178,9 @@ \newlabel{sec:evalclass}{{3.8}{26}{Evaluating the classifier}{subsection.3.8}{}} \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.8.1}4 nodes}{26}{subsubsection.3.8.1}\protected@file@percent } \newlabel{sec:class4}{{3.8.1}{26}{4 nodes}{subsubsection.3.8.1}{}} -\newlabel{fig:roc4_1}{{\caption@xref {fig:roc4_1}{ on input line 710}}{27}{4 nodes}{figure.caption.20}{}} +\newlabel{fig:roc4_1}{{\caption@xref {fig:roc4_1}{ on input line 741}}{27}{4 nodes}{figure.caption.20}{}} \newlabel{sub@fig:roc4_1}{{}{27}{4 nodes}{figure.caption.20}{}} -\newlabel{fig:roc4_2}{{\caption@xref {fig:roc4_2}{ on input line 715}}{27}{4 nodes}{figure.caption.20}{}} +\newlabel{fig:roc4_2}{{\caption@xref {fig:roc4_2}{ on input line 746}}{27}{4 nodes}{figure.caption.20}{}} \newlabel{sub@fig:roc4_2}{{}{27}{4 nodes}{figure.caption.20}{}} \@writefile{lof}{\contentsline {figure}{\numberline {3.9}{\ignorespaces Loss distribution and roc curve for the 4 particle network\relax }}{27}{figure.caption.20}\protected@file@percent } \newlabel{fig:roc4}{{3.9}{27}{Loss distribution and roc curve for the 4 particle network\relax }{figure.caption.20}{}} @@ -185,9 +188,9 @@ \newlabel{fig:aucmap979}{{3.10}{27}{AZC feature map for 4 nodes\relax }{figure.caption.21}{}} \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.8.2}9 nodes}{27}{subsubsection.3.8.2}\protected@file@percent } \newlabel{sec:class9}{{3.8.2}{27}{9 nodes}{subsubsection.3.8.2}{}} -\newlabel{fig:recqual1416_1}{{\caption@xref {fig:recqual1416_1}{ on input line 743}}{27}{9 nodes}{figure.caption.22}{}} +\newlabel{fig:recqual1416_1}{{\caption@xref {fig:recqual1416_1}{ on input line 774}}{27}{9 nodes}{figure.caption.22}{}} \newlabel{sub@fig:recqual1416_1}{{}{27}{9 nodes}{figure.caption.22}{}} -\newlabel{fig:recqual1416_2}{{\caption@xref {fig:recqual1416_2}{ on input line 748}}{27}{9 nodes}{figure.caption.22}{}} +\newlabel{fig:recqual1416_2}{{\caption@xref {fig:recqual1416_2}{ on input line 779}}{27}{9 nodes}{figure.caption.22}{}} \newlabel{sub@fig:recqual1416_2}{{}{27}{9 nodes}{figure.caption.22}{}} \@writefile{lof}{\contentsline {figure}{\numberline {3.11}{\ignorespaces Loss distribution and roc curve for the 4 particle network\relax }}{27}{figure.caption.22}\protected@file@percent } \newlabel{fig:recqual1416}{{3.11}{27}{Loss distribution and roc curve for the 4 particle network\relax }{figure.caption.22}{}} @@ -249,9 +252,9 @@ \newlabel{fig:aucmap1011}{{5.1}{40}{(1011..maybe not the best)Aucmap for normally normalized networks, showing nothing useful being learned\relax }{figure.caption.35}{}} \@writefile{toc}{\contentsline {subsubsection}{\numberline {5.1.3}Using this normalization}{42}{subsubsection.5.1.3}\protected@file@percent } \newlabel{sec:usenorm}{{5.1.3}{42}{Using this normalization}{subsubsection.5.1.3}{}} -\newlabel{fig:aucmap677_1}{{\caption@xref {fig:aucmap677_1}{ on input line 1074}}{42}{Using this normalization}{figure.caption.36}{}} +\newlabel{fig:aucmap677_1}{{\caption@xref {fig:aucmap677_1}{ on input line 1108}}{42}{Using this normalization}{figure.caption.36}{}} \newlabel{sub@fig:aucmap677_1}{{}{42}{Using this normalization}{figure.caption.36}{}} -\newlabel{fig:aucmap677_2}{{\caption@xref {fig:aucmap677_2}{ on input line 1079}}{42}{Using this normalization}{figure.caption.36}{}} +\newlabel{fig:aucmap677_2}{{\caption@xref {fig:aucmap677_2}{ on input line 1113}}{42}{Using this normalization}{figure.caption.36}{}} \newlabel{sub@fig:aucmap677_2}{{}{42}{Using this normalization}{figure.caption.36}{}} \@writefile{lof}{\contentsline {figure}{\numberline {5.2}{\ignorespaces invertible 4node network auc maps achieved by a better normalization\relax }}{42}{figure.caption.36}\protected@file@percent } \newlabel{fig:aucmap677}{{5.2}{42}{invertible 4node network auc maps achieved by a better normalization\relax }{figure.caption.36}{}} @@ -294,37 +297,37 @@ \newlabel{sec:finalae}{{6.3}{51}{A good classifier}{subsection.6.3}{}} \@writefile{toc}{\contentsline {subsubsection}{\numberline {6.3.1}Trained on QCD}{51}{subsubsection.6.3.1}\protected@file@percent } \newlabel{sec:classQCD}{{6.3.1}{51}{Trained on QCD}{subsubsection.6.3.1}{}} -\newlabel{fig:sephist928_1}{{\caption@xref {fig:sephist928_1}{ on input line 1295}}{51}{Trained on QCD}{figure.caption.47}{}} +\newlabel{fig:sephist928_1}{{\caption@xref {fig:sephist928_1}{ on input line 1332}}{51}{Trained on QCD}{figure.caption.47}{}} \newlabel{sub@fig:sephist928_1}{{}{51}{Trained on QCD}{figure.caption.47}{}} -\newlabel{fig:sephist928_2}{{\caption@xref {fig:sephist928_2}{ on input line 1300}}{51}{Trained on QCD}{figure.caption.47}{}} +\newlabel{fig:sephist928_2}{{\caption@xref {fig:sephist928_2}{ on input line 1337}}{51}{Trained on QCD}{figure.caption.47}{}} \newlabel{sub@fig:sephist928_2}{{}{51}{Trained on QCD}{figure.caption.47}{}} \@writefile{lof}{\contentsline {figure}{\numberline {6.3}{\ignorespaces Oneoff loss distribution and roc curve for a network trained on top jets\relax }}{51}{figure.caption.47}\protected@file@percent } \newlabel{fig:sephist928}{{6.3}{51}{Oneoff loss distribution and roc curve for a network trained on top jets\relax }{figure.caption.47}{}} -\newlabel{fig:simpledraw928_1}{{\caption@xref {fig:simpledraw928_1}{ on input line 1317}}{52}{Trained on QCD}{figure.caption.48}{}} +\newlabel{fig:simpledraw928_1}{{\caption@xref {fig:simpledraw928_1}{ on input line 1354}}{52}{Trained on QCD}{figure.caption.48}{}} \newlabel{sub@fig:simpledraw928_1}{{}{52}{Trained on QCD}{figure.caption.48}{}} -\newlabel{fig:simpledraw928_2}{{\caption@xref {fig:simpledraw928_2}{ on input line 1322}}{52}{Trained on QCD}{figure.caption.48}{}} +\newlabel{fig:simpledraw928_2}{{\caption@xref {fig:simpledraw928_2}{ on input line 1359}}{52}{Trained on QCD}{figure.caption.48}{}} \newlabel{sub@fig:simpledraw928_2}{{}{52}{Trained on QCD}{figure.caption.48}{}} \@writefile{lof}{\contentsline {figure}{\numberline {6.4}{\ignorespaces Reconstruction images for a normalized network trained on QCD\relax }}{52}{figure.caption.48}\protected@file@percent } \newlabel{fig:simpledraw928}{{6.4}{52}{Reconstruction images for a normalized network trained on QCD\relax }{figure.caption.48}{}} \@writefile{toc}{\contentsline {subsubsection}{\numberline {6.3.2}Trained on top}{52}{subsubsection.6.3.2}\protected@file@percent } \newlabel{sec:classtop}{{6.3.2}{52}{Trained on top}{subsubsection.6.3.2}{}} -\newlabel{fig:sephist1128_1}{{\caption@xref {fig:sephist1128_1}{ on input line 1341}}{52}{Trained on top}{figure.caption.49}{}} +\newlabel{fig:sephist1128_1}{{\caption@xref {fig:sephist1128_1}{ on input line 1378}}{52}{Trained on top}{figure.caption.49}{}} \newlabel{sub@fig:sephist1128_1}{{}{52}{Trained on top}{figure.caption.49}{}} -\newlabel{fig:sephist1128_2}{{\caption@xref {fig:sephist1128_2}{ on input line 1346}}{52}{Trained on top}{figure.caption.49}{}} +\newlabel{fig:sephist1128_2}{{\caption@xref {fig:sephist1128_2}{ on input line 1383}}{52}{Trained on top}{figure.caption.49}{}} \newlabel{sub@fig:sephist1128_2}{{}{52}{Trained on top}{figure.caption.49}{}} \@writefile{lof}{\contentsline {figure}{\numberline {6.5}{\ignorespaces oneoff loss distribution and roc curve for a network trained on top jets\relax }}{52}{figure.caption.49}\protected@file@percent } \newlabel{fig:sephist1128}{{6.5}{52}{oneoff loss distribution and roc curve for a network trained on top jets\relax }{figure.caption.49}{}} -\newlabel{fig:simpledraw1128_1}{{\caption@xref {fig:simpledraw1128_1}{ on input line 1362}}{52}{Trained on top}{figure.caption.50}{}} +\newlabel{fig:simpledraw1128_1}{{\caption@xref {fig:simpledraw1128_1}{ on input line 1399}}{52}{Trained on top}{figure.caption.50}{}} \newlabel{sub@fig:simpledraw1128_1}{{}{52}{Trained on top}{figure.caption.50}{}} -\newlabel{fig:simpledraw1128_2}{{\caption@xref {fig:simpledraw1128_2}{ on input line 1367}}{52}{Trained on top}{figure.caption.50}{}} +\newlabel{fig:simpledraw1128_2}{{\caption@xref {fig:simpledraw1128_2}{ on input line 1404}}{52}{Trained on top}{figure.caption.50}{}} \newlabel{sub@fig:simpledraw1128_2}{{}{52}{Trained on top}{figure.caption.50}{}} \@writefile{lof}{\contentsline {figure}{\numberline {6.6}{\ignorespaces Reconstruction images for a normalized network trained on top\relax }}{52}{figure.caption.50}\protected@file@percent } \newlabel{fig:simpledraw1128}{{6.6}{52}{Reconstruction images for a normalized network trained on top\relax }{figure.caption.50}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {6.4}Scaling for oneoff networks }{52}{subsection.6.4}\protected@file@percent } \newlabel{sec:scale3}{{6.4}{52}{Scaling for oneoff networks}{subsection.6.4}{}} -\newlabel{fig:simpledraw1404_1}{{\caption@xref {fig:simpledraw1404_1}{ on input line 1387}}{53}{Scaling for oneoff networks}{figure.caption.51}{}} +\newlabel{fig:simpledraw1404_1}{{\caption@xref {fig:simpledraw1404_1}{ on input line 1425}}{53}{Scaling for oneoff networks}{figure.caption.51}{}} \newlabel{sub@fig:simpledraw1404_1}{{}{53}{Scaling for oneoff networks}{figure.caption.51}{}} -\newlabel{fig:simpledraw1404_2}{{\caption@xref {fig:simpledraw1404_2}{ on input line 1392}}{53}{Scaling for oneoff networks}{figure.caption.51}{}} +\newlabel{fig:simpledraw1404_2}{{\caption@xref {fig:simpledraw1404_2}{ on input line 1430}}{53}{Scaling for oneoff networks}{figure.caption.51}{}} \newlabel{sub@fig:simpledraw1404_2}{{}{53}{Scaling for oneoff networks}{figure.caption.51}{}} \@writefile{lof}{\contentsline {figure}{\numberline {6.7}{\ignorespaces Reconstruction image for a 9 node network on top\relax }}{53}{figure.caption.51}\protected@file@percent } \newlabel{fig:simpledraw1404}{{6.7}{53}{Reconstruction image for a 9 node network on top\relax }{figure.caption.51}{}} @@ -336,9 +339,9 @@ \newlabel{sec:secdata}{{7}{54}{Applying this model to other datasets}{section.7}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {7.1}Ligth dark matter }{54}{subsection.7.1}\protected@file@percent } \newlabel{sec:ldm}{{7.1}{54}{Ligth dark matter}{subsection.7.1}{}} -\newlabel{fig:angulardistLDM_1}{{\caption@xref {fig:angulardistLDM_1}{ on input line 1446}}{55}{Ligth dark matter}{figure.caption.53}{}} +\newlabel{fig:angulardistLDM_1}{{\caption@xref {fig:angulardistLDM_1}{ on input line 1485}}{55}{Ligth dark matter}{figure.caption.53}{}} \newlabel{sub@fig:angulardistLDM_1}{{}{55}{Ligth dark matter}{figure.caption.53}{}} -\newlabel{fig:angulardistLDM_2}{{\caption@xref {fig:angulardistLDM_2}{ on input line 1451}}{55}{Ligth dark matter}{figure.caption.53}{}} +\newlabel{fig:angulardistLDM_2}{{\caption@xref {fig:angulardistLDM_2}{ on input line 1490}}{55}{Ligth dark matter}{figure.caption.53}{}} \newlabel{sub@fig:angulardistLDM_2}{{}{55}{Ligth dark matter}{figure.caption.53}{}} \@writefile{lof}{\contentsline {figure}{\numberline {7.1}{\ignorespaces angular distribution of ldm jets, on the left as 2d histogram and on the rigth as 2 1d histograms (THE SECOND PEAK IS JUST NUMERICS, THAT I WILL STILL FILTER OUT)(i guess newdata/imgs und both (alt)angular)\relax }}{55}{figure.caption.53}\protected@file@percent } \newlabel{fig:angulardistLDM}{{7.1}{55}{angular distribution of ldm jets, on the left as 2d histogram and on the rigth as 2 1d histograms (THE SECOND PEAK IS JUST NUMERICS, THAT I WILL STILL FILTER OUT)(i guess newdata/imgs und both (alt)angular)\relax }{figure.caption.53}{}} @@ -356,17 +359,17 @@ \newlabel{sec:otherdata}{{7.2}{58}{Other datasets}{subsection.7.2}{}} \@writefile{toc}{\contentsline {subsubsection}{\numberline {7.2.1}Quark or gluon}{58}{subsubsection.7.2.1}\protected@file@percent } \newlabel{sec:qg}{{7.2.1}{58}{Quark or gluon}{subsubsection.7.2.1}{}} -\newlabel{fig:drquarkgluon_1}{{\caption@xref {fig:drquarkgluon_1}{ on input line 1532}}{58}{Quark or gluon}{figure.caption.57}{}} +\newlabel{fig:drquarkgluon_1}{{\caption@xref {fig:drquarkgluon_1}{ on input line 1572}}{58}{Quark or gluon}{figure.caption.57}{}} \newlabel{sub@fig:drquarkgluon_1}{{}{58}{Quark or gluon}{figure.caption.57}{}} -\newlabel{fig:drquarkgluon_2}{{\caption@xref {fig:drquarkgluon_2}{ on input line 1537}}{58}{Quark or gluon}{figure.caption.57}{}} +\newlabel{fig:drquarkgluon_2}{{\caption@xref {fig:drquarkgluon_2}{ on input line 1577}}{58}{Quark or gluon}{figure.caption.57}{}} \newlabel{sub@fig:drquarkgluon_2}{{}{58}{Quark or gluon}{figure.caption.57}{}} \@writefile{lof}{\contentsline {figure}{\numberline {7.5}{\ignorespaces Roc curves for quark gluon\relax }}{58}{figure.caption.57}\protected@file@percent } \newlabel{fig:drquarkgluon}{{7.5}{58}{Roc curves for quark gluon\relax }{figure.caption.57}{}} \@writefile{toc}{\contentsline {subsubsection}{\numberline {7.2.2}Leptons}{58}{subsubsection.7.2.2}\protected@file@percent } \newlabel{sec:leptons}{{7.2.2}{58}{Leptons}{subsubsection.7.2.2}{}} -\newlabel{fig:drleptons_1}{{\caption@xref {fig:drleptons_1}{ on input line 1559}}{59}{Leptons}{figure.caption.58}{}} +\newlabel{fig:drleptons_1}{{\caption@xref {fig:drleptons_1}{ on input line 1599}}{59}{Leptons}{figure.caption.58}{}} \newlabel{sub@fig:drleptons_1}{{}{59}{Leptons}{figure.caption.58}{}} -\newlabel{fig:drleptons_2}{{\caption@xref {fig:drleptons_2}{ on input line 1564}}{59}{Leptons}{figure.caption.58}{}} +\newlabel{fig:drleptons_2}{{\caption@xref {fig:drleptons_2}{ on input line 1604}}{59}{Leptons}{figure.caption.58}{}} \newlabel{sub@fig:drleptons_2}{{}{59}{Leptons}{figure.caption.58}{}} \@writefile{lof}{\contentsline {figure}{\numberline {7.6}{\ignorespaces Roc curves for leptons\relax }}{59}{figure.caption.58}\protected@file@percent } \newlabel{fig:drleptons}{{7.6}{59}{Roc curves for leptons\relax }{figure.caption.58}{}} @@ -438,9 +441,9 @@ \newlabel{fig:history200}{{9.9}{73}{Training history(c1/200)\relax }{figure.caption.69}{}} \@writefile{lof}{\contentsline {figure}{\numberline {9.10}{\ignorespaces ROC curve(c1/200)\relax }}{74}{figure.caption.70}\protected@file@percent } \newlabel{fig:roc200}{{9.10}{74}{ROC curve(c1/200)\relax }{figure.caption.70}{}} -\newlabel{fig:simpledraw7638_200_1}{{\caption@xref {fig:simpledraw7638_200_1}{ on input line 2008}}{75}{Results}{figure.caption.71}{}} +\newlabel{fig:simpledraw7638_200_1}{{\caption@xref {fig:simpledraw7638_200_1}{ on input line 2049}}{75}{Results}{figure.caption.71}{}} \newlabel{sub@fig:simpledraw7638_200_1}{{}{75}{Results}{figure.caption.71}{}} -\newlabel{fig:simpledraw7638_200_2}{{\caption@xref {fig:simpledraw7638_200_2}{ on input line 2013}}{75}{Results}{figure.caption.71}{}} +\newlabel{fig:simpledraw7638_200_2}{{\caption@xref {fig:simpledraw7638_200_2}{ on input line 2054}}{75}{Results}{figure.caption.71}{}} \newlabel{sub@fig:simpledraw7638_200_2}{{}{75}{Results}{figure.caption.71}{}} \@writefile{lof}{\contentsline {figure}{\numberline {9.11}{\ignorespaces Reconstruction image for the same event as in the previous chapter, on the left for the current model, and on the rigth for the previous one\relax }}{75}{figure.caption.71}\protected@file@percent } \newlabel{fig:simpledraw7638_200}{{9.11}{75}{Reconstruction image for the same event as in the previous chapter, on the left for the current model, and on the rigth for the previous one\relax }{figure.caption.71}{}} @@ -536,11 +539,11 @@ \newlabel{fig:img_doublepeak}{{9.27}{98}{(c4/16) Two different widths of a background peak, resulting in different overlapping to the signal peak\relax }{figure.caption.92}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {9.17}Self improving oneoff networks }{99}{subsection.9.17}\protected@file@percent } \newlabel{sec:impro}{{9.17}{99}{Self improving oneoff networks}{subsection.9.17}{}} -\newlabel{fig:oosym18_1}{{\caption@xref {fig:oosym18_1}{ on input line 2582}}{100}{Self improving oneoff networks}{figure.caption.93}{}} +\newlabel{fig:oosym18_1}{{\caption@xref {fig:oosym18_1}{ on input line 2636}}{100}{Self improving oneoff networks}{figure.caption.93}{}} \newlabel{sub@fig:oosym18_1}{{}{100}{Self improving oneoff networks}{figure.caption.93}{}} -\newlabel{fig:oosym18_2}{{\caption@xref {fig:oosym18_2}{ on input line 2587}}{100}{Self improving oneoff networks}{figure.caption.93}{}} +\newlabel{fig:oosym18_2}{{\caption@xref {fig:oosym18_2}{ on input line 2641}}{100}{Self improving oneoff networks}{figure.caption.93}{}} \newlabel{sub@fig:oosym18_2}{{}{100}{Self improving oneoff networks}{figure.caption.93}{}} -\newlabel{fig:oosym18_3}{{\caption@xref {fig:oosym18_3}{ on input line 2592}}{100}{Self improving oneoff networks}{figure.caption.93}{}} +\newlabel{fig:oosym18_3}{{\caption@xref {fig:oosym18_3}{ on input line 2646}}{100}{Self improving oneoff networks}{figure.caption.93}{}} \newlabel{sub@fig:oosym18_3}{{}{100}{Self improving oneoff networks}{figure.caption.93}{}} \@writefile{lof}{\contentsline {figure}{\numberline {9.28}{\ignorespaces (test/oosym/imgs/spec)the three kinds of simulated AUC by loss plots\relax }}{100}{figure.caption.93}\protected@file@percent } \newlabel{fig:oosym18}{{9.28}{100}{(test/oosym/imgs/spec)the three kinds of simulated AUC by loss plots\relax }{figure.caption.93}{}} @@ -563,9 +566,9 @@ \newlabel{table:oneoffmuondiag}{{9.8}{103}{Learned metrik values for a diagonal metrik oneoff networks trained on muon events\relax }{table.caption.98}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {9.18}How a oneoff network can become noninvertible }{103}{subsection.9.18}\protected@file@percent } \newlabel{sec:oofail}{{9.18}{103}{How a oneoff network can become noninvertible}{subsection.9.18}{}} -\newlabel{fig:drantiinv25_1}{{\caption@xref {fig:drantiinv25_1}{ on input line 2717}}{104}{How a oneoff network can become noninvertible}{figure.caption.99}{}} +\newlabel{fig:drantiinv25_1}{{\caption@xref {fig:drantiinv25_1}{ on input line 2772}}{104}{How a oneoff network can become noninvertible}{figure.caption.99}{}} \newlabel{sub@fig:drantiinv25_1}{{}{104}{How a oneoff network can become noninvertible}{figure.caption.99}{}} -\newlabel{fig:drantiinv25_2}{{\caption@xref {fig:drantiinv25_2}{ on input line 2722}}{104}{How a oneoff network can become noninvertible}{figure.caption.99}{}} +\newlabel{fig:drantiinv25_2}{{\caption@xref {fig:drantiinv25_2}{ on input line 2777}}{104}{How a oneoff network can become noninvertible}{figure.caption.99}{}} \newlabel{sub@fig:drantiinv25_2}{{}{104}{How a oneoff network can become noninvertible}{figure.caption.99}{}} \@writefile{lof}{\contentsline {figure}{\numberline {9.31}{\ignorespaces (doubleroc/sep)Antiinvertibility for ldm data, left using the autoencoder loss, and on rigth using oneoff networks\relax }}{104}{figure.caption.99}\protected@file@percent } \newlabel{fig:drantiinv25}{{9.31}{104}{(doubleroc/sep)Antiinvertibility for ldm data, left using the autoencoder loss, and on rigth using oneoff networks\relax }{figure.caption.99}{}} @@ -600,15 +603,15 @@ \newlabel{fig:none}{{9.35}{109}{example model plot 3 layer\relax }{figure.caption.103}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {9.26}the consequences of sorting outputs by lpt }{110}{subsection.9.26}\protected@file@percent } \newlabel{sec:asort}{{9.26}{110}{the consequences of sorting outputs by lpt}{subsection.9.26}{}} -\newlabel{fig:vis928_1}{{\caption@xref {fig:vis928_1}{ on input line 2894}}{110}{the consequences of sorting outputs by lpt}{figure.caption.104}{}} +\newlabel{fig:vis928_1}{{\caption@xref {fig:vis928_1}{ on input line 2957}}{110}{the consequences of sorting outputs by lpt}{figure.caption.104}{}} \newlabel{sub@fig:vis928_1}{{}{110}{the consequences of sorting outputs by lpt}{figure.caption.104}{}} -\newlabel{fig:vis928_2}{{\caption@xref {fig:vis928_2}{ on input line 2899}}{110}{the consequences of sorting outputs by lpt}{figure.caption.104}{}} +\newlabel{fig:vis928_2}{{\caption@xref {fig:vis928_2}{ on input line 2962}}{110}{the consequences of sorting outputs by lpt}{figure.caption.104}{}} \newlabel{sub@fig:vis928_2}{{}{110}{the consequences of sorting outputs by lpt}{figure.caption.104}{}} \@writefile{lof}{\contentsline {figure}{\numberline {9.36}{\ignorespaces sorting in network plot comparison\relax }}{110}{figure.caption.104}\protected@file@percent } \newlabel{fig:vis928}{{9.36}{110}{sorting in network plot comparison\relax }{figure.caption.104}{}} -\newlabel{fig:history928_1}{{\caption@xref {fig:history928_1}{ on input line 2913}}{110}{the consequences of sorting outputs by lpt}{figure.caption.105}{}} +\newlabel{fig:history928_1}{{\caption@xref {fig:history928_1}{ on input line 2976}}{110}{the consequences of sorting outputs by lpt}{figure.caption.105}{}} \newlabel{sub@fig:history928_1}{{}{110}{the consequences of sorting outputs by lpt}{figure.caption.105}{}} -\newlabel{fig:history928_2}{{\caption@xref {fig:history928_2}{ on input line 2918}}{110}{the consequences of sorting outputs by lpt}{figure.caption.105}{}} +\newlabel{fig:history928_2}{{\caption@xref {fig:history928_2}{ on input line 2981}}{110}{the consequences of sorting outputs by lpt}{figure.caption.105}{}} \newlabel{sub@fig:history928_2}{{}{110}{the consequences of sorting outputs by lpt}{figure.caption.105}{}} \@writefile{lof}{\contentsline {figure}{\numberline {9.37}{\ignorespaces training curve comparison for sorting\relax }}{110}{figure.caption.105}\protected@file@percent } \newlabel{fig:history928}{{9.37}{110}{training curve comparison for sorting\relax }{figure.caption.105}{}} @@ -616,15 +619,15 @@ \newlabel{sec:aperminv}{{9.27}{111}{Permutation invariance good or bad?}{subsection.9.27}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {9.28}The usage of a batchNormalization layer in the middle of the gae }{111}{subsection.9.28}\protected@file@percent } \newlabel{sec:abatchnorm}{{9.28}{111}{The usage of a batchNormalization layer in the middle of the gae}{subsection.9.28}{}} -\newlabel{fig:none_1}{{\caption@xref {fig:none_1}{ on input line 2952}}{112}{The usage of a batchNormalization layer in the middle of the gae}{figure.caption.106}{}} +\newlabel{fig:none_1}{{\caption@xref {fig:none_1}{ on input line 3017}}{112}{The usage of a batchNormalization layer in the middle of the gae}{figure.caption.106}{}} \newlabel{sub@fig:none_1}{{}{112}{The usage of a batchNormalization layer in the middle of the gae}{figure.caption.106}{}} -\newlabel{fig:none_2}{{\caption@xref {fig:none_2}{ on input line 2957}}{112}{The usage of a batchNormalization layer in the middle of the gae}{figure.caption.106}{}} +\newlabel{fig:none_2}{{\caption@xref {fig:none_2}{ on input line 3022}}{112}{The usage of a batchNormalization layer in the middle of the gae}{figure.caption.106}{}} \newlabel{sub@fig:none_2}{{}{112}{The usage of a batchNormalization layer in the middle of the gae}{figure.caption.106}{}} \@writefile{lof}{\contentsline {figure}{\numberline {9.38}{\ignorespaces network setup batchnorm comparison\relax }}{112}{figure.caption.106}\protected@file@percent } \newlabel{fig:none}{{9.38}{112}{network setup batchnorm comparison\relax }{figure.caption.106}{}} -\newlabel{fig:none_1}{{\caption@xref {fig:none_1}{ on input line 2971}}{112}{The usage of a batchNormalization layer in the middle of the gae}{figure.caption.107}{}} +\newlabel{fig:none_1}{{\caption@xref {fig:none_1}{ on input line 3036}}{112}{The usage of a batchNormalization layer in the middle of the gae}{figure.caption.107}{}} \newlabel{sub@fig:none_1}{{}{112}{The usage of a batchNormalization layer in the middle of the gae}{figure.caption.107}{}} -\newlabel{fig:none_2}{{\caption@xref {fig:none_2}{ on input line 2976}}{112}{The usage of a batchNormalization layer in the middle of the gae}{figure.caption.107}{}} +\newlabel{fig:none_2}{{\caption@xref {fig:none_2}{ on input line 3041}}{112}{The usage of a batchNormalization layer in the middle of the gae}{figure.caption.107}{}} \newlabel{sub@fig:none_2}{{}{112}{The usage of a batchNormalization layer in the middle of the gae}{figure.caption.107}{}} \@writefile{lof}{\contentsline {figure}{\numberline {9.39}{\ignorespaces training hist batchnorm\relax }}{112}{figure.caption.107}\protected@file@percent } \newlabel{fig:none}{{9.39}{112}{training hist batchnorm\relax }{figure.caption.107}{}} @@ -640,11 +643,11 @@ \newlabel{sec:arelearn}{{9.30}{114}{Is it a good idea to relearn the graph at each step}{subsection.9.30}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {9.31}Trainingsize, and why graph autoencoder don`t care about it }{114}{subsection.9.31}\protected@file@percent } \newlabel{sec:asize}{{9.31}{114}{Trainingsize, and why graph autoencoder don`t care about it}{subsection.9.31}{}} -\newlabel{fig:none_1}{{\caption@xref {fig:none_1}{ on input line 3085}}{114}{Trainingsize, and why graph autoencoder don`t care about it}{figure.caption.111}{}} +\newlabel{fig:none_1}{{\caption@xref {fig:none_1}{ on input line 3153}}{114}{Trainingsize, and why graph autoencoder don`t care about it}{figure.caption.111}{}} \newlabel{sub@fig:none_1}{{}{114}{Trainingsize, and why graph autoencoder don`t care about it}{figure.caption.111}{}} -\newlabel{fig:none_2}{{\caption@xref {fig:none_2}{ on input line 3090}}{114}{Trainingsize, and why graph autoencoder don`t care about it}{figure.caption.111}{}} +\newlabel{fig:none_2}{{\caption@xref {fig:none_2}{ on input line 3158}}{114}{Trainingsize, and why graph autoencoder don`t care about it}{figure.caption.111}{}} \newlabel{sub@fig:none_2}{{}{114}{Trainingsize, and why graph autoencoder don`t care about it}{figure.caption.111}{}} -\newlabel{fig:none_3}{{\caption@xref {fig:none_3}{ on input line 3095}}{114}{Trainingsize, and why graph autoencoder don`t care about it}{figure.caption.111}{}} +\newlabel{fig:none_3}{{\caption@xref {fig:none_3}{ on input line 3163}}{114}{Trainingsize, and why graph autoencoder don`t care about it}{figure.caption.111}{}} \newlabel{sub@fig:none_3}{{}{114}{Trainingsize, and why graph autoencoder don`t care about it}{figure.caption.111}{}} \@writefile{lof}{\contentsline {figure}{\numberline {9.42}{\ignorespaces loss curves for 3 training sizes\relax }}{114}{figure.caption.111}\protected@file@percent } \newlabel{fig:none}{{9.42}{114}{loss curves for 3 training sizes\relax }{figure.caption.111}{}} @@ -676,15 +679,15 @@ \newlabel{sec:moldata}{{10.2.1}{120}{Datageneration}{subsubsection.10.2.1}{}} \@writefile{toc}{\contentsline {subsubsection}{\numberline {10.2.2}Training}{120}{subsubsection.10.2.2}\protected@file@percent } \newlabel{sec:moltrain}{{10.2.2}{120}{Training}{subsubsection.10.2.2}{}} -\newlabel{fig:visMOL1_1}{{\caption@xref {fig:visMOL1_1}{ on input line 3223}}{120}{Training}{figure.caption.116}{}} +\newlabel{fig:visMOL1_1}{{\caption@xref {fig:visMOL1_1}{ on input line 3295}}{120}{Training}{figure.caption.116}{}} \newlabel{sub@fig:visMOL1_1}{{}{120}{Training}{figure.caption.116}{}} -\newlabel{fig:visMOL1_2}{{\caption@xref {fig:visMOL1_2}{ on input line 3228}}{120}{Training}{figure.caption.116}{}} +\newlabel{fig:visMOL1_2}{{\caption@xref {fig:visMOL1_2}{ on input line 3300}}{120}{Training}{figure.caption.116}{}} \newlabel{sub@fig:visMOL1_2}{{}{120}{Training}{figure.caption.116}{}} \@writefile{lof}{\contentsline {figure}{\numberline {10.4}{\ignorespaces modelsetup, with or without graph compression step\relax }}{120}{figure.caption.116}\protected@file@percent } \newlabel{fig:visMOL1}{{10.4}{120}{modelsetup, with or without graph compression step\relax }{figure.caption.116}{}} -\newlabel{fig:historyMOL_1}{{\caption@xref {fig:historyMOL_1}{ on input line 3242}}{120}{Training}{figure.caption.117}{}} +\newlabel{fig:historyMOL_1}{{\caption@xref {fig:historyMOL_1}{ on input line 3314}}{120}{Training}{figure.caption.117}{}} \newlabel{sub@fig:historyMOL_1}{{}{120}{Training}{figure.caption.117}{}} -\newlabel{fig:historyMOL_2}{{\caption@xref {fig:historyMOL_2}{ on input line 3247}}{120}{Training}{figure.caption.117}{}} +\newlabel{fig:historyMOL_2}{{\caption@xref {fig:historyMOL_2}{ on input line 3319}}{120}{Training}{figure.caption.117}{}} \newlabel{sub@fig:historyMOL_2}{{}{120}{Training}{figure.caption.117}{}} \@writefile{lof}{\contentsline {figure}{\numberline {10.5}{\ignorespaces training results mol 5/6\relax }}{120}{figure.caption.117}\protected@file@percent } \newlabel{fig:historyMOL}{{10.5}{120}{training results mol 5/6\relax }{figure.caption.117}{}} @@ -695,9 +698,9 @@ \newlabel{sec:feyn}{{10.3}{121}{High level machine learning and feynman diagramms}{subsection.10.3}{}} \@writefile{toc}{\contentsline {subsubsection}{\numberline {10.3.1}Data generation}{121}{subsubsection.10.3.1}\protected@file@percent } \newlabel{sec:feyndata}{{10.3.1}{121}{Data generation}{subsubsection.10.3.1}{}} -\newlabel{fig:conv01_1}{{\caption@xref {fig:conv01_1}{ on input line 3284}}{122}{Data generation}{figure.caption.118}{}} +\newlabel{fig:conv01_1}{{\caption@xref {fig:conv01_1}{ on input line 3357}}{122}{Data generation}{figure.caption.118}{}} \newlabel{sub@fig:conv01_1}{{}{122}{Data generation}{figure.caption.118}{}} -\newlabel{fig:conv01_2}{{\caption@xref {fig:conv01_2}{ on input line 3289}}{122}{Data generation}{figure.caption.118}{}} +\newlabel{fig:conv01_2}{{\caption@xref {fig:conv01_2}{ on input line 3362}}{122}{Data generation}{figure.caption.118}{}} \newlabel{sub@fig:conv01_2}{{}{122}{Data generation}{figure.caption.118}{}} \@writefile{lof}{\contentsline {figure}{\numberline {10.6}{\ignorespaces Example image of the conversion, transforming left into rigth\relax }}{122}{figure.caption.118}\protected@file@percent } \newlabel{fig:conv01}{{10.6}{122}{Example image of the conversion, transforming left into rigth\relax }{figure.caption.118}{}} @@ -711,19 +714,19 @@ \citation{feyngen} \@writefile{lof}{\contentsline {figure}{\numberline {10.9}{\ignorespaces Loss of each training graph compared to its number of lines (IGNORE THE YELLOW POINTS HERE)\relax }}{125}{figure.caption.121}\protected@file@percent } \newlabel{fig:lossbynFEYN}{{10.9}{125}{Loss of each training graph compared to its number of lines (IGNORE THE YELLOW POINTS HERE)\relax }{figure.caption.121}{}} -\newlabel{fig:van01_1}{{\caption@xref {fig:van01_1}{ on input line 3333}}{125}{Training}{figure.caption.122}{}} +\newlabel{fig:van01_1}{{\caption@xref {fig:van01_1}{ on input line 3406}}{125}{Training}{figure.caption.122}{}} \newlabel{sub@fig:van01_1}{{}{125}{Training}{figure.caption.122}{}} -\newlabel{fig:van01_2}{{\caption@xref {fig:van01_2}{ on input line 3338}}{125}{Training}{figure.caption.122}{}} +\newlabel{fig:van01_2}{{\caption@xref {fig:van01_2}{ on input line 3411}}{125}{Training}{figure.caption.122}{}} \newlabel{sub@fig:van01_2}{{}{125}{Training}{figure.caption.122}{}} -\newlabel{fig:van01_3}{{\caption@xref {fig:van01_3}{ on input line 3343}}{125}{Training}{figure.caption.122}{}} +\newlabel{fig:van01_3}{{\caption@xref {fig:van01_3}{ on input line 3416}}{125}{Training}{figure.caption.122}{}} \newlabel{sub@fig:van01_3}{{}{125}{Training}{figure.caption.122}{}} \@writefile{lof}{\contentsline {figure}{\numberline {10.10}{\ignorespaces vanishing diagramms (using \cite {feyngen})\relax }}{125}{figure.caption.122}\protected@file@percent } \newlabel{fig:van01}{{10.10}{125}{vanishing diagramms (using \cite {feyngen})\relax }{figure.caption.122}{}} -\newlabel{fig:van04_1}{{\caption@xref {fig:van04_1}{ on input line 3356}}{126}{Training}{figure.caption.123}{}} +\newlabel{fig:van04_1}{{\caption@xref {fig:van04_1}{ on input line 3429}}{126}{Training}{figure.caption.123}{}} \newlabel{sub@fig:van04_1}{{}{126}{Training}{figure.caption.123}{}} -\newlabel{fig:van04_2}{{\caption@xref {fig:van04_2}{ on input line 3361}}{126}{Training}{figure.caption.123}{}} +\newlabel{fig:van04_2}{{\caption@xref {fig:van04_2}{ on input line 3434}}{126}{Training}{figure.caption.123}{}} \newlabel{sub@fig:van04_2}{{}{126}{Training}{figure.caption.123}{}} -\newlabel{fig:van04_3}{{\caption@xref {fig:van04_3}{ on input line 3366}}{126}{Training}{figure.caption.123}{}} +\newlabel{fig:van04_3}{{\caption@xref {fig:van04_3}{ on input line 3439}}{126}{Training}{figure.caption.123}{}} \newlabel{sub@fig:van04_3}{{}{126}{Training}{figure.caption.123}{}} \@writefile{lof}{\contentsline {figure}{\numberline {10.11}{\ignorespaces more vanishing diagramms\relax }}{126}{figure.caption.123}\protected@file@percent } \newlabel{fig:van04}{{10.11}{126}{more vanishing diagramms\relax }{figure.caption.123}{}} @@ -753,51 +756,54 @@ \bibcite{setmuon}{{3}{}{{}}{{}}} \bibcite{setelectron}{{4}{}{{}}{{}}} \bibcite{diagramms}{{5}{}{{}}{{}}} -\bibcite{aeforpurity}{{6}{}{{}}{{}}} -\bibcite{feyngen}{{7}{}{{}}{{}}} +\bibcite{measurehiggs}{{6}{}{{}}{{}}} \@writefile{lof}{\contentsline {figure}{\numberline {10.18}{\ignorespaces sample images build\relax }}{132}{figure.caption.130}\protected@file@percent } \newlabel{fig:none}{{10.18}{132}{sample images build\relax }{figure.caption.130}{}} \@writefile{toc}{\contentsline {subsubsection}{\numberline {10.4.3}Whats next?}{132}{subsubsection.10.4.3}\protected@file@percent } \newlabel{sec:buildnext}{{10.4.3}{132}{Whats next?}{subsubsection.10.4.3}{}} \@writefile{toc}{\contentsline {section}{References}{132}{section*.131}\protected@file@percent } -\bibcite{madgraph}{{8}{}{{}}{{}}} -\bibcite{aecombine}{{9}{}{{}}{{}}} -\bibcite{ldm}{{10}{}{{}}{{}}} -\bibcite{mincutpool}{{11}{}{{}}{{}}} -\bibcite{leakage}{{12}{}{{}}{{}}} -\bibcite{topquark}{{13}{}{{}}{{}}} -\bibcite{graphsoc}{{14}{}{{}}{{}}} -\bibcite{gnnforchemistry}{{15}{}{{}}{{}}} -\bibcite{pairpot}{{16}{}{{}}{{}}} -\bibcite{aeforfault}{{17}{}{{}}{{}}} -\bibcite{thorb}{{18}{}{{}}{{}}} -\bibcite{graphunets}{{19}{}{{}}{{}}} -\bibcite{QCDorWhat}{{20}{}{{}}{{}}} -\bibcite{batchnorm}{{21}{}{{}}{{}}} -\bibcite{graphbasic}{{22}{}{{}}{{}}} -\bibcite{toptagref}{{23}{}{{}}{{}}} -\bibcite{data}{{24}{}{{}}{{}}} -\bibcite{variationalae}{{25}{}{{}}{{}}} -\bibcite{kipfetal}{{26}{}{{}}{{}}} -\bibcite{mnist}{{27}{}{{}}{{}}} -\bibcite{globalavpool}{{28}{}{{}}{{}}} -\bibcite{aebasic}{{29}{}{{}}{{}}} -\bibcite{iforest}{{30}{}{{}}{{}}} -\bibcite{quarkdata}{{31}{}{{}}{{}}} -\bibcite{latentspace}{{32}{}{{}}{{}}} -\bibcite{aeforgen}{{33}{}{{}}{{}}} -\bibcite{delphes}{{34}{}{{}}{{}}} -\bibcite{aeformotors}{{35}{}{{}}{{}}} -\bibcite{aeforanomalyphys}{{36}{}{{}}{{}}} -\bibcite{particleNet}{{37}{}{{}}{{}}} -\bibcite{aeforfraud}{{38}{}{{}}{{}}} -\bibcite{gnnformedicine}{{39}{}{{}}{{}}} -\bibcite{gnnoverview}{{40}{}{{}}{{}}} -\bibcite{binclass}{{41}{}{{}}{{}}} -\bibcite{pythia}{{42}{}{{}}{{}}} -\bibcite{aefornuclear}{{43}{}{{}}{{}}} -\bibcite{aeforanomaly}{{44}{}{{}}{{}}} -\bibcite{aeforcompress}{{45}{}{{}}{{}}} -\bibcite{diffpool}{{46}{}{{}}{{}}} +\bibcite{aeforpurity}{{7}{}{{}}{{}}} +\bibcite{feyngen}{{8}{}{{}}{{}}} +\bibcite{madgraph}{{9}{}{{}}{{}}} +\bibcite{aecombine}{{10}{}{{}}{{}}} +\bibcite{ldm}{{11}{}{{}}{{}}} +\bibcite{mincutpool}{{12}{}{{}}{{}}} +\bibcite{leakage}{{13}{}{{}}{{}}} +\bibcite{topquark}{{14}{}{{}}{{}}} +\bibcite{graphsoc}{{15}{}{{}}{{}}} +\bibcite{gnnforchemistry}{{16}{}{{}}{{}}} +\bibcite{pairpot}{{17}{}{{}}{{}}} +\bibcite{aeforfault}{{18}{}{{}}{{}}} +\bibcite{thorb}{{19}{}{{}}{{}}} +\bibcite{graphunets}{{20}{}{{}}{{}}} +\bibcite{high1}{{21}{}{{}}{{}}} +\bibcite{dlatlhc}{{22}{}{{}}{{}}} +\bibcite{QCDorWhat}{{23}{}{{}}{{}}} +\bibcite{batchnorm}{{24}{}{{}}{{}}} +\bibcite{graphbasic}{{25}{}{{}}{{}}} +\bibcite{toptagref}{{26}{}{{}}{{}}} +\bibcite{data}{{27}{}{{}}{{}}} +\bibcite{variationalae}{{28}{}{{}}{{}}} +\bibcite{kipfetal}{{29}{}{{}}{{}}} +\bibcite{mnist}{{30}{}{{}}{{}}} +\bibcite{globalavpool}{{31}{}{{}}{{}}} +\bibcite{aebasic}{{32}{}{{}}{{}}} +\bibcite{iforest}{{33}{}{{}}{{}}} +\bibcite{quarkdata}{{34}{}{{}}{{}}} +\bibcite{latentspace}{{35}{}{{}}{{}}} +\bibcite{aeforgen}{{36}{}{{}}{{}}} +\bibcite{delphes}{{37}{}{{}}{{}}} +\bibcite{aeformotors}{{38}{}{{}}{{}}} +\bibcite{aeforanomalyphys}{{39}{}{{}}{{}}} +\bibcite{particleNet}{{40}{}{{}}{{}}} +\bibcite{aeforfraud}{{41}{}{{}}{{}}} +\bibcite{gnnformedicine}{{42}{}{{}}{{}}} +\bibcite{gnnoverview}{{43}{}{{}}{{}}} +\bibcite{binclass}{{44}{}{{}}{{}}} +\bibcite{pythia}{{45}{}{{}}{{}}} +\bibcite{aefornuclear}{{46}{}{{}}{{}}} +\bibcite{aeforanomaly}{{47}{}{{}}{{}}} +\bibcite{aeforcompress}{{48}{}{{}}{{}}} +\bibcite{diffpool}{{49}{}{{}}{{}}} \bibstyle{plain} \providecommand\NAT@force@numbers{}\NAT@force@numbers diff --git a/out/main.bbl b/out/main.bbl index 8b44d24ba50698c532374d327f717579de2db91b..d5ef570824951da9ef4fc8229967b96f209090d5 100644 --- a/out/main.bbl +++ b/out/main.bbl @@ -15,6 +15,13 @@ \bibitem{diagramms} +\bibitem{measurehiggs} +G.~Aad, T.~Abajyan, B.~Abbott, J.~Abdallah, S.~Abdel~Khalek, A.A. Abdelalim, + O.~Abdinov, R.~Aben, B.~Abi, M.~Abolins, and et~al. +\newblock Observation of a new particle in the search for the standard model + higgs boson with the atlas detector at the lhc. +\newblock {\em Physics Letters B}, 716(1):1–29, Sep 2012. + \bibitem{aeforpurity} Ajiboye Abdulraheem, J.~Abdul-Hadi, Abimbola Akintola, and A.O. Ameen. \newblock Anomaly detection in dataset for improved model accuracy using dbscan @@ -86,6 +93,17 @@ Thorben Finke. Hongyang Gao and Shuiwang Ji. \newblock Graph u-nets, 2019. +\bibitem{high1} +F.~Gianotti. +\newblock {Physics at the LHC}. +\newblock {\em Phys. Rept.}, 403:379--399, 2004. + +\bibitem{dlatlhc} +Dan Guest, Kyle Cranmer, and Daniel Whiteson. +\newblock Deep learning and its application to lhc physics. +\newblock {\em Annual Review of Nuclear and Particle Science}, 68(1):161–181, + Oct 2018. + \bibitem{QCDorWhat} Theo Heimel, Gregor Kasieczka, Tilman Plehn, and Jennifer~M Thompson. \newblock {QCD or What?} diff --git a/out/main.bib b/out/main.bib index 2f955c0d9e204e99c907f661b301a98b6ed58f6e..17e3e0e384b69d4ed07b991f4bda5900492afc13 100644 --- a/out/main.bib +++ b/out/main.bib @@ -1,5 +1,51 @@ @misc{jetdm}, url={https://atlas.cern/updates/physics-briefing/precision-search-dark-matter}, journal={ATLAS Experiment at CERN}, year={2020}, month={Aug}} +@article{high1, + author = "Gianotti, F.", + title = "{Physics at the LHC}", + doi = "10.1016/j.physrep.2004.08.027", + journal = "Phys. Rept.", + volume = "403", + pages = "379--399", + year = "2004" +} + + + +@article{measurehiggs, + title={Observation of a new particle in the search for the Standard Model Higgs boson with the ATLAS detector at the LHC}, + volume={716}, + ISSN={0370-2693}, + url={http://dx.doi.org/10.1016/j.physletb.2012.08.020}, + DOI={10.1016/j.physletb.2012.08.020}, + number={1}, + journal={Physics Letters B}, + publisher={Elsevier BV}, + author={Aad, G. and Abajyan, T. and Abbott, B. and Abdallah, J. and Abdel Khalek, S. and Abdelalim, A.A. and Abdinov, O. and Aben, R. and Abi, B. and Abolins, M. and et al.}, + year={2012}, + month={Sep}, + pages={1–29} +} + + + +@article{dlatlhc, + title={Deep Learning and Its Application to LHC Physics}, + volume={68}, + ISSN={1545-4134}, + url={http://dx.doi.org/10.1146/annurev-nucl-101917-021019}, + DOI={10.1146/annurev-nucl-101917-021019}, + number={1}, + journal={Annual Review of Nuclear and Particle Science}, + publisher={Annual Reviews}, + author={Guest, Dan and Cranmer, Kyle and Whiteson, Daniel}, + year={2018}, + month={Oct}, + pages={161–181} +} + + + @article{gnnoverview, title={Graph Neural Networks in Particle Physics}, ISSN={2632-2153}, diff --git a/out/main.blg b/out/main.blg index 5c76c0261b5384e4d7ef8323a6fffa1db3cbbb99..5f2353dc7f1d0885d29c10d45b82bd58dfff31b3 100644 --- a/out/main.blg +++ b/out/main.blg @@ -2,20 +2,20 @@ This is BibTeX, Version 0.99dThe top-level auxiliary file: main.aux The style file: plain.bst Database file #1: main.bib Warning--entry type for "data" isn't style-file defined ---line 254 of file main.bib +--line 300 of file main.bib Warning--entry type for "thorb" isn't style-file defined ---line 278 of file main.bib -I was expecting a `,' or a `}'---line 393 of file main.bib +--line 324 of file main.bib +I was expecting a `,' or a `}'---line 439 of file main.bib : : author = {Thomas McCauley}, (Error may have been on previous line) I'm skipping whatever remains of this entry -I was expecting a `,' or a `}'---line 400 of file main.bib +I was expecting a `,' or a `}'---line 446 of file main.bib : : author = {Thomas McCauley}, (Error may have been on previous line) I'm skipping whatever remains of this entry -I was expecting an "="---line 406 of file main.bib +I was expecting an "="---line 452 of file main.bib : @misc{diagramms, feynman : diagram library - list of diagrams, title={List of Diagrams}, url={https://www.physik.uzh.ch/~che/FeynDiag/Listing.php}, journal={Links, Feynman Diagram Library - List of Diagrams}} I'm skipping whatever remains of this entry diff --git a/out/main.log b/out/main.log index 6c48a441759aef8bbb21b9ac3a3f234e5f0c4620..2c8a198d242305a0ba38d651cd769db628885fac 100644 --- a/out/main.log +++ b/out/main.log @@ -1,4 +1,4 @@ -This is pdfTeX, Version 3.14159265-2.6-1.40.20 (MiKTeX 2.9.7250 64-bit) (preloaded format=pdflatex 2020.2.7) 28 OCT 2020 19:19 +This is pdfTeX, Version 3.14159265-2.6-1.40.20 (MiKTeX 2.9.7250 64-bit) (preloaded format=pdflatex 2020.2.7) 29 OCT 2020 14:31 entering extended mode **./main.tex (main.tex @@ -658,89 +658,91 @@ l.46 ...4.2.1}Simplicity}{34}{subsubsection.4.2.1} \openout4 = `main.toc'. [4] [5] -<../imgs/linear.pdf, id=830, 650.43pt x 433.62pt> +<../imgs/linear.pdf, id=831, 650.43pt x 433.62pt> File: ../imgs/linear.pdf Graphic file (type pdf) <use ../imgs/linear.pdf> -Package pdftex.def Info: ../imgs/linear.pdf used on input line 181. +Package pdftex.def Info: ../imgs/linear.pdf used on input line 199. (pdftex.def) Requested size: 435.32422pt x 290.21953pt. +[6] -LaTeX Warning: Reference `sec:tipsy' on page 6 undefined on input line 191. +LaTeX Warning: Reference `sec:tipsy' on page 7 undefined on input line 209. -<../imgs/aemerge1.png, id=840, 395.97937pt x 592.46344pt> +<../imgs/aemerge1.png, id=851, 395.97937pt x 592.46344pt> File: ../imgs/aemerge1.png Graphic file (type png) <use ../imgs/aemerge1.png> -Package pdftex.def Info: ../imgs/aemerge1.png used on input line 195. +Package pdftex.def Info: ../imgs/aemerge1.png used on input line 213. (pdftex.def) Requested size: 116.08887pt x 173.69037pt. -<../imgs/aemerge2.png, id=842, 394.47375pt x 592.46344pt> +<../imgs/aemerge2.png, id=853, 394.47375pt x 592.46344pt> File: ../imgs/aemerge2.png Graphic file (type png) <use ../imgs/aemerge2.png> -Package pdftex.def Info: ../imgs/aemerge2.png used on input line 200. +Package pdftex.def Info: ../imgs/aemerge2.png used on input line 218. (pdftex.def) Requested size: 116.08887pt x 174.3503pt. -<../imgs/aemerge3.png, id=843, 394.47375pt x 591.71063pt> +<../imgs/aemerge3.png, id=854, 394.47375pt x 591.71063pt> File: ../imgs/aemerge3.png Graphic file (type png) <use ../imgs/aemerge3.png> -Package pdftex.def Info: ../imgs/aemerge3.png used on input line 205. +Package pdftex.def Info: ../imgs/aemerge3.png used on input line 223. (pdftex.def) Requested size: 116.08887pt x 174.12877pt. -[6 <../imgs/linear.pdf>] -<../imgs/dia3.pdf, id=890, 228.855pt x 305.22029pt> +[7 <../imgs/linear.pdf>] +<../imgs/dia3.pdf, id=904, 228.855pt x 305.22029pt> File: ../imgs/dia3.pdf Graphic file (type pdf) <use ../imgs/dia3.pdf> -Package pdftex.def Info: ../imgs/dia3.pdf used on input line 242. +Package pdftex.def Info: ../imgs/dia3.pdf used on input line 261. (pdftex.def) Requested size: 338.58632pt x 451.5839pt. - [7 <../imgs/aemerge1.png> <../imgs/aemerge2.png> <../imgs/aemerge3.png>] + [8 <../imgs/aemerge1.png> <../imgs/aemerge2.png> <../imgs/aemerge3.png>] -LaTeX Warning: Reference `sec:atopk' on page 8 undefined on input line 249. +LaTeX Warning: Reference `sec:atopk' on page 9 undefined on input line 268. -Package natbib Warning: Citation `particeNet' on page 8 undefined on input line - 249. +Package natbib Warning: Citation `particeNet' on page 9 undefined on input line + 268. -[8 <../imgs/dia3.pdf +[9 <../imgs/dia3.pdf pdfTeX warning: pdflatex (file ../imgs/dia3.pdf): PDF inclusion: invalid other resource which is no dict (key 'ProcSets', type <array>); ignored. ->] [9] [10] -<../imgs/add3.pdf, id=987, 433.62pt x 289.08pt> +>] [10] +<../imgs/add3.pdf, id=993, 433.62pt x 289.08pt> File: ../imgs/add3.pdf Graphic file (type pdf) <use ../imgs/add3.pdf> -Package pdftex.def Info: ../imgs/add3.pdf used on input line 313. +Package pdftex.def Info: ../imgs/add3.pdf used on input line 334. (pdftex.def) Requested size: 435.32422pt x 290.23055pt. + [11 <../imgs/add3.pdf>] LaTeX Font Info: Trying to load font information for OMS+cmr on input line 3 -22. - ("C:\Program Files\MiKTeX 2.9\tex/latex/base\omscmr.fd" +43. + +("C:\Program Files\MiKTeX 2.9\tex/latex/base\omscmr.fd" File: omscmr.fd 2014/09/29 v2.5h Standard LaTeX font definitions ) LaTeX Font Info: Font shape `OMS/cmr/m/n' in size <12> not available -(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 322. - [11 <../imgs/add3.pdf>] -<../imgs/roca.pdf, id=1022, 462.52798pt x 346.89601pt> +(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 343. +<../imgs/roca.pdf, id=1028, 462.52798pt x 346.89601pt> File: ../imgs/roca.pdf Graphic file (type pdf) <use ../imgs/roca.pdf> -Package pdftex.def Info: ../imgs/roca.pdf used on input line 332. +Package pdftex.def Info: ../imgs/roca.pdf used on input line 353. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. -<../imgs/rocb.pdf, id=1023, 462.52798pt x 346.89601pt> +<../imgs/rocb.pdf, id=1029, 462.52798pt x 346.89601pt> File: ../imgs/rocb.pdf Graphic file (type pdf) <use ../imgs/rocb.pdf> -Package pdftex.def Info: ../imgs/rocb.pdf used on input line 341. +Package pdftex.def Info: ../imgs/rocb.pdf used on input line 362. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [12 <../imgs/roca.pdf>] [13 <../imgs/rocb.pdf>] -<../imgs/simpledraw7638_200.pdf, id=1119, 462.52798pt x 346.89601pt> +<../imgs/simpledraw7638_200.pdf, id=1126, 462.52798pt x 346.89601pt> File: ../imgs/simpledraw7638_200.pdf Graphic file (type pdf) <use ../imgs/simpledraw7638_200.pdf> -Package pdftex.def Info: ../imgs/simpledraw7638_200.pdf used on input line 400 +Package pdftex.def Info: ../imgs/simpledraw7638_200.pdf used on input line 423 . (pdftex.def) Requested size: 290.22107pt x 217.67755pt. [14] -<../imgs/ptdraw200_7638.pdf, id=1136, 462.52798pt x 346.89601pt> +<../imgs/ptdraw200_7638.pdf, id=1143, 462.52798pt x 346.89601pt> File: ../imgs/ptdraw200_7638.pdf Graphic file (type pdf) <use ../imgs/ptdraw200_7638.pdf> -Package pdftex.def Info: ../imgs/ptdraw200_7638.pdf used on input line 409. +Package pdftex.def Info: ../imgs/ptdraw200_7638.pdf used on input line 432. (pdftex.def) Requested size: 290.22107pt x 217.67755pt. -<../imgs/aucmap200.pdf, id=1140, 462.52798pt x 346.89601pt> +<../imgs/aucmap200.pdf, id=1147, 462.52798pt x 346.89601pt> File: ../imgs/aucmap200.pdf Graphic file (type pdf) <use ../imgs/aucmap200.pdf> -Package pdftex.def Info: ../imgs/aucmap200.pdf used on input line 421. +Package pdftex.def Info: ../imgs/aucmap200.pdf used on input line 444. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [15 <../imgs/simpledraw7638_200.pdf> <../imgs/ptdraw200_7638.pdf @@ -749,73 +751,73 @@ iple pdfs with page group included in a single page >] [16 <../imgs/aucmap200.pdf>] [17] [18] Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): -(hyperref) removing `math shift' on input line 525. +(hyperref) removing `math shift' on input line 553. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): -(hyperref) removing `subscript' on input line 525. +(hyperref) removing `subscript' on input line 553. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): -(hyperref) removing `math shift' on input line 525. +(hyperref) removing `math shift' on input line 553. [19] -<../imgs/410simpledraw16.pdf, id=1332, 462.52798pt x 346.89601pt> +<../imgs/410simpledraw16.pdf, id=1339, 462.52798pt x 346.89601pt> File: ../imgs/410simpledraw16.pdf Graphic file (type pdf) <use ../imgs/410simpledraw16.pdf> -Package pdftex.def Info: ../imgs/410simpledraw16.pdf used on input line 533. +Package pdftex.def Info: ../imgs/410simpledraw16.pdf used on input line 561. (pdftex.def) Requested size: 290.22107pt x 217.67755pt. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): -(hyperref) removing `math shift' on input line 542. +(hyperref) removing `math shift' on input line 570. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): -(hyperref) removing `subscript' on input line 542. +(hyperref) removing `subscript' on input line 570. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): -(hyperref) removing `math shift' on input line 542. +(hyperref) removing `math shift' on input line 570. -<../imgs/simpledraw1093.pdf, id=1337, 462.52798pt x 346.89601pt> +<../imgs/simpledraw1093.pdf, id=1344, 462.52798pt x 346.89601pt> File: ../imgs/simpledraw1093.pdf Graphic file (type pdf) <use ../imgs/simpledraw1093.pdf> -Package pdftex.def Info: ../imgs/simpledraw1093.pdf used on input line 547. +Package pdftex.def Info: ../imgs/simpledraw1093.pdf used on input line 575. (pdftex.def) Requested size: 290.22107pt x 217.67755pt. [20 <../imgs/410simpledraw16.pdf>] -<../imgs/simpledraw899.pdf, id=1382, 462.52798pt x 346.89601pt> +<../imgs/simpledraw899.pdf, id=1389, 462.52798pt x 346.89601pt> File: ../imgs/simpledraw899.pdf Graphic file (type pdf) <use ../imgs/simpledraw899.pdf> -Package pdftex.def Info: ../imgs/simpledraw899.pdf used on input line 556. +Package pdftex.def Info: ../imgs/simpledraw899.pdf used on input line 584. (pdftex.def) Requested size: 290.22107pt x 217.67755pt. [21 <../imgs/simpledraw1093.pdf>] -<../imgs/simpledraw677.pdf, id=1419, 462.52798pt x 346.89601pt> +<../imgs/simpledraw677.pdf, id=1426, 462.52798pt x 346.89601pt> File: ../imgs/simpledraw677.pdf Graphic file (type pdf) <use ../imgs/simpledraw677.pdf> -Package pdftex.def Info: ../imgs/simpledraw677.pdf used on input line 573. +Package pdftex.def Info: ../imgs/simpledraw677.pdf used on input line 601. (pdftex.def) Requested size: 290.22107pt x 217.67755pt. [22 <../imgs/simpledraw899.pdf>] [23 <../imgs/simpledraw677.pdf>] -<../imgs/history979.pdf, id=1516, 462.52798pt x 346.89601pt> +<../imgs/history979.pdf, id=1523, 462.52798pt x 346.89601pt> File: ../imgs/history979.pdf Graphic file (type pdf) <use ../imgs/history979.pdf> -Package pdftex.def Info: ../imgs/history979.pdf used on input line 628. +Package pdftex.def Info: ../imgs/history979.pdf used on input line 658. (pdftex.def) Requested size: 290.22107pt x 217.67755pt. [24] -<../imgs/simpledraw979.pdf, id=1527, 462.52798pt x 346.89601pt> +<../imgs/simpledraw979.pdf, id=1534, 462.52798pt x 346.89601pt> File: ../imgs/simpledraw979.pdf Graphic file (type pdf) <use ../imgs/simpledraw979.pdf> -Package pdftex.def Info: ../imgs/simpledraw979.pdf used on input line 639. +Package pdftex.def Info: ../imgs/simpledraw979.pdf used on input line 669. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/ptdraw979.pdf, id=1528, 462.52798pt x 346.89601pt> +<../imgs/ptdraw979.pdf, id=1535, 462.52798pt x 346.89601pt> File: ../imgs/ptdraw979.pdf Graphic file (type pdf) <use ../imgs/ptdraw979.pdf> -Package pdftex.def Info: ../imgs/ptdraw979.pdf used on input line 644. +Package pdftex.def Info: ../imgs/ptdraw979.pdf used on input line 674. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/history1416.pdf, id=1529, 462.52798pt x 346.89601pt> +<../imgs/history1416.pdf, id=1536, 462.52798pt x 346.89601pt> File: ../imgs/history1416.pdf Graphic file (type pdf) <use ../imgs/history1416.pdf> -Package pdftex.def Info: ../imgs/history1416.pdf used on input line 662. +Package pdftex.def Info: ../imgs/history1416.pdf used on input line 692. (pdftex.def) Requested size: 290.22107pt x 217.67755pt. [25 <../imgs/history979.pdf> <../imgs/simpledraw979.pdf @@ -826,25 +828,25 @@ ple pdfs with page group included in a single page pdfTeX warning: pdflatex (file ../imgs/ptdraw979.pdf): PDF inclusion: multiple pdfs with page group included in a single page >] -<../imgs/simpledraw1416.pdf, id=1611, 462.52798pt x 346.89601pt> +<../imgs/simpledraw1416.pdf, id=1618, 462.52798pt x 346.89601pt> File: ../imgs/simpledraw1416.pdf Graphic file (type pdf) <use ../imgs/simpledraw1416.pdf> -Package pdftex.def Info: ../imgs/simpledraw1416.pdf used on input line 674. +Package pdftex.def Info: ../imgs/simpledraw1416.pdf used on input line 704. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/ptdraw1416.pdf, id=1612, 462.52798pt x 346.89601pt> +<../imgs/ptdraw1416.pdf, id=1619, 462.52798pt x 346.89601pt> File: ../imgs/ptdraw1416.pdf Graphic file (type pdf) <use ../imgs/ptdraw1416.pdf> -Package pdftex.def Info: ../imgs/ptdraw1416.pdf used on input line 679. +Package pdftex.def Info: ../imgs/ptdraw1416.pdf used on input line 709. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/recqual979.pdf, id=1616, 462.52798pt x 346.89601pt> +<../imgs/recqual979.pdf, id=1623, 462.52798pt x 346.89601pt> File: ../imgs/recqual979.pdf Graphic file (type pdf) <use ../imgs/recqual979.pdf> -Package pdftex.def Info: ../imgs/recqual979.pdf used on input line 709. +Package pdftex.def Info: ../imgs/recqual979.pdf used on input line 740. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/roc979.pdf, id=1617, 462.52798pt x 346.89601pt> +<../imgs/roc979.pdf, id=1624, 462.52798pt x 346.89601pt> File: ../imgs/roc979.pdf Graphic file (type pdf) <use ../imgs/roc979.pdf> -Package pdftex.def Info: ../imgs/roc979.pdf used on input line 714. +Package pdftex.def Info: ../imgs/roc979.pdf used on input line 745. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. [26 <../imgs/history1416.pdf> <../imgs/simpledraw1416.pdf @@ -855,20 +857,20 @@ iple pdfs with page group included in a single page pdfTeX warning: pdflatex (file ../imgs/ptdraw1416.pdf): PDF inclusion: multiple pdfs with page group included in a single page >] -<../imgs/aucmap979.pdf, id=1709, 578.16pt x 361.35pt> +<../imgs/aucmap979.pdf, id=1716, 578.16pt x 361.35pt> File: ../imgs/aucmap979.pdf Graphic file (type pdf) <use ../imgs/aucmap979.pdf> -Package pdftex.def Info: ../imgs/aucmap979.pdf used on input line 727. +Package pdftex.def Info: ../imgs/aucmap979.pdf used on input line 758. (pdftex.def) Requested size: 435.32422pt x 272.07599pt. -<../imgs/recqual1416.pdf, id=1710, 462.528pt x 346.896pt> +<../imgs/recqual1416.pdf, id=1717, 462.528pt x 346.896pt> File: ../imgs/recqual1416.pdf Graphic file (type pdf) <use ../imgs/recqual1416.pdf> -Package pdftex.def Info: ../imgs/recqual1416.pdf used on input line 742. +Package pdftex.def Info: ../imgs/recqual1416.pdf used on input line 773. (pdftex.def) Requested size: 174.13034pt x 130.5991pt. -<../imgs/roc1416.pdf, id=1711, 462.528pt x 346.896pt> +<../imgs/roc1416.pdf, id=1718, 462.528pt x 346.896pt> File: ../imgs/roc1416.pdf Graphic file (type pdf) <use ../imgs/roc1416.pdf> -Package pdftex.def Info: ../imgs/roc1416.pdf used on input line 747. +Package pdftex.def Info: ../imgs/roc1416.pdf used on input line 778. (pdftex.def) Requested size: 174.13034pt x 130.5991pt. [27 <../imgs/recqual979.pdf> <../imgs/roc979.pdf @@ -879,113 +881,113 @@ s with page group included in a single page pdfTeX warning: pdflatex (file ../imgs/aucmap979.pdf): PDF inclusion: multiple pdfs with page group included in a single page > <../imgs/recqual1416.pdf> <../imgs/roc1416.pdf>] -<../imgs/aucmap1416.pdf, id=1813, 578.16pt x 361.35pt> +<../imgs/aucmap1416.pdf, id=1820, 578.16pt x 361.35pt> File: ../imgs/aucmap1416.pdf Graphic file (type pdf) <use ../imgs/aucmap1416.pdf> -Package pdftex.def Info: ../imgs/aucmap1416.pdf used on input line 762. +Package pdftex.def Info: ../imgs/aucmap1416.pdf used on input line 793. (pdftex.def) Requested size: 435.32422pt x 272.07599pt. [28 <../imgs/aucmap1416.pdf>] -<../imgs/simptriv0.0.pdf, id=1872, 1011.78pt x 433.62pt> +<../imgs/simptriv0.0.pdf, id=1879, 1011.78pt x 433.62pt> File: ../imgs/simptriv0.0.pdf Graphic file (type pdf) <use ../imgs/simptriv0.0.pdf> -Package pdftex.def Info: ../imgs/simptriv0.0.pdf used on input line 810. +Package pdftex.def Info: ../imgs/simptriv0.0.pdf used on input line 842. (pdftex.def) Requested size: 435.32422pt x 186.57205pt. [29] -<../imgs/scaledense.pdf, id=1880, 462.52798pt x 346.89601pt> +<../imgs/scaledense.pdf, id=1887, 462.52798pt x 346.89601pt> File: ../imgs/scaledense.pdf Graphic file (type pdf) <use ../imgs/scaledense.pdf> -Package pdftex.def Info: ../imgs/scaledense.pdf used on input line 823. +Package pdftex.def Info: ../imgs/scaledense.pdf used on input line 855. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [30 <../imgs/simptriv0.0.pdf> <../imgs/scaledense.pdf pdfTeX warning: pdflatex (file ../imgs/scaledense.pdf): PDF inclusion: multiple pdfs with page group included in a single page >] -<../imgs/dist1.pdf, id=1977, 433.62pt x 289.08pt> +<../imgs/dist1.pdf, id=1984, 433.62pt x 289.08pt> File: ../imgs/dist1.pdf Graphic file (type pdf) <use ../imgs/dist1.pdf> -Package pdftex.def Info: ../imgs/dist1.pdf used on input line 848. +Package pdftex.def Info: ../imgs/dist1.pdf used on input line 880. (pdftex.def) Requested size: 435.32422pt x 290.23055pt. [31 <../imgs/dist1.pdf>] -<../imgs/abc.pdf, id=2004, 433.62pt x 289.08pt> +<../imgs/abc.pdf, id=2011, 433.62pt x 289.08pt> File: ../imgs/abc.pdf Graphic file (type pdf) <use ../imgs/abc.pdf> -Package pdftex.def Info: ../imgs/abc.pdf used on input line 872. +Package pdftex.def Info: ../imgs/abc.pdf used on input line 904. (pdftex.def) Requested size: 386.95897pt x 257.98615pt. -<../imgs/powerauc6.pdf, id=2008, 462.52798pt x 346.89601pt> +<../imgs/powerauc6.pdf, id=2015, 462.52798pt x 346.89601pt> File: ../imgs/powerauc6.pdf Graphic file (type pdf) <use ../imgs/powerauc6.pdf> -Package pdftex.def Info: ../imgs/powerauc6.pdf used on input line 881. +Package pdftex.def Info: ../imgs/powerauc6.pdf used on input line 913. (pdftex.def) Requested size: 290.22107pt x 217.67755pt. [32 <../imgs/abc.pdf>] [33 <../imgs/powerauc6.pdf>] File: ../imgs/aucmap200.pdf Graphic file (type pdf) <use ../imgs/aucmap200.pdf> -Package pdftex.def Info: ../imgs/aucmap200.pdf used on input line 922. +Package pdftex.def Info: ../imgs/aucmap200.pdf used on input line 955. (pdftex.def) Requested size: 386.95897pt x 290.23145pt. [34] -<../imgs/losspos.pdf, id=2085, 462.52798pt x 346.89601pt> +<../imgs/losspos.pdf, id=2093, 462.52798pt x 346.89601pt> File: ../imgs/losspos.pdf Graphic file (type pdf) <use ../imgs/losspos.pdf> -Package pdftex.def Info: ../imgs/losspos.pdf used on input line 933. +Package pdftex.def Info: ../imgs/losspos.pdf used on input line 966. (pdftex.def) Requested size: 386.95897pt x 290.23145pt. -<../imgs/meanangle3.pdf, id=2086, 722.7pt x 361.35pt> +<../imgs/meanangle3.pdf, id=2094, 722.7pt x 361.35pt> File: ../imgs/meanangle3.pdf Graphic file (type pdf) <use ../imgs/meanangle3.pdf> -Package pdftex.def Info: ../imgs/meanangle3.pdf used on input line 943. +Package pdftex.def Info: ../imgs/meanangle3.pdf used on input line 976. (pdftex.def) Requested size: 435.32422pt x 217.66078pt. -<../imgs/simponez0.0.pdf, id=2087, 1011.78pt x 433.62pt> +<../imgs/simponez0.0.pdf, id=2095, 1011.78pt x 433.62pt> File: ../imgs/simponez0.0.pdf Graphic file (type pdf) <use ../imgs/simponez0.0.pdf> -Package pdftex.def Info: ../imgs/simponez0.0.pdf used on input line 954. +Package pdftex.def Info: ../imgs/simponez0.0.pdf used on input line 987. (pdftex.def) Requested size: 435.32422pt x 186.57205pt. [35 <../imgs/losspos.pdf> <../imgs/meanangle3.pdf pdfTeX warning: pdflatex (file ../imgs/meanangle3.pdf): PDF inclusion: multiple pdfs with page group included in a single page >] -<../imgs/simponez.pdf, id=2161, 1011.78pt x 433.62pt> +<../imgs/simponez.pdf, id=2169, 1011.78pt x 433.62pt> File: ../imgs/simponez.pdf Graphic file (type pdf) <use ../imgs/simponez.pdf> -Package pdftex.def Info: ../imgs/simponez.pdf used on input line 963. +Package pdftex.def Info: ../imgs/simponez.pdf used on input line 996. (pdftex.def) Requested size: 435.32422pt x 186.57205pt. [36 <../imgs/simponez0.0.pdf> <../imgs/simponez.pdf pdfTeX warning: pdflatex (file ../imgs/simponez.pdf): PDF inclusion: multiple p dfs with page group included in a single page >] -<../imgs/recinv.png, id=2272, 433.62pt x 650.43pt> +<../imgs/recinv.png, id=2280, 433.62pt x 650.43pt> File: ../imgs/recinv.png Graphic file (type png) <use ../imgs/recinv.png> -Package pdftex.def Info: ../imgs/recinv.png used on input line 986. +Package pdftex.def Info: ../imgs/recinv.png used on input line 1019. (pdftex.def) Requested size: 290.22107pt x 435.34915pt. [37] [38 <../imgs/recinv.png>] -<../imgs/aucmap1011.pdf, id=2310, 462.52798pt x 346.89601pt> +<../imgs/aucmap1011.pdf, id=2318, 462.52798pt x 346.89601pt> File: ../imgs/aucmap1011.pdf Graphic file (type pdf) <use ../imgs/aucmap1011.pdf> -Package pdftex.def Info: ../imgs/aucmap1011.pdf used on input line 1025. +Package pdftex.def Info: ../imgs/aucmap1011.pdf used on input line 1059. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [39] [40 <../imgs/aucmap1011.pdf>] -<../imgs/aucmap677.pdf, id=2357, 462.52798pt x 346.89601pt> +<../imgs/aucmap677.pdf, id=2365, 462.52798pt x 346.89601pt> File: ../imgs/aucmap677.pdf Graphic file (type pdf) <use ../imgs/aucmap677.pdf> -Package pdftex.def Info: ../imgs/aucmap677.pdf used on input line 1073. +Package pdftex.def Info: ../imgs/aucmap677.pdf used on input line 1107. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/aucmap928.pdf, id=2358, 462.52798pt x 346.89601pt> +<../imgs/aucmap928.pdf, id=2366, 462.52798pt x 346.89601pt> File: ../imgs/aucmap928.pdf Graphic file (type pdf) <use ../imgs/aucmap928.pdf> -Package pdftex.def Info: ../imgs/aucmap928.pdf used on input line 1078. +Package pdftex.def Info: ../imgs/aucmap928.pdf used on input line 1112. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. [41] -<../imgs/drtoptagging.pdf, id=2373, 462.52798pt x 346.89601pt> +<../imgs/drtoptagging.pdf, id=2381, 462.52798pt x 346.89601pt> File: ../imgs/drtoptagging.pdf Graphic file (type pdf) <use ../imgs/drtoptagging.pdf> -Package pdftex.def Info: ../imgs/drtoptagging.pdf used on input line 1091. +Package pdftex.def Info: ../imgs/drtoptagging.pdf used on input line 1125. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. -<../imgs/rtvl 0 2 4 5 6 7 8 9.pdf, id=2378, 462.52798pt x 346.89601pt> +<../imgs/rtvl 0 2 4 5 6 7 8 9.pdf, id=2386, 462.52798pt x 346.89601pt> File: ../imgs/rtvl 0 2 4 5 6 7 8 9.pdf Graphic file (type pdf) <use ../imgs/rtvl 0 2 4 5 6 7 8 9.pdf> Package pdftex.def Info: ../imgs/rtvl 0 2 4 5 6 7 8 9.pdf used on input line 1 -102. +136. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [42 <../imgs/aucmap677.pdf> <../imgs/aucmap928.pdf @@ -997,109 +999,109 @@ pdfs with page group included in a single page pdfTeX warning: pdflatex (file ../imgs/drtoptagging.pdf): PDF inclusion: multip le pdfs with page group included in a single page >] -<../imgs/none.png, id=2456, 220.57407pt x 148.30406pt> +<../imgs/none.png, id=2464, 220.57407pt x 148.30406pt> File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 1112. +Package pdftex.def Info: ../imgs/none.png used on input line 1146. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [43 <../imgs/rtvl 0 2 4 5 6 7 8 9.pdf>] File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 1122. +Package pdftex.def Info: ../imgs/none.png used on input line 1156. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [44 <../imgs/none.png>] -<../imgs/m4scaleroc.pdf, id=2534, 650.43pt x 361.35pt> +<../imgs/m4scaleroc.pdf, id=2542, 650.43pt x 361.35pt> File: ../imgs/m4scaleroc.pdf Graphic file (type pdf) <use ../imgs/m4scaleroc.pdf> -Package pdftex.def Info: ../imgs/m4scaleroc.pdf used on input line 1152. +Package pdftex.def Info: ../imgs/m4scaleroc.pdf used on input line 1186. (pdftex.def) Requested size: 435.32422pt x 241.84961pt. File: ../imgs/aucmap928.pdf Graphic file (type pdf) <use ../imgs/aucmap928.pdf> -Package pdftex.def Info: ../imgs/aucmap928.pdf used on input line 1176. +Package pdftex.def Info: ../imgs/aucmap928.pdf used on input line 1210. (pdftex.def) Requested size: 386.95897pt x 290.23145pt. [45 <../imgs/m4scaleroc.pdf>] -<../imgs/pt0draw928.pdf, id=2577, 462.52798pt x 346.89601pt> +<../imgs/pt0draw928.pdf, id=2585, 462.52798pt x 346.89601pt> File: ../imgs/pt0draw928.pdf Graphic file (type pdf) <use ../imgs/pt0draw928.pdf> -Package pdftex.def Info: ../imgs/pt0draw928.pdf used on input line 1185. +Package pdftex.def Info: ../imgs/pt0draw928.pdf used on input line 1219. (pdftex.def) Requested size: 386.95897pt x 290.23145pt. [46 <../imgs/pt0draw928.pdf>] -<../imgs/aucmap534.pdf, id=2610, 462.52798pt x 346.89601pt> +<../imgs/aucmap534.pdf, id=2618, 462.52798pt x 346.89601pt> File: ../imgs/aucmap534.pdf Graphic file (type pdf) <use ../imgs/aucmap534.pdf> -Package pdftex.def Info: ../imgs/aucmap534.pdf used on input line 1198. +Package pdftex.def Info: ../imgs/aucmap534.pdf used on input line 1232. (pdftex.def) Requested size: 386.95897pt x 290.23145pt. [47 <../imgs/aucmap534.pdf>] -<../imgs/aucmapb.pdf, id=2662, 462.52798pt x 346.89601pt> +<../imgs/aucmapb.pdf, id=2670, 462.52798pt x 346.89601pt> File: ../imgs/aucmapb.pdf Graphic file (type pdf) <use ../imgs/aucmapb.pdf> -Package pdftex.def Info: ../imgs/aucmapb.pdf used on input line 1225. +Package pdftex.def Info: ../imgs/aucmapb.pdf used on input line 1260. (pdftex.def) Requested size: 386.95897pt x 290.23145pt. [48 <../imgs/aucmapb.pdf>] -LaTeX Warning: Reference `sec:arelu' on page 49 undefined on input line 1242. +LaTeX Warning: Reference `sec:arelu' on page 49 undefined on input line 1277. -<../imgs/mabe3.pdf, id=2710, 462.52798pt x 346.89601pt> +<../imgs/mabe3.pdf, id=2718, 462.52798pt x 346.89601pt> File: ../imgs/mabe3.pdf Graphic file (type pdf) <use ../imgs/mabe3.pdf> -Package pdftex.def Info: ../imgs/mabe3.pdf used on input line 1246. +Package pdftex.def Info: ../imgs/mabe3.pdf used on input line 1281. (pdftex.def) Requested size: 386.95897pt x 290.23145pt. [49] [50 <../imgs/mabe3.pdf>] -<../imgs/sephist928.pdf, id=2781, 462.52798pt x 346.89601pt> +<../imgs/sephist928.pdf, id=2789, 462.52798pt x 346.89601pt> File: ../imgs/sephist928.pdf Graphic file (type pdf) <use ../imgs/sephist928.pdf> -Package pdftex.def Info: ../imgs/sephist928.pdf used on input line 1294. +Package pdftex.def Info: ../imgs/sephist928.pdf used on input line 1331. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/seproc928.pdf, id=2782, 462.52798pt x 346.89601pt> +<../imgs/seproc928.pdf, id=2790, 462.52798pt x 346.89601pt> File: ../imgs/seproc928.pdf Graphic file (type pdf) <use ../imgs/seproc928.pdf> -Package pdftex.def Info: ../imgs/seproc928.pdf used on input line 1299. +Package pdftex.def Info: ../imgs/seproc928.pdf used on input line 1336. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/simpledraw928.pdf, id=2784, 462.52798pt x 346.89601pt> +<../imgs/simpledraw928.pdf, id=2792, 462.52798pt x 346.89601pt> File: ../imgs/simpledraw928.pdf Graphic file (type pdf) <use ../imgs/simpledraw928.pdf> -Package pdftex.def Info: ../imgs/simpledraw928.pdf used on input line 1316. +Package pdftex.def Info: ../imgs/simpledraw928.pdf used on input line 1353. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/ptdraw928.pdf, id=2785, 462.52798pt x 346.89601pt> +<../imgs/ptdraw928.pdf, id=2793, 462.52798pt x 346.89601pt> File: ../imgs/ptdraw928.pdf Graphic file (type pdf) <use ../imgs/ptdraw928.pdf> -Package pdftex.def Info: ../imgs/ptdraw928.pdf used on input line 1321. +Package pdftex.def Info: ../imgs/ptdraw928.pdf used on input line 1358. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. [51 <../imgs/sephist928.pdf> <../imgs/seproc928.pdf pdfTeX warning: pdflatex (file ../imgs/seproc928.pdf): PDF inclusion: multiple pdfs with page group included in a single page >] -<../imgs/sephist1128.pdf, id=2857, 462.52798pt x 346.89601pt> +<../imgs/sephist1128.pdf, id=2865, 462.52798pt x 346.89601pt> File: ../imgs/sephist1128.pdf Graphic file (type pdf) <use ../imgs/sephist1128.pdf> -Package pdftex.def Info: ../imgs/sephist1128.pdf used on input line 1340. +Package pdftex.def Info: ../imgs/sephist1128.pdf used on input line 1377. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/seproc1128.pdf, id=2858, 462.52798pt x 346.89601pt> +<../imgs/seproc1128.pdf, id=2866, 462.52798pt x 346.89601pt> File: ../imgs/seproc1128.pdf Graphic file (type pdf) <use ../imgs/seproc1128.pdf> -Package pdftex.def Info: ../imgs/seproc1128.pdf used on input line 1345. +Package pdftex.def Info: ../imgs/seproc1128.pdf used on input line 1382. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/simpledraw1128.pdf, id=2859, 462.52798pt x 346.89601pt> +<../imgs/simpledraw1128.pdf, id=2867, 462.52798pt x 346.89601pt> File: ../imgs/simpledraw1128.pdf Graphic file (type pdf) <use ../imgs/simpledraw1128.pdf> -Package pdftex.def Info: ../imgs/simpledraw1128.pdf used on input line 1361. +Package pdftex.def Info: ../imgs/simpledraw1128.pdf used on input line 1398. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/ptdraw1128.pdf, id=2860, 462.52798pt x 346.89601pt> +<../imgs/ptdraw1128.pdf, id=2868, 462.52798pt x 346.89601pt> File: ../imgs/ptdraw1128.pdf Graphic file (type pdf) <use ../imgs/ptdraw1128.pdf> -Package pdftex.def Info: ../imgs/ptdraw1128.pdf used on input line 1366. +Package pdftex.def Info: ../imgs/ptdraw1128.pdf used on input line 1403. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/simpledraw1404.pdf, id=2862, 462.52798pt x 346.89601pt> +<../imgs/simpledraw1404.pdf, id=2870, 462.52798pt x 346.89601pt> File: ../imgs/simpledraw1404.pdf Graphic file (type pdf) <use ../imgs/simpledraw1404.pdf> -Package pdftex.def Info: ../imgs/simpledraw1404.pdf used on input line 1386. +Package pdftex.def Info: ../imgs/simpledraw1404.pdf used on input line 1424. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/ptdraw1404.pdf, id=2863, 462.52798pt x 346.89601pt> +<../imgs/ptdraw1404.pdf, id=2871, 462.52798pt x 346.89601pt> File: ../imgs/ptdraw1404.pdf Graphic file (type pdf) <use ../imgs/ptdraw1404.pdf> -Package pdftex.def Info: ../imgs/ptdraw1404.pdf used on input line 1391. +Package pdftex.def Info: ../imgs/ptdraw1404.pdf used on input line 1429. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. [52 <../imgs/simpledraw928.pdf> <../imgs/ptdraw928.pdf @@ -1122,10 +1124,10 @@ iple pdfs with page group included in a single page pdfTeX warning: pdflatex (file ../imgs/ptdraw1128.pdf): PDF inclusion: multiple pdfs with page group included in a single page >] -<../imgs/m4scalesep.pdf, id=3047, 650.43pt x 361.35pt> +<../imgs/m4scalesep.pdf, id=3055, 650.43pt x 361.35pt> File: ../imgs/m4scalesep.pdf Graphic file (type pdf) <use ../imgs/m4scalesep.pdf> -Package pdftex.def Info: ../imgs/m4scalesep.pdf used on input line 1405. +Package pdftex.def Info: ../imgs/m4scalesep.pdf used on input line 1443. (pdftex.def) Requested size: 435.32422pt x 241.84961pt. [53 <../imgs/simpledraw1404.pdf> <../imgs/ptdraw1404.pdf @@ -1136,27 +1138,27 @@ pdfTeX warning: pdflatex (file ../imgs/ptdraw1404.pdf): PDF inclusion: multiple pdfTeX warning: pdflatex (file ../imgs/m4scalesep.pdf): PDF inclusion: multiple pdfs with page group included in a single page >] -<../imgs/angulardistLDM.pdf, id=3170, 867.24pt x 433.62pt> +<../imgs/angulardistLDM.pdf, id=3178, 867.24pt x 433.62pt> File: ../imgs/angulardistLDM.pdf Graphic file (type pdf) <use ../imgs/angulardistLDM.pdf> -Package pdftex.def Info: ../imgs/angulardistLDM.pdf used on input line 1445. +Package pdftex.def Info: ../imgs/angulardistLDM.pdf used on input line 1484. (pdftex.def) Requested size: 174.13034pt x 87.0599pt. -<../imgs/altangulardistLDM.pdf, id=3171, 867.24pt x 433.62pt> +<../imgs/altangulardistLDM.pdf, id=3179, 867.24pt x 433.62pt> File: ../imgs/altangulardistLDM.pdf Graphic file (type pdf) <use ../imgs/altangulardistLDM.pdf> -Package pdftex.def Info: ../imgs/altangulardistLDM.pdf used on input line 1450 +Package pdftex.def Info: ../imgs/altangulardistLDM.pdf used on input line 1489 . (pdftex.def) Requested size: 174.13034pt x 87.0599pt. [54] -<../imgs/pthistLDM.pdf, id=3183, 462.52798pt x 346.89601pt> +<../imgs/pthistLDM.pdf, id=3191, 462.52798pt x 346.89601pt> File: ../imgs/pthistLDM.pdf Graphic file (type pdf) <use ../imgs/pthistLDM.pdf> -Package pdftex.def Info: ../imgs/pthistLDM.pdf used on input line 1463. +Package pdftex.def Info: ../imgs/pthistLDM.pdf used on input line 1502. (pdftex.def) Requested size: 386.95897pt x 290.23145pt. -<../imgs/nhistldm.pdf, id=3184, 462.52798pt x 346.89601pt> +<../imgs/nhistldm.pdf, id=3192, 462.52798pt x 346.89601pt> File: ../imgs/nhistldm.pdf Graphic file (type pdf) <use ../imgs/nhistldm.pdf> -Package pdftex.def Info: ../imgs/nhistldm.pdf used on input line 1473. +Package pdftex.def Info: ../imgs/nhistldm.pdf used on input line 1512. (pdftex.def) Requested size: 386.95897pt x 290.23145pt. [55 <../imgs/angulardistLDM.pdf> <../imgs/altangulardistLDM.pdf @@ -1167,41 +1169,41 @@ ultiple pdfs with page group included in a single page pdfTeX warning: pdflatex (file ../imgs/pthistLDM.pdf): PDF inclusion: multiple pdfs with page group included in a single page >] [56 <../imgs/nhistldm.pdf>] -<../imgs/multisep10.pdf, id=3291, 462.52798pt x 346.89601pt> +<../imgs/multisep10.pdf, id=3299, 462.52798pt x 346.89601pt> File: ../imgs/multisep10.pdf Graphic file (type pdf) <use ../imgs/multisep10.pdf> -Package pdftex.def Info: ../imgs/multisep10.pdf used on input line 1505. +Package pdftex.def Info: ../imgs/multisep10.pdf used on input line 1544. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [57 <../imgs/multisep10.pdf>] -<../imgs/drquarkgluon.pdf, id=3320, 462.52798pt x 346.89601pt> +<../imgs/drquarkgluon.pdf, id=3328, 462.52798pt x 346.89601pt> File: ../imgs/drquarkgluon.pdf Graphic file (type pdf) <use ../imgs/drquarkgluon.pdf> -Package pdftex.def Info: ../imgs/drquarkgluon.pdf used on input line 1531. +Package pdftex.def Info: ../imgs/drquarkgluon.pdf used on input line 1571. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/dsquarkgluon.pdf, id=3321, 462.52798pt x 346.89601pt> +<../imgs/dsquarkgluon.pdf, id=3329, 462.52798pt x 346.89601pt> File: ../imgs/dsquarkgluon.pdf Graphic file (type pdf) <use ../imgs/dsquarkgluon.pdf> -Package pdftex.def Info: ../imgs/dsquarkgluon.pdf used on input line 1536. +Package pdftex.def Info: ../imgs/dsquarkgluon.pdf used on input line 1576. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/drleptons.pdf, id=3325, 462.52798pt x 346.89601pt> +<../imgs/drleptons.pdf, id=3333, 462.52798pt x 346.89601pt> File: ../imgs/drleptons.pdf Graphic file (type pdf) <use ../imgs/drleptons.pdf> -Package pdftex.def Info: ../imgs/drleptons.pdf used on input line 1558. +Package pdftex.def Info: ../imgs/drleptons.pdf used on input line 1598. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/dsleptons.pdf, id=3326, 462.52798pt x 346.89601pt> +<../imgs/dsleptons.pdf, id=3334, 462.52798pt x 346.89601pt> File: ../imgs/dsleptons.pdf Graphic file (type pdf) <use ../imgs/dsleptons.pdf> -Package pdftex.def Info: ../imgs/dsleptons.pdf used on input line 1563. +Package pdftex.def Info: ../imgs/dsleptons.pdf used on input line 1603. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. [58 <../imgs/drquarkgluon.pdf> <../imgs/dsquarkgluon.pdf pdfTeX warning: pdflatex (file ../imgs/dsquarkgluon.pdf): PDF inclusion: multip le pdfs with page group included in a single page >] -<../imgs/crosssep.pdf, id=3392, 462.52798pt x 346.89601pt> +<../imgs/crosssep.pdf, id=3400, 462.52798pt x 346.89601pt> File: ../imgs/crosssep.pdf Graphic file (type pdf) <use ../imgs/crosssep.pdf> -Package pdftex.def Info: ../imgs/crosssep.pdf used on input line 1598. +Package pdftex.def Info: ../imgs/crosssep.pdf used on input line 1639. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [59 <../imgs/drleptons.pdf> <../imgs/dsleptons.pdf @@ -1209,94 +1211,94 @@ pdfTeX warning: pdflatex (file ../imgs/dsleptons.pdf): PDF inclusion: multiple pdfs with page group included in a single page >] [60 <../imgs/crosssep.pdf>] [61] [62] [63] -LaTeX Warning: Reference `sec:imgsetups' on page 64 undefined on input line 179 -8. +LaTeX Warning: Reference `sec:imgsetups' on page 64 undefined on input line 183 +6. LaTeX Warning: Reference `sec:auncertainity' on page 64 undefined on input line - 1809. + 1847. [64] File: ../imgs/simpledraw677.pdf Graphic file (type pdf) <use ../imgs/simpledraw677.pdf> -Package pdftex.def Info: ../imgs/simpledraw677.pdf used on input line 1826. +Package pdftex.def Info: ../imgs/simpledraw677.pdf used on input line 1865. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [65] File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 1854. +Package pdftex.def Info: ../imgs/none.png used on input line 1893. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. -<../imgs/visb00.pdf, id=3542, 1445.4pt x 722.7pt> +<../imgs/visb00.pdf, id=3554, 1445.4pt x 722.7pt> File: ../imgs/visb00.pdf Graphic file (type pdf) <use ../imgs/visb00.pdf> -Package pdftex.def Info: ../imgs/visb00.pdf used on input line 1871. +Package pdftex.def Info: ../imgs/visb00.pdf used on input line 1911. (pdftex.def) Requested size: 435.32422pt x 217.66078pt. [66] [67 <../imgs/visb00.pdf>] -<../imgs/historyb00.pdf, id=3587, 462.52798pt x 346.89601pt> +<../imgs/historyb00.pdf, id=3599, 462.52798pt x 346.89601pt> File: ../imgs/historyb00.pdf Graphic file (type pdf) <use ../imgs/historyb00.pdf> -Package pdftex.def Info: ../imgs/historyb00.pdf used on input line 1912. +Package pdftex.def Info: ../imgs/historyb00.pdf used on input line 1952. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [68] -<../imgs/simpledrawb00_7638.pdf, id=3598, 462.52798pt x 346.89601pt> +<../imgs/simpledrawb00_7638.pdf, id=3610, 462.52798pt x 346.89601pt> File: ../imgs/simpledrawb00_7638.pdf Graphic file (type pdf) <use ../imgs/simpledrawb00_7638.pdf> -Package pdftex.def Info: ../imgs/simpledrawb00_7638.pdf used on input line 192 +Package pdftex.def Info: ../imgs/simpledrawb00_7638.pdf used on input line 196 7. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [69 <../imgs/historyb00.pdf>] -<../imgs/rocb00.pdf, id=3631, 462.52798pt x 346.89601pt> +<../imgs/rocb00.pdf, id=3643, 462.52798pt x 346.89601pt> File: ../imgs/rocb00.pdf Graphic file (type pdf) <use ../imgs/rocb00.pdf> -Package pdftex.def Info: ../imgs/rocb00.pdf used on input line 1936. +Package pdftex.def Info: ../imgs/rocb00.pdf used on input line 1976. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [70 <../imgs/simpledrawb00_7638.pdf>] -<../imgs/aucmapb00.pdf, id=3669, 462.52798pt x 346.89601pt> +<../imgs/aucmapb00.pdf, id=3681, 462.52798pt x 346.89601pt> File: ../imgs/aucmapb00.pdf Graphic file (type pdf) <use ../imgs/aucmapb00.pdf> -Package pdftex.def Info: ../imgs/aucmapb00.pdf used on input line 1947. +Package pdftex.def Info: ../imgs/aucmapb00.pdf used on input line 1987. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [71 <../imgs/rocb00.pdf>] -LaTeX Warning: Reference `sec:scaling' on page 72 undefined on input line 1964. +LaTeX Warning: Reference `sec:scaling' on page 72 undefined on input line 2005. -<../imgs/vis200.pdf, id=3717, 1445.4pt x 722.7pt> +<../imgs/vis200.pdf, id=3729, 1445.4pt x 722.7pt> File: ../imgs/vis200.pdf Graphic file (type pdf) <use ../imgs/vis200.pdf> -Package pdftex.def Info: ../imgs/vis200.pdf used on input line 1968. +Package pdftex.def Info: ../imgs/vis200.pdf used on input line 2009. (pdftex.def) Requested size: 435.32422pt x 217.66078pt. [72 <../imgs/aucmapb00.pdf>] -<../imgs/history200.pdf, id=3748, 462.52798pt x 346.89601pt> +<../imgs/history200.pdf, id=3760, 462.52798pt x 346.89601pt> File: ../imgs/history200.pdf Graphic file (type pdf) <use ../imgs/history200.pdf> -Package pdftex.def Info: ../imgs/history200.pdf used on input line 1984. +Package pdftex.def Info: ../imgs/history200.pdf used on input line 2025. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [73 <../imgs/vis200.pdf> <../imgs/history200.pdf pdfTeX warning: pdflatex (file ../imgs/history200.pdf): PDF inclusion: multiple pdfs with page group included in a single page >] -<../imgs/roc200.pdf, id=3803, 462.52798pt x 346.89601pt> +<../imgs/roc200.pdf, id=3815, 462.52798pt x 346.89601pt> File: ../imgs/roc200.pdf Graphic file (type pdf) <use ../imgs/roc200.pdf> -Package pdftex.def Info: ../imgs/roc200.pdf used on input line 1995. +Package pdftex.def Info: ../imgs/roc200.pdf used on input line 2036. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. File: ../imgs/simpledraw7638_200.pdf Graphic file (type pdf) <use ../imgs/simpledraw7638_200.pdf> -Package pdftex.def Info: ../imgs/simpledraw7638_200.pdf used on input line 200 -7. +Package pdftex.def Info: ../imgs/simpledraw7638_200.pdf used on input line 204 +8. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. File: ../imgs/simpledrawb00_7638.pdf Graphic file (type pdf) <use ../imgs/simpledrawb00_7638.pdf> -Package pdftex.def Info: ../imgs/simpledrawb00_7638.pdf used on input line 201 -2. +Package pdftex.def Info: ../imgs/simpledrawb00_7638.pdf used on input line 205 +3. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. [74 <../imgs/roc200.pdf>] File: ../imgs/aucmap200.pdf Graphic file (type pdf) <use ../imgs/aucmap200.pdf> -Package pdftex.def Info: ../imgs/aucmap200.pdf used on input line 2026. +Package pdftex.def Info: ../imgs/aucmap200.pdf used on input line 2067. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [75] @@ -1307,7 +1309,7 @@ LaTeX Warning: `!h' float specifier changed to `!ht'. [76] -LaTeX Warning: Reference `sec:identies' on page 77 undefined on input line 2138 +LaTeX Warning: Reference `sec:identies' on page 77 undefined on input line 2180 . @@ -1316,120 +1318,120 @@ LaTeX Warning: `!h' float specifier changed to `!ht'. [77] [78] File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 2266. +Package pdftex.def Info: ../imgs/none.png used on input line 2310. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [79] File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 2275. +Package pdftex.def Info: ../imgs/none.png used on input line 2319. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [80] File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 2285. +Package pdftex.def Info: ../imgs/none.png used on input line 2329. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [81] File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 2296. +Package pdftex.def Info: ../imgs/none.png used on input line 2340. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [82] -LaTeX Warning: Reference `sec:secother' on page 83 undefined on input line 2303 +LaTeX Warning: Reference `sec:secother' on page 83 undefined on input line 2347 . File: ../imgs/mabe3.pdf Graphic file (type pdf) <use ../imgs/mabe3.pdf> -Package pdftex.def Info: ../imgs/mabe3.pdf used on input line 2306. +Package pdftex.def Info: ../imgs/mabe3.pdf used on input line 2350. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [83] -LaTeX Warning: Reference `sec:scale' on page 84 undefined on input line 2313. +LaTeX Warning: Reference `sec:scale' on page 84 undefined on input line 2357. -LaTeX Warning: Reference `sec:scale2' on page 84 undefined on input line 2313. +LaTeX Warning: Reference `sec:scale2' on page 84 undefined on input line 2357. -<../imgs/splitscale.pdf, id=3958, 433.62pt x 650.43pt> +<../imgs/splitscale.pdf, id=3970, 433.62pt x 650.43pt> File: ../imgs/splitscale.pdf Graphic file (type pdf) <use ../imgs/splitscale.pdf> -Package pdftex.def Info: ../imgs/splitscale.pdf used on input line 2316. +Package pdftex.def Info: ../imgs/splitscale.pdf used on input line 2360. (pdftex.def) Requested size: 435.32422pt x 653.01875pt. [84] [85 <../imgs/splitscale.pdf>] [86] -<../imgs/img_circle.pdf, id=4039, 462.52798pt x 346.89601pt> +<../imgs/img_circle.pdf, id=4051, 462.52798pt x 346.89601pt> File: ../imgs/img_circle.pdf Graphic file (type pdf) <use ../imgs/img_circle.pdf> -Package pdftex.def Info: ../imgs/img_circle.pdf used on input line 2347. +Package pdftex.def Info: ../imgs/img_circle.pdf used on input line 2392. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [87] [88 <../imgs/img_circle.pdf>] [89] [90] -LaTeX Warning: Reference `sec:imgsetup' on page 91 undefined on input line 2443 +LaTeX Warning: Reference `sec:imgsetup' on page 91 undefined on input line 2494 . File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 2446. +Package pdftex.def Info: ../imgs/none.png used on input line 2497. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [91] File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 2457. +Package pdftex.def Info: ../imgs/none.png used on input line 2508. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [92] File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 2478. +Package pdftex.def Info: ../imgs/none.png used on input line 2530. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 2487. +Package pdftex.def Info: ../imgs/none.png used on input line 2539. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [93] -LaTeX Warning: Reference `sec:madbuild' on page 94 undefined on input line 2495 +LaTeX Warning: Reference `sec:madbuild' on page 94 undefined on input line 2547 . File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 2508. +Package pdftex.def Info: ../imgs/none.png used on input line 2561. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [94] File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 2517. +Package pdftex.def Info: ../imgs/none.png used on input line 2570. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [95] File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 2535. +Package pdftex.def Info: ../imgs/none.png used on input line 2588. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [96] -<../imgs/img_doublepeak.pdf, id=4187, 462.52798pt x 346.89601pt> +<../imgs/img_doublepeak.pdf, id=4199, 462.52798pt x 346.89601pt> File: ../imgs/img_doublepeak.pdf Graphic file (type pdf) <use ../imgs/img_doublepeak.pdf> -Package pdftex.def Info: ../imgs/img_doublepeak.pdf used on input line 2558. +Package pdftex.def Info: ../imgs/img_doublepeak.pdf used on input line 2611. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [97] [98 <../imgs/img_doublepeak.pdf>] -<../imgs/oosym18.pdf, id=4247, 462.52798pt x 346.89601pt> +<../imgs/oosym18.pdf, id=4259, 462.52798pt x 346.89601pt> File: ../imgs/oosym18.pdf Graphic file (type pdf) <use ../imgs/oosym18.pdf> -Package pdftex.def Info: ../imgs/oosym18.pdf used on input line 2581. +Package pdftex.def Info: ../imgs/oosym18.pdf used on input line 2635. (pdftex.def) Requested size: 116.08887pt x 87.06255pt. -<../imgs/oosym12.pdf, id=4248, 462.52798pt x 346.89601pt> +<../imgs/oosym12.pdf, id=4260, 462.52798pt x 346.89601pt> File: ../imgs/oosym12.pdf Graphic file (type pdf) <use ../imgs/oosym12.pdf> -Package pdftex.def Info: ../imgs/oosym12.pdf used on input line 2586. +Package pdftex.def Info: ../imgs/oosym12.pdf used on input line 2640. (pdftex.def) Requested size: 116.08887pt x 87.06255pt. -<../imgs/oosym13.pdf, id=4249, 462.52798pt x 346.89601pt> +<../imgs/oosym13.pdf, id=4261, 462.52798pt x 346.89601pt> File: ../imgs/oosym13.pdf Graphic file (type pdf) <use ../imgs/oosym13.pdf> -Package pdftex.def Info: ../imgs/oosym13.pdf used on input line 2591. +Package pdftex.def Info: ../imgs/oosym13.pdf used on input line 2645. (pdftex.def) Requested size: 116.08887pt x 87.06255pt. [99] -<../imgs/abeoo.pdf, id=4263, 462.52798pt x 346.89601pt> +<../imgs/abeoo.pdf, id=4275, 462.52798pt x 346.89601pt> File: ../imgs/abeoo.pdf Graphic file (type pdf) <use ../imgs/abeoo.pdf> -Package pdftex.def Info: ../imgs/abeoo.pdf used on input line 2634. +Package pdftex.def Info: ../imgs/abeoo.pdf used on input line 2688. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [100 <../imgs/oosym18.pdf> <../imgs/oosym12.pdf @@ -1440,38 +1442,38 @@ fs with page group included in a single page pdfTeX warning: pdflatex (file ../imgs/oosym13.pdf): PDF inclusion: multiple pd fs with page group included in a single page >] -<../imgs/examples.pdf, id=4330, 542.025pt x 289.08pt> +<../imgs/examples.pdf, id=4342, 542.025pt x 289.08pt> File: ../imgs/examples.pdf Graphic file (type pdf) <use ../imgs/examples.pdf> -Package pdftex.def Info: ../imgs/examples.pdf used on input line 2652. +Package pdftex.def Info: ../imgs/examples.pdf used on input line 2706. (pdftex.def) Requested size: 435.32422pt x 232.1818pt. [101 <../imgs/abeoo.pdf>] [102 <../imgs/examples.pdf>] -LaTeX Warning: Reference `sec:cross' on page 103 undefined on input line 2711. +LaTeX Warning: Reference `sec:cross' on page 103 undefined on input line 2766. -LaTeX Warning: Reference `sec:cross' on page 103 undefined on input line 2711. +LaTeX Warning: Reference `sec:cross' on page 103 undefined on input line 2766. -Overfull \hbox (38.29332pt too wide) in paragraph at lines 2711--2712 +Overfull \hbox (38.29332pt too wide) in paragraph at lines 2766--2767 \OT1/cmr/m/n/12 The eas-i-est model for un-der-stand-ing the one-off width is s ome-thing like $[]$. [] [103] -<../imgs/drantiinv25.pdf, id=4432, 462.52798pt x 346.89601pt> +<../imgs/drantiinv25.pdf, id=4444, 462.52798pt x 346.89601pt> File: ../imgs/drantiinv25.pdf Graphic file (type pdf) <use ../imgs/drantiinv25.pdf> -Package pdftex.def Info: ../imgs/drantiinv25.pdf used on input line 2716. +Package pdftex.def Info: ../imgs/drantiinv25.pdf used on input line 2771. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/dsantiinv25.pdf, id=4433, 462.52798pt x 346.89601pt> +<../imgs/dsantiinv25.pdf, id=4445, 462.52798pt x 346.89601pt> File: ../imgs/dsantiinv25.pdf Graphic file (type pdf) <use ../imgs/dsantiinv25.pdf> -Package pdftex.def Info: ../imgs/dsantiinv25.pdf used on input line 2721. +Package pdftex.def Info: ../imgs/dsantiinv25.pdf used on input line 2776. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. File: ../imgs/nhistldm.pdf Graphic file (type pdf) <use ../imgs/nhistldm.pdf> -Package pdftex.def Info: ../imgs/nhistldm.pdf used on input line 2735. +Package pdftex.def Info: ../imgs/nhistldm.pdf used on input line 2790. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [104 <../imgs/drantiinv25.pdf> <../imgs/dsantiinv25.pdf @@ -1480,10 +1482,10 @@ e pdfs with page group included in a single page >] [105] File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 2786. +Package pdftex.def Info: ../imgs/none.png used on input line 2847. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [106] -Overfull \hbox (1.94894pt too wide) in paragraph at lines 2801--2802 +Overfull \hbox (1.94894pt too wide) in paragraph at lines 2862--2863 []\OT1/cmr/m/n/12 making sure your func-tions are con-ti-nously dif-fer-en-tiab le, we had a prob-lem with $[]$, [] @@ -1491,33 +1493,33 @@ le, we had a prob-lem with $[]$, [107] File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 2838. +Package pdftex.def Info: ../imgs/none.png used on input line 2900. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [108] File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 2847. +Package pdftex.def Info: ../imgs/none.png used on input line 2909. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [109] -<../imgs/vis928.pdf, id=4554, 1445.4pt x 722.7pt> +<../imgs/vis928.pdf, id=4566, 1445.4pt x 722.7pt> File: ../imgs/vis928.pdf Graphic file (type pdf) <use ../imgs/vis928.pdf> -Package pdftex.def Info: ../imgs/vis928.pdf used on input line 2893. +Package pdftex.def Info: ../imgs/vis928.pdf used on input line 2956. (pdftex.def) Requested size: 174.13034pt x 87.0621pt. -<../imgs/vis1025.pdf, id=4555, 1445.4pt x 722.7pt> +<../imgs/vis1025.pdf, id=4567, 1445.4pt x 722.7pt> File: ../imgs/vis1025.pdf Graphic file (type pdf) <use ../imgs/vis1025.pdf> -Package pdftex.def Info: ../imgs/vis1025.pdf used on input line 2898. +Package pdftex.def Info: ../imgs/vis1025.pdf used on input line 2961. (pdftex.def) Requested size: 174.13034pt x 87.0621pt. -<../imgs/history928.pdf, id=4556, 462.52798pt x 346.89601pt> +<../imgs/history928.pdf, id=4568, 462.52798pt x 346.89601pt> File: ../imgs/history928.pdf Graphic file (type pdf) <use ../imgs/history928.pdf> -Package pdftex.def Info: ../imgs/history928.pdf used on input line 2912. +Package pdftex.def Info: ../imgs/history928.pdf used on input line 2975. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/history1025.pdf, id=4557, 462.52798pt x 346.89601pt> +<../imgs/history1025.pdf, id=4569, 462.52798pt x 346.89601pt> File: ../imgs/history1025.pdf Graphic file (type pdf) <use ../imgs/history1025.pdf> -Package pdftex.def Info: ../imgs/history1025.pdf used on input line 2917. +Package pdftex.def Info: ../imgs/history1025.pdf used on input line 2980. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. [110 <../imgs/vis928.pdf> <../imgs/vis1025.pdf @@ -1534,88 +1536,88 @@ e pdfs with page group included in a single page >] File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 2951. +Package pdftex.def Info: ../imgs/none.png used on input line 3016. (pdftex.def) Requested size: 174.13034pt x 117.08197pt. File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 2956. +Package pdftex.def Info: ../imgs/none.png used on input line 3021. (pdftex.def) Requested size: 174.13034pt x 117.08197pt. [111] File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 2970. +Package pdftex.def Info: ../imgs/none.png used on input line 3035. (pdftex.def) Requested size: 174.13034pt x 117.08197pt. File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 2975. +Package pdftex.def Info: ../imgs/none.png used on input line 3040. (pdftex.def) Requested size: 174.13034pt x 117.08197pt. File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 2989. +Package pdftex.def Info: ../imgs/none.png used on input line 3054. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [112] File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 3011. +Package pdftex.def Info: ../imgs/none.png used on input line 3077. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [113] -LaTeX Warning: Reference `sec:nan' on page 114 undefined on input line 3066. +LaTeX Warning: Reference `sec:nan' on page 114 undefined on input line 3133. File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 3084. +Package pdftex.def Info: ../imgs/none.png used on input line 3152. (pdftex.def) Requested size: 116.08887pt x 78.05313pt. File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 3089. +Package pdftex.def Info: ../imgs/none.png used on input line 3157. (pdftex.def) Requested size: 116.08887pt x 78.05313pt. File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 3094. +Package pdftex.def Info: ../imgs/none.png used on input line 3162. (pdftex.def) Requested size: 116.08887pt x 78.05313pt. File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 3106. +Package pdftex.def Info: ../imgs/none.png used on input line 3174. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [114] [115] [116] -<../imgs/visnets.pdf, id=4732, 1445.4pt x 722.7pt> +<../imgs/visnets.pdf, id=4744, 1445.4pt x 722.7pt> File: ../imgs/visnets.pdf Graphic file (type pdf) <use ../imgs/visnets.pdf> -Package pdftex.def Info: ../imgs/visnets.pdf used on input line 3168. +Package pdftex.def Info: ../imgs/visnets.pdf used on input line 3239. (pdftex.def) Requested size: 435.32422pt x 217.66078pt. -<../imgs/histlossNETS.pdf, id=4735, 462.52798pt x 346.89601pt> +<../imgs/histlossNETS.pdf, id=4747, 462.52798pt x 346.89601pt> File: ../imgs/histlossNETS.pdf Graphic file (type pdf) <use ../imgs/histlossNETS.pdf> -Package pdftex.def Info: ../imgs/histlossNETS.pdf used on input line 3179. +Package pdftex.def Info: ../imgs/histlossNETS.pdf used on input line 3250. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [117 <../imgs/visnets.pdf>] -<../imgs/oohistNETS.pdf, id=4759, 462.52798pt x 346.89601pt> +<../imgs/oohistNETS.pdf, id=4771, 462.52798pt x 346.89601pt> File: ../imgs/oohistNETS.pdf Graphic file (type pdf) <use ../imgs/oohistNETS.pdf> -Package pdftex.def Info: ../imgs/oohistNETS.pdf used on input line 3188. +Package pdftex.def Info: ../imgs/oohistNETS.pdf used on input line 3259. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [118 <../imgs/histlossNETS.pdf>] [119 <../imgs/oohistNETS.pdf>] -<../imgs/visMOL1.pdf, id=4832, 1445.4pt x 722.7pt> +<../imgs/visMOL1.pdf, id=4844, 1445.4pt x 722.7pt> File: ../imgs/visMOL1.pdf Graphic file (type pdf) <use ../imgs/visMOL1.pdf> -Package pdftex.def Info: ../imgs/visMOL1.pdf used on input line 3222. +Package pdftex.def Info: ../imgs/visMOL1.pdf used on input line 3294. (pdftex.def) Requested size: 174.13034pt x 87.0621pt. -<../imgs/visMol2.pdf, id=4833, 1445.4pt x 722.7pt> +<../imgs/visMol2.pdf, id=4845, 1445.4pt x 722.7pt> File: ../imgs/visMol2.pdf Graphic file (type pdf) <use ../imgs/visMol2.pdf> -Package pdftex.def Info: ../imgs/visMol2.pdf used on input line 3227. +Package pdftex.def Info: ../imgs/visMol2.pdf used on input line 3299. (pdftex.def) Requested size: 174.13034pt x 87.0621pt. -<../imgs/historyMOL.pdf, id=4834, 462.52798pt x 346.89601pt> +<../imgs/historyMOL.pdf, id=4846, 462.52798pt x 346.89601pt> File: ../imgs/historyMOL.pdf Graphic file (type pdf) <use ../imgs/historyMOL.pdf> -Package pdftex.def Info: ../imgs/historyMOL.pdf used on input line 3241. +Package pdftex.def Info: ../imgs/historyMOL.pdf used on input line 3313. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. -<../imgs/historyMOL2.pdf, id=4835, 462.52798pt x 346.89601pt> +<../imgs/historyMOL2.pdf, id=4847, 462.52798pt x 346.89601pt> File: ../imgs/historyMOL2.pdf Graphic file (type pdf) <use ../imgs/historyMOL2.pdf> -Package pdftex.def Info: ../imgs/historyMOL2.pdf used on input line 3246. +Package pdftex.def Info: ../imgs/historyMOL2.pdf used on input line 3318. (pdftex.def) Requested size: 174.13034pt x 130.59912pt. [120 <../imgs/visMOL1.pdf> <../imgs/visMol2.pdf @@ -1630,116 +1632,116 @@ pdfTeX warning: pdflatex (file ../imgs/historyMOL.pdf): PDF inclusion: multiple pdfTeX warning: pdflatex (file ../imgs/historyMOL2.pdf): PDF inclusion: multipl e pdfs with page group included in a single page >] -<../imgs/conv01.png, id=4927, 2166.0925pt x 1221.56375pt> +<../imgs/conv01.png, id=4939, 2166.0925pt x 1221.56375pt> File: ../imgs/conv01.png Graphic file (type png) <use ../imgs/conv01.png> -Package pdftex.def Info: ../imgs/conv01.png used on input line 3283. +Package pdftex.def Info: ../imgs/conv01.png used on input line 3356. (pdftex.def) Requested size: 174.13034pt x 98.19308pt. -<../imgs/conv02.png, id=4928, 1864.9675pt x 1221.56375pt> +<../imgs/conv02.png, id=4940, 1864.9675pt x 1221.56375pt> File: ../imgs/conv02.png Graphic file (type png) <use ../imgs/conv02.png> -Package pdftex.def Info: ../imgs/conv02.png used on input line 3288. +Package pdftex.def Info: ../imgs/conv02.png used on input line 3361. (pdftex.def) Requested size: 174.13034pt x 114.05533pt. [121] -<../imgs/visfeyn.pdf, id=4935, 1445.4pt x 722.7pt> +<../imgs/visfeyn.pdf, id=4947, 1445.4pt x 722.7pt> File: ../imgs/visfeyn.pdf Graphic file (type pdf) <use ../imgs/visfeyn.pdf> -Package pdftex.def Info: ../imgs/visfeyn.pdf used on input line 3303. +Package pdftex.def Info: ../imgs/visfeyn.pdf used on input line 3376. (pdftex.def) Requested size: 435.32422pt x 217.66078pt. [122 <../imgs/conv01.png> <../imgs/conv02.png>] -<../imgs/historyfeyn.pdf, id=4948, 462.52798pt x 346.89601pt> +<../imgs/historyfeyn.pdf, id=4960, 462.52798pt x 346.89601pt> File: ../imgs/historyfeyn.pdf Graphic file (type pdf) <use ../imgs/historyfeyn.pdf> -Package pdftex.def Info: ../imgs/historyfeyn.pdf used on input line 3312. +Package pdftex.def Info: ../imgs/historyfeyn.pdf used on input line 3385. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [123 <../imgs/visfeyn.pdf>] -<../imgs/lossbynFEYN.pdf, id=4969, 462.52798pt x 346.89601pt> +<../imgs/lossbynFEYN.pdf, id=4981, 462.52798pt x 346.89601pt> File: ../imgs/lossbynFEYN.pdf Graphic file (type pdf) <use ../imgs/lossbynFEYN.pdf> -Package pdftex.def Info: ../imgs/lossbynFEYN.pdf used on input line 3321. +Package pdftex.def Info: ../imgs/lossbynFEYN.pdf used on input line 3394. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [124 <../imgs/historyfeyn.pdf>] -LaTeX Warning: Reference `sec:scale' on page 125 undefined on input line 3327. +LaTeX Warning: Reference `sec:scale' on page 125 undefined on input line 3400. -<../imgs/van01.png, id=5000, 1864.9675pt x 1522.68875pt> +<../imgs/van01.png, id=5012, 1864.9675pt x 1522.68875pt> File: ../imgs/van01.png Graphic file (type png) <use ../imgs/van01.png> -Package pdftex.def Info: ../imgs/van01.png used on input line 3332. +Package pdftex.def Info: ../imgs/van01.png used on input line 3405. (pdftex.def) Requested size: 116.08887pt x 94.77283pt. -<../imgs/van02.png, id=5001, 2166.0925pt x 1221.56375pt> +<../imgs/van02.png, id=5013, 2166.0925pt x 1221.56375pt> File: ../imgs/van02.png Graphic file (type png) <use ../imgs/van02.png> -Package pdftex.def Info: ../imgs/van02.png used on input line 3337. +Package pdftex.def Info: ../imgs/van02.png used on input line 3410. (pdftex.def) Requested size: 116.08887pt x 65.46205pt. -<../imgs/van03.png, id=5002, 1563.8425pt x 1221.56375pt> +<../imgs/van03.png, id=5014, 1563.8425pt x 1221.56375pt> File: ../imgs/van03.png Graphic file (type png) <use ../imgs/van03.png> -Package pdftex.def Info: ../imgs/van03.png used on input line 3342. +Package pdftex.def Info: ../imgs/van03.png used on input line 3415. (pdftex.def) Requested size: 116.08887pt x 90.6627pt. -<../imgs/van04.png, id=5005, 1864.9675pt x 806.01125pt> +<../imgs/van04.png, id=5017, 1864.9675pt x 806.01125pt> File: ../imgs/van04.png Graphic file (type png) <use ../imgs/van04.png> -Package pdftex.def Info: ../imgs/van04.png used on input line 3355. +Package pdftex.def Info: ../imgs/van04.png used on input line 3428. (pdftex.def) Requested size: 116.08887pt x 50.16649pt. -<../imgs/van05.png, id=5006, 4048.12375pt x 1899.095pt> +<../imgs/van05.png, id=5018, 4048.12375pt x 1899.095pt> File: ../imgs/van05.png Graphic file (type png) <use ../imgs/van05.png> -Package pdftex.def Info: ../imgs/van05.png used on input line 3360. +Package pdftex.def Info: ../imgs/van05.png used on input line 3433. (pdftex.def) Requested size: 116.08887pt x 54.44931pt. -<../imgs/van06.png, id=5007, 1262.7175pt x 809.0225pt> +<../imgs/van06.png, id=5019, 1262.7175pt x 809.0225pt> File: ../imgs/van06.png Graphic file (type png) <use ../imgs/van06.png> -Package pdftex.def Info: ../imgs/van06.png used on input line 3365. +Package pdftex.def Info: ../imgs/van06.png used on input line 3438. (pdftex.def) Requested size: 116.08887pt x 74.37665pt. [125 <../imgs/lossbynFEYN.pdf> <../imgs/van01.png> <../imgs/van02.png> <../imgs /van03.png>] -<../imgs/histlossFEYN.pdf, id=5037, 462.52798pt x 346.89601pt> +<../imgs/histlossFEYN.pdf, id=5049, 462.52798pt x 346.89601pt> File: ../imgs/histlossFEYN.pdf Graphic file (type pdf) <use ../imgs/histlossFEYN.pdf> -Package pdftex.def Info: ../imgs/histlossFEYN.pdf used on input line 3378. +Package pdftex.def Info: ../imgs/histlossFEYN.pdf used on input line 3451. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. File: ../imgs/lossbynFEYN.pdf Graphic file (type pdf) <use ../imgs/lossbynFEYN.pdf> -Package pdftex.def Info: ../imgs/lossbynFEYN.pdf used on input line 3387. +Package pdftex.def Info: ../imgs/lossbynFEYN.pdf used on input line 3460. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [126 <../imgs/van04.png> <../imgs/van05.png> <../imgs/van06.png> <../imgs/hist lossFEYN.pdf>] File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 3401. +Package pdftex.def Info: ../imgs/none.png used on input line 3474. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [127] -<../imgs/histicFEYN.pdf, id=5070, 462.52798pt x 346.89601pt> +<../imgs/histicFEYN.pdf, id=5082, 462.52798pt x 346.89601pt> File: ../imgs/histicFEYN.pdf Graphic file (type pdf) <use ../imgs/histicFEYN.pdf> -Package pdftex.def Info: ../imgs/histicFEYN.pdf used on input line 3410. +Package pdftex.def Info: ../imgs/histicFEYN.pdf used on input line 3483. (pdftex.def) Requested size: 435.32422pt x 326.51103pt. [128] [129 <../imgs/histicFEYN.pdf>] File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 3444. +Package pdftex.def Info: ../imgs/none.png used on input line 3518. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 3453. +Package pdftex.def Info: ../imgs/none.png used on input line 3527. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [130] File: ../imgs/none.png Graphic file (type png) <use ../imgs/none.png> -Package pdftex.def Info: ../imgs/none.png used on input line 3463. +Package pdftex.def Info: ../imgs/none.png used on input line 3537. (pdftex.def) Requested size: 435.32422pt x 292.70605pt. [131] (main.bbl [132] [133] [134]) Package natbib Warning: There were undefined citations. -Package atveryend Info: Empty hook `BeforeClearDocument' on input line 3500. +Package atveryend Info: Empty hook `BeforeClearDocument' on input line 3574. [135] -Package atveryend Info: Empty hook `AfterLastShipout' on input line 3500. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 3574. (main.aux) -Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 3500. -Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 3500. +Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 3574. +Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 3574. Package rerunfilecheck Info: File `main.out' has not changed. (rerunfilecheck) Checksum: 4DCB31118FBF67AE80CE5872D2035377;11896. @@ -1750,16 +1752,16 @@ LaTeX Warning: There were undefined references. LaTeX Warning: There were multiply-defined labels. -Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 3500. +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 3574. ) Here is how much of TeX's memory you used: - 11080 strings out of 492484 - 171867 string characters out of 3130558 - 265993 words of memory out of 3000000 - 14421 multiletter control sequences out of 15000+200000 + 11090 strings out of 492484 + 172024 string characters out of 3130558 + 266042 words of memory out of 3000000 + 14430 multiletter control sequences out of 15000+200000 14180 words of font info for 54 fonts, out of 3000000 for 9000 1141 hyphenation exceptions out of 8191 - 41i,13n,46p,3883b,601s stack positions out of 5000i,500n,10000p,200000b,50000s + 41i,13n,46p,3883b,599s stack positions out of 5000i,500n,10000p,200000b,50000s <C:/Program Files/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmbx10.pfb><C:/Pr ogram Files/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmbx12.pfb><C:/Program Fi les/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmcsc10.pfb><C:/Program Files/MiK @@ -1781,9 +1783,9 @@ gram Files/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmsy7.pfb><C:/Program File s/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmsy8.pfb><C:/Program Files/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmti12.pfb><C:/Program Files/MiKTeX 2.9/font s/type1/public/amsfonts/cm/cmtt12.pfb> -Output written on main.pdf (137 pages, 6971762 bytes). +Output written on main.pdf (137 pages, 6976812 bytes). PDF statistics: - 5361 PDF objects out of 6186 (max. 8388607) - 710 named destinations out of 1000 (max. 500000) + 5373 PDF objects out of 6186 (max. 8388607) + 711 named destinations out of 1000 (max. 500000) 1780 words of extra memory for PDF output out of 10000 (max. 10000000) diff --git a/out/main.pdf b/out/main.pdf index 1b3aebce0d4030bb98b6f7973aec1df4e9a135a3..c76cc26f85a32db8cb36ca8bccf5e3effed349cb 100644 --- a/out/main.pdf +++ b/out/main.pdf @@ -988,15 +988,15 @@ endobj endobj 676 0 obj << -/Length 1496 +/Length 1498 /Filter /FlateDecode >> stream x��Ks�H���:Jk��8���=�� -[2z����;�˲Gƶ��X�D*[�L~���� ���^��&�?�#�AJJ�7��Q2�=�?"ܛ̼��$�r��:c���������7��I0F`� �w�<6_������z2�2�j,���Հ�o�������B,��P?���v��5��B�A"HIk������$~t��3���>��4K�26�z~fb�����;����/�R��6��ޏ1�X$�z�BH��a0���/ͻ�L �Y5-5J=\����")�<*�<���O����VWD)����f���@���gV&_�ƭ��3���a0�����0�X�|�m�m��R���RZ���o�Lg~W�D�_����5t�@��,��|�������Y}��*3��8���Y��˃����d�%��<Zݻ� -1������d����e�=� �C,ՅZ@�� ��t����d��ȍӄ e'uo�L�cBA(ܶ3j��U�F�����ET��ɴ;IL�*9ݺR� �IYQ"���3D�����S#~�U�5@�w���,��8��q�Z�h�O�82|�TG�ڧ�{[K��eN$;O�XŇ���<����Ϣ2Z���$�|O\�bp�l�{ג����"J�$�o���ۥ�!�u�a�t�%'�� �&�V�*M�H��<v�JTZJ.����&��x���i�u'6m�څ���L9;o��Q٩J�(�[%h{D�(�'�E�8�x4�A}0��\�qjy��7�\�y\y���Ї�;Z9�ь�� U���Bw������]���Y�%'�І-�|��ګ��Z&Ő�Qh��l���i�T�F�;u?T���y�'���ɹH��`'��H�g��x���K�%i���bCk�ժ�/�Y�?�zW���71�&�"�*=~�D���`C+�eϰ��+�Ί�\i�3�(� -;�1CXwX��m��yH�\7_�G��C��O�;��r�J�Ԗp!��k=�P�v� �վ�E��ʢ$T�&EǛT~Ӥi�IeH�<dR�/���I%C�I��E/��_p}&����ic�yi�NU��g� �������lFz�gw�xi�e+]�%J�VQو��]^n��n�F��w_]hq�$�)��!*�Yޑ����'W ����QS�|g��3���+����˙���r/�����8�� 6q�!���t����(w�S�����9��Jp|�Yzԑ!��n7!ү����G�t���mb�06����7yP^X�X�{��8&xl��1Cr<�����S��A~pಾD�~��wmr���lr߮��������v���c�� -�쳑m�4i6��M�ES�7�kg���$�9'DŽ�����ͤ���n���RX�{!� ��i�uly�μyV�퉌���jϽwC���*�>��A��8-��N�p�����u�m�E�Y�u�����m����A��n�K��06�ݦ���z2��u�p +[2z����;�˲Gƶ��X�D*[�L~���� ���^��&�?�#�AJJ�7��Q2�=�?"ܛ̼��$�r��:c���������7��I0F`� �w�<6_������z2�2�j,���Հ�o�������B,��P?���v��5��B�A"HIk������$~t��3���>��4K�26�z~fb�����;����/�R��6��ޏ1�X$�z�BH��a0���/ͻ�L �Y5-5J=\����")�<*�<���O����VWD)����f���@���gV&_�ƭ��3���a0�����0�X�|�m�m��R���RZ���o�Lg~W�D�_������z�gi�0�Ӹ���,�\�O���7U�����������]�?V�e';/�_����uW��P��T'��m�'x(�Q�b���] +�Cp���&��e;k#���"7N&��Խ1<2)� �p�ΨI�WI��COQQ$�$��$ 0y쫤�uᡅ��(���r�"��������*� �;�Krz�Hg�8r�u4�'y�U�#T��彭%s�2'���t���C@�[��`]�gQ��xe@�'.p1�����k�x��j%i���u����?�:�m����B��p�o�rU�&B$�h;t%�*-%�GPu]vpu<���线�6B���h�����7R���T%H_���="l��Ӣy�]U<���>�[y��8�<W�y��<�<GHJ�C���h�Vm��Rwo��k|ITծ���,ܒ��@h�Y��m�UMK-�bH��(��n�ka�4[*]�ꝺ����<˓�~��\$�`���1���yO�G + ��tY��Yn�,6�qY�:���ea���w�� +}so2+����wIT�z 6�]�������ɕv<�ү��3�u�E�=��{����us�}�y<�@���c�m!�xݫ4Om G2L��SeoG�!X�[��aQ�,JB@�kRt�I�7M�v�T��C&%���z�T2��\�R]�e��g"��H>�6f����TEZ|��0]��i�I��f�7yv���v_6��5�P�l������F����o�~�UЅ�K2��R[�b�����Aoy |r����5���wƻ8���°����Y�m,��M,�,���b7�Yy�@'x�|�r�=�_�8��x��7��G����v"����}�0M����&/c��0x����e�'x�c����3$�C9 �X?�,.�g.�K�ǚ�&�=�H�&����_� �/ZlWq��9f�*� �>�6I�f#��4Z4�}�v���L�srL<9߫�LZ;��6o�,���������<1\��Yǖ��̛g�ܞȸ�ʩ��{7� �Ϊ��8��">�D����0�m]��F^4�%]�@�/����/1쁘���V���c#�m�n_�'��ü�o endstream endobj 675 0 obj @@ -2506,47 +2506,43 @@ endobj /ProcSet [ /PDF /Text ] >> endobj -818 0 obj +817 0 obj << -/Length 3651 +/Length 3735 /Filter /FlateDecode >> stream -xڕ�r�6��_�GjƖI��-M�n:��&ugg���",��H��8ޯ�sHʴ�}��۹�ܠps�������>V�(�Io��7I�K������~�kmo��������7���{�ӻ퍊��ջ7�Ȃ�����ëmw�|�n{�I����y`��$���~�����ϫ07�?0�v:қ�t����fc?n*���<mt�������Wᜈ(�D�.�=#"��]�D��(���m�UQ0t-`�����v���s��ۙa�,�˻��)�(����.�b�x��G;T��iړ�.��K�]� -c���* ���Fm�[:xDN[����ς�)r�7��9����S/�������-�c��*����'頱UW?2�~�3��N9�7: ��e�j���Ҵ�� EʀEZ'LY?v�� ���f�V��[ h����[1�,T O9�Ǿ*{�,A2��olQ��X�$�H��6 -f�C��>ܽ4r\��̅Q)u�Z` �9�(�'<�r�D��d�W����d�����v����w�~���n�]���J��8)6�w*w*�+Y�/u�zs3�BJF&��I'��a����an��a�P6\7����v�p<�(�,�Q�v)`��|#9���Ќ�@�sTε��O�ݛA&��E�ߣ��2��wl`������p�z��Aù�$�;�mw«���Q����2 �eiA�xaV4ad��:\� -�W��,K�74�Zέ�\�;ʄA�떮n�If2|l{9�l:�+r� ٫k��p ��;���:��+䰱�c��I��w����{c�O<�d@�:n+���I"�X����P�57Q��%��3���Ssw*�B�į��^��/ث�h��kt��X�.zf ����-�вp�?�o0�&�����'�����HlG4c��Ы���aᑭ�fE�mo�l�l*���A��X([*����-^��`Q�d�y�F�[������E�7�9k�=��� �홅�W`Q�ữ��P�'��U[�XW<-8`�1�:"�;Y��*���pgK�=Y����Qd-z)�<�g>.9w�o>��p�ESh�֡"x,8���\��[�o�k -Z��2m���^r|<�8K�؍0fw&�n��(�+"/vZnø#�@cx+9v�_���B��W����w���g�s��vh�L��� �$A����'��g�m�k9x��r���b��Q|I�-Z5^˛��`�¬Q�n -��ȗ�s 4D�?q��4�uE�O�;&�����l'ǐ��Mr��.�^%�N������P�6�3@q��ը)r�+�s`V�A��/'�Vf����`��i�~���N�)ĕv�چ� ,Ii��}��0&hp��Xs�<�* -Č!O�5��`�u����i��ٔ�N�N(N��gVz�1o`Οp���]������IJ��� �� -���39�^!�E�l�8Σ@�t�� #YXi�O�r����@Y��P�$�' !v�,��;�K'[��x��s��=\пkH� ����!p�˔Z���# -d(D�*�%Z/����1I��������(�MQ�U�r� &,e�،�{�p���N �=ET�/ET�� -u��I�N�{0=C@eV�ߏ���(���7ר9�":f�!6�2Ke]�d�Z�N�&݁av -��}�oV�s��0_8��N���j�q�X:حQD9hXx�@Ӹ�"��I^�36=Ɩpx�#��B�~�TR�� Z��C�����I�C���1��.L�fm9AI��D:6Z�zD��ؔ�"��á��Z�G<�]Gy�xū�+i8O^S����j(⢁Þ��gNzE�^��`7ZhN<s�^1�T��)ULŁ����i���S;�pc�L���}���V4�a�Vj� �N�bp����g�������٤�ܸ0��azK�����3��j6���z�<W�����������G��CR�U�@�����̝!�}H���h�i뜘�G��pX_��� -���~eu%���\�ɼZ�GIig�N�[���_�0��onoq_���vG�Z���joms���p{q��P�D�!��$)�$)L�O���%������p~��3��_�X�3gL�#�&�K�@)��rN�%v�]1��2з'�pi_%�v�X�jBL{i�J��宻�s�2������\Jل��ҧlY���:0��4'�9�<����x�y*�8��t��d ����z��<1���!��5T��I&fO�O��В��ѻ��IK78�ZMƏ�DN����9 #��w8oN1.�Xav�^\Wz����Kq�Y�,A����*���|�p�3Տ�73�p�t-�E�N������R��������,�B�셃p��H�ٓ�sm� ����]}6K�X㔊c�큳5C���?b@�����OJ*Z^1ϥPb]54��l��7���4��lsc��ѩ�$�d��\�xo�h��Kג�/����ȁTCx'���K��b%Áp��R�N0�����#�$�4�רp%��G���<y���q ���oM�.��6�U�I��j*��C�bNR�"����&����ee1ӈ�@'v����b0Cb�$[�+0��B�M�z�v�v�B�B��c>-bI-L)���/bq�&w3L��ʕ�©��+9 -��� �O8����y#HI;�sNR��'o>���'��>3L���?r����4<�x�R|s�Us}5F�0pc"5'Ri GS�u��G�;sD�Y�L�|q�@����J�6��B��)���b�@�k�T ��eaTS�����P�Q��Q�q�:����8�|D�WcX��S|�&fDė���~䉳*>5I��$�9�0�N)�BF'ڔ��)�(�_;�~�^&�'.�;` �f5�\���� �B�mifp�f�{y�3��M�I��@�����^O�a�8�:�"%�^>�����Y��J�.3�0!|����O�A�����Q�vQ���#���Q��E�h^��Q!��*�TVp���C!J��6�8g8����R5��Ը�SQ%��@N���a^�����W�E^M4/U��^�0(���R�� �|?��x���{ E��<��%N�L!}��D-Bj�ͪYS��(����j�Ce������� F�d���MQ�kK�4�f!!>\�*RyU��T �6$�>���|�bX%���Ԫ�b��z�{�3s���ք*�Uh�Ȕ�dhI��q��S�,7��\������� -e�Z�JCn!�����������Ǵ;} >�;�:��9�X�8uۻ�V���( -�]���~0%Q��G���l���Asq���]���"��a2��������)�&,j�t9�.�d�A@)W��嘮sϧ8P� � ����e�n'e�䢻���2n���8���"ȐllN� �Cr6��?G�+֎�j+�t��L�T',9Z; -���V1��U ӫ��|'��U���i_M��0X�_^ O3���ޏr�x���t�1s��HV����߬�N�iR��<q -�5©z�'CfL��M�Rr����6�R�/�p�\^}� +xڕZKs�F��W�UI4�s�'q*vvm����0"F$"��e������%H��3=��~w��n�~�xws���8YE�z�����n�f�l�� +�L��)W���&�>�|����~����o�.��8�~��<������o/�8�������H�"��e\v�dNz���/�o.�{�*��j{���pU��/�p�l���<�L�� 5��_��KD�*��q���%�<\�i4^"��4��\&Q0t-a�i;TmC�< lSJ������9�+��ub2&Q���7�<�u���c;T_/�8��'/=�.���(S¾��s.����vC��7�4���s �>ԏ��vD�(���`��v�m���v�j;����a�{�j��6�e�ۣ�}[�U�+�YP)�߷�������F.��I�I�&�0 +�0,h��H�}{�ey�zz�-\礷�v{i {;��0�ٞ�R���[@�{���V�������6��G��ծ���|�����,�"��N���Ot�8�15�����N�0�$(]�#bZ�2���@� ���J����ڛ�2��m�|�V����I�˪߶��W�⣀X�z�{��Iv*8��E���ֶ�Q���]�|�c�j"�&������@�U�^:����,�2�7�4N���Ҽ����ϭ��mK�eK,�L�e��S���8��݈o�˜J��K Z����3Cʅ���-��ΐ�܈ӬC��s�NMO&���[����H��(�aư~d�|5:��:I��c���Rb�/� �O����;�-�� ����IgP+ek\=IYU��ޢ#�H�ʗ�%�EMp�3�՝�V-��\��հ^�ܻ� ���C�~��Z���d@�hpR58)��KCl��Z7"�6��p�I�Ƕ-�|��e��,c��#�c�g�J���e�};ֶ��wB&�#��``��o�K�NY�F�����dT�H��tsN���VD�nLn���UO�3Q����Mx����u�%4>�R=�Z^�K�YtǚG�D�ښ5��5z�d'�M��w�^���+&oG��l����K��U��?Q��t�;�N�sG���eɹ����d����{�[�V�\�Ee��=�z�wq�Z1y�$_kph#� `5B���q�R�� �-���E,��x��(��Tw�N��H4���7s�s1�@5�^�g��s �&��F��������4�ӗ�ǭ�}%���>����dC{W +� �x�F�)��Re�'�m���`�q��=�j��t!�B/�4���D3��hI<�F!!�Vl��Rh�� +D�&��N�l��"V�A�2�����-�8tc�K0�y�E3�3W)[�*��)P c��p��RE�bH���#8�Z��Ս�n�ޖ�ɼ 6�X���ԝ3@w����K����y+Й�B��e�o�.BV��;(8&3l� 肫�ܣ�,Gx�+!Z!�+�+2z-I^#�Y�F��f`�ё�Tċ��?�� �a���3�Y�`�kI��S� $T��Fp(tU,I;�v_/Ӕ��Z��սw�WA�o�R�bF�hD:�GWY�b�@����';�t!��0&�p�âB�S/b��2za<�3�UC�,�N�Cc9�/Y �����-�m:�α7�Y9�pZ:Ë�8Q�x�a%���ƌpI��'����H�n=��^��f����pK�E�'Q�@xh�E�Dƭ�t\bo+ʏ}�_0�g܄:M��\ �D^�ϴ�z���hσv&AEW�f�����-�{w�G�z��N^�M{�5|�b-� �e��;G���ܭ�9���o��c)��EA+K�j�TL��I� ��<_.둩 +Qu�1� ~q�.�R�xz�;[u��2b���ZV����u�>H_�>�%�)��WN��s"T��K��s<�4c��W�$"^�TUyv��Ϲm �k�a�-���&�&L��&$�p�`�i���G���s�~��1W���1W�*æ��C�8���A�L%L��q�������i�������msU�T�����W��R1�D�C#��A��S%�G�兕ENc�1�x�8��X� +������Y��*Į�G:d/�w�l�oӸAtX��?vL*U�c/a��苍 o�<]�jVg6��3�<.�c��0V����h��ʽꘒ11����tG-xT�jW��F6�ür�>��o��,���E�&4�wN<���DWra-92�\�찙�����9����*+pM��`ۑK�;�g����^���I�kPH�����Y��`�Y<Mq���\��t��jdI�Tf&^:�aS "u"��h��v�GH��\#��6���C�I�N����nO3�f���x +�}�LH��ݩ���(~����{Ŏ���0$R��Hi Kߴ#���Gqɳ�A�UM����q��w3M�X\Dr�\�Ҳ�� t����'|@�Rm�U��=�_�3�N�P,esW������1Q�K�t�=�5��sϰ�D��ܦ��䩔���&͔RQJIT"�p�46E�W�+/p7�OQ�jܓ<�W��M�6�m( �8R� �#�5��H퉧�sD��oL�:Q���d�'fU�� :��<\ƑػH����FP �t2��ã�CG�j���k0\�yA�7�cR/`��o�zߎ�շ/Wg9�4�f�FJ9=��^��F�KA"���H�r�X�M�7��=:nf!pjM�5�g� +lt=�����.�a�M?�d�zT�1�zb*�D��z"�lv2��"�K�I}(��T7���Ωy& �zɐ}|�N=$�U��� A�����GXv��*�3��Gm�� F���@�o �G��*[q��#��%1��Q)�d@XP�H�dm��V,J����g���#{�}ɱ��.8�������t|��V�Nυ�R +��]p����dd�O��EvB�uK��)ú�X�'�IkXPͅ5!!��-�zz'!D�m�^��?i,���X-�<��6�W1YhH������1.��fd e^f0�LWt�B�8M��e��� � ��vvV5�C����.y3?�И��f��1�(av���'����r;$�G2e*D�? ��g{�蠭��ײ(Z$U2B0/t��a�e���ڜ�V����3,���w+@2$[w�2 p�E���� d�t��_V�l/1,�x)��N���T�ǟ���֦����o��l0"f1=���w���|Yn8�R#%NF ��ؔ�������'�gQ�����=�#���>����J�.?ӓ��'�LS�X_d"���&=���#�" `S�o�E����7&DV�"�0Άo��wo�P��ܮ)u+�j����j߸� ���o��� � s���ЕR��M��d��ިLר��r%Q �&�me��Ot:h��A��0/�������������K���u�n*��쾭�X�Z^U�LY��I���9)�jqS������q%�#���[�dL������\�'��)#O�c��:�AA� *7�&��%S=X�cb�0f$����b���<!C�����8�+�M��pO�Օ�S���0&�y�� +)@}O��G0h��C�`h��g-���y���G6��^-�]s��Y�U������yE8h)N?V�H����Ww+�2@6}��^��'y��ԋ^,iU.r���{, +!�(��������SM� endstream endobj -817 0 obj +816 0 obj << /Type /Page -/Contents 818 0 R -/Resources 816 0 R +/Contents 817 0 R +/Resources 815 0 R /MediaBox [0 0 595.276 841.89] -/Parent 825 0 R -/Annots [ 800 0 R 801 0 R 802 0 R 803 0 R 804 0 R 805 0 R 806 0 R 807 0 R 808 0 R 809 0 R 810 0 R 811 0 R 812 0 R 813 0 R ] +/Parent 819 0 R +/Annots [ 800 0 R 801 0 R 802 0 R 803 0 R 804 0 R 805 0 R 806 0 R 807 0 R 808 0 R 809 0 R 810 0 R 811 0 R 812 0 R 813 0 R 814 0 R ] >> endobj 800 0 obj << /Type /Annot /Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [243.955 686.6 250.68 700.392] -/A << /S /GoTo /D (Hfootnote.1) >> +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [486.554 703.37 500.253 713.067] +/A << /S /GoTo /D (cite.high1) >> >> endobj 801 0 obj @@ -2554,8 +2550,8 @@ endobj /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [240.25 631.141 248.096 640.838] -/A << /S /GoTo /D (cite.jetdm) >> +/Rect [380.824 674.479 388.669 684.176] +/A << /S /GoTo /D (cite.measurehiggs) >> >> endobj 802 0 obj @@ -2563,17 +2559,17 @@ endobj /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [226.028 530.02 239.726 539.717] -/A << /S /GoTo /D (cite.gnnoverview) >> +/Rect [426.403 544.466 440.102 554.163] +/A << /S /GoTo /D (cite.dlatlhc) >> >> endobj 803 0 obj << /Type /Annot /Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [485.508 513.25 492.233 527.042] -/A << /S /GoTo /D (Hfootnote.2) >> +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [269.526 400.008 277.371 409.705] +/A << /S /GoTo /D (cite.jetdm) >> >> endobj 804 0 obj @@ -2581,16 +2577,17 @@ endobj /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [291.843 457.791 305.541 467.488] -/A << /S /GoTo /D (cite.QCDorWhat) >> +/Rect [519.377 327.779 533.076 337.476] +/A << /S /GoTo /D (cite.gnnoverview) >> >> endobj 805 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [122.681 397.019 333.256 410.967] -/Subtype/Link/A<</Type/Action/S/URI/URI(https://grapa.readthedocs.io/en/latest/)>> +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [58.948 212.212 72.647 221.909] +/A << /S /GoTo /D (cite.QCDorWhat) >> >> endobj 806 0 obj @@ -2598,8 +2595,8 @@ endobj /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [161.61 383.238 169.456 395.857] -/A << /S /GoTo /D (section.3) >> +/Rect [86.209 137.658 94.054 150.278] +/A << /S /GoTo /D (section.2) >> >> endobj 807 0 obj @@ -2607,146 +2604,242 @@ endobj /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [486.921 383.238 494.766 395.857] -/A << /S /GoTo /D (section.4) >> +/Rect [143.954 137.658 151.8 150.278] +/A << /S /GoTo /D (section.3) >> >> endobj 808 0 obj << /Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [91.68 108.103 300.294 122.05] +/Subtype/Link/A<</Type/Action/S/URI/URI(https://grapa.readthedocs.io/en/latest/)>> +>> +endobj +809 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [406.514 108.103 414.36 122.05] +/A << /S /GoTo /D (section.4) >> +>> +endobj +810 0 obj +<< +/Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [496.026 383.238 503.871 395.857] +/Rect [531.733 94.321 539.579 106.94] /A << /S /GoTo /D (section.5) >> >> endobj -809 0 obj +811 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [528.482 383.238 536.327 395.857] +/Rect [78.65 79.875 86.496 92.494] /A << /S /GoTo /D (section.6) >> >> endobj -810 0 obj +812 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [431.294 368.792 439.14 381.411] +/Rect [55.697 65.429 63.542 78.049] /A << /S /GoTo /D (section.7) >> >> endobj -811 0 obj +813 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [236.826 50.984 244.672 63.603] +/A << /S /GoTo /D (section.3) >> +>> +endobj +814 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [336.583 50.984 344.429 63.603] +/A << /S /GoTo /D (section.8) >> +>> +endobj +818 0 obj +<< +/D [816 0 R /XYZ 55.693 823.059 null] +>> +endobj +6 0 obj +<< +/D [816 0 R /XYZ 56.693 782.706 null] +>> +endobj +10 0 obj +<< +/D [816 0 R /XYZ 56.693 758.912 null] +>> +endobj +815 0 obj +<< +/Font << /F23 623 0 R /F17 619 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +834 0 obj +<< +/Length 2511 +/Filter /FlateDecode +>> +stream +xڍXY�۸~�_�G�jD/��dlofkc�^m�R��K���nj'�>}�"��7/"�h4��������o���y�6ҞR�&I"o{�4H7�ˑg�v�}��j��6�û��U���_�~�}x�n��Q�߽{�����a����*����߬�*O����*�}s�̓�>o�y���z�@��S�a�*�v�ͧϡ���_�0Л�{&�ʋs���o7n�?5"�� Kџ��؟��:�r���{jP�g�� ���6h�.Z�1�<0�i��T��0��ɶ�0�3��T�p�I$�q�f���$���c���'/8�.'�o�����������7�D0}�� �S6or0z�k�=�M��-�-n_�'_A��v}�w�I��a檀K�}Q��r�=FnD�ѫ�*�@%��PP�A���� ��PQ⿳p�:K��i������̽�(P�D���;��g��g��Ů�2;�U�0"t�V2D����!O +c�u�ޣ�詟V�<�= /-�q<��&�wO��Υq'ا�������� ,M8"���iW�l�t��-�x�%>TNU~�;�8;J��1m���E�k�si{p�Ϳ���y�?Y9�T"�/*���BD�1��k8!` �����%s���M�hN/ �^@�-0{x�mHw c��<j�4_JR(���<C '�Ox�L7nPK +$U��qV��a֟L}\�]�N2�4�`�بl��zS2�2� �eB��u�0����YP��D�}-́9 @:���M��k��!DvE�>܃��M������D�Kq{�����X���q��g����3xZ���a��+T1��n(5%z�\�&��g�6j ;OtqX���E'"�t(�V�@R2?Fǔ�b�9��-;��w��+H� +�Y1�s���`��|Y���H˗�S�8�d�c,#�z\L��Tڂ�`�M�oV����Ta���f��$X�喂%�p1���<��t\$�5;/i�AZkϭ�F��Tr*n��*T�`'�] +��l���`�"<���C��%����$�s�:�Ȍ�뱬AA�~aFrz�>2��SU�lτItBu�J�}�"�Ġ���S����QR'��X�w��ֶ]�$�6$�u�D�ƽݙ ��,�vb�9���`�G�[����s>J�-2\��$�Ը�EK.�F@��؞�황�A��3lZ�܆)������)?�R/6Y� +lt�B����I���:�A�#o=�w`���1 y4����*�uNy��s�+�B@�j�V��qn�j�����\<�Z��xB2��Z���N�W�4�Ct���Eq5��)�� +������ؖ`�/Щ`�t�C�� +�Y.���>�֕�%P(,y �Pu�f����@/�n>�#u&UN�!ם��KAX~>ٚiς�DZ��TM !�@�!R��Yc� �6сS��@�B���,���*{�ߝ2��h�g�8�kxtQɬ*�HU@��(2�������Kߺ�������)#H��{^�6������c[B�K��{D��K��"�`�b��ƬHE��l�×F�^z|i�) �e�wz|o<�O��?b��yY|1�dW�p��/���y�g�Iq�I��P� �Jh�5]A��ry��<{a�[����y\�F������[�vSK;� �Vi��Ⴥ<�[z� �a`�#�G�5�K�D{�0~�1��[G�o�÷��t�t�@y,�D�Q��]�s������t�����I�c!E�����yJw�(���)�s�EH��+��5�y�Si�?����;\d�� ?�#Uڿ�E3��;{Q=&}AJ¨l��2Ԙ�4t�I"jl�'p�a���Ǥ��T�N᎖&����2�����T�����o��1HW�����1����U�I��F�h�$��I6��$��oc��{�~��rx+����{����d����aN襕�0b�X_�=2b[q�y� ��#wD���Ѹ����!�|�0ہO���J��L�,W�����#u��GC'+�%�y�O#�x�_�H�(�S�^9SDA��T9������Wm��Fm��{̰ ����+�ȥ �����w�Â^(�~��T�[X��V:=�k*rkc�ۧ闊�Ը�����Ԙ�X��4C���I�വ_��eg�[�?��6��u��f�t*�M%�&Q��_�Y� #�2`?]�PA�^��Yef���XҿAS +� +��7r�%������� �k�߃� +�M3Y��=�9q�-Y7�7� �$��O�"��ǶVi�g?�_[m� K���6���y)4��/���7@���������Z ��8$�J����-��i�g�����Km*yR�ؽ�����kL_M�����5k���� +��%wk~Sѿ�d:��`6bg�s��X ��L�Z�f�r�z���=��Q�̥t/D7�;:�����ԉ�1#367-�7X��W� B�����v�V̕vٸ�E!F��}V~�v�����彨 +endstream +endobj +833 0 obj +<< +/Type /Page +/Contents 834 0 R +/Resources 832 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 819 0 R +/Annots [ 826 0 R 827 0 R 828 0 R 829 0 R 830 0 R ] +>> +endobj +826 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [58.948 242.059 72.647 251.756] +/Rect [58.948 640.697 72.647 650.394] /A << /S /GoTo /D (cite.QCDorWhat) >> >> endobj -812 0 obj +827 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [148.8 167.505 155.524 181.297] -/A << /S /GoTo /D (Hfootnote.3) >> +/Rect [148.8 566.143 155.524 579.935] +/A << /S /GoTo /D (Hfootnote.1) >> >> endobj -813 0 obj +828 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [82.36 140.938 96.059 150.635] +/Rect [82.36 539.576 96.059 549.273] /A << /S /GoTo /D (cite.topquark) >> >> endobj -819 0 obj +829 0 obj << -/D [817 0 R /XYZ 55.693 823.059 null] +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [214.466 439.41 228.165 449.107] +/A << /S /GoTo /D (cite.aebasic) >> >> endobj -6 0 obj +830 0 obj << -/D [817 0 R /XYZ 56.693 782.706 null] +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [216.63 422.64 223.355 436.432] +/A << /S /GoTo /D (Hfootnote.2) >> >> endobj -10 0 obj +835 0 obj << -/D [817 0 R /XYZ 56.693 758.912 null] +/D [833 0 R /XYZ 55.693 823.059 null] >> endobj 14 0 obj << -/D [817 0 R /XYZ 56.693 340.938 null] +/D [833 0 R /XYZ 56.693 737.252 null] >> endobj -821 0 obj +18 0 obj << -/D [817 0 R /XYZ 74.626 103.545 null] +/D [833 0 R /XYZ 56.693 492.627 null] >> endobj -823 0 obj +837 0 obj << -/D [817 0 R /XYZ 74.626 91.59 null] +/D [833 0 R /XYZ 74.626 317.667 null] >> endobj -824 0 obj +839 0 obj << -/D [817 0 R /XYZ 74.626 79.634 null] +/D [833 0 R /XYZ 74.626 305.712 null] >> endobj -816 0 obj +832 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R >> /ProcSet [ /PDF /Text ] >> endobj -848 0 obj +859 0 obj << -/Length 2394 +/Length 2376 /Filter /FlateDecode >> stream -xڍM���#S��"r��vjS)�={rr|��١����n~��/3�}�H�V��խ�{�B���_w7w�"�)�Iy����A�k/CPl�]�}��f���x������כ��=��~��Q�߿�����{��~�E���o7[�%i��ge~�h'�|��q�vw��F���C�*���ͧϡW��^�<���ř -������7�Ze<:N�B&Q"D��'%�{;�][4��I�֎��'�t�F�_�p1���b�b;��m��W�Ga.�z�( -T*�ó�8��$��~����Т�8о-��ya����D\�f~%�c�%[����܅��}{���g��T -zѢ�^x���r����_�� �D�@�q��\c_Ԉ�=��)?�l (�~�Yax$(��>����Gq�����(�56-@>���7��xY�v�F[�Q�w���Av��4vf��������y:�%��z���ES:KI� {k+����T��<�t��+*�oJ=�&T�L* �\�x�����LA��FG�v��H���[�l���.L��ȇP�kf 3K���i��i�������P�q�m��,1��(�ŭJ� MSQf�L6��$:��>�v+���0ly|����1��r�"ޘ.KAQ�U8T��$���������a`���?a6�(ʁ�b��#�o�yI�1.k9�@������w��7�x(�� ������i��4�@�{��큏��_��`\���ޜ'p��`��`S�{-�D�Y$c�+�?��T4Cǣ���Ɏ��ȟX�!e����v��s8u̡�"2�Re���\��$���~*G�J'BH�3{�+9�t�w�D� ��-4��Q!��w�H����8�!�6GA�����m9R���Ӝ(A�1�]� N{�m�{6Ƽ%�14h�sX��#M��p7&��(�V^|�_P�Z�~-����$wC��Q��g��-#�#�b�Q � +0����#��$�G�bm��^����j���h��F�.��k6��M��C��/gI�W�dP�@ ��Ba����!�*���h�m���Qyo:�|��ǡl��vE���.�Ie,���q��5YU�~Ἆqw<��݅�]S��c�z���$ȥ���S#D�s�L��p��B����J���͇�qHƝ�=���m�RP1X�/��>���j���V�9q��q:q<��ݖn<��x�V8��s)���Bر3 �Rp����I �5f«u�3��P -S����1!����<�E�!{���Z1��d���#� ��q'$0��d/r$��'�L�JX��Q�#���]�"��.busE)Stށ��<?�8G�\Z*$ FL�H��{̓�,�mݵ�j�J�1�+ej�MC*"���;��'v)�.3J_���v������nJr�I$D\>Q0�iT��R11Aj������lc���.�A��x\���̔#�r�� -ef��N -�U蘱�kC���j�Zg�^��2@a�bM[��ay�(8��W1p]l��]E:�.�6 1�7��aLEm�l�E� L�J>��/'����0�zB�[��J �]P\��L*�,R�J)=�������9��~-��(=� ���g[�45u8r!%�z%��H^^�� Nc�2�]\�?�@���H����s'z~��+�x)H���=������R&[ulw�2`*OAvj�b�'H���a�rݮc��֢g�����u���a����Z|=���'l ��V�}�%��%�Xz�Ν-� �]�$�Z/[�8��]���R$�>�VU�>:� ��3����u�s�5P⚽�w��X���|-+5{�b�X��T���A -�Y)$S�9cWY�g��ގ�Ou��C7Xi�!��?�,���X6�u!8얣�s��e�*6�H�������l���� �����k�A�z�c��%:w���ÌA���0�� -�d�+�z��r�����b�(.��P���SoD)E��B���b -���npV�/�vΙ=�E_ -I����(�E<>k�%���� k]��ki�$N����SsM\�bM7�J�wR M��Q`��'����'X��U�V.|mPE5u�*2!��]�,��d\K�8�8�͂�� -a��S��8p��� y��ïzd�=C�A�@�]�[c�/y�mx�]i�۴�$bzX��.!��5��o���|�S� �Ny���-�����!KLT���V���[�̵��6@�<t¼���Q�WMJ��ȡȥগB��2f�v���#�csLE:A�b�<�]<�^���.�]/.@t]��%�T�g�=c�-�#�)�o�Ac�_p�!X����{� +xڕXIsܶ��W�ȩ�(��wI�=/�T�I����B3�9��Œ������zɉ@��h��u����B�������S*(�$��^�i{9�t�mK6WEV���7Q������mo�����Կ��������ǛM���?��\�<Is��M��fo�'�|��x�v{��B�����,�J{��ŧϡW�ڏ^�E�=��ӹ +�����ů�\�}��<2`�E$�B�_/����yDn��o��{ӂ�__Ƚ�W��7���@)�]�;0A&P��#O�?�$<Ѣ����0���ƚȊYo��=�ү6�?>�"�>�y�6�=�(�'F�fZ��fǃ�v��s<�-ǝ�Æ�HmP�H�ݱ����R:�Z����e��Lg�v�]���`UBi�-m)�-��CGZ?UG3����]����o� +-�\�X��M?X#��:c_5{9����b·M�����]m�՝����!Z���?�4|K�G�tcyf�C���R��X�K$&�i#s��q0�"�mjw�AH�kZ��D!'bm��2a)�GE��4�;�H�s>����ىD �D������,HȘ8 +�(�sn�� +����+�>�wc�u{I����qBƬă0��y%�Z��ܱ�$���Y��0ir +N8<ƺ݆��y�ٯcՉ�H�TG��`� +&�A�%�$�!K�yVxq��$��|������\�g����sbU�lb���P[����7|����B�^��4Aa\�|�q�9 +���GI��̫�8��`��2�#揭kR*��2_��4�h��ݢ�$L���hJ���J��0B:��@0�38�Fh�݁K�n� n����"\әU��"C,���uR-��W��.�e���� �*� �'C�eA���b!M�JR�&��|=�yi���i��N5�e���D}'��m�a���R5dEYY�y���c�|�zi�����+������c��JxI��*��H! 0�������6�������,t�AK���j�^VL�E������6"�aP�'������O��3�o;�-�;� K �����L99�R�v�/��ڑ�pv�~�]�%�,�4��Wp&sp�`�'^)M[������6�3y�#Xf'���'���l��;�c +�K�}S#ӊ��`�e�h�N^�P���Є����b�fh6�Zp��`㐗C���d��7���{4 ��7�P�h`c9Y�����eW���K�hŷ�����i;�D*[W�4��̕�~8[��������г}\��Ht���]��~�d��Tx[��4l�B�i��z'����R��ʃ�8��/�3��Rϟc��ص5Rv���Y����]���)6�Q$�D��-8���4��v��I�=[@���SQ��K����@��^���2��,�WeB8�K_�:�K���$� �V6E�� +�:)�������RgqE���>�h��+�U�0=�:q�r)֒�њ�k?q�x��[�rt���,�rZ��E�U"dXծ_g�vf8���p��H'D��>L�����l�Nf:|?B�'���:�Y�'$>S���g�=W%�nWo�tqYlh����Y9����Ab/��K����2 `0�8��Z*| ZK¹�����? U�p%��S�~d^ +���~�eЇ'��I�,���w9tPE +�EI�!�� U �qFǹ+�y�/�^�9aTNdR��L��8�d�����9v�f�n-Yijs�g�Od;��Y��3sN�,�wr�!:�)�I�R�8����۩�*$\��ՎTF���4`��G��M�)W�li-�̸�w�i�x��X��e;W�=m��=�N���q��j8L��z�V}��(H.��"c�q~t/� �����M�$Nܯ�4��,2�fw������C�<3�Y�(`����Jؕ�B��U��ر3�h=�ю +,j9�����H�Z��� 剴�gl���B��x���Iy.����{��h*{8�1A��Q�3%�C��=;D���T2����Y&.o�<�0ѳ�kq�A�����>r�|����q<u��W(Ρ=O�9r���-���8�Ҝ�@����?��%���ؒ�z�|�[�fK���)$xĚo�_�<��-�BN���Jg���y)��)�� Y�g;�.��� ��\r�� RP¤�������|�������x�����v��0�KBn�Q�c��q;�@�Hu�ʯa�⟹�ۈ�h?���y+.���P�q<ſL_�EX>߮��vW9�!�N�U���&���a8�m�Ȯkg+� +�����wG|j��4ny���^>���??����}U endstream endobj -847 0 obj +858 0 obj << /Type /Page -/Contents 848 0 R -/Resources 846 0 R +/Contents 859 0 R +/Resources 857 0 R /MediaBox [0 0 595.276 841.89] -/Parent 825 0 R -/Group 851 0 R -/Annots [ 814 0 R 815 0 R 831 0 R 832 0 R 833 0 R ] +/Parent 819 0 R +/Group 862 0 R +/Annots [ 842 0 R 843 0 R 844 0 R 845 0 R 846 0 R 847 0 R 848 0 R 850 0 R 849 0 R ] >> endobj -830 0 obj +831 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/linear.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 855 0 R +/PTEX.InfoDict 866 0 R /BBox [0 0 648 432] -/Group 851 0 R +/Group 862 0 R /Resources << /ExtGState << /A1 << @@ -2769,12 +2862,12 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 856 0 R>> +>>/Font << /F1 867 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 857 0 R +/M0 868 0 R >>>> /Length 2511 /Filter /FlateDecode @@ -2791,33 +2884,33 @@ x ��2�/8�A[(6F����r����5a����&�a\I ��ЅD�F8�@�^�́l�I����L�@�S�f E�è�p�rDKhb���#�A�7H.�1��?�EF#��� ���.S�O�A�B�M��g̫�#�d8��먋h4� �G�_�!DQSGhDxF�I@PBH�`�$`g�u�#$@�� �2R���&B�c�C��,���m�_��-&�7�y�i��HZ��� x ���px��&�������,` �{q6���r��u5� n(�]���&}W�� ��,�5Z6��O�ɫ�9�p����.�9��E��K��D��Z����o)>}}K�����T�ɛ��r��ߤč��x�W9��( 1x��]���%����3����1T�nϥ�A���g�v\��}k�_�ދn��ʨ��.��}�t���AD�\-���c�ʪ���'ӯ�y:�3���ѫ�;��|��t�t����ݾ|��?,�["��cH���M���)T�C�Ӡf�)Y�^�� ��~����4��x����?�>^Wmyt��腅�l[�udc}&xHgyL��ΧV�8vy�ͼ���o??���/2�� endstream endobj -855 0 obj +866 0 obj << /CreationDate (D:20201017194253+02'00') /Creator (matplotlib 3.1.2, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.2) >> endobj -856 0 obj +867 0 obj << /BaseFont /DejaVuSans -/CharProcs 858 0 R +/CharProcs 869 0 R /Encoding << /Differences [ 97/a 100/d/e 105/i 108/l 110/n 114/r 116/t 120/x/y] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 859 0 R +/FontDescriptor 870 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 860 0 R +/Widths 871 0 R >> endobj -857 0 obj +868 0 obj << /BBox [ -4.742641 -4.742641 4.742641 4.742641] /Filter /FlateDecode @@ -2829,21 +2922,21 @@ stream x�3P��2P�b]=##3C�\.8�@!(��p�Hepq9q���x endstream endobj -858 0 obj +869 0 obj << -/a 861 0 R -/d 862 0 R -/e 863 0 R -/i 864 0 R -/l 865 0 R -/n 866 0 R -/r 867 0 R -/t 868 0 R -/x 869 0 R -/y 870 0 R +/a 872 0 R +/d 873 0 R +/e 874 0 R +/i 875 0 R +/l 876 0 R +/n 877 0 R +/r 878 0 R +/t 879 0 R +/x 880 0 R +/y 881 0 R >> endobj -859 0 obj +870 0 obj << /Ascent 929 /CapHeight 0 @@ -2858,10 +2951,10 @@ endobj /XHeight 0 >> endobj -860 0 obj +871 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -861 0 obj +872 0 obj << /Filter /FlateDecode /Length 304 @@ -2871,7 +2964,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -862 0 obj +873 0 obj << /Filter /FlateDecode /Length 227 @@ -2882,7 +2975,7 @@ x *��s��>�h][M endstream endobj -863 0 obj +874 0 obj << /Filter /FlateDecode /Length 245 @@ -2891,7 +2984,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -864 0 obj +875 0 obj << /Filter /FlateDecode /Length 68 @@ -2902,7 +2995,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -865 0 obj +876 0 obj << /Filter /FlateDecode /Length 45 @@ -2914,7 +3007,7 @@ x "���}� endstream endobj -866 0 obj +877 0 obj << /Filter /FlateDecode /Length 161 @@ -2923,7 +3016,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -867 0 obj +878 0 obj << /Filter /FlateDecode /Length 157 @@ -2933,7 +3026,7 @@ x ���f�W����7y endstream endobj -868 0 obj +879 0 obj << /Filter /FlateDecode /Length 131 @@ -2942,7 +3035,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -869 0 obj +880 0 obj << /Filter /FlateDecode /Length 87 @@ -2952,7 +3045,7 @@ x ���W6xU�������l�1ؠe��ηI���� endstream endobj -870 0 obj +881 0 obj << /Filter /FlateDecode /Length 138 @@ -2961,130 +3054,154 @@ stream x�=�A1�y�?)vBXUO��_K��^��1BCo�j�� Nj�K���)��Jș`���g�zb8��������V}��F�%h�G�Siܖq�5�)�\�����W�4�ݴ��k8�߽����U�__�.� endstream endobj -851 0 obj +862 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -814 0 obj +842 0 obj << /Type /Annot /Subtype /Link -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [214.466 733.142 228.165 742.839] -/A << /S /GoTo /D (cite.aebasic) >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [132.969 393.446 149.919 407.394] +/A << /S /GoTo /D (figure.caption.2) >> >> endobj -815 0 obj +843 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [216.63 716.372 223.355 730.164] -/A << /S /GoTo /D (Hfootnote.4) >> +/Rect [221.726 350.773 228.451 364.565] +/A << /S /GoTo /D (Hfootnote.3) >> >> endobj -831 0 obj +844 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [132.969 214.368 149.919 228.316] -/A << /S /GoTo /D (figure.caption.2) >> +/Rect [226.459 350.773 233.184 364.565] +/A << /S /GoTo /D (Hfootnote.4) >> >> endobj -832 0 obj +845 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [336.263 324.206 349.962 333.903] +/A << /S /GoTo /D (cite.aeforcompress) >> +>> +endobj +846 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [228.034 295.314 241.732 305.011] +/A << /S /GoTo /D (cite.aeforgen) >> +>> +endobj +847 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [127.932 280.869 141.631 290.566] +/A << /S /GoTo /D (cite.aeforgen) >> +>> +endobj +848 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.726 171.695 228.451 185.487] +/Rect [476.681 263.434 483.406 277.89] /A << /S /GoTo /D (Hfootnote.5) >> >> endobj -833 0 obj +850 0 obj << /Type /Annot /Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.459 171.695 233.184 185.487] -/A << /S /GoTo /D (Hfootnote.6) >> +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [371.303 223.085 385.001 232.782] +/A << /S /GoTo /D (cite.aecombine) >> >> endobj 849 0 obj << -/D [847 0 R /XYZ 55.693 823.059 null] +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [494.33 117.282 506.286 125.695] +/A << /S /GoTo /D (cite.variationalae) >> >> endobj -18 0 obj +860 0 obj << -/D [847 0 R /XYZ 56.693 782.706 null] +/D [858 0 R /XYZ 55.693 823.059 null] >> endobj -850 0 obj +861 0 obj << -/D [847 0 R /XYZ 56.693 610.851 null] +/D [858 0 R /XYZ 56.693 789.929 null] >> endobj -852 0 obj +863 0 obj << -/D [847 0 R /XYZ 74.626 165.518 null] +/D [858 0 R /XYZ 74.626 213.92 null] >> endobj -853 0 obj +864 0 obj << -/D [847 0 R /XYZ 74.626 153.563 null] +/D [858 0 R /XYZ 74.626 154.144 null] >> endobj -854 0 obj +865 0 obj << -/D [847 0 R /XYZ 74.626 93.787 null] +/D [858 0 R /XYZ 74.626 130.233 null] >> endobj -846 0 obj +857 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im1 830 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im1 831 0 R >> /ProcSet [ /PDF /Text ] >> endobj -893 0 obj +907 0 obj << -/Length 3030 +/Length 3218 /Filter /FlateDecode >> stream -xڕɒ۶�>_�#U5Cs_rI9�R�zeǎR����Q��E�\<�߿�@QJλ���h4z��l�y����ջ0r��+�$t�'I����Qq�,��7X<Y�>~X~^����͟�.?~X<Da�����������<t�~~�x�$���a�5���˻owp�;�x��yq;����W�Y��o��EE�<�ʽ灗�V�w�����b/(�|/K��rg:`�ݲ��5V�V�ijF6��q͡�]�[G���g�k}�v(��Z<�u��� �:�*���%F��7�JV=#F�ϱ�PZ�C�yIR�7��8��<n�5�v�g���4� -w~7��Ɍ�dj�_���y�z��_~�wZH}���7j��X�����q"s�����{6M��������M9��j��U]2�a���˂�P�i�r��A��)If8ڡ�;Svp�����Q��K�uR�ݚ�y@��8�'^1uc:����V�z���e���0Ͷu�C�_8wz��o��V���D��T7�����!]�h��_��ppㅢ��Y�ġ(3P�̷��@Zp����`f�Tr-J�k߿����߃H@(Ԝ� -l\�Q�ܓֺҹ۴O$�����]��4�;����~�Ek�ܟ�E��"�����T��c50bGT��!�1ҹ�JӪ�o�7U%`��x�Z��q�Y�U%O�6���^Q\8�/�3w� ����`o�6��b\#��1�L�-?)^��|l�E��n�_X$.x�R��V�LlY" -�]�('nw���R'�������<vb/�r�sv���{Y9�����Kg��R�!e<�X�0�2P�3��� �T�����<����V�f����9�C�>#i���w$����k���Z��+���� ]��� ��Q����6Z�C�4c��j��G�0(��ѣ"�<*�;Uoe��C'[�ZP����j�C��\K��k�A�� �GҲ��T�5sW:�u͙ ;w�N����*N���a���$B�����f�PH����c��� �U�t[S�D6#J/������As!#�v>, -2Z0i**b/�aR���ؙW���y�@��i$İ6͝Ȭ�|$,�-(��y��5¾��l^xS���j�b�?DI曀q��� n�����L�V�3ہ!���%B5�ܷ��B� -�RԎWu;v���q�����rt`#��Y�S�c��\�pp�s��tg@����\��O9�Ycn��_86C��o�H|ŗBKm����^��v��+�SJ#E��F��d�M�����5�:a�)�F{�u�L8*SJR���|X�x��0���r`�L��`!�.�����d�����Z��d.�\9|U��!ہ�ԝD��O�1�C��5u- ���=K��A������t�{+9�g�ٓ3V�g��`O�:��CzJ�g� ���m�N�\e7���\�����@G1�����V��y|%��)�ܡ�ec����:���<�mx��̿��v({��ɮ1l����b -�̥e1�G/�IW�c@�; -X6t���tʓ�Ī����� -ʏ -f6���ebΏd=)4�c�w���6��Z`�-P��Vɬ�<� -<��*�t;Π��`�B�r�:������\�j�]��V��$���`�M���������=d���7M�_{�]����J:JH���e܁��5 -!�gY~V����m�v�P�����M���B��Dpili���C��[�J�y��5�l�����)�j8�P��n�F��@ٕ�Q����x��2Ot*�G�<��T��D�J�y�#F����Ȩ�%�(Sn[)S�8|E����#��C�?3"�B�l9�u��>\5��H�j��gE��<���/9J�;�� �/�F��sJp���sh��s�0P�n���Q�haL��ia�~�s��z�w��a-�k6j�fMiy1v�V0��F���{�� ����^ -0n!�"��F�(��9�>�ѕ� EԬkK����� 쇵� ��j�@���ˎ�X�WzLW��`L�|0hN��+��lcqF�e������5j�?W�J$ -�ER�"M2���An�1�t�Nx��#�`?�%ݎ#Ib]B>L��H���(L��<�(�-�Sl��PwÁɶ� �p�$�ǚ���㞮����r��zh�&Ê,��;B�e,�a������g�&g.���v�r[�R�J���e�H�c���Y��w�՚glU�+%|}Hv����MϬ�a�[;sκU7<���h�AH��.�d�ũ��yΏЕ��P��g�{aSb8�,�]%�:�ѓ���-F�&7��\�<L��l��{�[�r�;a�4�Rڄ�wQ�Zw����Ƀ�P:~diDp"���A��:���g�P���@�[z5���8��� ��DAp m�C;��e�XtH/�=�hg��We �Tb+��L��'5��;dh���n���M�l�c'i���W��g��t��KF`Ƴ�4MazU�������ڐ��)���`�4����|�A�}��N���z���"��J���\���)T��ޜ&��[//Lg�^/��3��k�5x�[ �l[#e�B^��PN���V$ha�HpΥ>��G%}�=���Mhރ^ZO(��g�i6������+�������p(i�m��Qj۩�k���c"L�~Z�b%8?�@d���� �䛒�oYMh9u+�?��z��b��qE�w��PS�b�E� \�1_���e^���� ��˒h�k�Z{�el�=����^���Ͳh���.w -�HAߩ�g`^��Q$��h���:=5>A� _��-v;�饡���՜��?�"N��q��3)���2�Ud|@E1��"��h�(n��:�%�r�(^����LX\�E���"�|��y���S�%��D�um%L)������m�^��I�;m�?�?�=�����I�g�⩐��6q�.�?.=���y*n�^z?o�:����6w� +xڍZKs۶��WpI��A����&�s'mRw��� �5E�|������@�6�zc8���y~�� ~�����͇DJE&˒�vdy��8���6�#T�7�0��O�_��"����?�~�����N����w�(��|�}���u����y}��,/�_��2�{�s��n�z{�ϕ �@M�E��4����+�@�9�#m���f��TQi�Y�]}������&R�yl"�sd��U�� +�0kI�4ʨ��8J2Oy���Z����Z�07/�,1�4)=k��z��~�q)�^Ϸ4ќm��>Uɍ�JPFܠV�*q�����22Z��?T���%� +Ut�����4���o�x����l���Т�<T ����d;-���5����똺� �ٴG\tS�F$� �i�oaJ۸$U:��.Uh�iG�@PʍJ�4�����"o������E}_~��I��X�0����q�?"�;>TǴ��i��@��m�K �Ղ��QQ�0V`n���`T73/BW5{�����41�pp<fO���ءjhwB`��qn��{� ����x�f�{�F�Р�e����'o�{����:��?�;�Sm��6,eR�$%~m�m��v=�.I·=�Ĵ�?nP0Z+<H<sע�������D��;�Ŋ�Y<�����Qہ���Bܛ�N���k��n��g����*.J��3�0U�V5�|,���puͽ��A[��� r�Z���1㶩e��<�m�ֹM��C7n!d���rG���J&W�$��`�N��,�3r��;�(`�ػ���\��3�۾A���L+L�0;2A +S�0_��i�,�X���l>94���R��N���i�*m���+���k c��*)S���R��N��ilph��i�=Jk@]>�X*�m�'��v�~6$q}���Tyޜ�i�f�C6�t[�-�� ��?�k����=�KIY�k�3�(~�Fy�č�*[��4E~�����w��WQ�/��t�C5d���;���=�*B�kZ�������Ź%M6�m)�c��aI�oXq�;�;��<qeB�Vj�{&��=�Ѯ����C�0��)8@.��֏ܙ2:;���@�g�9���,�8|D�x״V�Z�q�b���%�y��ݬ��k;0����t����i�K �[��Ԁ,�k~@A0�UX`N���{���8�X�*+�˭�ђ��w"��^�E�U��ndǭ0o���c�J�ʋ��K�w.���59` ��ł��-&�BHyY0>k���v����qL�B:A5w2JhW��"��ƭ� ��z�v{GY�"�ڮ�A��@S�� [w>�bg� �5,(��(��Llу���Uba�g�U���q^PA�����"��N���d>�a륬$���6v���Rz����6@gl���l���M8@���c�t�����Y���~�T�ƍ�WS����|Oi�0^0��6S���RT����_�l8���s��F9!�c�]q���b�fʾb�2��@����v$ݮ�v��,}$%�njZ��D�a.����Ҩ U��t��|e`:�lU�~�r7��y�w�����I�[9Ŕw�,��z��N�i����4_�;G����"�y&r%#�w3.Q���<���3�bw�ׁ�0҈�L���C�>p���������*7$������p�4�AHC� c-=졕$M�d�DtB�����;T{�� ����{η���ߘ��� +������._�99�<����$_���и_\�p���_���f^m��gٴ�L����D�Kp�i��J��ʼ���SgO���,�1AUʑ��y�),�PQ��X@�l���V_X����|���y+�u @�ʕsJ���]�Nc��k-�]��q�aʨ䏸��}��~J��Y��8��j�0��è�a�O�1o�FҋX$~瑗<�kO��k"�a~�%$6������� .L��o +�߳��tz�������T��ո���3�n�x0�D�)V�98V���=���'Q����Z\���H�jqu���LfhE�-���>x}P9�BR��]�m��J�Cx�\X�C�_[�o�"���!@~�(C�XTQ#x"�=5**�'W�9_t�x:� 4eB�@3�kR�A�!��O����m�J��j�|H����,Y*2�����7fOL���4�r���j����X(|�#��'��L +A�� ��1�Uy��N@�%�1,�>�4���9������>�/�(pn�ͅ)_��4I"mj6՜F*h6?Z�_�MCy�d٥�4�I�g���=��@���"���˨P��9�͇lor8��`G���_�QqZ�j4�H���ZMaX��5B���Ȧ��vdP�[h��YO��]iGg�z5-i_����7g����$s���_I֯C�@?/�����a]��f)�_� �8:^MA�m��)��m����\ �BцkZ�A?@јA����D7B�H����;|7�K�rV�o<"m��𭔞e|���wnؿ��G���_1�#����G�,�74�y+��L\R&fW�:n�"�^/ƞ*hp�JGPU��(/�C��G�� �V��-���������?jC�~�3qhyd��㠼r�0����('&$Pb�}bB���2��$U�})����� n�V�d������}YѶ��?c58{�k|���W��2�b��nX�8�\ �(��]w���"��/o8�c����d�ZR��&��b4���Rf��is�Jᢡ�\��V������*��W�<䰩����8� ���V�e[O�`����t��&_'q�"�6-��G~2i����L��?�m[u�x����,��V=k��V)'Hͽ�WІ;�?�?��W�b80��-�B,\>��(��lH�Щ����*[������s#Pr3OG��3I������se���ӷ�[N��\P +���8X�ѣ,���f����<SE��*��m�ҋb���� �[���ˋ~k�� �����J[%W�����4X;�.��좷��3:x�l3�n��Tya��u�����f����q&ږ�1�(R��?�`���2��襗��W�A��P�4���՟�g ���� endstream endobj -892 0 obj +906 0 obj << /Type /Page -/Contents 893 0 R -/Resources 891 0 R +/Contents 907 0 R +/Resources 905 0 R /MediaBox [0 0 595.276 841.89] -/Parent 825 0 R -/Group 841 0 R -/Annots [ 834 0 R 835 0 R 836 0 R 837 0 R 839 0 R 845 0 R 872 0 R 873 0 R 874 0 R 876 0 R 877 0 R 878 0 R 879 0 R 880 0 R 881 0 R 882 0 R 883 0 R 884 0 R 885 0 R 838 0 R 875 0 R ] +/Parent 819 0 R +/Group 852 0 R +/Annots [ 856 0 R 886 0 R 887 0 R 888 0 R 890 0 R 891 0 R 892 0 R 893 0 R 894 0 R 895 0 R 896 0 R 897 0 R 898 0 R 899 0 R 900 0 R 901 0 R 903 0 R 889 0 R 902 0 R ] >> endobj -840 0 obj +851 0 obj << /Type /XObject /Subtype /Image @@ -3092,7 +3209,7 @@ endobj /Height 787 /BitsPerComponent 8 /ColorSpace /DeviceRGB -/SMask 898 0 R +/SMask 915 0 R /Length 1104875 /Filter /FlateDecode >> @@ -7022,7 +7139,7 @@ Uo G�q���v��:��p)7�*�O����-���r6~�_ɩ��Ɉ�&L?��N����J���5c7~����4>��L�p�hC�oI�]Y�kA�Cv୬���8OBF0E��Saa�yllRk)�^��T��\��<⤔f��w'{V��#m�S❉΅A��^�`W�6�vTC���!ظ�E��1���S\A�N L�}I�s~�d�� {L�@��{�)>wS���c�HtQZ:-��� �t��s������kў��a��a�)��K�?� endstream endobj -898 0 obj +915 0 obj << /Type /XObject /Subtype /Image @@ -7037,10 +7154,10 @@ stream x���1��� ��g�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� \ endstream endobj -841 0 obj +852 0 obj <</Type/Group /S/Transparency /CS/DeviceRGB /I true>> endobj -842 0 obj +853 0 obj << /Type /XObject /Subtype /Image @@ -7048,7 +7165,7 @@ endobj /Height 787 /BitsPerComponent 8 /ColorSpace /DeviceRGB -/SMask 899 0 R +/SMask 916 0 R /Length 1033227 /Filter /FlateDecode >> @@ -11097,7 +11214,7 @@ g ^L�X��e����JP���G�4Ρql�c�<�F`��&H!ϻ�00�;�?���G�0l/\��(%X6u�=3b�����ӉäDH)��4d"B� $����փ����3�٩$P�4���n���u8�ԙO����h�xt�`"Jۖ�#H�1�qe9���4s���-�[F��|�v��W�v��DŽXܥ:��ܯK)K���1���v��4���,H��Y�s�5l�gz�[e�V5��^6�b��;�į��|��"~z����^����X���ݜ����9b��9zx�x>�^�o��7߉>~/n1�~�;�O� ��?n����������8�������������������N�������o���������|���_\]��M���Y���yQ�Ţ.�M�^f�e�Yd�E�^$�:mJ�*�W���H��h��}�C� eZ�eǶ��NFX�ܦ��z��{~�&�"��b=��&�>n�v�[�oƾv�3V�i�ij�e8�3���5�}}T�Ge�t��`�Hb� 9��]_ �H�vr�Y��^�pN W.�@�`�Z,���\��^[����Q��� E�7"��t2b�*ЂȈl���.�$K/�O/��M2�~���8�&q'4��|+����3P�2g<1�,�t�.��b钌�h����K}�ɍ���GоNy��Ѐ '�%��g�#W��)ľ�v4���c>�ٱ=���6�A�D�m��v�AF���&-ݹ,@����E��7��R%���ZF�f�p��'�x�&}\�� lZn���K�8��蘐&b!����#\�c��D:�h\n��V�`"�'g��@���,�g�63v�@q����- F]a����v�q_��E�/�= ��[yR�Ʌ.�;#M�tO�, ��1|���3~0��?����;�i��p��eD�gǪ@;��8j��5����|�Ԏ������;��3JwʡaFLp�h �kK�'ń��Q����9�=��P�D�#z�/��o�#h\�����qY�3}�C ��1�acFlx��# �ނO����1���/ͧ'z�ׄ�. w�ٸ|�Q�4K�IˈijP��d�����2S��O|&r)Ϛ��@���� #z�|�1c�o�#XliB��ň8�w�����+-� �����o~~������������UD� endstream endobj -899 0 obj +916 0 obj << /Type /XObject /Subtype /Image @@ -11112,7 +11229,7 @@ stream x���1��� ��g/�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������c׀� endstream endobj -843 0 obj +854 0 obj << /Type /XObject /Subtype /Image @@ -11120,7 +11237,7 @@ endobj /Height 786 /BitsPerComponent 8 /ColorSpace /DeviceRGB -/SMask 900 0 R +/SMask 917 0 R /Length 1172918 /Filter /FlateDecode >> @@ -15544,7 +15661,7 @@ YBa ��at*B����>G���F��1ZY�v����i��|���6o׳~h�����Ry���9&�}F�'�L� a�!��d����1�M�k2ӿ�=��m�D����7��;!�KcgCQ���M�G��Y>�fӪ�����<�C��UP������oP���mi���W|H�{�{d�Rzk�ם����#�ֽ�:[ !K!d ����j�|�����T;��d�����0�� A��T��M0<�c"IM�8�J'E9,������ endstream endobj -900 0 obj +917 0 obj << /Type /XObject /Subtype /Image @@ -15560,273 +15677,266 @@ x ?�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������<�� endstream endobj -834 0 obj +856 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [336.263 755.309 349.962 765.006] -/A << /S /GoTo /D (cite.aeforcompress) >> +/Rect [86.587 573.491 94.433 583.187] +/A << /S /GoTo /D (cite.ostagram) >> >> endobj -835 0 obj +886 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [228.034 726.417 241.732 736.114] -/A << /S /GoTo /D (cite.aeforgen) >> +/Rect [387.335 526.317 401.034 536.014] +/A << /S /GoTo /D (cite.aeforanomaly) >> >> endobj -836 0 obj +887 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [127.932 711.971 141.631 721.668] -/A << /S /GoTo /D (cite.aeforgen) >> +/Rect [111.844 511.872 125.543 521.569] +/A << /S /GoTo /D (cite.aeforanomalyphys) >> >> endobj -837 0 obj +888 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [476.681 694.537 483.406 708.993] -/A << /S /GoTo /D (Hfootnote.7) >> +/Rect [332.596 495.101 339.321 508.893] +/A << /S /GoTo /D (Hfootnote.6) >> >> endobj -839 0 obj +890 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [371.303 654.188 379.148 663.885] -/A << /S /GoTo /D (cite.aecombine) >> +/Rect [58.948 468.534 72.647 478.231] +/A << /S /GoTo /D (cite.QCDorWhat) >> >> endobj -845 0 obj +891 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [86.587 429.188 94.433 438.885] -/A << /S /GoTo /D (cite.ostagram) >> +/Rect [428.179 425.197 436.024 434.894] +/A << /S /GoTo /D (cite.aeforpurity) >> >> endobj -872 0 obj +892 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [387.335 383.167 401.034 392.864] -/A << /S /GoTo /D (cite.aeforanomaly) >> +/Rect [135.156 410.751 148.855 420.448] +/A << /S /GoTo /D (cite.aeforfault) >> >> endobj -873 0 obj +893 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [111.844 368.721 125.543 378.418] -/A << /S /GoTo /D (cite.aeforanomalyphys) >> +/Rect [182.034 410.751 195.732 420.448] +/A << /S /GoTo /D (cite.aeforfraud) >> >> endobj -874 0 obj +894 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.596 351.951 339.321 365.742] -/A << /S /GoTo /D (Hfootnote.8) >> +/Rect [384.672 393.98 401.622 406.6] +/A << /S /GoTo /D (subsection.9.2) >> >> endobj -876 0 obj +895 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [58.948 325.383 72.647 335.08] -/A << /S /GoTo /D (cite.QCDorWhat) >> +/Rect [81.54 338.522 95.239 348.219] +/A << /S /GoTo /D (cite.aeformotors) >> >> endobj -877 0 obj +896 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [428.179 282.046 436.024 291.743] -/A << /S /GoTo /D (cite.aeforpurity) >> +/Rect [124.643 338.522 138.341 348.219] +/A << /S /GoTo /D (cite.aefornuclear) >> >> endobj -878 0 obj +897 0 obj << /Type /Annot /Subtype /Link -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [135.156 267.6 148.855 277.297] -/A << /S /GoTo /D (cite.aeforfault) >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [114.39 255.79 127.203 265.753] +/A << /S /GoTo /D (subsection.1.5) >> >> endobj -879 0 obj +898 0 obj << /Type /Annot /Subtype /Link -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [182.034 267.6 195.732 277.297] -/A << /S /GoTo /D (cite.aeforfraud) >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [132.738 255.79 149.785 265.753] +/A << /S /GoTo /D (subsection.9.26) >> >> endobj -880 0 obj +899 0 obj << /Type /Annot /Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [384.672 250.83 401.622 263.449] -/A << /S /GoTo /D (subsection.9.2) >> +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [118.952 243.337 132.651 253.034] +/A << /S /GoTo /D (cite.graphbasic) >> >> endobj -881 0 obj +900 0 obj << /Type /Annot /Subtype /Link -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [81.54 195.371 95.239 205.068] -/A << /S /GoTo /D (cite.aeformotors) >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.31 212.121 125.035 225.913] +/A << /S /GoTo /D (Hfootnote.7) >> >> endobj -882 0 obj +901 0 obj << /Type /Annot /Subtype /Link -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [124.643 195.371 138.341 205.068] -/A << /S /GoTo /D (cite.aefornuclear) >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [402.678 197.675 409.403 211.467] +/A << /S /GoTo /D (Hfootnote.8) >> >> endobj -883 0 obj +903 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [114.39 112.937 127.203 122.9] -/A << /S /GoTo /D (subsection.1.5) >> +/Rect [478.087 183.229 484.812 197.021] +/A << /S /GoTo /D (Hfootnote.9) >> >> endobj -884 0 obj +889 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [132.738 112.937 149.785 122.9] -/A << /S /GoTo /D (subsection.9.26) >> +/Rect [518.683 160.514 533.406 174.462] +/A << /S /GoTo /D (subsection.3.5) >> >> endobj -885 0 obj +902 0 obj << /Type /Annot /Subtype /Link -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [118.952 100.484 132.651 110.181] -/A << /S /GoTo /D (cite.graphbasic) >> +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [182.688 114.343 197.41 125.191] +/A << /S /GoTo /D (subsection.9.5) >> >> endobj -838 0 obj +908 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [494.33 65.161 506.286 73.574] -/A << /S /GoTo /D (cite.variationalae) >> +/D [906 0 R /XYZ 55.693 823.059 null] >> endobj -875 0 obj +909 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [518.683 49.619 533.406 63.567] -/A << /S /GoTo /D (subsection.3.5) >> +/D [906 0 R /XYZ 56.693 789.929 null] >> endobj -894 0 obj +22 0 obj << -/D [892 0 R /XYZ 55.693 823.059 null] +/D [906 0 R /XYZ 56.693 291.573 null] >> endobj -895 0 obj +910 0 obj << -/D [892 0 R /XYZ 56.693 645.627 null] +/D [906 0 R /XYZ 74.626 177.052 null] >> endobj -22 0 obj +911 0 obj << -/D [892 0 R /XYZ 56.693 148.72 null] +/D [906 0 R /XYZ 74.626 165.097 null] >> endobj -896 0 obj +912 0 obj << -/D [892 0 R /XYZ 74.626 78.113 null] +/D [906 0 R /XYZ 74.626 141.187 null] >> endobj -897 0 obj +913 0 obj << -/D [892 0 R /XYZ 74.626 66.157 null] +/D [906 0 R /XYZ 74.626 105.321 null] >> endobj -891 0 obj +905 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im2 840 0 R /Im3 842 0 R /Im4 843 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R >> +/XObject << /Im2 851 0 R /Im3 853 0 R /Im4 854 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -928 0 obj +941 0 obj << -/Length 1947 +/Length 2043 /Filter /FlateDecode >> stream -xڕXK��6�ϯ����h�A؛wm�&�8G�J��F�HtQ�dz�>��9�F�xO ��u�� ��!J��o���y�N�H��f��v�Q�'�U�A�.�]}��fk߾�}��"���o�����~�U2�_���"��v���덑��o7[a�����H��g��s������_7,H#1��:ڟn>��F%�����&z �S��H��a�z��M���(�4)2��p ����uw�й�La�C0����W�-R�[�2Ʌ�t���lXȧ_m�E�]�S;6�ۀ���gCڻ�6��O~#���'�xw�z��_�m㿃�I�;�K�G*tS5�p��i�k�6�e��)P(}8��X�q�q������%�m!�@m�N���>�}A]g|#�㊯�;����tMɳ{������'7����o�wu��Ⓐ�w*�ؗ�RX����8#ڮ�6W¢Df�|iCd�/:S�$5��i�0 -���@0�p8�鲄 �ήb���ʊDaL�@���ٷMw���u���`�O��p�ێA�}K��~�����d��W��)4�o� ��CZ^��bH��<���.�&�����b�xh��<_ᜬ�1&���"���$'��2Ita!PIe1�ɰ2^ݞ��M��!��v�}��� -� �*�d�"���:�]��H�VY�G���A�����o�����ӹ��;����kW������LN����%`�o�̀D ���I!���e�e#���bxi�|��Y�C䁐|P��������{���x��g��'��V$E�/�Y��3�,S����q�3�j�2� �m�c����v��=X�I�9 �ɦ�1�����G����U/�#K��+?�����pXW} &��&-������e��l��.���3Y����v�H���<�.�ÇeI��?�i��%YV]3�H -�"��\��<['��U�s.RZ*XT���+WP -H"�nP]�K�z�@�\�]A,�@|���M���\)��Sa�2&R��;�g��f�@6q'�؏�tS���ܬ��z�^SBq�!;�w�L#�}֣ ��/�hJ��&����r�L:�o��,�D�%"���z�� X9d9�7�8�5�1*n�xm -�Mv5 -p�끑��LF������,�ŵ<��P*[D�d=$0���F�=2p]����2�BI��P �|ߍ����%�CV@�(�(!bO�KuB��.R -����S*��;�<ʼnKdB⣯:�"֡���S�&��#6�@w��]��!��àG���DTX3�����S�С�<��uɟ�Tj���eIhWX��j�b�s� Rn_p�ڗ|j_p��a���I�n�xD��p�� -�ϝ�SM���5|M�q�l��� x?�5V�g�������e������#��I�JE+�[�5�:h��n�?;w�I�`��sa��(��ߓ�����kBC��hNS? 3��DZ-����A�����{�CO/�įF^�~w�L��Ĩy̙S�R6P�o�Ш�7��e0�[�"�^��T]=���US���`9���¶��:���� ����Lrk&����Ã�� 8�����ptI����ob"��(��\>Lx2���Iv�)�'Ҙ����"��l����6�i� -uQMב�=w�/ٜ ���8���$29x�qz����U�t�~�zb(��m-�_4� -�W������ˋ�d����me��Ñ��d)� -"�1�1t(k�v]��ԝ��`5�0L :-��ʲ�������գ��e -�"��h/��B[����еDY\�x��R5�@��)Jq�,j/ ���o#"�MD�%�3p�qd8W_ H��*C��ό�!X���E���.�wx2<�`D�(�W/�pA�8�]@/T�Kk'Wߊ���o�� +xڝXݓ۶����'jƂ��`����8�8��L��3SZ�I�%�BR>��]�B"e�r������'�%�$K�������k�)E��*��&��ԉC�)�M����պ,����ͻ�*ҟ^��͛�ޮ�Z���ۗ8(ҿ�ټz�b�T���ݫ�Z�ܺ�+��j牧\�������� '�y�0+��&�o~�=KjX�!Ʉ.]r8��qR����7?�d|��� +�r�,�Dk%\V�F�M��� �LƴȒLx��'/;��篔����D��Ra�M�T��9���ٝzO�I���Z���<;��y�T撡%І�xw`�]_��i����m���+�v�5�]��X��f�z4���d���$kU +'��?V�����V����(�2�G���� +�,7�z�ɮ�� +Wz��gҴ�ٚ����#�[���j$�`�3��ߎ]���wl�wߣ lR�q2��gEa#�v���p3�i�2��'�F��lk� �,���l&�*�G�0����'F��3�x3&�}��-^rO�3���*5���UKU�d���Q�`}�<��*��_,]�\y��M���=sO[o��]8U��6x찴��4Ĵ�ޭ�X�6˅��q�Y��-��,��Ӊ�5��O'�� �p�a��bn���.\AkH6ޠY��X9�:K�k�3�Ԕ�t�(V +D�m��}�q�b$�B��#N�n�u^�t�o���H: ��D��� +��TdH�kk�Ӑ����N!� �"*�3��s��ڕt�u���*��� �;';}�?�F,>�e@�Rh|�[8�KO#f�'�e��yRAɩ@^�}� +��� +��|�wtxT:�f<>�%���Ȃ�x����TN u�$�R]��*eJ�P����0�� �i�H�W�$�QH��Y;C$�[ɉ ����@���qj�P��q[6#^��g +�{�6;/�]Ի&�������e3s���]�E���h�(`�{ �T��#��5TE�K�q\J��p �ڳ�v<�H�%��l(�~������//�unfS���CsR��Q!�)g +�Ù�2�w%�>�☃�%o1G9=1nO}��å,y���B�/��YU7O�[@�ӑ����@��c��rm�XF�Q�V�ȯ����4��4��z�p]��s�<�+H���QGߓ/D�@�nD�B�����}��O<����=K������,���`H �xnO�t�k�3�� +�Y��D����0�㤪��z| >UB�x�Ǘ%�d��M~h��Ă��nk<,B���¤�{��a1��/T� $p��콛�ӐCC���B�c��P�<���n{8�+�ѣQ������ E��|8���--�B}��i���.T~��n�fl�[�� ��vNh3�g��HSk�m���=a�}ϣ���h�oFr��HtO��#�"�{���[hr{V�E��N2�Z ���)�uйcswx��|�j��j J���]��p��@??ES=�&�1W�����m��UC��0���'��4�(�!z� +v�1���'��� }����*D�Wk4^��ώ����e �!+y�`x-u���T�<g�ة��%�� -!]d�^= �/,�P���L.�1"���wJ,�w�S��E&�EG�O-�X��6�S�����A��Y���L�D�j��a��s��|n�o �C��3�@������S0ZJh����4�S2گ���)�c��և�R�ld*�3m�`�@N�X�q��NĹ���p<ztvZ�'|$�U��?3�`�B!3ޅ���d� }���֓�?���G�2�집��x�Zg����3t���җ�x_^����_��I�ߩM� +11�$VŬ�nq)dB�^��j⋫���@8�}b3B���)� �˳>cTbWjT(�-�Tʩ�ۥs�ԝ���*p���P`�P<������ѢZ/���q`��Z�������4�6z0�Mf������6Ӟ<�;����X�8���N�}Y endstream endobj -927 0 obj +940 0 obj << /Type /Page -/Contents 928 0 R -/Resources 926 0 R +/Contents 941 0 R +/Resources 939 0 R /MediaBox [0 0 595.276 841.89] -/Parent 825 0 R -/Annots [ 886 0 R 887 0 R 889 0 R 914 0 R 888 0 R ] +/Parent 819 0 R +/Annots [ 927 0 R 928 0 R 929 0 R 930 0 R 931 0 R ] >> endobj -890 0 obj +904 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/dia3.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 936 0 R +/PTEX.InfoDict 950 0 R /BBox [0 0 228 304.07999] /Resources << /ExtGState << -/G3 937 0 R -/G4 938 0 R -/G5 939 0 R ->>/Font << /F6 940 0 R>> +/G3 951 0 R +/G4 952 0 R +/G5 953 0 R +>>/Font << /F6 954 0 R>> >> /Length 6687 /Filter /FlateDecode @@ -15869,19 +15979,19 @@ X |-w�P��{Y�x����v�UM���7k\z{�"r�/ wZe�J ��I��8L�#6Ոc�WI3��:6\.&u�aA���ë87� ���:��[%{3�T��j���Ö]�o��N�b��)��:>�HB��E�jx ��6�'E��yE��qkʨ���)�w�Ut�����ι{HQt�;}���J�GsAQӸ\y�я��|��ej�����O�TE���Ř� .��Y^[h8D�K=��$������*3�t����a�B�+.;;�D�F&⠯�LH�a�v��>HF �<x�"�6$��0��,�7�M�3�z��KF��=|�r,�[e�ofՌ�)j��V@�o%�Fq;��'�}�w�4��6y~7�H8cdӓ���$�ݟ�_�����t���5ݯ�~M�k�_�����t���5ݯ�~M�_c�$�=�bs�P<z뿼Ϊ�# �5�)����u�[��W�����\���΅7(�ɨ��8I�of��K�?�/�V�7�*�%x�]����ɻ+d@�����x���w(OR��K�r.�� ���8��SJ�n~��7y�Ӕm)^���˟�?m���9�������aS��~��~���W��CP ��Ŕ�_?�i����~�/�^���~��W���rKw:�O߾�����+�����������qʧ��"���G9�LKE .���䷴����/ ��UN<%�9�m�wO�������qci+QF�������_ ���]��n_J���\������� endstream endobj -936 0 obj +950 0 obj << /Subject (%3Cmxfile%20host%3D%22app.diagrams.net%22%20modified%3D%222020-04-21T12%3A34%3A53.937Z%22%20agent%3D%225.0%20\\\(Windows%20NT%206.1%3B%20Win64%3B%20x64\\\)%20AppleWebKit%2F537.36%20\\\(KHTML%2C%20like%20Gecko\\\)%20Chrome%2F80.0.3987.163%20Safari%2F537.36%22%20etag%3D%22gVSXA_lqxaPURHI3rrhz%22%20version%3D%2212.9.6%22%20type%3D%22device%22%3E%3Cdiagram%20id%3D%22Hq349aPmtoJwb7A8-fJh%22%20name%3D%22Page-1%22%3E5Vldc%2BIgFP01Pm4nhHz52Frbzs7sTnf60O4jk6BhFoNDsOr%2B%2BiUGDBCtqdXG3X1xuDfkAueenAs4gKPZ6p6jef6NZZgOfC9bDeDtwPeTKJG%2FlWNdO4LQqx1TTrLaBRrHE%2FmNlVN3W5AMl1ZHwRgVZG47U1YUOBWWD3HOlna3CaP2qHM0VSN6jeMpRRS3uj2TTORqWX7c%2BB8wmeZ6ZBAN6yczpDurwGWOMrY0XHA8gCPOmKhbs9UI0wo7jUv93t2ep9uJcVyILi8s7vPh1x%2FBMn4Q0XN0nd%2FR8egLrKO8IrpQC1aTFWuNgIwiwZbGzTInAj%2FNUVo9Wcp0S18uZlRaQDZROa8zMCErLAe9UbExF3i1d9JgC4WkEGYzLPhadlEv%2BIlCT9FHg7k0cqFcuZEG7UMq%2B9Nt4AYg2VAYvQOv4MLxgr6NF4x6Biy8cMBA4BAs6Rmw6MIBg3FgARb0jFd84XiB0CZY3DNeSQe8iuy6Kp3SKliBbYzq3jjTZXMfIDIiW%2FAUH9YGgfgUi0NFqg2wgWC4A0Ht45giQV7t6e6CVY3wyIhcSMP3oSMQkZOZepnqLbP%2BOoECV2mAE6jGoRVok%2BXtso9P%2FPCDiccrIl6M9k%2FZ9q5gHCr7tlqnp421YTxiTuTsMVe%2BHigU9UmhwHOLcngkhRwtgcAJdGYKacYez6FCTuDFNGoWhdpsSLSx1qdnDOzImLhX0YntRG93Ke9mDBzajIGfKzoAnEh1FEe07rypOSdkS%2FA36Evk6ot3JFvCnksU8M9Qo8Db9UkrknflRdBWJT9JDujSxjpjeYs70i%2FoVaz%2BlR0S6HIb0tAvpagsSfpxvTI4GJgMBCYle2Ig6KqAvdZLAA4wpysFgXPfBFwun5uC7Qum7yzDLRrK86iwiVcKzn7hEaOMN9I4IZQ6LkTJtKjYK6lQEeamOt2SFNFr9WBGsozuOyxztiiy6mi84dmEFUJd2foN7056HwO0uBhEinYQyd0gney8DLrcYB0Qha7fY28HFPfW8NjPp1UKOm43JXpobXSbVx3Ks3xg7fu1cZWX%2F%2BYDc48W283i6T8waTZ%2Fb9QJbP4jguM%2F%3C%2Fdiagram%3E%3C%2Fmxfile%3E) /Creator (diagrams.net) >> endobj -937 0 obj +951 0 obj << /BM /Normal /ca 1 >> endobj -938 0 obj +952 0 obj << /BM /Normal /CA 1 @@ -15893,7 +16003,7 @@ endobj /ca 1 >> endobj -939 0 obj +953 0 obj << /BM /Normal /CA 1 @@ -15905,17 +16015,17 @@ endobj /ca 1 >> endobj -940 0 obj +954 0 obj << /BaseFont /Helvetica -/DescendantFonts [ 941 0 R] +/DescendantFonts [ 955 0 R] /Encoding /Identity-H /Subtype /Type0 -/ToUnicode 942 0 R +/ToUnicode 956 0 R /Type /Font >> endobj -941 0 obj +955 0 obj << /BaseFont /Helvetica /CIDSystemInfo << @@ -15925,44 +16035,44 @@ endobj >> /CIDToGIDMap /Identity /DW 0 -/FontDescriptor 943 0 R +/FontDescriptor 957 0 R /Subtype /CIDFontType2 /Type /Font /W [ 0 [ 633.78906] 40 [ 666.99219] 49 [ 722.16797] 71 82 556.15234] >> endobj -942 0 obj +956 0 obj << /Filter /FlateDecode -/Length 944 0 R +/Length 958 0 R >> stream x�]��j�0E���Y�� �u�.�!$)x�u��4v�$dy`���0s�fF��\%�w�y�z���Iϖ#t8HE���n�x�B��]&�c�zM� �~�������>�fZ��}]Z��l�7��d��A`�^�ye#��}#|^�e�5��A("��N�q�L H��G ճ�����eRu=�3��'_�e���'�E*ϑ��H�"Q�]�_����,��\�S>4�M�gk��q�q�0�T�}��&������� endstream endobj -943 0 obj +957 0 obj << /Ascent 770.01953 /CapHeight 717.28516 /Descent 229.98047 /Flags 12 /FontBBox [ -950.68359 -480.95703 1445.80078 1121.58203] -/FontFile2 945 0 R +/FontFile2 959 0 R /FontName /Helvetica /ItalicAngle 0 /StemV 89.355469 /Type /FontDescriptor >> endobj -944 0 obj +958 0 obj 262 endobj -945 0 obj +959 0 obj << /Filter /FlateDecode /Length1 33752 -/Length 946 0 R +/Length 960 0 R >> stream x��}|�E���y�y�M!$!���݄$�Pz�!$�&̈́f,$B@A�((; `�R�P��+�WP�"� E)��?��1 �w���������L�9s�3�� @@ -15993,441 +16103,344 @@ _ ��q���*<��S�G���sGB�}&�s�;��.�ܫ`B�dcw=9�� �1N8���pϬ endstream endobj -946 0 obj +960 0 obj 12465 endobj -886 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [118.31 767.43 125.035 781.222] -/A << /S /GoTo /D (Hfootnote.9) >> ->> -endobj -887 0 obj +927 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [399.956 752.984 410.915 766.776] +/Rect [488.031 279.597 498.99 293.389] /A << /S /GoTo /D (Hfootnote.10) >> >> endobj -889 0 obj +928 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [478.087 738.539 489.046 752.33] +/Rect [324.356 236.259 335.315 250.051] /A << /S /GoTo /D (Hfootnote.11) >> >> endobj -914 0 obj +929 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.031 218.571 498.99 232.363] +/Rect [221.57 221.813 232.53 235.605] /A << /S /GoTo /D (Hfootnote.12) >> >> endobj -888 0 obj +930 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [182.688 132.749 197.41 143.597] -/A << /S /GoTo /D (subsection.9.5) >> ->> -endobj -929 0 obj -<< -/D [927 0 R /XYZ 55.693 823.059 null] ->> -endobj -930 0 obj -<< -/D [927 0 R /XYZ 56.693 731.814 null] +/Rect [515.385 207.368 526.344 221.159] +/A << /S /GoTo /D (Hfootnote.13) >> >> endobj 931 0 obj << -/D [927 0 R /XYZ 74.626 183.503 null] +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [283.835 192.922 294.794 206.714] +/A << /S /GoTo /D (Hfootnote.14) >> >> endobj -932 0 obj +942 0 obj << -/D [927 0 R /XYZ 74.626 159.592 null] +/D [940 0 R /XYZ 55.693 823.059 null] >> endobj -933 0 obj +943 0 obj << -/D [927 0 R /XYZ 74.626 123.727 null] +/D [940 0 R /XYZ 56.693 789.929 null] >> endobj -935 0 obj +944 0 obj << -/D [927 0 R /XYZ 74.626 75.906 null] +/D [940 0 R /XYZ 74.626 173.754 null] >> endobj -926 0 obj +945 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F29 679 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R >> -/XObject << /Im5 890 0 R >> -/ProcSet [ /PDF /Text ] +/D [940 0 R /XYZ 74.626 161.799 null] >> endobj -959 0 obj +946 0 obj << -/Length 4309 -/Filter /FlateDecode ->> -stream -xڝے۶��_��4�e ���&�L��I��43�%H�M�2/��_�s i��>��C�����a����.�+��2M���~�fQV�U�C&_��V���������^o�|��}s��ϯ67:��/_}��|���n_������U�Y��e�k{pSn������/� ^��qeV�Ӌ���W;��qG�,V��2��������x�yGy����P��{)�u�nn`K;��U�����67Y�����hG��[<ır���|8V=�|����>�b�����9Љ���A���{�r�ʣ2��8Ɋ(K˕��.��Z��1�Ϩt�)�� V�рwv��=o�d����鷿Q�(�=��Ox�灟��0I��e"c��7I����cG�f�l���y�vv&:Mr���=�$*K�"7D�RHb�$I�Y��_���o�-^�=�;�a�:�!�n#��ۡj����؇Ξ�7�� s���Z�D�T�� -sI̊~�q��@��71� r�,��i?Z� ������=wlݷZ3[om��\̇G�rܐ,o�i�v�����^((>�spr�yޝ���������i6O�<O..$��i�$229S����LX��-ώ0�m���������c�/+��?O��"R�R����,@��c��mϛ�m*�r��w���c���d�3_�q�`�v���ܷ�H��#��\y�G�O� -��c^�y�-��E��9������Z;�R�� �-��A����(����|d�ُM��]��g`�-�?Z�asp<d��P�c��H��-\��#ӗ��P��< -QoH��x�,��AA�V[�}��}�9�5�n?��F�S�}�]�ε���E�++K���m����v|�'a䏯a��^k�D�4 }ՓF�^;�0�O�D�aUrbO���q R���|:V|cb��~��V�Z�x9]���8��]�]M�t(���aVj�k�:;�*Sf�L�&�wp'~�=��jk��p����P�Q_5['�{i��_��÷7�;�a�'P �wd뱳�[:�p3�_�y ������P�]�s�����}�>���x�V :=)Xdf;�����̺���s�;��$�g��xokgk����:Y�7t�<�(m�p�"���Ɋ�בTCV�϶�u��d�h��'A^���h���KDH�����X-�b<�13\}σc�Z2+'�/נ��ث:�v��^`�fKvh�#T8D\����N�C�u̓���y�,�,{ 0D��1X��W�gx����} 8�x/+��߈�d����(�&�c��� �n�Gy6m��U����)T�|� -Y=�ׯ�g8��P��pl{����t�Dn�w����كf��a9j �Y�8�G�e����j܀С��˼��9����y��� i�~;�Ž�cM'�SX >Z�a��N\[l�C7n�Ŵ�HO�*]8�ZU�G�gTF���b=�`u^�����L|�_��!��j70%�C@��5�w��-�d�m��F���3$y��}�t��k�[�%8)x���Q ��ZSΧ�Q!ش���O2PZ����]�lG�.&�D:�6�q�4��=ܸ�s=q(��E���D� �'��Գ(֩\2#L@0Yd$3W�x��/�`p!8�����/ ���EpNN�������Iݡ�t�9�Q�P�AW,gO -��}`�Ȭ��<��h�9�K!BN�+��`o���|A�Ff�����٣c��z�l�ǾF(l\y����{���}��:.�TeMIj���m�I��A�߁B�G�O/1.{�8���}x�qyI�ƍ9�e�������Jt�˗�-�g�{��x4�C��;��S%��3���|ˍw���ˁ�.u���"�˿̦�"Ыd�?�����9Q�qeeqI�0Sy���k�4�f`T�U��qr��x�ڰ^PI�촐�P��b���Ӆ+4C�D�� �C�� -�舒����YkA���0�����=wQ�5r���E$%(�#;�7'c�C��,�Lnk�����?���x=)2"���É�C���pA��>�kI9 �a��#Vۢ�yz[۾�����#��$�'�D?pt�8Ѭ�� �@&�]je�!���͍R`�㟃���+1��ر�w�р,I@ -$S�qe��4�=U�����j�Æ����#Uv�f���b/$LI:�br���x�h�u�O�O�� -:[ف�5���w���fO���ݮ"���G �U�&e�@�i�b����T��0�|5�1�lA�(����u ��U#9̔�m(~�ל�]J"BP ��x�"�Ĵ����H���xѥ�N����J0dž��q˟KC�#Wi|7����0��Y��ͫv�M�8s̍]�t�%�Ɩ�O���X?���i#k���Q6�y�X��@MH8�H �G�iF��̞���=7����`�A|f��������z?�*����8����'����@F�3 �&���4�������V�x��;gw��+�f9;Վ�CL,~}<�7��t��Y�ux�Ķq�h�r+�h�c,��G�VB��J�� ��N�����W.Y�i�����H�,�x6�}1?pH�@|b&�ra2��j�p]�$�pl�� �#���W���w'"�ĩ�{*M�����c����[�|�T#Ө�\_�Gl�^�^���v� ���!g<��ʇl���v���'48�v���BOװω����`����{7����TW}��5r`��/��9����*p�`ߞ���'��̣gD(�rI��Š�3z���j)gI� -$�n��~�b��"�3�^ -_JSB -��\r�a:?��Ʌg��}�7�O��]�{��+Bw������$��AY�8/���TQXM^��ȓ�i�R�L��T�,�����.81�7��;P<߄��F -E��w��k��SnY�k����bv+ '�o_�ݾ���ݾ�}��-���L.L=I� -���H��e:"�)��T:��٬ ��d.�c�H��Bx)͓�M��R?���e���j�Ug{�m3��l%�"�>�d�"��d3Wx�s{�Q�b;�`�Ko&�7�̈́*��S==����*aDQگ�,RE�J@&Uj��X� x �$��(��(S�oސq�"�£��u�Y��E�bj�`ߘ�%���d4��5=z��H�Uʉ ��#�J����(�{������~�ܴ}�x���}Tj��Y#I���TH���L��n -���G_���e#�h|R�`|m{N�cb�K�I�N$�Pl�"��P�U/��}& ���� ���k��-�q{�t�w|d��B��?�V����k?�/ -K�,!!�$� -(�RLKN9��b�2J�rN*�j���lJN��dQ��!S�Q����Zy�L�w��;����N�'���z�w<|�(���,J��������:��.�p$�iT�t|�$�F�Q -e0}��kSh�U��� - -Q���#�BW���L�}9�ku0;�� ����������<76����������a�x��<�DX@~O�h\@��G���8�Fm��cRē�B5��e�_��_̥A-�4���*z��@��&OhJ��iB�^���1���o�t<�Qh|9�{uE%N�Z�^��jw7ǹ>X�}J� -�!6�e�'90��S�§�t���6��� -͟�J�.1m�'7f�Qps���E ����SA���Gշ��҇R(�+��^�sh�F2+�s��������Ù���TR�!h(߿��ah�+��I�5�)��a�T����≌�k�I`�8�Kz�'b�Hy�%���<0U�QͰ6J1��U�A\w�q��z! ^�������fRs&x���,}��U�d���=����F�t��'�Jš -e�(�DO��/6��_/_�3� bK�_q�׃� `����с�@�$���bʓ�,�:N|�N�Dt=|'밠i&a�����V��s�/� [���$�س�۷�~)�K{p�l�@?�K�ep�'�4&���X���$/*�� ��A[~�ꃟ�⥗��*^Q.xϥ��0�,���T�TZ�$K"��a�R����}�Z -X�kE����j��qN�jb,T(÷#����j�ģE���q�__T��_�������sHV�2.�8ؿO�N�߿6&��)����/D���q] -endstream +/D [940 0 R /XYZ 74.626 137.888 null] +>> endobj -958 0 obj +948 0 obj << -/Type /Page -/Contents 959 0 R -/Resources 957 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 825 0 R -/Annots [ 915 0 R 916 0 R 917 0 R 918 0 R 919 0 R 920 0 R 921 0 R 922 0 R 923 0 R 924 0 R 925 0 R 947 0 R 949 0 R 948 0 R ] +/D [940 0 R /XYZ 74.626 102.023 null] >> endobj -915 0 obj +949 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [324.356 767.43 335.315 781.222] -/A << /S /GoTo /D (Hfootnote.13) >> +/D [940 0 R /XYZ 74.626 66.157 null] >> endobj -916 0 obj +939 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.57 752.984 232.53 766.776] -/A << /S /GoTo /D (Hfootnote.14) >> +/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F29 679 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R /F14 947 0 R >> +/XObject << /Im5 904 0 R >> +/ProcSet [ /PDF /Text ] >> endobj -917 0 obj +973 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [515.385 738.539 526.344 752.33] -/A << /S /GoTo /D (Hfootnote.15) >> +/Length 4216 +/Filter /FlateDecode >> +stream +xڍZ�r�F��+x�"�0�e.�[v�gB�ۚ���C5Y$� 4��4_?�����B˾���-��Y6�M����ۇ�����M�e�F���&����7W%��a���oߔy齻x��Oo���û��o��Q�}s��3���ww-"��?��n߄E���<�,:���?��=��y��M8��~&�����?�͎�~�~\�G�y�$E�%e�ͯ7����<�< ��S��*�,���������6�Z��ϡ3�����k�.�f�v'3T��+��Q���6�5�v?��Sod쓡)N��^5�Xɶ2:���mTx�|jm���]������p÷�jN�j���7���f0�F�o��O�'0�@�P�m��z��Q��=R��ȫ���Ԏ �\u^�&�����r�#����gڸ-������i�7H�}W�f�S6\۔�o�D��N�`͖��RK���U%e���$�3MQx��[�7Μ�u�����A��g�#f�P_5[��ս�y�vD�7�;L�X�C��"�ئ�ŖRl��i�8����Lj��gn��3�Cu����5�ebE%��9- +af�;��>�`����������gJ���mm�R��t1[��M����=��]�$����33|!ԣ��Φꐫ�d�3[�p`�`�H��h�/D���U2A�<J�C,�f���@Wߣr�{?�1�V~�=��ʦOmm�#�}��4�V�o'��J�,Nb�bO4!M]�ro�0v�4tFXVN��D<�}=�!�"���-���#���L�L���c��a�Gׇ�%�|톲7��:6"miwնj����H%/���zx����4����mo��l-�,��s/��su;���)S�-h�3��Bq�D�e�@��)��q����*��}"�<պE����0�����řZ����Ad�"��~bڐ�n�*��zF�Ĩ�t�+["^�j�M�%a&�qz���.���0t3y�y"A�ͥ����{~X�퀓��l�{�����mm%��g�j��f���q=��͚Jf�ט,KI�z��1��ġ�=��ԦB��")��P���$C{��Vԇ��<�Ȓ���8ʕ�|)\���taCAS�ɼ��Yc���¡���%j�K�A�t��v��Ua�q���,1�YBd1<̗Ëď�� ��?W���<�\�,JS�"�x�o2�=Qv�4��&\k�kyiTT�ً��n�<��H�*jv$���<��0��(��T�5bS3Z��3A/S�b����3�C����LiQ��G�MG@���v@��kG���ӕ�i�G��[�$�����#uⶀ��ɵ��\cǝ�����"(�l�Ζ�b�o�uX�(�v����8��˩;1�P*��wd��dͭ��cH���J[L4e~��-2-DcŞ��e��/� �D�~�bܸTg�v��oo�,T�v���R?W=ɬd���)G`�?H�0��1���$a��ٹq��|�q�@]�.�cڼ���Ƶ˅�l�� �w,Xؕ�2�'5�֊���A�UT���(��k�ZE?��JR*G@j�7�����Nk��Y�&J��G�"�[�C �܇�"�Hri�����]���&���s�uyPڪ�Ѽ�M�W|���-���ί���%b���g�@<G�3!�2N��²~J�xH6�5�9�Q�}�ƞ2;`�k�&bQDR���8���Su��NW��ݺF��S�!���K�b��G��t~����a:G6ݜ���D�L�ʀ�'1��uj�3 +#_5��`�+�(`�h�U�&e�B��U<����T��0�U����O� >L��k��W |'fG|i������@;BŅgI=Ūr����Nt��]�Q=_ ѐբ� �4$\s�@�DZ��E�j`�G��]�>]&k����^z���9�����/,��lf-�_`2,F�oێ4����zrD��`E9r�gG��h�����M ;ﶯʹ��{U�?�/q�o��лv[�օGh; +�m�6i� +n����G�"��!4hG�/8J&6�ģ�V�Y�S*N_6��v5� +�ԁx>����y�};h=�<�F�Fn5�B�3���2�\R��B3 w2�j=�W�,�8��V�g>�,W�6�u���RE�=�gY�.5���"�.4w.��6m���]��9X2KA;���r�ξ'�J�T`�bl�p �E�č��l_1(N���My!��c\��,|�`��h"fI�t�A;G�-�Ix�Wv�� `'�>�`�O��{Oʩ�8���U�I���9�����7�p0�d��h� |������-��6��H�����ΰ�f�mN��4*C _Sfo���;���̈gRa����)�E�P2��<�Z��������cvbAυB��U�\�e�=�����z�&v����8-� �r�pPr'���I]L' ŵ� +'at�g�4w�) R���:�����.�� ��3��}Gz��Ͳ�����}1��蚃�]�]W<�xi��$3�LL���{���w�߽����N�w�C/5��Sz�|/�� ZE��I'G���z*�U�ʒaY���h +��i:;igr�q'0��Cs�DR8�6��˖�m3�:��l����.�"�LJ�L�2��e����U���N��/�P�>i� g夷K��PPfΠ�B�7���u�h��[�VB�V[�F'��x���k�}4[Z�[���'��f���YZQY��%���9�7�g ��}J��I��w���b:�ƅD�_tTU-�@��y`�)s�8xG�P�7LY�7�7T�3$�ol�zc�\Z��,�M\d�~����*��\�wE9�)&l��>�CrQ{\��!B��<�� �Э��>�2�v�,r����{�� )�]�o�^�+:�Y�G��p��O��F��H|�^ !Z�3H���v�NCe�4X�<�\En�_�fA���+u�V���Ͻi�̾�3��\��.ՙ\@,F�"�� �P� {��Q*����{��Z��9DZ�+DM��E�#ħ�J_����i(!9�Y�j�N��DM&��!�y�w)�i6k�>��~�{�¤;�ޟHԠ��T:�JvT��9���Q�R���B��DA�e~������>vN�q� +c�|��^,��7�U�R:���|��p�W��r��C[�J��B6�"���W�*�QQ��E�\�tD�E!ej������z��=���y�D�)?����A��fx�էB���#uƿ0Ȥ�{��Jq�(uv7�)�V*9LM�#b��r������P%oH90U��8k���kA��x|��|��N�Pg[���<�{7��_���T�{d��L���9� u�X��U��:R}�~(2��q��Y��r�⅋��tLW��4?��U���$,��"P�ޯV����jT���l��]��ʳ8u)��K����_�¤�x헧�$&����_�|���bi��2?,R"�i�.�(���ؔ��Hω�J��"?u��ix+���j�U�+����^�w�1;���G���7K�P�x�W�%gUc� �<�!�vE8v�� r��^���\�P���9/oV��xru�p���O�Xc�r��_��D���wzҩN �=�<�3��J��q�ك)���iBj`�O��� +8T^���ݒ�[S*V[�l��r�G���*���B�<�la��FS���k:���^��U�+D�]�:�Å�#^L������ڟ̓�#�9��+/�E:��{����_�T�s[Wހ�ԱN�<�L��X�V�'�Dٴ@Dt<Ԅd�o�-��Ϸ/��z�b��𥵃Sǿk�_���ގ5I_�>�>���KƖ�*����ߝ�|��ׅ��I{�h��cz'c�;#Z.�^��SQ�x Q]냢�����7�Z_A��%�C.�O��O��j���W�H%v��9.���7]l�)� |[/o�;\R=���5�h��O��R��G�9�UO&�xX�%1~�`���d�m���PVWE�e)�w{�i�z��@T�x�u�:���ƍ���x{1B*w�0����']I<�j���.ي��P%ťOӣ�ꂟ�'�h�q�,*zW~Wp�l *;���;��%'��� + �?����P��.H��u�� ��n������(/A�uJ���Z� +endstream endobj -918 0 obj +972 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [283.835 724.093 294.794 737.885] -/A << /S /GoTo /D (Hfootnote.16) >> +/Type /Page +/Contents 973 0 R +/Resources 971 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 819 0 R +/Annots [ 932 0 R 933 0 R 934 0 R 935 0 R 936 0 R 937 0 R 938 0 R 961 0 R 963 0 R 964 0 R 965 0 R 967 0 R 968 0 R 969 0 R 970 0 R 962 0 R 966 0 R ] >> endobj -919 0 obj +932 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [489.357 697.526 503.055 707.223] +/Rect [489.357 769.755 503.055 779.452] /A << /S /GoTo /D (cite.graphsoc) >> >> endobj -920 0 obj +933 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [280.632 639.742 294.331 649.439] +/Rect [280.632 711.971 294.331 721.668] /A << /S /GoTo /D (cite.pairpot) >> >> endobj -921 0 obj +934 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [512.223 622.308 535.027 636.255] +/Rect [512.223 694.537 535.027 708.485] /A << /S /GoTo /D (subsection.10.2) >> >> endobj -922 0 obj +935 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [58.948 610.851 72.647 620.548] +/Rect [58.948 683.08 72.647 692.777] /A << /S /GoTo /D (cite.gnnforchemistry) >> >> endobj -923 0 obj +936 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [154.208 610.851 167.906 620.548] +/Rect [154.208 683.08 167.906 692.777] /A << /S /GoTo /D (cite.gnnformedicine) >> >> endobj -924 0 obj +937 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [448.865 521.851 459.824 535.643] -/A << /S /GoTo /D (Hfootnote.17) >> +/Rect [448.865 594.08 459.824 607.872] +/A << /S /GoTo /D (Hfootnote.15) >> >> endobj -925 0 obj +938 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [230.181 480.838 243.879 490.535] +/Rect [230.181 553.067 243.879 562.764] /A << /S /GoTo /D (cite.toptagref) >> >> endobj -947 0 obj +961 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [389.499 291.673 400.458 305.464] -/A << /S /GoTo /D (Hfootnote.18) >> +/Rect [389.499 363.902 400.458 377.694] +/A << /S /GoTo /D (Hfootnote.16) >> >> endobj -949 0 obj +963 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [364.825 250.66 378.524 260.357] +/Rect [364.825 322.889 378.524 332.586] /A << /S /GoTo /D (cite.kipfetal) >> >> endobj -948 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [320.028 85.08 331.983 93.493] -/A << /S /GoTo /D (cite.globalavpool) >> ->> -endobj -960 0 obj -<< -/D [958 0 R /XYZ 55.693 823.059 null] ->> -endobj -26 0 obj -<< -/D [958 0 R /XYZ 56.693 462.117 null] ->> -endobj -961 0 obj -<< -/D [958 0 R /XYZ 74.626 241.494 null] ->> -endobj -962 0 obj -<< -/D [958 0 R /XYZ 74.626 217.584 null] ->> -endobj 964 0 obj << -/D [958 0 R /XYZ 74.626 181.718 null] ->> -endobj -965 0 obj -<< -/D [958 0 R /XYZ 74.626 145.853 null] ->> -endobj -966 0 obj -<< -/D [958 0 R /XYZ 74.626 133.897 null] ->> -endobj -967 0 obj -<< -/D [958 0 R /XYZ 74.626 121.942 null] ->> -endobj -957 0 obj -<< -/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R /F14 963 0 R >> -/ProcSet [ /PDF /Text ] ->> -endobj -977 0 obj -<< -/Length 1416 -/Filter /FlateDecode ->> -stream -xڅVɒ�8��W�(GP���#3,1��4ũ��ڥ*��L7|��"��S�ŒRRZ���e��>��7�?6�篓4�2��< 6� /��N� -EYl�����.k��fs&�x��㟛��o�u����K��⯷�W�/�*����µ��� ��|X��ͻի���J��@��Q&���Ww��`{�8J�*x��}�U2�j�v���?���V�e��d+���u^�b��k�Z��<;���=/Zm�@%��&U,\�o��L��:�k0N[^ϓ�;���o,�G���~V����ϝ5��\�����5�)��k�EYV�%�묺p����[uhy:i7@_V�b7Z��}��[�[�TB�+ٰѐ�-�yt�=����~F��[%8�C��n�J<��n��<�=��q�?�tZ�AAXx�k5�a��w,�Lo:e��G�����GHYͦt�L����˃��4�����4��#{��[V-���[���N�<7%��CO�:,�bk�f�&�C���P7��V�c�Ya�>=n߬�;:(��`�{1��yw@������fr��0:�`|�#Na���ܸ�������ah���WBv:��R|�nLdY%�S�I -!��b��� k�^�lG��`7�䔜�����O�g1;��\�S93��ir��O��b�1q��X����t���싡��m��)�&�^[�a�-p��3��a��bJ�x������� -,d�.�O=�y���i����� -���s,����bH�S��yh��� �[eT��D�M�X��(Mk_@��>e�*��2X�]�����,*!Kx��w?��O�D|b+؍p�'�6�C�T��_i��fT�w-_�g̱��=(.�D�QUdO�Q���٨��� �*@5�b&r"�G|����,P���+�k��Ɂw����W!�R��8U��X3�NZ ���y�ד����v�bq-�@c�?���DP�Z��r�W�����G1f_��Wr�eI��\\�V�w^�b�r��a)�(�X������s��0'�U�.����B7�V��4�xƥ�5L�KK��C�����i��{��s��zp�k�39�W�"����>Q��NJ��+C�]eTR�qXJ�5�?/s�G����,�\��2J��Wͣ���c�H]c�[i�,T��*����u�@Q�rDVY&�u�[��<��Q�:�/�ǯ�T�ag�oT'���E��Z��}PȖ���s7ĥo����Zc}�LÍ���p�T����r���!\��Ď�%P!��$�|��H��֟H��s��E5�XF 7��H!��nF�������� -�Jn"R�5�J���_2��� ʙ_a��c��!p��-��Ώ�r�ۏ�h��_z�.kȅ�G.�������`r� -endstream -endobj -976 0 obj -<< -/Type /Page -/Contents 977 0 R -/Resources 975 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 825 0 R -/Annots [ 950 0 R 951 0 R 953 0 R 954 0 R 955 0 R 956 0 R 952 0 R ] ->> -endobj -950 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [217.664 724.093 234.614 736.712] +/Rect [217.664 262.781 234.614 275.4] /A << /S /GoTo /D (subsection.1.4) >> >> endobj -951 0 obj +965 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [262.594 680.091 273.553 694.547] -/A << /S /GoTo /D (Hfootnote.19) >> +/Rect [262.594 218.779 273.553 233.235] +/A << /S /GoTo /D (Hfootnote.17) >> >> endobj -953 0 obj +967 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [332.51 683.08 346.209 692.777] +/Rect [332.51 221.768 346.209 231.465] /A << /S /GoTo /D (cite.diffpool) >> >> endobj -954 0 obj +968 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [441.714 683.08 455.413 692.777] +/Rect [441.714 221.768 455.413 231.465] /A << /S /GoTo /D (cite.mincutpool) >> >> endobj -955 0 obj +969 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [249.769 668.634 263.468 678.331] +/Rect [249.769 207.322 263.468 217.019] /A << /S /GoTo /D (cite.graphunets) >> >> endobj -956 0 obj +970 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [129.249 622.972 146.199 635.591] +/Rect [129.249 161.66 146.199 174.279] /A << /S /GoTo /D (subsection.9.1) >> >> endobj -952 0 obj +962 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [320.028 101.028 331.983 109.44] +/A << /S /GoTo /D (cite.globalavpool) >> +>> +endobj +966 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [290.777 49.677 310.481 62.175] +/Rect [290.777 49.62 310.481 62.118] /A << /S /GoTo /D (subsection.10.2) >> >> endobj -978 0 obj +974 0 obj << -/D [976 0 R /XYZ 55.693 823.059 null] +/D [972 0 R /XYZ 55.693 823.059 null] >> endobj -979 0 obj +26 0 obj << -/D [976 0 R /XYZ 74.626 78.17 null] +/D [972 0 R /XYZ 56.693 534.346 null] >> endobj 975 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R >> +/D [972 0 R /XYZ 74.626 149.845 null] +>> +endobj +976 0 obj +<< +/D [972 0 R /XYZ 74.626 137.889 null] +>> +endobj +977 0 obj +<< +/D [972 0 R /XYZ 74.626 78.113 null] +>> +endobj +971 0 obj +<< +/Font << /F23 623 0 R /F28 677 0 R /F17 619 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R >> /ProcSet [ /PDF /Text ] >> endobj -991 0 obj +997 0 obj << -/Length 1552 +/Length 1424 /Filter /FlateDecode >> stream -xڭW�v�6��+��Ή`����.I�4ٴ��K��)H�)E�|���wҤ,9q������7v>-ޯ���`��Q��:fq&�I* ֛�k-WY����]�p�\I�q������,|GI(�������z��B�o��O�*����y���/g2K�{w��T�4�e\/�Z�z" D�"��D�$�,�bTO�H��M[�-�A��*v���*�X�D�Õ�2�<!�a^��-�q�r�uE��8HX�p���."����nmc��n��VaQ�]�T"ïB��y8�>-��d1S~�^ ��^�� I�$*�TL?�-A�){�aWT;��e��--6��$��r�\�yl���{4����19��5u_m�h|@$3�S�V�L>{͓WH��2XMn��4h�]eʟ��%�<� /�1�!�{���0i����k菗u�������Q<���-F���zK�E��b��Mk=m[7�����m��!"�ȋ�_{ơ�x�M�N��g���mL�������:u��Q^�������ޅ���g���Q枌���9Y����GZ�7�Lc�ǝ_>��Dr~��~I��'��"�����y����c [���´'Ŝx��S�^*��<�t"�� u+�=��H�#�1�͙H��X*H���Kx=�yD - �,NT�(��0�X�"K�m�wK���<+�3#�I%PP2%^��c�g��G�q�:|D��Q�O8A�9��0�"͙�t4Sa���oz_�OL@/�)۳����ks�Z�%���ˆ���� -����#TGmR�;��#��?6/��D���_6��]�N50�37����,�t�� -�^@y���)����֮���iTUk�-�����yѺ��_�M -V�8������qe]ӗ����^Y��Ü���*���ʁVmj�?+�]v��@S�x�<���j)E���|��~�S� ��p3N&N栃����p����׀����p�pc��"l�B�%C۾���]7�>�s��1��p�0|xl#`�\��� %�eݶ�r2`ϙ��;2=t����o�+���)L0?���5��C��/�w��5m���p������^?Yy� ��!b���`rY���G���o\����Gf��o��W:��Γ�fk�n ���M�9��o�A�)ڮ)nz���X�־���b���Ӎ ���2�K�:e6j�f6�φ�1�ƹ�d�����$���m|����Kr.`��E�����4�:2�M�Bw���n�ύL�8�v��:��%���� ��C��{���F63$2�[&p���,iu3t��q�v��Ҏԏ���1���7���ӻ��C�T͑��P��PG#!��}]�0y����:���"20��cyqA�1�xX>�A���,�q2\^\������-�%�BϼHʹ8�ѻh��Ε����{_���5�9�늑SUW^��I5�F��z����h�tV��P�0�֭tv�7�5U}0eݷ�d�M��1M� +xڭW˖�6��+��ω9|JTvI��ɦ�Ļ$F�m��1�c���$�<�$��Ʀ@�����a����zq�NH�9͵d�%:�i.�A���zC>'b�ʳ<y��Ӈ7��+�s��?��$v��[d �˯돋���?��U,��+Rԋ�_���G¨� ��+k��&�aE>-�Z�cx<#<��ku/��4?��\���ˢGp��d4��M����ɰ��m]��m��VIټ\�T&���|����~��=��8���k����*єT4� �Epec��`0�IQپ/�0� +;�ms2�����C�4�������9XTT),��]�[�vɓ�lv`��dػ0� ~@ɷ� +� K����p��3�@�����'�S 4��H��N���fF����<���5��9�ZR�ҙ����7v�����3z&N�ab7�����D��|���0�: +;�x�H�m�/�>3��]�m�.ܿ����1��۔E��m��zMP�|��v�q��^�W�|� h��m�r�"�u����]xz6?��N/rd�w�>�-<=ʆ���vn�������`��4��˻�"p e��}�#x���"��ݕp����g͜9��S)�h��x��Tn +HMR!!��ǒ���ǘ>dչ)I���c*�(O5�>Y��z#R�6\�nL��ॶ/��v�%5˓���A���((4���8ց]Р!<�]�Kjt�<zx��L���K�<�"��@�Q���z ��c�?�.�;y��l�_\vхO~��,����K�9�1��U��ǣp��X���έ��z�c<�1t�����y2܇�U��K�~؇jmh.�����|��+살���N@Y��%������־� ��B5m�o�l�W���6�uӵ`��ҥ9�EHd�|ш/8���OfP�j��{>�ϫ� ++:�kQ�ݬ�w�q�J:�:�C�y��<��Ml:���ݹ;dؙfG1橃�u�8R������n�k��I�q��<�$P�l�ێM(�a�w1 ��:�������:�+ys�>��>Ho}�|�Vm߇��s����8�C���i坂��{^(� +��"0��@,ct�G�07F�Շ:%����Q?-YE�#�o���Г����ŋ��T��Y]����n6�EX�ÑN�v���@�u���x���͈����_�Q�)��+����A#r�S�r���ݰ����������S#�v3��.�����(��ތ� ���9��cɉ�ޔ2������-ISx�i�������!(�g,3p2p*<�x\����%��?�U|.��������]��(:��w� ���"C��*�a."�7h��@���o���'���W��݄��٬m��V���y�?��� endstream endobj -990 0 obj +996 0 obj << /Type /Page -/Contents 991 0 R -/Resources 989 0 R +/Contents 997 0 R +/Resources 995 0 R /MediaBox [0 0 595.276 841.89] -/Parent 998 0 R -/Group 995 0 R -/Annots [ 983 0 R 984 0 R 985 0 R 986 0 R ] +/Parent 1004 0 R +/Group 1001 0 R +/Annots [ 988 0 R 989 0 R 990 0 R 991 0 R 992 0 R ] >> endobj -987 0 obj +993 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/add3.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 999 0 R +/PTEX.InfoDict 1005 0 R /BBox [0 0 432 288] -/Group 995 0 R +/Group 1001 0 R /Resources << /ExtGState << /A1 << @@ -16445,12 +16458,12 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 1000 0 R>> +>>/Font << /F1 1006 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 1001 0 R +/DejaVuSans-minus 1007 0 R >>>> /Length 2815 /Filter /FlateDecode @@ -16469,33 +16482,33 @@ s M�qDk�T��+Ǐ��,�Oz��j9�xu�Ǟ��t��TuZ˯�G�a�T��5.��+�zO�t_G�˅��>���"ԅ!X��$�����w(�t��Zm����=<ȅ��L�c.�PW�a~��nt�_�15�S�� �in�#��������x^ ~������y��?���6wz�g{�����˦ԯtM��������o���gt��W?n��ֽ�����)�y�~��+l�;���J?�����������z��ç��7�ݾş�u�;�ʞ�>n�.�ߋ�O�В���Az�xM>�*�*�!9oYo�:�w��~n�:�Q��-��#Q�\�~n˸ �R�l9�-ӓ���?�ݖ] w�[����Իyj��&m���B�7v�����D7��lv�|��s����K�>�x�&����Vеoxz��R��T�.8��[8 �O;�N�r�;��@ɗ��]D�PD灵�x���\??�t�b&_�"g'8q�?J8ב��ѵsj��u��u4�p�/�t��֑�ԁ��˸��x���/ա� %����9�����}�7-,ڍ�����?^���|����?8ؾ��п?��&�����J�����ˡ�7>g8�H�Kh;�����������_�ן�|��7a��v�����Sg� endstream endobj -999 0 obj +1005 0 obj << /CreationDate (D:20200421164711+02'00') /Creator (matplotlib 3.1.2, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.2) >> endobj -1000 0 obj +1006 0 obj << /BaseFont /DejaVuSans -/CharProcs 1002 0 R +/CharProcs 1008 0 R /Encoding << /Differences [ 32/space 44/comma 46/period 48/zero/one/two/three/four/five/six 57/nine 61/equal 97/a 99/c 117/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1003 0 R +/FontDescriptor 1009 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1004 0 R +/Widths 1010 0 R >> endobj -1001 0 obj +1007 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -16509,26 +16522,26 @@ x endstream endobj -1002 0 obj +1008 0 obj << -/a 1005 0 R -/c 1006 0 R -/comma 1007 0 R -/equal 1008 0 R -/five 1009 0 R -/four 1010 0 R -/nine 1011 0 R -/one 1012 0 R -/period 1013 0 R -/six 1014 0 R -/space 1015 0 R -/three 1016 0 R -/two 1017 0 R -/u 1018 0 R -/zero 1019 0 R +/a 1011 0 R +/c 1012 0 R +/comma 1013 0 R +/equal 1014 0 R +/five 1015 0 R +/four 1016 0 R +/nine 1017 0 R +/one 1018 0 R +/period 1019 0 R +/six 1020 0 R +/space 1021 0 R +/three 1022 0 R +/two 1023 0 R +/u 1024 0 R +/zero 1025 0 R >> endobj -1003 0 obj +1009 0 obj << /Ascent 929 /CapHeight 0 @@ -16543,10 +16556,10 @@ endobj /XHeight 0 >> endobj -1004 0 obj +1010 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1005 0 obj +1011 0 obj << /Filter /FlateDecode /Length 304 @@ -16556,7 +16569,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1006 0 obj +1012 0 obj << /Filter /FlateDecode /Length 230 @@ -16565,7 +16578,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -1007 0 obj +1013 0 obj << /Filter /FlateDecode /Length 66 @@ -16574,7 +16587,7 @@ stream x�36�P0P07W�544U022P042QH1�2443s�`�9`���a$�r�`Zs�: �P�9\i�M8� endstream endobj -1008 0 obj +1014 0 obj << /Filter /FlateDecode /Length 71 @@ -16583,7 +16596,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -1009 0 obj +1015 0 obj << /Filter /FlateDecode /Length 247 @@ -16593,7 +16606,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -1010 0 obj +1016 0 obj << /Filter /FlateDecode /Length 90 @@ -16602,7 +16615,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1011 0 obj +1017 0 obj << /Filter /FlateDecode /Length 320 @@ -16613,7 +16626,7 @@ x �R�ӿ����ccz� endstream endobj -1012 0 obj +1018 0 obj << /Filter /FlateDecode /Length 80 @@ -16622,7 +16635,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1013 0 obj +1019 0 obj << /Filter /FlateDecode /Length 49 @@ -16631,7 +16644,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1014 0 obj +1020 0 obj << /Filter /FlateDecode /Length 317 @@ -16642,7 +16655,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -1015 0 obj +1021 0 obj << /Filter /FlateDecode /Length 17 @@ -16651,7 +16664,7 @@ stream x�36�P0��C.��� endstream endobj -1016 0 obj +1022 0 obj << /Filter /FlateDecode /Length 338 @@ -16665,7 +16678,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -1017 0 obj +1023 0 obj << /Filter /FlateDecode /Length 248 @@ -16676,7 +16689,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1018 0 obj +1024 0 obj << /Filter /FlateDecode /Length 171 @@ -16686,7 +16699,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -1019 0 obj +1025 0 obj << /Filter /FlateDecode /Length 210 @@ -16696,127 +16709,139 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -995 0 obj +1001 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -983 0 obj +988 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [114.39 720.805 133.79 730.768] +/Rect [114.39 746.459 127.203 756.421] +/A << /S /GoTo /D (subsection.1.1) >> +>> +endobj +989 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [114.39 694.612 133.79 704.574] /A << /S /GoTo /D (subsubsection.3.6.4) >> >> endobj -984 0 obj +990 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [312.818 706.027 323.777 719.819] -/A << /S /GoTo /D (Hfootnote.20) >> +/Rect [312.818 679.834 323.777 693.626] +/A << /S /GoTo /D (Hfootnote.18) >> >> endobj -985 0 obj +991 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [379.607 706.027 390.566 719.819] -/A << /S /GoTo /D (Hfootnote.21) >> +/Rect [379.607 679.834 390.566 693.626] +/A << /S /GoTo /D (Hfootnote.19) >> >> endobj -986 0 obj +992 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[0 1 0] -/Rect [309.376 693.906 323.075 703.603] +/Rect [309.376 667.712 323.075 677.409] /A << /S /GoTo /D (cite.binclass) >> >> endobj -992 0 obj +998 0 obj << -/D [990 0 R /XYZ 55.693 823.059 null] +/D [996 0 R /XYZ 55.693 823.059 null] >> endobj 30 0 obj << -/D [990 0 R /XYZ 56.693 782.706 null] +/D [996 0 R /XYZ 56.693 782.706 null] >> endobj 34 0 obj << -/D [990 0 R /XYZ 56.693 758.912 null] +/D [996 0 R /XYZ 56.693 730.726 null] >> endobj -993 0 obj +999 0 obj << -/D [990 0 R /XYZ 56.693 656.961 null] +/D [996 0 R /XYZ 56.693 630.768 null] >> endobj 38 0 obj << -/D [990 0 R /XYZ 56.693 535.674 null] +/D [996 0 R /XYZ 56.693 509.481 null] >> endobj -994 0 obj +1000 0 obj << -/D [990 0 R /XYZ 56.693 476.895 null] +/D [996 0 R /XYZ 56.693 450.701 null] >> endobj -996 0 obj +1002 0 obj << -/D [990 0 R /XYZ 74.626 89.334 null] +/D [996 0 R /XYZ 74.626 108.305 null] >> endobj -997 0 obj +1003 0 obj << -/D [990 0 R /XYZ 74.626 77.379 null] +/D [996 0 R /XYZ 74.626 96.35 null] >> endobj -989 0 obj +995 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im6 987 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im6 993 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1026 0 obj +1032 0 obj << -/Length 1128 +/Length 1277 /Filter /FlateDecode >> stream -xڥV�w�6����Q~�RD����n�k/����@˴�M���_��iɉ�v�?@&A$��Շ��控cq��<�샼��* JTe"��ǐ��JT�ۇ��Qʪ$�X�2��������͗�����$`gW��3��q��= v0�%H�*���<Y�Ⲃa<��\%��'D��<s����ahk'{�`Ў�b2���5�TRo[��~Y�,|����5�8o��:�C�M���P� -+>�#�t�m�,���G�f�Q�4�߹�ԃ!��>v����XgYA'�kY�v�Gv�p�� Np7>E]7.���V����1sW��7��GC>��q��\,<(��b���q��M� ��5) �_ �]f�e����]�\�i�wH6ֲ�Ԏ��_�����"�B[��p�C )s�0�iR��lӓ���W���������bq���}`6F�Z��H����^(�u'�2x~{FL��k�M�m�ˎ�N���4�a�=�V�:"�@�3h��'� ���-���O������Ɍ�e��Q�j�<U=`դ��`F)ffx���T�"[3�<ʒ������ޗt���.�`PZ��@�����(oS��6ؓz� ���2�5�n�O���SG��%X�0��Ɇ�.32�M�M�H��tB~������* EK#<u�1.ҹ����P�������J�a@թ�RP뢱�������X�W�z�1^f��B:��q`���[4����6����'�rFtR����O7B���֍�X���������=Ϡ�q��T=i_("�{��j��^r�c �A��@[>�10�J��ik����(�ʆK��<ND�ρ��1Ϭ�bh��2���|�o����7���h���ۡHcQ��T�����fҮbx��C\��Ũ��h���iK���Ռ<�+���t������hIe^P�x&�<���ZV��EkȰ�2̂�[�L��Y�`�r_�����4����z�X�WB�b�&��}�����H`�^G��aê�@�������m<�xy��H����~^�t1Q���[y�(��Z�������� +xڥVOw�6��S�(�W+"%�roi�t��[❲h���ɒCQ��@���8�a A~��F�(���>�gw<�KVE���.*��r�E%�r���s�狕Xş~~�/2�J���9/c�W��"f|�c�m��z�2c�;�ؠ*I��:Ξ����Ei�����$�Q^��\YGO��f���<�@ �&�`d�/ʠ9��AwHe�Iy��XYe�C;(�O�x���$$-����[���{�A�Vw��Mou�G��$ɳ꺄���7����X��=�0Z0�� +�y��KrQn�X�x�N��,�Ϻ��"Ϯj�u����jK��gE��}#��X���?!뮝��]�ǘ�9��m�3�<����_{���6�/tS)�_z홋d����ʯ���>�N����x�UĒf����2/Y��dz'���9p!�E�\��^�aHAj��#��ߪ��ZZX +����Â<�Y!<0<`�δG�+A ކ�C%c��v�̢g'���(�K�t�t*9�������ǫswP��J��Y-8����T@�xu���,3�o'�vU� +<�g,��2��JֵC!l�p`x�/C0e���� ` e^��ᴌ��LCB�Pa�[d�G�z��@l�_��.���in"�l�f__(�* ���:�NCY�ѓR6�!���m6�ّjU����.#�Q��m��漁p�*�C��g��Q�hh8�j�j2��BF)Fd��<ȃ��X�"���eIp��Va��Kz���v@�(T�1����~��7���ԄL�C�4���o�?q�O٤��>�b��mm8��h��2Z��H����.�+���j_�1iX�t0B�T��b�����;c��Un"1*N�z��Zd��Âj]D;����su�Z�2���U\��9.�Hܣ��i��E�����S^�<�'|�m�(�;�Z7�b�$r)�ޒ��wF=�}߽QUoB-� {��R:��n}�ҡ�Hn`���!FWd��^���,W¼/���g�����N`B��p�3�E�S��8���W���1�-�D,���R�׃���WO�G�+�8�:{g��jk���ytO�/� �C3��Q��|I�2�u� �th��£z��"�tsF8�M>���I^f�%��)�;�="�����w�vh@�08`�r;���ȡ=4��t�[6�����K?Qÿ�z��F!- #��� �& +�Q�`6.qf�&��?��=� endstream endobj -1025 0 obj +1031 0 obj << /Type /Page -/Contents 1026 0 R -/Resources 1024 0 R +/Contents 1032 0 R +/Resources 1030 0 R /MediaBox [0 0 595.276 841.89] -/Parent 998 0 R -/Group 1029 0 R -/Annots [ 988 0 R 1021 0 R ] +/Parent 1004 0 R +/Group 1035 0 R +/Annots [ 994 0 R 1027 0 R ] >> endobj -1022 0 obj +1028 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/roca.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1030 0 R +/PTEX.InfoDict 1036 0 R /BBox [0 0 460.8 345.6] -/Group 1029 0 R +/Group 1035 0 R /Resources << /ExtGState << /A1 << @@ -16829,7 +16854,7 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 1031 0 R>> +>>/Font << /F1 1037 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -16883,57 +16908,57 @@ O �":͏^L6���K|9I��X�?��F�][bb��pt/��DTj�R����Yn�C��0O�e�_U��Wx~Ţ]��h����s�qxXx~�s{�p*�!��=�;v9�h�b�1�\a00?��� w/Z���f�T4�� u|)��wl��#�6�g�S�3O7��6�L��)z%M���gVT��1I��ڣ5?��lᲆ47}���{:�'��1y"��b��%�S��\��1��������Q�T@��wl�!өS]���1 �=��vC���AS�w(��}��ՓK������u�~@u{�l}�C���R~�)FM{j���sjYݏYy�*aH0�AX��q���vp�ϴ����}O9�>,�\�����\�G?�Ǐ�y��<���x�m?���w������������_��7�~���?ذ��#-x�����z�8�GN��+���\Ǹ�����|?�����)1^0 endstream endobj -1030 0 obj +1036 0 obj << /CreationDate (D:20200924175812+02'00') /Creator (matplotlib 3.1.2, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.2) >> endobj -1031 0 obj +1037 0 obj << /BaseFont /DejaVuSans -/CharProcs 1032 0 R +/CharProcs 1038 0 R /Encoding << /Differences [ 32/space 46/period 48/zero/one/two 52/four 54/six 56/eight 97/a 101/e/f 105/i 108/l 111/o/p 114/r/s/t/u/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1033 0 R +/FontDescriptor 1039 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1034 0 R +/Widths 1040 0 R >> endobj -1032 0 obj +1038 0 obj << -/a 1035 0 R -/e 1036 0 R -/eight 1037 0 R -/f 1038 0 R -/four 1039 0 R -/i 1040 0 R -/l 1041 0 R -/o 1042 0 R -/one 1043 0 R -/p 1044 0 R -/period 1045 0 R -/r 1046 0 R -/s 1047 0 R -/six 1048 0 R -/space 1049 0 R -/t 1050 0 R -/two 1051 0 R -/u 1052 0 R -/v 1053 0 R -/zero 1054 0 R +/a 1041 0 R +/e 1042 0 R +/eight 1043 0 R +/f 1044 0 R +/four 1045 0 R +/i 1046 0 R +/l 1047 0 R +/o 1048 0 R +/one 1049 0 R +/p 1050 0 R +/period 1051 0 R +/r 1052 0 R +/s 1053 0 R +/six 1054 0 R +/space 1055 0 R +/t 1056 0 R +/two 1057 0 R +/u 1058 0 R +/v 1059 0 R +/zero 1060 0 R >> endobj -1033 0 obj +1039 0 obj << /Ascent 929 /CapHeight 0 @@ -16948,10 +16973,10 @@ endobj /XHeight 0 >> endobj -1034 0 obj +1040 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1035 0 obj +1041 0 obj << /Filter /FlateDecode /Length 304 @@ -16961,7 +16986,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1036 0 obj +1042 0 obj << /Filter /FlateDecode /Length 245 @@ -16970,7 +16995,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1037 0 obj +1043 0 obj << /Filter /FlateDecode /Length 392 @@ -16980,7 +17005,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -1038 0 obj +1044 0 obj << /Filter /FlateDecode /Length 133 @@ -16989,7 +17014,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -1039 0 obj +1045 0 obj << /Filter /FlateDecode /Length 90 @@ -16998,7 +17023,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1040 0 obj +1046 0 obj << /Filter /FlateDecode /Length 68 @@ -17009,7 +17034,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -1041 0 obj +1047 0 obj << /Filter /FlateDecode /Length 45 @@ -17021,7 +17046,7 @@ x "���}� endstream endobj -1042 0 obj +1048 0 obj << /Filter /FlateDecode /Length 214 @@ -17032,7 +17057,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1043 0 obj +1049 0 obj << /Filter /FlateDecode /Length 80 @@ -17041,7 +17066,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1044 0 obj +1050 0 obj << /Filter /FlateDecode /Length 236 @@ -17052,7 +17077,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1045 0 obj +1051 0 obj << /Filter /FlateDecode /Length 49 @@ -17061,7 +17086,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1046 0 obj +1052 0 obj << /Filter /FlateDecode /Length 157 @@ -17071,7 +17096,7 @@ x ���f�W����7y endstream endobj -1047 0 obj +1053 0 obj << /Filter /FlateDecode /Length 332 @@ -17082,7 +17107,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -1048 0 obj +1054 0 obj << /Filter /FlateDecode /Length 317 @@ -17093,7 +17118,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -1049 0 obj +1055 0 obj << /Filter /FlateDecode /Length 17 @@ -17102,7 +17127,7 @@ stream x�36�P0��C.��� endstream endobj -1050 0 obj +1056 0 obj << /Filter /FlateDecode /Length 131 @@ -17111,7 +17136,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -1051 0 obj +1057 0 obj << /Filter /FlateDecode /Length 248 @@ -17122,7 +17147,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1052 0 obj +1058 0 obj << /Filter /FlateDecode /Length 171 @@ -17132,7 +17157,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -1053 0 obj +1059 0 obj << /Filter /FlateDecode /Length 72 @@ -17141,7 +17166,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -1054 0 obj +1060 0 obj << /Filter /FlateDecode /Length 210 @@ -17151,87 +17176,86 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1029 0 obj +1035 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -988 0 obj +994 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [160.465 752.984 177.415 765.604] +/Rect [160.465 724.093 177.415 736.712] /A << /S /GoTo /D (table.caption.5) >> >> endobj -1021 0 obj +1027 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [303.305 635.757 329.36 649.705] +/Rect [303.305 606.866 329.36 620.813] /A << /S /GoTo /D (subsubsection.2.1.2) >> >> endobj -1027 0 obj +1033 0 obj << -/D [1025 0 R /XYZ 55.693 823.059 null] +/D [1031 0 R /XYZ 55.693 823.059 null] >> endobj -1028 0 obj +1034 0 obj << -/D [1025 0 R /XYZ 56.693 614.587 null] +/D [1031 0 R /XYZ 56.693 585.695 null] >> endobj -1024 0 obj +1030 0 obj << -/Font << /F23 623 0 R /F14 963 0 R >> -/XObject << /Im7 1022 0 R >> +/Font << /F23 623 0 R /F14 947 0 R >> +/XObject << /Im7 1028 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1070 0 obj +1077 0 obj << -/Length 2085 +/Length 2089 /Filter /FlateDecode >> stream -xڭXY��6~ׯ�#Ua����ݪ�a'�Jm2����I�%r�#���ۍnR���q��E�F_��v��^/~�]\�Jt��(�M��mdS�:ʑd��v����Ȋ��뷿��v�Ҫ�6�}���yxN�X���7��o� -d�H��d&�2���x�AF�{I��<z����J�,����� ���\�،E�~^��*1�a�[�1&\�ẓ�j����+��Ȟq�iLdt&�!*w}��Ɖ��/WF������mw����i�T�qK���k�Z���b'����u���X��%�m[V;���w{�p���O��� K�=ܱ�J`� ]���ʦV�+��h+��B ��R����@vfc��7�$`��h\L�L�T(ZF+� ��$��o}㫵GU��� -����+��iv��Q��@�@�9�E*��c��Y�AAk -�cX��e����B�JZ�}�'�R}�w E6o�����9�u����-Y��;uO;kW���D��?Y�����l� g�� ��ne� >?�dɤ�?Aq�ߘ,.;�\eE��K@KK�Q|`������ ܫL��C�crP/H�����w J�=c�6=3���mٕ�q3�H������&�ںC�K�Y�@F�h��h0��M�,�~(Ѩ� ����R}����kR �Ǵ;�:��7=m��i�W��pUEtvSM�uux����0�����#�ޱ"���Ǿ#�r�o�����H�rÂ�z��;��Ӯ�?n����'�wm�kT;ps����w��6�JA[Sw��4c��R���?����[Jx>� -<��%B�f^ -���o9�YTQ�r06���[>�mG\��oYWm�#� -A����dA���r՜ag�=�Ѡm��RءlxAΣZ���0v��K���@LIp�� :�TuVM����QCO{Є����3�y�KĘ,b��x���>��%��t9x�v9x����w�ôY�t�@F�m�\�i�O�wX���;�#=`9E7�F��,z�sӣٚ���� -J�������GO�H�mPs��9�8�y���R�U�=q@�l �I|d(�����BƢ���ǗǓx_n6�U���S ���҇������� ��SW���lͧ�w���w�d��F��~}�+��֜x��J��(���'� -����]���D�4ޝ`Kΰ%�7�O�ݹ��ϫrW����Q'%�_J��pB�"�&�aN��u�z�ȁ�a��Pd�}(����^:��� ����c*�=e�;�� C�o�~�0^�IC�=�/�{��Z$�E��������(�^BNB�U���l�R�zL��m��;|~��s�e�UpgJcNȶ�o�B b��Ѕ�0�2{�)+Xr�q�#K$܃���Й�;�BY:X Dž -�q��2�4�a�����8����?�pa��#8g�,u��MW�ܫ�cG��TP�#Q�B���9�(��Vr%0����F�+l0齔���O�R��݇�^����1���Ҟ;������/(��:{�~�/ܟ�"�v`�u�wt�G�?�q(�e�~]N�D ��rB?��0l��v�6�V2h}3�"������"J�'�!�ёr�&���sB�H�L@MmȥG�Y�> �,���;5�?�m@4,�5�>���-�tJRPE��H"%VG=�:gXŬ��n��0T��b���P�ʆ�OR&��� Ä���3R�'��_kH���`-i�n��&3�����La��L9���?$O���n|��'�X��d2�y:Aã�?��E(��y�v�r���Y��5�jDN�0ɇq�]���w��]EjGH�Ц���,���J@�~�s4-������%,��Qd�6,#iWrH�$�v��WyT@������$R�ؼ><�φ�S������ƗP\k�0�'@x7m���cv���1�v�z��G;*9/)��o8�JM-N����u�HMM�g���$�̠��"�\�ʧ:eBC K�-X���p�*��5�T'+�4_������?Mt�njN��'�t:�R�ӗT�/iy m�����9ɇ�.��9 +xڭXY��6~ׯ�#Ua����ݪ�a'�J�f<ɋ��I�%r�#����F7)JC�x]�"��F���RF�HF���.�^%:RJ�&��6��H�H2Yt�����rUdE���۟��\iUH�w���yxN�X����7�o� +d�H��d&�2���x�^F�{I��<z����J�,��ů�� ���\�،E�~Z��*1�a�[�1&\�|̣j����+��Ȟq�iLdt&�!*w}��Ɖ��.WF��ie���+��z��M���S������N�0i����-K�۶�vD�+���,�έ1,wM�W��?x�cݕ��A�t��+�M�\%V(N�VX�3���_7ށ���p�ohI:�"��(�<�F�(2�P��V**OI����Wk��Z��/��;Vc��8H7��"S;����?sL�T���Hų ����ư���<�!�:����r��O��x��lޠ���=s��Ʒߠ[��w�v֮��}�2�1俱��;y�ٰA�N' AT)��l5|~2ɒIm<��x�1Y\vb�ʊ4�ݗ�����6����)q���W� +�d��^�Z�՝�5�@�z{��mzf��۲+�#C�:f��J[ ��\Mµu�`�ֳB��B�`k�`T[�Y��P�Qk&pU�M��f���פ�iwu��oz�0�#Ҷ�0�즚����8gU]aX<��G��cEP �}G,�����֕��������w~ç];8�ԯ�wO��2`֨v��X7��� �m +�����" +ai�����\ �C7T���*�|JxPK��)̼�ݗ�r��>8���`lt{Ƿ|�ێ�v�o[߲"���Gp!� 7tɂ�%��9��{��A�4���C%���6.�G�(]ya�L��f'��FWAt,ԩ�f�=v����� /7R1f�1Y�P�^��}@�K`1�r�4�r� ��S��i������ۺ�� Ҡ��M}w�Gz�r�n`��Y�<�G1�5/���'����C1���R��۠�6!s��p����ӥ��u{․����PVC!���EE1�/�'��l|5�P<c�@�(ťw�43q=A(!��:�|��ؚ�-���A���,�������W��1�9�`E��U�QP_�N� +�ݻ@k��i�;���aK�1n��s���W�}�M�NJ���&��6"EMJÜ������q�����~�P����6�t,��+n˿�P!@��c��c*��/S�Z"�WO����/@��X�g�@CP(�@��<���K�(��\NB�V���l���*��9d�&�(w��H�����+*�3��(�h�7XV���2�wh]U�Y�=��,9e���-�%R����$ޙ�;*]Y:X]ʅ��q<�2O�aPǡ��8����?�pa�%'8ghG��gTW����cG(�T��#Q�B���Fj/��Vr�0��(�F�{o0�)C-���B�3�����1���Ҟ;�F�����(��:{�~�/ܟ�"�v`�u�wt�GZ�q��e�~YN�D ��rB=��0l��v�6�V2h}3�"���;����V#d1:R��d�Az��vN������ ��H>�����0�ab������ ��度yɕ�ҐNI +���|�I���X�k��!�� O-Lb��X}j�6���!� ��)e�b�������w!�g)XK����Ɍ(���j>S��,SN&�Gɣ%,��{� j֮$��q@�������+E� +��^��(h��yVmhM���5��a�k�<�G!9|����.��i0�9K���x�P����MKd��/|>ˠx� �Hf�*ɧ���U�� �C;3�=�T16��[c�Th1�1����ך�R��^h��6��x��bAjL�]����/Q_��O��+5aL�8�Ǜ��e"5I4���9�I +�AUKE"���Ouʄ��[������dU:)k�NVhi�@'x�yY' ~����p�O*�tN�B�/�$_���D1�]t��˦5 endstream endobj -1069 0 obj +1076 0 obj << /Type /Page -/Contents 1070 0 R -/Resources 1068 0 R +/Contents 1077 0 R +/Resources 1075 0 R /MediaBox [0 0 595.276 841.89] -/Parent 998 0 R -/Group 1073 0 R -/Annots [ 1055 0 R 1056 0 R 1057 0 R 1058 0 R 1059 0 R 1060 0 R 1061 0 R 1062 0 R 1063 0 R 1065 0 R 1066 0 R 1064 0 R ] +/Parent 1004 0 R +/Group 1080 0 R +/Annots [ 1061 0 R 1062 0 R 1063 0 R 1064 0 R 1065 0 R 1066 0 R 1067 0 R 1068 0 R 1069 0 R 1070 0 R 1072 0 R 1073 0 R 1071 0 R ] >> endobj -1023 0 obj +1029 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/rocb.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1077 0 R +/PTEX.InfoDict 1084 0 R /BBox [0 0 460.8 345.6] -/Group 1073 0 R +/Group 1080 0 R /Resources << /ExtGState << /A1 << @@ -17244,7 +17268,7 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 1078 0 R>> +>>/Font << /F1 1085 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -17290,59 +17314,59 @@ Y ������5�{\���럼��_��ci�' endstream endobj -1077 0 obj +1084 0 obj << /CreationDate (D:20200924175813+02'00') /Creator (matplotlib 3.1.2, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.2) >> endobj -1078 0 obj +1085 0 obj << /BaseFont /DejaVuSans -/CharProcs 1079 0 R +/CharProcs 1086 0 R /Encoding << /Differences [ 32/space 46/period 48/zero/one/two/three/four 54/six 56/eight 97/a 101/e/f 105/i 108/l 110/n/o/p 114/r/s/t/u/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1080 0 R +/FontDescriptor 1087 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1081 0 R +/Widths 1088 0 R >> endobj -1079 0 obj +1086 0 obj << -/a 1082 0 R -/e 1083 0 R -/eight 1084 0 R -/f 1085 0 R -/four 1086 0 R -/i 1087 0 R -/l 1088 0 R -/n 1089 0 R -/o 1090 0 R -/one 1091 0 R -/p 1092 0 R -/period 1093 0 R -/r 1094 0 R -/s 1095 0 R -/six 1096 0 R -/space 1097 0 R -/t 1098 0 R -/three 1099 0 R -/two 1100 0 R -/u 1101 0 R -/v 1102 0 R -/zero 1103 0 R +/a 1089 0 R +/e 1090 0 R +/eight 1091 0 R +/f 1092 0 R +/four 1093 0 R +/i 1094 0 R +/l 1095 0 R +/n 1096 0 R +/o 1097 0 R +/one 1098 0 R +/p 1099 0 R +/period 1100 0 R +/r 1101 0 R +/s 1102 0 R +/six 1103 0 R +/space 1104 0 R +/t 1105 0 R +/three 1106 0 R +/two 1107 0 R +/u 1108 0 R +/v 1109 0 R +/zero 1110 0 R >> endobj -1080 0 obj +1087 0 obj << /Ascent 929 /CapHeight 0 @@ -17357,10 +17381,10 @@ endobj /XHeight 0 >> endobj -1081 0 obj +1088 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1082 0 obj +1089 0 obj << /Filter /FlateDecode /Length 304 @@ -17370,7 +17394,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1083 0 obj +1090 0 obj << /Filter /FlateDecode /Length 245 @@ -17379,7 +17403,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1084 0 obj +1091 0 obj << /Filter /FlateDecode /Length 392 @@ -17389,7 +17413,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -1085 0 obj +1092 0 obj << /Filter /FlateDecode /Length 133 @@ -17398,7 +17422,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -1086 0 obj +1093 0 obj << /Filter /FlateDecode /Length 90 @@ -17407,7 +17431,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1087 0 obj +1094 0 obj << /Filter /FlateDecode /Length 68 @@ -17418,7 +17442,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -1088 0 obj +1095 0 obj << /Filter /FlateDecode /Length 45 @@ -17430,7 +17454,7 @@ x "���}� endstream endobj -1089 0 obj +1096 0 obj << /Filter /FlateDecode /Length 161 @@ -17439,7 +17463,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -1090 0 obj +1097 0 obj << /Filter /FlateDecode /Length 214 @@ -17450,7 +17474,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1091 0 obj +1098 0 obj << /Filter /FlateDecode /Length 80 @@ -17459,7 +17483,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1092 0 obj +1099 0 obj << /Filter /FlateDecode /Length 236 @@ -17470,7 +17494,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1093 0 obj +1100 0 obj << /Filter /FlateDecode /Length 49 @@ -17479,7 +17503,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1094 0 obj +1101 0 obj << /Filter /FlateDecode /Length 157 @@ -17489,7 +17513,7 @@ x ���f�W����7y endstream endobj -1095 0 obj +1102 0 obj << /Filter /FlateDecode /Length 332 @@ -17500,7 +17524,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -1096 0 obj +1103 0 obj << /Filter /FlateDecode /Length 317 @@ -17511,7 +17535,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -1097 0 obj +1104 0 obj << /Filter /FlateDecode /Length 17 @@ -17520,7 +17544,7 @@ stream x�36�P0��C.��� endstream endobj -1098 0 obj +1105 0 obj << /Filter /FlateDecode /Length 131 @@ -17529,7 +17553,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -1099 0 obj +1106 0 obj << /Filter /FlateDecode /Length 338 @@ -17543,7 +17567,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -1100 0 obj +1107 0 obj << /Filter /FlateDecode /Length 248 @@ -17554,7 +17578,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1101 0 obj +1108 0 obj << /Filter /FlateDecode /Length 171 @@ -17564,7 +17588,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -1102 0 obj +1109 0 obj << /Filter /FlateDecode /Length 72 @@ -17573,7 +17597,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -1103 0 obj +1110 0 obj << /Filter /FlateDecode /Length 210 @@ -17583,14 +17607,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1073 0 obj +1080 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -1055 0 obj +1061 0 obj << /Type /Annot /Subtype /Link @@ -17599,7 +17623,7 @@ endobj /A << /S /GoTo /D (subsubsection.2.1.2) >> >> endobj -1056 0 obj +1062 0 obj << /Type /Annot /Subtype /Link @@ -17608,7 +17632,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.6.4) >> >> endobj -1057 0 obj +1063 0 obj << /Type /Annot /Subtype /Link @@ -17617,7 +17641,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.4.1) >> >> endobj -1058 0 obj +1064 0 obj << /Type /Annot /Subtype /Link @@ -17626,7 +17650,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.6.4) >> >> endobj -1059 0 obj +1065 0 obj << /Type /Annot /Subtype /Link @@ -17635,43 +17659,52 @@ endobj /A << /S /GoTo /D (subsubsection.6.1.1) >> >> endobj -1060 0 obj +1066 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [189.194 170.906 202.007 180.869] +/A << /S /GoTo /D (subsection.8.1) >> +>> +endobj +1067 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [189.194 170.906 208.594 180.869] +/Rect [207.542 170.906 226.942 180.869] /A << /S /GoTo /D (subsubsection.9.3.6) >> >> endobj -1061 0 obj +1068 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [214.128 170.906 231.176 180.869] +/Rect [232.477 170.906 249.524 180.869] /A << /S /GoTo /D (subsection.9.18) >> >> endobj -1062 0 obj +1069 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [236.711 170.906 260.345 180.869] +/Rect [255.059 170.906 278.693 180.869] /A << /S /GoTo /D (subsubsection.10.3.3) >> >> endobj -1063 0 obj +1070 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [160.447 155.464 171.406 169.92] -/A << /S /GoTo /D (Hfootnote.22) >> +/A << /S /GoTo /D (Hfootnote.20) >> >> endobj -1065 0 obj +1072 0 obj << /Type /Annot /Subtype /Link @@ -17680,16 +17713,16 @@ endobj /A << /S /GoTo /D (cite.data) >> >> endobj -1066 0 obj +1073 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [256.588 127.237 267.547 141.028] -/A << /S /GoTo /D (Hfootnote.23) >> +/A << /S /GoTo /D (Hfootnote.21) >> >> endobj -1064 0 obj +1071 0 obj << /Type /Annot /Subtype /Link @@ -17698,107 +17731,107 @@ endobj /A << /S /GoTo /D (section.7) >> >> endobj -1071 0 obj +1078 0 obj << -/D [1069 0 R /XYZ 55.693 823.059 null] +/D [1076 0 R /XYZ 55.693 823.059 null] >> endobj -1072 0 obj +1079 0 obj << -/D [1069 0 R /XYZ 56.693 789.929 null] +/D [1076 0 R /XYZ 56.693 789.929 null] >> endobj 42 0 obj << -/D [1069 0 R /XYZ 56.693 416.278 null] +/D [1076 0 R /XYZ 56.693 416.278 null] >> endobj 46 0 obj << -/D [1069 0 R /XYZ 56.693 206.024 null] +/D [1076 0 R /XYZ 56.693 206.024 null] >> endobj -1074 0 obj +1081 0 obj << -/D [1069 0 R /XYZ 74.626 92.168 null] +/D [1076 0 R /XYZ 74.626 92.168 null] >> endobj -1075 0 obj +1082 0 obj << -/D [1069 0 R /XYZ 74.626 80.213 null] +/D [1076 0 R /XYZ 74.626 80.213 null] >> endobj -1068 0 obj +1075 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F14 963 0 R /F28 677 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R /F10 1076 0 R >> -/XObject << /Im8 1023 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F14 947 0 R /F28 677 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R /F10 1083 0 R >> +/XObject << /Im8 1029 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1122 0 obj +1129 0 obj << -/Length 4091 +/Length 4089 /Filter /FlateDecode >> stream xڵ[Y���~ׯ�#���1�QJRJ��$N"m�+%�*��B"�������� �]�*�,@O����5-6�h���7O��N��R��c���]�I�8���M7���@_-]���뛫�Q.��]�,�7<�4P��כ���y������YEih�]�vO��-����E�->�na3f��ś'�~=:�4��4V<��Z_-u�����Ӿ���ﶟ��������)w{lu���4:���� ��V����R�L�������2κ�%R�*�T �x��d�mѶ~0 -q�Qį�c����MW���v�����^���"Y��K#�;a&�^�ИL��JW��B�$���5�Û4x�T6�6�o�]���&AS��*� ?Z>��b��M���F�[�"$�j~�4�J�8v�a^2��3R������ �n>�˻��F�?�m�Śv�}��>�������ηh�C}˿�F�#�Kǭ6����s�BR�Sw� �����]��y��NV�j?] _�rJ ��4��T��K�;!`���]�W����zW��;�Ul��-I���V�Ú�x})��<�T��E��C��0վ)���hzn�]4� +q�Qį�c����MW���v�����^���"Y��K#�;a&�^�ИL�IKW��B�$���5�Û4x�T6�6�o�]���&AS��*� ?Z>��b��M���F�[�"$�j~�4�J�8v�a^2��3R������ �n>�˻��F�?�m�Śv�}��>�������ηh�C}˿�F�#�Kǭ6����s�BR�Sw� �����]��y��NV�j?] _�rJ ��4��T��K�;!`���]�W����zW��;�Ul��-I���V�Ú�x})��<�T��E��C��0վ)���hzn�]4� �X�(%��Q�A���Wl� -�g:�7�"yW ���{����G�0p�L��W8�;~��3��t]��p�;>�Ћ>�L����H�9�E��0l����8(��+8��)����� -GG+��.��N�A9����A���q�y -b�&�_δ����u7�5|� -�۫l�� �"�)o����ƻLt�t�Ll���7e��<�b��WE�Y��s����[�� +>�nX;�yW���+�-i� -@�W�:_{uὁ����78���5?V�P�K�eS4��e?����<h��b<BDǨKZE���4E[�s�����)Ŧ�{���xh�B�vK� O��pe:�Ը3���L�=l�]V����cx���U�u[|���E×<7܄�Z�]�w��V��[�3��v��@��Y�/Q��4E��f��,78F��㧶�B�.D9�*;B9'(�\�r�}���=.+Ĭ�+���n�l�@p�<��d�Q�^�b�Y�������z~e��DhB�� -h���R��������A`�hX�r� v�7�0B����SW3��� -U6��42Ø�`P�x�g��.���I�d�h�9u�:�YH���&Y�&^b��~z�̰I�8K=����]�&�0Ʉ̩�����"�Г<�����}}�dJ�볏?���K��֓�}nmp��]���%��h%DC*�s'g=�4��X���ټpeq?w���I T���jU��;^ȑ���1Q�����s��d���ߕA�ϱ��G�1's�I��1V���I�G��m��ێ��2��ʇ��0�]�;�2�.���7b��0� -r�E��6xt���u���Zp�B���Y"P�ѵ�|v!���C�A[��$�dd<ޣC#�S{'΄��4�h�G �W#��U�Iz�6�̊a3Be�E+������ ����)N�&�D�h�1�C�S�)���cVd �{��PGv,��� k�0�Yj0�Q�g� �̣D��� �Јf��P[7�A)�Q�B_v�lX�|��]Mu���d��ls�3T�(i<;��tj����1��)5U�Y�@��h�k�,3 I� `'1)"��W>��ɽ�5`���"l�|�|�M���%��H�Q'=���F0�ڪ������T�L>��ؕ�J%�Ȕ^P�L�ށ����5��$t:��ˋ%PO �w�"%�� ڶ����/���|=�#��Pj�~��М��f̹�5���h<�o�+��,��فw�>{c����)Xa��t��-l� ��=�n0��O����Zga��L-`�8��ى�>�PF'�TŜ^Fa<�į�:��H�s���9�1� �:+*�┹ V�������&���x��HO� �p^qdB��C�`�I��</�2B�J����v�{��3t�E0�M�'Gs�Q -&��*L�0��ē���E��Eޔ�x܉|�OUQ��,m�%E�N��9�>ʛ�7��n��\jO �5ID� `��O26�̀�6�I�n8�M��7U�֘�5.��@��?P��=��5}��8��cu����l����Ðd0f�d��c�&�+�<�e$h����Iu5���5���8ldx������Q9)K=�N�����H��ܕۼ���m1�O��}���?���. \�J8Jx������'±QP^x�a�б/��%�Vm���aZ�fߕU��ʦKnm���U -�C��HC��;�㤫�D>��r��������')9�c��=�,c���AAW����AQ�0��+v*���1S��_*����,�:���dX��d7e��r.��@��>���Eϱ�� ��̯P~���3�@Y�$]O�Y*��/ׄ�9Y�����&xSTE��,_�����-��p�-7Gn���1��R���ـ3%�ds�X�Pe�o�ΤZm6���mtvT0��tأ��@�3>��Gc�vj�r �Gck]W��x�QFI&L�y a9�� *+%R�B�GOS��%C�)!!h�y$+ĩ�om��Ն -� ��9֙�f%՜kn�\nfX�,$4 6X��';���_ѐ�����+n��Bl�hZ��y�o�*-�=�G_��=J��e&-IE��0}?�WH�q�i-�.5���6o[�z[4�.��<��|[;PT -%�V)�sO+F)����h�cJ ra.�:$�T�B����}��������1��W}����X��kX�X�)�6�R�M���z}n�;�&����P�}Ic��2p!�� -%�=�t�����~��/�m�ŕ�v�5 ۃ���=�P �:.:��������]e"毋[�;�d� ޞ�&�=�������B�n�s��4��U�.c)�)K3��S�O�x.�{ �X[̼��գo���������̑!�$����#�t<|R<Dy'i|���"�I,�{�+|�)�� bm��d<II��/�"��;!�k���oUl@K��h���Ggnl�.�gT��0�FM������hh�K8�f��P������5i�����v�mYH��km�|��N�9�DŖ�n�a{����ڶ����Q��K�]��ɱޖ���m?K=�� �� t���RO;BC]3ɶ�~��95����A�˷�1'���4�Ҵ�~V�d����D���;q��/^������5_��wF����ˆ� �������pV���;s+�!0����x�i�8����4|��Ot�8�y1�l2�f�����|�c��t�F��������5Q���Y'tx��[>@���Ǯ ��9���ݩ��J�(�H�q-��Xk�OZӓ�Y��De��͘ZP�bi�Q�C3H'���'o��˭4��g���ǃ�l�%��p����� N����H�S* -XO��� `&0/ߓ�q�Fdx��0�L}Q�����C����ȔȎ�]Q���@��[_��ɹ�(��RN��l~&n��3�h+s�ꏚ$������WI�r{��G�J���ј`r�99�/NV`C��j�F�N�Ap�Ͻ������լ��ϥ&�Vv�`�P`)9#�%��Yy+7��̪;pNI�T�������iХ�0��B��t+m���3�p��#.x���(D�����{~v�/!C���/��"����k���#����\�qD���ts$:���~���˟n^�f��_�������o�ڀi������:H��d��Ow��|�W�Je��Avo�r�b|917e��(�}�0�)B��!�]:L�H�3�����I��o��8x#�p -�En��T9����b�������କ�Vm��.[��O#���`��>�:�1l�n�~T�z��y꺢�Bю���S���]�/z��*A����낅�S����k[�yq/�Ҕ^*Z/�VLr�#E~Eޡ>-B�Bt���h +�g:�7�"yW ��˻yT��#y_Z��w�V&U�+��?Y�D{�.�~8� +}�E�r�����{g$w̜�"KB6��Zv���_ޔ�]E��h������Ycp��֠���� F{�8�<1H�/gZW����F����>y���U6xw�^����K� �?�]&�V��P&6 n�����{�M��櫢�,A��9�|W�-Qل 7��+�E���4G �+y������������[�Z���Z(�%�)�ѲVp�C4�df1!�c�%�"��hk��-��E���ڔbSɽz�ph�?�� +�v�%ф'��SV�2Vj܃�u�������.+�e��1<�K٪�σ��>�Z�����n�i���;}A+�ȅӭ�ȇ|��c���,�(�@L�"o{����#���S[~!V���A��������t@����?jo�� +1+�ʺ�9弛5[6�;�:l�rVE�ſ�������_��-�Іj���C��T��)�4��%�"��h���1����B�=���#/§B�M�?��0�<+�$��콋�m�aR3Y�Z�@B���f����B�(��I���ꤟ�73l�0�RO�9��x����6LE2!s��82��3�$O|}p0{__9�����g4�Ra��dfF�[w�G��yy�hy��Z ѐ�B���YO" �<���{6/\Y���+cRr�g�Zj�r$d�dBFG������8&4Y�)�weAP�s�`�Qv��q�#e�/rp��`~ۻ���1���2yWĀ�NƫL�Kgl䍘�0����yh��� ����ad�E����z�� @�ԃct�1�]��*$䐃wЖ��` �9&����H��މ3��3�;Z��H���q�`��� 8�b،P}ъgb;��gsr�eur��S���,Q3{���T|�*a��Y����$ԑ��#&Ț(L�}��~���&�$�(�)=n�,4��Y�(�֍mP +jԬЗ�1�{*z~WS/&+�?$����J�x�'�忰p̱�nJM�zV4��>Zą�.�LB��a�Рv�2 2ʡ�)�ܻZ6��/�����G�� [���u��9l����HZ��A�a�O%�d�cl�]�T��L�E��j�T��� P��HB�����X�$\H~g� R��,��m[{��gx��������c�8b)��7>��yhƜ��Qc*x����f����͢}��x���7��)A�vL���V����Z�3x��x +گuF�/����i���(�����@>�etJU��eƃI�j��#���9'܍=���� ��/N�bE�ZN�L�h��Pό�9��t +��G&t�?�6��H��(#����yi�m����W�8C7Y�dzr4G�`b���s�M<��(A��\d�Y�MI�ǝȗ�TŚ���\R|�ޞS룼)|�L��� ̥�a��X�D���L�$c���h���^ؤ^0�|S��a��Y㒉�d�����#�]ӗ{���H8V�9i��F:�=�@c&M�.?�k�ɰ��C[F�F�a��TW3YzZ』�i��F�7�ilL������3���x�>x~�th�]��~@����|�'���/���������O8{�}"�WV�b�ZrkՆ�����e aV�]Y�[�l�d�֖��[�0<�(�4dͿ�8N�zI�ೝ-�H9 �?�px�{���;�O���1�`ࠠ�hd������Bl�;���Q�/��t�e_US@ 2,]c��2�?Q9�t�oq���ۢ��r��τs�s�W(?G���Z��j����,�E�kB��_I��K�)���|��B����Is8ߖ�#�{|^ ��_w�G��l���G2�9��u���7�gR�6�� ��6:;*Fs:��@p��Pţ�H;5� +9�������v��(�$&���<���b +����~��#����ג!͔���<���ȷ�k�jC�F���d���j�57k�?73,e,�����G�hHdq�j��7�f!�T4-hm��� �J�����P����qщ%�H�2���"N�� ����+���4����������j��-j�-t�C�Sq���(*��S�����Codf��1��0�`@�\�Fw|�> +C�y��zn��^�>X��X�\�5�I,�d��M��Kwi�>��N��w��Cq�S�%�M$���!�P<*p�D�th@ӕ�����m���m�W�ځ�0$lO��LB%l�y��,Jp��v?"�v����.n�W�Z�9�æ&x{�cL����>�+���aN��_�]����W�����,��oO1?����%�bm1�b�W���.�v��s^3G�P��~'��$����I}�坤��RN[��'��Y�hs�n� +���`B2���P��IR˝��d�y��*6���`s�]}ݣ376R��3*rS�t�&@zM���z4��%�A��i(�W��P횴�S��r; C��,���6�>�~'��s�bK�x@�ڰ�G��_�Am���i�(|���.���Xo� ]�붟�_�Si����R������d[�?��Ü�� S�������Y]r�DiZs?+K2�Jg�k"���8 Q��Mpkt���/}�;#�yC� +�e���_R���H8+V������a<�Ҵ ^��� +�K>��':}༘�o6�D�MM|��^�ձ|k�c#�Z�q�o`���Ek��:�B�-��K�cW�М^@��T�z�V�|$ոH���'����,�j"��Uw�fL-(W�4�(����NG哀7u��V_�3M�L��Aa���e��o�J@'�ׇ�c���)��'��x0���I���R#2��|y���s�SšI�qYydJdNJ�����o W��/x���t�r`)��y6?7�v���J��9�B�GM� _v�~�«$|�=��#x����hL0�����'+���F5H�N'� ���^{OFm��j��Z��R�N+�D�~(������a�����Y +Nf�8��$�m��Mh���G�4�Rb�Ny!PU��6�D@���~8R���Wr��A@c�=?;ŗ���N�f�NSL���m�`���H. �8�OЋE�9��vx?�pR��O7/_3���n���_��7nm���^���f�s�^� ���gz��|�W�Je��Avo�r�b|917e��(�}�0�)B��!�]:L�H�3�����I��o��8x#�p +�En��T9����b�������କ�Vm��.[��O#���`��>�:�1l�n�~T�z��y꺢�Bю���S����x��T Rv���|X,l��Մ^^�z'̋{9���R�zI��b�c)�+�=�i�����`�^ endstream endobj -1121 0 obj +1128 0 obj << /Type /Page -/Contents 1122 0 R -/Resources 1120 0 R +/Contents 1129 0 R +/Resources 1127 0 R /MediaBox [0 0 595.276 841.89] -/Parent 998 0 R -/Annots [ 1067 0 R 1105 0 R 1106 0 R 1108 0 R 1109 0 R 1110 0 R 1112 0 R 1113 0 R 1115 0 R 1117 0 R 1118 0 R 1107 0 R 1111 0 R 1114 0 R 1116 0 R ] +/Parent 1004 0 R +/Annots [ 1074 0 R 1112 0 R 1113 0 R 1115 0 R 1116 0 R 1117 0 R 1119 0 R 1120 0 R 1122 0 R 1124 0 R 1125 0 R 1114 0 R 1118 0 R 1121 0 R 1123 0 R ] >> endobj -1067 0 obj +1074 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [525.368 767.43 536.327 781.222] -/A << /S /GoTo /D (Hfootnote.24) >> +/A << /S /GoTo /D (Hfootnote.22) >> >> endobj -1105 0 obj +1112 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [233.723 709.647 244.682 723.439] -/A << /S /GoTo /D (Hfootnote.25) >> +/A << /S /GoTo /D (Hfootnote.23) >> >> endobj -1106 0 obj +1113 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [220.361 609.356 231.32 623.812] -/A << /S /GoTo /D (Hfootnote.26) >> +/A << /S /GoTo /D (Hfootnote.24) >> >> endobj -1108 0 obj +1115 0 obj << /Type /Annot /Subtype /Link @@ -17807,25 +17840,25 @@ endobj /A << /S /GoTo /D (subsubsection.3.4.1) >> >> endobj -1109 0 obj +1116 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.18 539.164 217.139 553.974] -/A << /S /GoTo /D (Hfootnote.27) >> +/A << /S /GoTo /D (Hfootnote.25) >> >> endobj -1110 0 obj +1117 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [182.874 524.718 193.833 539.528] -/A << /S /GoTo /D (Hfootnote.28) >> +/A << /S /GoTo /D (Hfootnote.26) >> >> endobj -1112 0 obj +1119 0 obj << /Type /Annot /Subtype /Link @@ -17834,25 +17867,25 @@ endobj /A << /S /GoTo /D (subsection.9.20) >> >> endobj -1113 0 obj +1120 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.826 436.679 143.785 450.471] -/A << /S /GoTo /D (Hfootnote.29) >> +/A << /S /GoTo /D (Hfootnote.27) >> >> endobj -1115 0 obj +1122 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [230.961 337.053 241.92 350.845] -/A << /S /GoTo /D (Hfootnote.30) >> +/A << /S /GoTo /D (Hfootnote.28) >> >> endobj -1117 0 obj +1124 0 obj << /Type /Annot /Subtype /Link @@ -17861,7 +17894,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.6.4) >> >> endobj -1118 0 obj +1125 0 obj << /Type /Annot /Subtype /Link @@ -17870,7 +17903,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.4.2) >> >> endobj -1107 0 obj +1114 0 obj << /Type /Annot /Subtype /Link @@ -17879,7 +17912,7 @@ endobj /A << /S /GoTo /D (subsection.3.1) >> >> endobj -1111 0 obj +1118 0 obj << /Type /Annot /Subtype /Link @@ -17888,7 +17921,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.24.1) >> >> endobj -1114 0 obj +1121 0 obj << /Type /Annot /Subtype /Link @@ -17897,7 +17930,7 @@ endobj /A << /S /GoTo /D (subsection.9.20) >> >> endobj -1116 0 obj +1123 0 obj << /Type /Annot /Subtype /Link @@ -17906,98 +17939,95 @@ endobj /A << /S /GoTo /D (subsection.9.11) >> >> endobj -1123 0 obj +1130 0 obj << -/D [1121 0 R /XYZ 55.693 823.059 null] +/D [1128 0 R /XYZ 55.693 823.059 null] >> endobj 50 0 obj << -/D [1121 0 R /XYZ 56.693 321.32 null] +/D [1128 0 R /XYZ 56.693 321.32 null] >> endobj 54 0 obj << -/D [1121 0 R /XYZ 56.693 295.202 null] +/D [1128 0 R /XYZ 56.693 295.202 null] >> endobj -1128 0 obj +1135 0 obj << -/D [1121 0 R /XYZ 74.626 257.194 null] +/D [1128 0 R /XYZ 74.626 257.194 null] >> endobj -1129 0 obj +1136 0 obj << -/D [1121 0 R /XYZ 74.626 245.239 null] +/D [1128 0 R /XYZ 74.626 245.239 null] >> endobj -1130 0 obj +1137 0 obj << -/D [1121 0 R /XYZ 74.626 209.373 null] +/D [1128 0 R /XYZ 74.626 209.373 null] >> endobj -1131 0 obj +1138 0 obj << -/D [1121 0 R /XYZ 74.626 173.508 null] +/D [1128 0 R /XYZ 74.626 173.508 null] >> endobj -1132 0 obj +1139 0 obj << -/D [1121 0 R /XYZ 74.626 161.553 null] +/D [1128 0 R /XYZ 74.626 161.553 null] >> endobj -1133 0 obj +1140 0 obj << -/D [1121 0 R /XYZ 74.626 137.642 null] +/D [1128 0 R /XYZ 74.626 137.642 null] >> endobj -1134 0 obj +1141 0 obj << -/D [1121 0 R /XYZ 74.626 113.732 null] +/D [1128 0 R /XYZ 74.626 113.732 null] >> endobj -1120 0 obj +1127 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F14 963 0 R /F29 679 0 R /F28 677 0 R /F34 1124 0 R /F27 1125 0 R /F32 1126 0 R /F30 1127 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F14 947 0 R /F29 679 0 R /F28 677 0 R /F34 1131 0 R /F27 1132 0 R /F32 1133 0 R /F30 1134 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1143 0 obj +1150 0 obj << -/Length 1753 +/Length 1754 /Filter /FlateDecode >> stream -xڕWM��6��W�(ObFI}���M'95��t�I��]�+K^I�f���@P�����$ -A���&J�?��/^�*�R�Ƥ��ud2��**H���j}���������o~}�\)Y&&�s���q�O�X�姫��߯w �I$'SI.���z���)�6�{%B�Et�5w�.�(J�����" ��Ѡ4J$Y �F:%�w���� -Ǒ�W��7�2����w��F˫��#K��,2ڈ<�y]�:�,N��e���Ė���ݾ��[�M?�C�6,�vA������E���������"��mۓ٢`�sl����������&8N1;���B�mLT�槖�d��m6�L�J�2=ZJ�EK�(T>j}Y����q8J{��:��slY����j];JWͺ>l���mC��ݴ�w��zK�~N�D�Tf���j�u���v܀�9�֬��a�(n~P5�CP�wԯ�vn�.}l�k�=O��\�X�u��z�m�ъ +�?Vrv�� -�pݵ[��.�;@tO��v�,��$�7��o[�����F;l�.�<ji��t]m�{?&���~��� �>�,�[wt�����BÉ䦌���g�'Di�N��=}Qb�n�4�jm��h�҉�>�~�!��}������p��9[�W��',n����o[����Խ"��x�fv.�k��ڎܶ5������r����B-eQ�I$�ޙH��6��!X�Bd��4�)6=�`�1l��0�ѯ<�q�%�T����2E�yU� ����08�P�dݫ�0N������~w���Q�"�YT�I�Ur��hS���0^�A�����vS?�p�r�[�!%��WO����V�������j.¤�@|�"z��Y�K��^^�y��U���e� �W��k(�Q*�bF��H�y���k���6T}��o��joY�6>��.q�J�5�N��qr�`�-�����������2�T�}�����>4;s��ʰ�㾊Yҡ��ۓ4�s���mOd�����������HxRPxԥ�Ą�����d��'K��-K�Dj�y����uv�j�ޜ�S -f<˙�5!�<V��<�Dwm��L�X���ݡ��л�C��kp�'e�Q�� }���@ׄ�����<�\:�i�l�`�yy&qP�&���U�VY`�0}F�=�p��;�994�$�V7[�ۮs��%�v�-���k�۰�mnj������G�"ٷ�7,x�}%Kb�?��}} -�?x�R�Y����H£ll��V �K�G,�)���ߺ��|�A�*850�ܾ���.{KǤ���� A@�N��}��JY�P�b�I�6�R� ��A"[�З�Dy%U*)ᐟk�V0R �ʷ:%���DW��f狀�$:o�kX�[�m��)�4��P=tQT@$�H ��j��^ϫ�$���WK�c��m����S��w��z����n�KR�9@���-nG��>�4����G��zD�"~�yr��h9�,FQQRpҦ�a�[Do��U��CV�@�~�.���y"����sZ��_s����2�N䉷��L 9^� -�\fi� �� %2i��'�?頕�iR��B��P�!���0h�h��35� ��]4h�赆g������=N:�����{��{u@R��_����1I.zT f�{e"�g��0�)^+$��j}@���0u���mx!c��Mu�Y��@R\d���h/ +xڕWK��6��W�(ObFI=zKڦ���fg:�$��Օ%��l}?��Xo'Q � �}`�DI��������TER�Ҙ4���L&�RE�t]m�q�\�y�z��ͯ�+%���.�"�7�iK��t�v����n!a;��l*Ʌ�:Z�>%�so�D�����.҅E�a�_�[$���;�F�$+a؈B�d�n!�47^�0�Ӫ x�fWF��0����dyud�Bpd�q�EF�g!:�����a��T�_�+�Ll9.����0ٹu��ø��aQ��R����d.�TGP�7l��y<l۞���c�$��شy�wn����8��q,'2o�c���vzj)L6)�fs�T��.Ӄ�T^���B�֗�ѱ�ǥ��Q�k���5�c�ҽ�F7T���S��j�����V� i?�v�vP�ٺ�-�99�R� �2ª��{���ap�Z�v<�� ?���A��Ǡ��_5����9m]��|�T;O��\�N,W���V=w�6�dņ�+9;�r�@��ڭIM�q� ��bm�[�s�����-M���go���{���i����=��y|�Tm�r����Zﭿ;��`��r!����rS��Xȳ�"��X'����(�v7I�M��\]4C�Dr{?��p�>�vX��gw��jΖ��� ��v�G��Vk2�=v��o*ް99� ֵ|gmGnۚ�U�C�_�\r�g���(�$��R�L�Q���,M!�LG���a��� +6Z���W�8ےB*�{�a�"#*���P�DQ�V(U��ՅcGJ�d�Cr�� ���(S��,*��d��:�Ѧ%0z�a����9�J���~���� 3��CJ���]�+��>&R!3Q�a}�\�I���f0E��9z'�.��"zy�O�w��$�/K���P��]]@I�R930�5D��V���&jkC��q`1x������m���רY#���'Go�:�̻/9�:� +;(�N�з�>8͟뱙ٙ��W�u��U�$���=I8�����D&��O�l_�OL.��'�G]�OL�O^>�ON��c�~�e)�HMyڱ�b39g�����7G�Ĕ��rfbM<���<�A8�]��,S.��vE|7VC���k_�c<)c���M�#�����&���f�� �����+ec���3��25!�����Z�����3R�Ye�c�����ɡ�$ᶺٲ`�v��--a�;lq0�\�؆�msS�����$X�?�ɾe�a�����(Y��y/���Sp����B��o�$<ʦ� j��{��B�>����Χ4��S���;N�v���[z8&햿gx t�}��]��P�2�RSGH��q<��zN���*��$�+��RI ��\����jU���)����f���5;_�&�x{_�2�J]hSO�L�i��ꡋ�" GY�Tk������IrrcÜ��jiph�����v�B��W�\:[�m|Ij0Ƞ�x����}�����3�y��PO�U�=Oδ� #Ǚ�(�"J +N�4<l|�� t�j}Ȋ������{:ODV�zN��k�z��Y�� �<�Bs�)!�+�^���\fi� �� %2i��'�?ꠕ�3iR��B��P�!���0h�`��37� ��\4h�赆g�9i�,�)�{�u:���{��{u@R��_����Ic�\��@���<�D��x��H�tx���S���O,Lz���-��>H�ᅌqg7�س��?�����G)�?<�h= endstream endobj -1142 0 obj +1149 0 obj << /Type /Page -/Contents 1143 0 R -/Resources 1141 0 R +/Contents 1150 0 R +/Resources 1148 0 R /MediaBox [0 0 595.276 841.89] -/Parent 998 0 R -/Group 1146 0 R -/Annots [ 1135 0 R 1137 0 R 1138 0 R ] +/Parent 1004 0 R +/Group 1153 0 R +/Annots [ 1142 0 R 1144 0 R 1145 0 R ] >> endobj -1119 0 obj +1126 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/simpledraw7638_200.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1149 0 R +/PTEX.InfoDict 1156 0 R /BBox [0 0 460.8 345.6] -/Group 1146 0 R +/Group 1153 0 R /Resources << /ExtGState << /A1 << @@ -18020,12 +18050,12 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 1150 0 R>> +>>/Font << /F1 1157 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 1151 0 R +/DejaVuSans-minus 1158 0 R >>>> /Length 2350 /Filter /FlateDecode @@ -18043,33 +18073,33 @@ K#( �du;m�c1ˀ���2R�c'�%�� �n��0i��R.��������7/_<ۮ���:��T<|w������\������-�e�����R���7���0�0i�i��CJ}U�����_���}�<ٟ�^=M�ct|]��!Ǘ��|Q�h�9����:sM��*t��Ұ ��q��a�3�UD�-��I�Iy��D��@N�9o�O$�U~l ��0��f.��Ϭ��ڡ1� endstream endobj -1149 0 obj +1156 0 obj << /CreationDate (D:20200917172918+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -1150 0 obj +1157 0 obj << /BaseFont /DejaVuSans -/CharProcs 1152 0 R +/CharProcs 1159 0 R /Encoding << /Differences [ 45/hyphen/period 48/zero/one/two/three 53/five/six/seven/eight 61/equal 91/bracketleft 93/bracketright 97/a 101/e 104/h/i 108/l 111/o/p 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1153 0 R +/FontDescriptor 1160 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1154 0 R +/Widths 1161 0 R >> endobj -1151 0 obj +1158 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -18083,33 +18113,33 @@ x endstream endobj -1152 0 obj +1159 0 obj << -/a 1155 0 R -/bracketleft 1156 0 R -/bracketright 1157 0 R -/e 1158 0 R -/eight 1159 0 R -/equal 1160 0 R -/five 1161 0 R -/h 1162 0 R -/hyphen 1163 0 R -/i 1164 0 R -/l 1165 0 R -/o 1166 0 R -/one 1167 0 R -/p 1168 0 R -/period 1169 0 R -/s 1170 0 R -/seven 1171 0 R -/six 1172 0 R -/t 1173 0 R -/three 1174 0 R -/two 1175 0 R -/zero 1176 0 R +/a 1162 0 R +/bracketleft 1163 0 R +/bracketright 1164 0 R +/e 1165 0 R +/eight 1166 0 R +/equal 1167 0 R +/five 1168 0 R +/h 1169 0 R +/hyphen 1170 0 R +/i 1171 0 R +/l 1172 0 R +/o 1173 0 R +/one 1174 0 R +/p 1175 0 R +/period 1176 0 R +/s 1177 0 R +/seven 1178 0 R +/six 1179 0 R +/t 1180 0 R +/three 1181 0 R +/two 1182 0 R +/zero 1183 0 R >> endobj -1153 0 obj +1160 0 obj << /Ascent 929 /CapHeight 0 @@ -18124,10 +18154,10 @@ endobj /XHeight 0 >> endobj -1154 0 obj +1161 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1155 0 obj +1162 0 obj << /Filter /FlateDecode /Length 304 @@ -18137,7 +18167,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1156 0 obj +1163 0 obj << /Filter /FlateDecode /Length 71 @@ -18147,7 +18177,7 @@ x �X�\0�0���247Cb�Be�X �r�`�����J��# endstream endobj -1157 0 obj +1164 0 obj << /Filter /FlateDecode /Length 67 @@ -18156,7 +18186,7 @@ stream x�3�4P0P�4W�546T060Q073PH1�1s�,�lL�eb� �̀Ɓ%��9p�r���� endstream endobj -1158 0 obj +1165 0 obj << /Filter /FlateDecode /Length 245 @@ -18165,7 +18195,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1159 0 obj +1166 0 obj << /Filter /FlateDecode /Length 392 @@ -18175,7 +18205,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -1160 0 obj +1167 0 obj << /Filter /FlateDecode /Length 71 @@ -18184,7 +18214,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -1161 0 obj +1168 0 obj << /Filter /FlateDecode /Length 247 @@ -18194,7 +18224,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -1162 0 obj +1169 0 obj << /Filter /FlateDecode /Length 163 @@ -18203,7 +18233,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -1163 0 obj +1170 0 obj << /Filter /FlateDecode /Length 52 @@ -18212,7 +18242,7 @@ stream x�363T0P0�T026Q064b�C.������@�r���s`�r���� � endstream endobj -1164 0 obj +1171 0 obj << /Filter /FlateDecode /Length 68 @@ -18223,7 +18253,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -1165 0 obj +1172 0 obj << /Filter /FlateDecode /Length 45 @@ -18235,7 +18265,7 @@ x "���}� endstream endobj -1166 0 obj +1173 0 obj << /Filter /FlateDecode /Length 214 @@ -18246,7 +18276,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1167 0 obj +1174 0 obj << /Filter /FlateDecode /Length 80 @@ -18255,7 +18285,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1168 0 obj +1175 0 obj << /Filter /FlateDecode /Length 236 @@ -18266,7 +18296,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1169 0 obj +1176 0 obj << /Filter /FlateDecode /Length 49 @@ -18275,7 +18305,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1170 0 obj +1177 0 obj << /Filter /FlateDecode /Length 332 @@ -18286,7 +18316,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -1171 0 obj +1178 0 obj << /Filter /FlateDecode /Length 68 @@ -18297,7 +18327,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -1172 0 obj +1179 0 obj << /Filter /FlateDecode /Length 317 @@ -18308,7 +18338,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -1173 0 obj +1180 0 obj << /Filter /FlateDecode /Length 131 @@ -18317,7 +18347,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -1174 0 obj +1181 0 obj << /Filter /FlateDecode /Length 338 @@ -18331,7 +18361,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -1175 0 obj +1182 0 obj << /Filter /FlateDecode /Length 248 @@ -18342,7 +18372,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1176 0 obj +1183 0 obj << /Filter /FlateDecode /Length 210 @@ -18352,21 +18382,21 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1146 0 obj +1153 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -1136 0 obj +1143 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/ptdraw200_7638.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1177 0 R +/PTEX.InfoDict 1184 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -18390,13 +18420,13 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 1178 0 R>> +>>/Font << /F1 1185 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 1179 0 R -/M1 1180 0 R +/M0 1186 0 R +/M1 1187 0 R >>>> /Length 1187 /Filter /FlateDecode @@ -18413,33 +18443,33 @@ Tq �lB�V*��~Ï�����aϩ���.��.A]�W�o���Z���2�S�Q��d\���RZy&-+ִT==���������Х}t�q]u��`���c�v�IdSw�����I��Ĩ1��8s�*Oq�E�U�͎ѻW6����,��S���U{@�kKrgC��^����ҿ�a)����[؍C/1��.��lX�b���[�ߋ�_lxsbmK㡺p=^]��n�>̵xn�m�� endstream endobj -1177 0 obj +1184 0 obj << /CreationDate (D:20200924180231+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -1178 0 obj +1185 0 obj << /BaseFont /DejaVuSans -/CharProcs 1181 0 R +/CharProcs 1188 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five/six 56/eight 99/c/d/e 104/h/i 110/n/o/p 114/r 116/t/u 120/x] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1182 0 R +/FontDescriptor 1189 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1183 0 R +/Widths 1190 0 R >> endobj -1179 0 obj +1186 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -18451,7 +18481,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -1180 0 obj +1187 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -18463,32 +18493,32 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -1181 0 obj +1188 0 obj << -/c 1184 0 R -/d 1185 0 R -/e 1186 0 R -/eight 1187 0 R -/five 1188 0 R -/four 1189 0 R -/h 1190 0 R -/i 1191 0 R -/n 1192 0 R -/o 1193 0 R -/one 1194 0 R -/p 1195 0 R -/period 1196 0 R -/r 1197 0 R -/six 1198 0 R -/t 1199 0 R -/three 1200 0 R -/two 1201 0 R -/u 1202 0 R -/x 1203 0 R -/zero 1204 0 R +/c 1191 0 R +/d 1192 0 R +/e 1193 0 R +/eight 1194 0 R +/five 1195 0 R +/four 1196 0 R +/h 1197 0 R +/i 1198 0 R +/n 1199 0 R +/o 1200 0 R +/one 1201 0 R +/p 1202 0 R +/period 1203 0 R +/r 1204 0 R +/six 1205 0 R +/t 1206 0 R +/three 1207 0 R +/two 1208 0 R +/u 1209 0 R +/x 1210 0 R +/zero 1211 0 R >> endobj -1182 0 obj +1189 0 obj << /Ascent 929 /CapHeight 0 @@ -18503,10 +18533,10 @@ endobj /XHeight 0 >> endobj -1183 0 obj +1190 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1184 0 obj +1191 0 obj << /Filter /FlateDecode /Length 230 @@ -18515,7 +18545,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -1185 0 obj +1192 0 obj << /Filter /FlateDecode /Length 227 @@ -18526,7 +18556,7 @@ x *��s��>�h][M endstream endobj -1186 0 obj +1193 0 obj << /Filter /FlateDecode /Length 245 @@ -18535,7 +18565,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1187 0 obj +1194 0 obj << /Filter /FlateDecode /Length 392 @@ -18545,7 +18575,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -1188 0 obj +1195 0 obj << /Filter /FlateDecode /Length 247 @@ -18555,7 +18585,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -1189 0 obj +1196 0 obj << /Filter /FlateDecode /Length 90 @@ -18564,7 +18594,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1190 0 obj +1197 0 obj << /Filter /FlateDecode /Length 163 @@ -18573,7 +18603,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -1191 0 obj +1198 0 obj << /Filter /FlateDecode /Length 68 @@ -18584,7 +18614,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -1192 0 obj +1199 0 obj << /Filter /FlateDecode /Length 161 @@ -18593,7 +18623,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -1193 0 obj +1200 0 obj << /Filter /FlateDecode /Length 214 @@ -18604,7 +18634,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1194 0 obj +1201 0 obj << /Filter /FlateDecode /Length 80 @@ -18613,7 +18643,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1195 0 obj +1202 0 obj << /Filter /FlateDecode /Length 236 @@ -18624,7 +18654,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1196 0 obj +1203 0 obj << /Filter /FlateDecode /Length 49 @@ -18633,7 +18663,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1197 0 obj +1204 0 obj << /Filter /FlateDecode /Length 157 @@ -18643,7 +18673,7 @@ x ���f�W����7y endstream endobj -1198 0 obj +1205 0 obj << /Filter /FlateDecode /Length 317 @@ -18654,7 +18684,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -1199 0 obj +1206 0 obj << /Filter /FlateDecode /Length 131 @@ -18663,7 +18693,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -1200 0 obj +1207 0 obj << /Filter /FlateDecode /Length 338 @@ -18677,7 +18707,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -1201 0 obj +1208 0 obj << /Filter /FlateDecode /Length 248 @@ -18688,7 +18718,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1202 0 obj +1209 0 obj << /Filter /FlateDecode /Length 171 @@ -18698,7 +18728,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -1203 0 obj +1210 0 obj << /Filter /FlateDecode /Length 87 @@ -18708,7 +18738,7 @@ x ���W6xU�������l�1ؠe��ηI���� endstream endobj -1204 0 obj +1211 0 obj << /Filter /FlateDecode /Length 210 @@ -18718,16 +18748,16 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1135 0 obj +1142 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [182.406 448.588 193.365 466.096] -/A << /S /GoTo /D (Hfootnote.31) >> +/A << /S /GoTo /D (Hfootnote.29) >> >> endobj -1137 0 obj +1144 0 obj << /Type /Annot /Subtype /Link @@ -18736,7 +18766,7 @@ endobj /A << /S /GoTo /D (subsection.9.3) >> >> endobj -1138 0 obj +1145 0 obj << /Type /Annot /Subtype /Link @@ -18745,34 +18775,34 @@ endobj /A << /S /GoTo /D (subsection.9.4) >> >> endobj -1144 0 obj +1151 0 obj << -/D [1142 0 R /XYZ 55.693 823.059 null] +/D [1149 0 R /XYZ 55.693 823.059 null] >> endobj -1145 0 obj +1152 0 obj << -/D [1142 0 R /XYZ 56.693 789.929 null] +/D [1149 0 R /XYZ 56.693 789.929 null] >> endobj -1147 0 obj +1154 0 obj << -/D [1142 0 R /XYZ 56.693 430.765 null] +/D [1149 0 R /XYZ 56.693 430.765 null] >> endobj -1148 0 obj +1155 0 obj << -/D [1142 0 R /XYZ 74.626 71.485 null] +/D [1149 0 R /XYZ 74.626 71.485 null] >> endobj -1141 0 obj +1148 0 obj << -/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F29 679 0 R /F30 1127 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R /F10 1076 0 R >> -/XObject << /Im9 1119 0 R /Im10 1136 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F29 679 0 R /F30 1134 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R /F10 1083 0 R >> +/XObject << /Im9 1126 0 R /Im10 1143 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1210 0 obj +1217 0 obj << /Length 1901 /Filter /FlateDecode @@ -18794,27 +18824,27 @@ t t�|�4u<�'��<�0:�&��E��"�g�k�ZR��[֛�����/T��5���#��A`4hy� ��V�3z��3�߰�<�������5�~����� endstream endobj -1209 0 obj +1216 0 obj << /Type /Page -/Contents 1210 0 R -/Resources 1208 0 R +/Contents 1217 0 R +/Resources 1215 0 R /MediaBox [0 0 595.276 841.89] -/Parent 998 0 R -/Group 1213 0 R -/Annots [ 1139 0 R 1205 0 R 1206 0 R 1207 0 R ] +/Parent 1004 0 R +/Group 1220 0 R +/Annots [ 1146 0 R 1212 0 R 1213 0 R 1214 0 R ] >> endobj -1140 0 obj +1147 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/aucmap200.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1214 0 R +/PTEX.InfoDict 1221 0 R /BBox [0 0 460.8 345.6] -/Group 1213 0 R +/Group 1220 0 R /Resources << /ExtGState << /A1 << @@ -18887,7 +18917,7 @@ endobj /Type /ExtGState /ca 0.37 >> ->>/Font << /F1 1215 0 R>> +>>/Font << /F1 1222 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -18904,54 +18934,54 @@ n T#<�(�@����r-�{�i��"���i�L��l52R�)hZI�(�Y:�бa֡�A�(e�������� h�1��R��[���zV)z���,�FXJ��F�4=��J�5�B0�FU�fz��K�%�w}�jUT-K��P+���Ov�w������q�� ���{���]}��}�l��n��e��M��������FKr�:�i�5�]| {����I���W�{ۄ[߲�wb6 endstream endobj -1214 0 obj +1221 0 obj << /CreationDate (D:20200917173102+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -1215 0 obj +1222 0 obj << /BaseFont /DejaVuSans -/CharProcs 1216 0 R +/CharProcs 1223 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five 97/a 99/c 101/e/f 105/i 108/l 112/p 114/r 116/t/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1217 0 R +/FontDescriptor 1224 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1218 0 R +/Widths 1225 0 R >> endobj -1216 0 obj +1223 0 obj << -/a 1219 0 R -/c 1220 0 R -/e 1221 0 R -/f 1222 0 R -/five 1223 0 R -/four 1224 0 R -/i 1225 0 R -/l 1226 0 R -/one 1227 0 R -/p 1228 0 R -/period 1229 0 R -/r 1230 0 R -/t 1231 0 R -/three 1232 0 R -/two 1233 0 R -/u 1234 0 R -/zero 1235 0 R +/a 1226 0 R +/c 1227 0 R +/e 1228 0 R +/f 1229 0 R +/five 1230 0 R +/four 1231 0 R +/i 1232 0 R +/l 1233 0 R +/one 1234 0 R +/p 1235 0 R +/period 1236 0 R +/r 1237 0 R +/t 1238 0 R +/three 1239 0 R +/two 1240 0 R +/u 1241 0 R +/zero 1242 0 R >> endobj -1217 0 obj +1224 0 obj << /Ascent 929 /CapHeight 0 @@ -18966,10 +18996,10 @@ endobj /XHeight 0 >> endobj -1218 0 obj +1225 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1219 0 obj +1226 0 obj << /Filter /FlateDecode /Length 304 @@ -18979,7 +19009,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1220 0 obj +1227 0 obj << /Filter /FlateDecode /Length 230 @@ -18988,7 +19018,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -1221 0 obj +1228 0 obj << /Filter /FlateDecode /Length 245 @@ -18997,7 +19027,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1222 0 obj +1229 0 obj << /Filter /FlateDecode /Length 133 @@ -19006,7 +19036,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -1223 0 obj +1230 0 obj << /Filter /FlateDecode /Length 247 @@ -19016,7 +19046,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -1224 0 obj +1231 0 obj << /Filter /FlateDecode /Length 90 @@ -19025,7 +19055,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1225 0 obj +1232 0 obj << /Filter /FlateDecode /Length 68 @@ -19036,7 +19066,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -1226 0 obj +1233 0 obj << /Filter /FlateDecode /Length 45 @@ -19048,7 +19078,7 @@ x "���}� endstream endobj -1227 0 obj +1234 0 obj << /Filter /FlateDecode /Length 80 @@ -19057,7 +19087,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1228 0 obj +1235 0 obj << /Filter /FlateDecode /Length 236 @@ -19068,7 +19098,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1229 0 obj +1236 0 obj << /Filter /FlateDecode /Length 49 @@ -19077,7 +19107,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1230 0 obj +1237 0 obj << /Filter /FlateDecode /Length 157 @@ -19087,7 +19117,7 @@ x ���f�W����7y endstream endobj -1231 0 obj +1238 0 obj << /Filter /FlateDecode /Length 131 @@ -19096,7 +19126,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -1232 0 obj +1239 0 obj << /Filter /FlateDecode /Length 338 @@ -19110,7 +19140,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -1233 0 obj +1240 0 obj << /Filter /FlateDecode /Length 248 @@ -19121,7 +19151,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1234 0 obj +1241 0 obj << /Filter /FlateDecode /Length 171 @@ -19131,7 +19161,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -1235 0 obj +1242 0 obj << /Filter /FlateDecode /Length 210 @@ -19141,14 +19171,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1213 0 obj +1220 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -1139 0 obj +1146 0 obj << /Type /Annot /Subtype /Link @@ -19157,7 +19187,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.2.1) >> >> endobj -1205 0 obj +1212 0 obj << /Type /Annot /Subtype /Link @@ -19166,7 +19196,7 @@ endobj /A << /S /GoTo /D (subsection.6.1) >> >> endobj -1206 0 obj +1213 0 obj << /Type /Annot /Subtype /Link @@ -19175,7 +19205,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.4) >> >> endobj -1207 0 obj +1214 0 obj << /Type /Annot /Subtype /Link @@ -19184,29 +19214,29 @@ endobj /A << /S /GoTo /D (subsection.9.3) >> >> endobj -1211 0 obj +1218 0 obj << -/D [1209 0 R /XYZ 55.693 823.059 null] +/D [1216 0 R /XYZ 55.693 823.059 null] >> endobj 58 0 obj << -/D [1209 0 R /XYZ 56.693 782.706 null] +/D [1216 0 R /XYZ 56.693 782.706 null] >> endobj -1212 0 obj +1219 0 obj << -/D [1209 0 R /XYZ 56.693 743.852 null] +/D [1216 0 R /XYZ 56.693 743.852 null] >> endobj -1208 0 obj +1215 0 obj << /Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R >> -/XObject << /Im11 1140 0 R >> +/XObject << /Im11 1147 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1264 0 obj +1271 0 obj << /Length 3475 /Filter /FlateDecode @@ -19218,24 +19248,27 @@ $qB[ + �A�1�6mG<����^�t��c0�H%��x��9������4%�)����(`FN�$@��}�f� ?��&��_��6� �8h�4����n�f� ��nC�;R�TvO��I���;okzpo��늊��4�)�M �Q�ɠ#�h�������>ߵ�j�"s\ n�� �$Q���i�<ez�=�*J!3�i��'��-H�w�"�Ik9�<DDB������̲ �P�7U�~g��.˴ �L��c����x�2�����xO���$JS[)����#�Ҡ82LBũ����;���2���d�S�F��1/o1 ��PE1>���Ss�.7��kȖ?��=h<��+q��H�����ZΕ;c��o�P����s�A �oB��(���{=@g��(�)�<�bBΉ�E�Z:�q"�DRA��aמ�2�z�B�)(�9�>ؚjƈRj�a���0# >b����C��_��ʃ>1��L&�b�֟�V){<"<��#"�"��"O �FT�v�րiq�Nl/(���/0k��p��q^ays��w߿�+9^^^\��[^]�������kz��������O�%#�7��ۺ�Q:�S -�M���8�lV�P�Q�t���{[`���6oC|]���h�Ĕ��kj�a�_��Wdž5��z�s�{_Zx������FܰW��ݥo{G?��lJ�ڻ�� ��ۺ��!������fb���\�MA���4��(�.���=3��g� &���k���x]t/\T�L��E-���!̾��y+U`լ]#R)e�u���o��ԕ���O��_PRS9������^(�DNs�M]��d�x�e��.�BK ""�Y���鶴z����8����ߡbl �LU��a�o��.��_ۖ`�/�,��o�}�lކ�\*dR(��݆�����4��I_����og, ��ظwq�J14����y&A�m� u �����V]��V�5�Nl�]V���K�M��UG�6�,J���+z!�}�;n��VX�O���)��Z��|���,�mZ9==^�����P�����*3�]W� 1�z��ai��jzsRؠ*��� -���hyq��>l��0k�c���<8�t|����U�4ms�vGЏ��Ց���$��p��;�8����rKV�2w����&$���xxpt*��İ��+[F#6� ����`�[���Vr5�GB�m8W�!h(��QV����'��)�o��?��c�,q�F����� j��+��l -�{J�H;������;�3saz�T���J�`��M_���O�)�U6F��{Em&�Vc�A婒l�Z�V̭��u]^X�Z�RlE���6軤6D5)�u����O�T���4�A%;�u��zʠ`�-mp�;>��`2\�e -�����c�B�si!�q��Ą�B(*���$��:jxiz�uTT�LB�����]�@v ;%�o쐊P`��n���?����ϻNw��C�|4�R���/�/u�4v�l֣lN����g� OlP�Q�B5���lZW�(ltƏ�`C)��G��% ��,3ל���(�������y�Ǚ�+�q��%l[U�i�m��Z�Y,KY�c*�8t�XZ�M��9��K�����b��hù�F�����p'�R�¯�O���T��<�*@��u���BU� �t���%q�>1�i��2���Ű�f��O'�=��ٳj�=����hL���>��<�n��v\ӉO�s�'�������7���H�Dq��!�4��Y�c'�x����=�~&��ٹb6Ǧ�����j�y���\ ��?�*��96�2�Y|&5���Y��y��i�A6%ZD"чEː�@��l0y�Kݷ��jI��a/1�$;�%�UK2�x -Ǔ@5��y���徼5/�u�4�\���6_�?�e��ОBhN0�5��>3��K86EO�1@�˛|_@���mM��x]��ߥ �~z�Y�D��TC�ˀ����ڳ)sjD��.�Q.��T�{�\��H%b�*�|���I���]R�Ie&�T�M��+ v��@���RBp,fs��־KX��|��N�x[Vk�AR���O��3*�a�w室�by�?�껖�Qs��:���0�@A/�&�c�$��/i�@e}����`ͽd*� -��f�n���fB�ߖ楫O��4�VB�gmg_��tP����PX���j@���>�9�)�bi�=���c���C�I�:ߜ�����4�v����E�]�)M?Qw�&���ζ��F��{4�;MWlB�d&���S�I���|TP;=��o ����?�1#���U�y�yx*��$��ɇ��������^����<η���9%���q�iG�_Z�xu�AF++�E�^��+6����co/E�Cj��l&_w�hS�ڹp�N�������Q@� +�M���8�lV�P�Q�t���{[`���6oC|]���h�Ĕ��kj�a�_��Wdž5��z�s�{_Zx������FܰW��ݥo{G?��lJ�ڻ�� ��ۺ��!������fb���\�MA���4��(�.���=3��g� &���k���x]t/\T�L��E-���!̾��y+U`լ]#R)e�u������!�+u�-���-���TNAuk���$� +<,��jSW�1Y6�oY}��˥�R��x֤>@�--�^���>*N����w�[A�2S��u�����Km�%�닁!����z_ ���4� +���~��{sp;��4��pҗ�cs��Kx46��C��]�R���uw}�IP~[7HH,7��{�U�>�U'Bͳ�`�Ɓ衺���cS&~��M$�>$�� +�^�A�h�7Îۢ����8�mJ��,+�a+G'��VNO��&����6����q����Lr��dCL��|X|��ޜ6���u�0�=Z^�`�[D�#̚z��(0fO&�����Gd�>M�ܰ�����xud�c,ɱ�*6�����C�{0�ܒ���]���� �6�?=���51���ʖш �{Cp�~��"���\���lΕwJ v��i�8ć���m���l�O$��+K�-��ѳq9x6��@�� +;5����'Ҏ&�#'������\�ކ)�0���RF8��x�Wd&���~�{����&C�^Q� ���X`Py�$��ֳ�s�&f]����8���[Ѧj�� �.� QMJ9`��9�@5�(��A57�dPɎyk���A�ރ2h�xK\c�$��c��}bao���\Z�e2F(1��J��A.�"�%���^�r��&��Gp�+�g�<�]�NIl�;�"�i�[�;�E-b�2��n���y�P�ͭ�$���K�*��*��(ۄS�}��s�T`���P ��� ��U:J��#�)�P�c��p ��(���5�;�8��$��>�e�q&:��p��{ ۖC�b��6E���E�/C�R��D%-��fӱ�e�3�ҹ���a�X- �p.�:=(��8�I��������r�1�,� +P�~��A��AU5�mbI\��Ob�p��b1l�����I�aϪi���fϪi�<��fz꿏�/O�����t�S{�������=f��Mo+&�(Q�$2CH;�"{V�؉�;�$�n�j�z��Iobv��ͱ�>��2��o�0�1W�#A��J�j�M�Lj�I͟�>x5�{t�f�M���H�a�2d�*��=L�R��f�Z�"b�K� ���jIxՒ�#���$Pͫl^-�d�/o͋n�x-M-��2��W�OmYx4����}����<���M�So���&�P��v[�;�^W��wiC���h�.ѷE>�P��2`�2�����lʜZѤ�}��b(���(�e<R���5_�*t%�q��|R��(��o��J�f)�7���\��\袵���2�a�S@-ޖ�ڼl���*��9�� +a�]�+�5�X^"�����uԜ)�?'4����,'P�K����/���K�P�F���t�6Xs/�J'HK�D�[;��/½��P�y��S�1ͱ��Y��+3��4<V��������`Ne��X�e0���X.;��ii���7�mm-�&͢��eoz�hf +�A�O����Du��������M��N���0���f���p=�:�N�-�[���G!��C�Ȇ�$|gUb^m��x�G����x���o*�~���'D�)*��-#��CN �2�@f�rڑ:��$^�k���JoQ��A�튍o�b|����K�����=���]?�Ԧv.\���;��`�?�� endstream endobj -1263 0 obj +1270 0 obj << /Type /Page -/Contents 1264 0 R -/Resources 1262 0 R +/Contents 1271 0 R +/Resources 1269 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1272 0 R -/Annots [ 1236 0 R 1237 0 R 1238 0 R 1239 0 R 1240 0 R 1241 0 R 1242 0 R 1243 0 R 1244 0 R 1245 0 R 1246 0 R 1247 0 R 1248 0 R 1249 0 R 1250 0 R 1251 0 R ] +/Parent 1279 0 R +/Annots [ 1243 0 R 1244 0 R 1245 0 R 1246 0 R 1247 0 R 1248 0 R 1249 0 R 1250 0 R 1251 0 R 1252 0 R 1253 0 R 1254 0 R 1255 0 R 1256 0 R 1257 0 R 1258 0 R ] >> endobj -1236 0 obj +1243 0 obj << /Type /Annot /Subtype /Link @@ -19244,7 +19277,7 @@ endobj /A << /S /GoTo /D (subsection.1.1) >> >> endobj -1237 0 obj +1244 0 obj << /Type /Annot /Subtype /Link @@ -19253,7 +19286,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.3) >> >> endobj -1238 0 obj +1245 0 obj << /Type /Annot /Subtype /Link @@ -19262,7 +19295,7 @@ endobj /A << /S /GoTo /D (subsubsection.5.1.3) >> >> endobj -1239 0 obj +1246 0 obj << /Type /Annot /Subtype /Link @@ -19271,7 +19304,7 @@ endobj /A << /S /GoTo /D (subsubsection.6.3.2) >> >> endobj -1240 0 obj +1247 0 obj << /Type /Annot /Subtype /Link @@ -19280,7 +19313,7 @@ endobj /A << /S /GoTo /D (subsection.6.4) >> >> endobj -1241 0 obj +1248 0 obj << /Type /Annot /Subtype /Link @@ -19289,7 +19322,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.7.2) >> >> endobj -1242 0 obj +1249 0 obj << /Type /Annot /Subtype /Link @@ -19298,7 +19331,7 @@ endobj /A << /S /GoTo /D (subsection.2.2) >> >> endobj -1243 0 obj +1250 0 obj << /Type /Annot /Subtype /Link @@ -19307,7 +19340,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.1.2) >> >> endobj -1244 0 obj +1251 0 obj << /Type /Annot /Subtype /Link @@ -19316,7 +19349,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.5.3) >> >> endobj -1245 0 obj +1252 0 obj << /Type /Annot /Subtype /Link @@ -19325,7 +19358,7 @@ endobj /A << /S /GoTo /D (subsection.9.10) >> >> endobj -1246 0 obj +1253 0 obj << /Type /Annot /Subtype /Link @@ -19334,16 +19367,16 @@ endobj /A << /S /GoTo /D (subsection.9.22) >> >> endobj -1247 0 obj +1254 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [418.484 460.751 429.443 475.207] -/A << /S /GoTo /D (Hfootnote.32) >> +/A << /S /GoTo /D (Hfootnote.30) >> >> endobj -1248 0 obj +1255 0 obj << /Type /Annot /Subtype /Link @@ -19352,25 +19385,25 @@ endobj /A << /S /GoTo /D (subsection.3.3) >> >> endobj -1249 0 obj +1256 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [528.62 355.804 539.579 369.595] -/A << /S /GoTo /D (Hfootnote.33) >> +/A << /S /GoTo /D (Hfootnote.31) >> >> endobj -1250 0 obj +1257 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [232.697 237.965 243.656 251.756] -/A << /S /GoTo /D (Hfootnote.34) >> +/A << /S /GoTo /D (Hfootnote.32) >> >> endobj -1251 0 obj +1258 0 obj << /Type /Annot /Subtype /Link @@ -19379,146 +19412,152 @@ endobj /A << /S /GoTo /D (subsection.9.10) >> >> endobj -1265 0 obj +1272 0 obj << -/D [1263 0 R /XYZ 55.693 823.059 null] +/D [1270 0 R /XYZ 55.693 823.059 null] >> endobj 62 0 obj << -/D [1263 0 R /XYZ 56.693 782.706 null] +/D [1270 0 R /XYZ 56.693 782.706 null] >> endobj 66 0 obj << -/D [1263 0 R /XYZ 56.693 731.258 null] +/D [1270 0 R /XYZ 56.693 731.258 null] >> endobj -1266 0 obj +1273 0 obj << -/D [1263 0 R /XYZ 240.492 530.874 null] +/D [1270 0 R /XYZ 240.492 530.874 null] >> endobj 70 0 obj << -/D [1263 0 R /XYZ 56.693 417.323 null] +/D [1270 0 R /XYZ 56.693 417.323 null] >> endobj -1267 0 obj +1274 0 obj << -/D [1263 0 R /XYZ 269.929 293.236 null] +/D [1270 0 R /XYZ 269.929 293.236 null] >> endobj -1268 0 obj +1275 0 obj << -/D [1263 0 R /XYZ 215.902 193.963 null] +/D [1270 0 R /XYZ 215.902 193.963 null] >> endobj -1269 0 obj +1276 0 obj << -/D [1263 0 R /XYZ 74.626 102.023 null] +/D [1270 0 R /XYZ 74.626 102.023 null] >> endobj -1270 0 obj +1277 0 obj << -/D [1263 0 R /XYZ 74.626 90.068 null] +/D [1270 0 R /XYZ 74.626 90.068 null] >> endobj -1271 0 obj +1278 0 obj << -/D [1263 0 R /XYZ 74.626 66.157 null] +/D [1270 0 R /XYZ 74.626 66.157 null] >> endobj -1262 0 obj +1269 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F29 679 0 R /F34 1124 0 R /F14 963 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F29 679 0 R /F34 1131 0 R /F14 947 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1291 0 obj +1298 0 obj << -/Length 3810 +/Length 3808 /Filter /FlateDecode >> stream xڥɖ�6��_�#�=7C�\��<Y<�%�8=/�ZBKL(R�%m��Om�I��-�\$��j���~m��������(I�7��$ ��lr���~�y�ۻ"+�7�wFg�/�:~|���xˀ�����7l�0���������o��ީL%&� ����$��~���ͷ�7��Q�G�Q��(co�Ǜ�������BS�G�y�Ĺ ������D�l������*Y�Y��*���N���㩳}_� ��%AY�ۮG��,��N�P�B���HU��Q0,~�T��w��ն�y�k?����H��;x� -��G��f��ۻX���Hٜ�#a/��NW6�� /d��/��vGD?N���`ߕ�Ca;!H>'��t���>ڣY#4��3�����QU�rDw�^�ؗ�K�4��n�$��M�Ww2a���&�ܭm�5%����I����\���(�T�^��cK\��=q�N'Y�&K�T r�P�PaXS���̻����&�.�_�I�l@L!��JV���a}7[��Y<*�Qg��$r��� N@�<���7�ME���&@��*���o���t�x�,��j�x���H�P/���G⡵r�,�n�#�+���;aF��:Ʌ ��� �LLP������k9�'�� ]4��f/]4kw7[�7���M������ ��e+=�(��Of��U���5�3��: K6�x���%C�v��L���L/�v�M�v`����+eW�9I�ɯ�]Yn\�ء��������n�����A�kyn2�|[2��~d��6ж겗ՠ1 4ZA��P��9D���1Kb�u0�7�c?�5�-v�)���PM�}�2۠RG�$�(y��t��X��/��;���P� ����7�8 E҂��VypX�6�rh�hNW�Ko`Kع�.�0J�3��5�]�Q�o؞���WǪ.;��b*C��s����N��˂�,DuNDZ���ZФ��~��h�P=�S#��%�zRa�Q�5=5Q\X��]�Z�Y��������I���VGy�C�����l���=�Pgw㖽j��E��C�����nM(��(�/��$uS���3�v~.2:�'����@L��X�/��U���R"�rt��9�$Թ�&��칏��!wJ{(�C�1h]gT��Q�?K�4,r?M�V��x�O�����M�Y��e����Њ�+�5+ �H���MP����,�é0| �����E�j��P�vgɚq�;r�� �h�AV��@��͂����v�4P��&"�h- z S�b�v�c��$%=�[�&�ܶM��m�.�Y�*藝��m'H�Gc|�ti�����U;9���<��`<�!�0���_������I0�c�]����E�����=҂|%8�U&~G|Ǵ�|;!"�M� �8�m�o�V.�"�P��2lB�#iti�"HOs�S�d�z�!�E��=ڎ�;s����ż`�"m%\�κ�: �h<�ы�=]���'���\o�@�$4�)�5Ĥ����˗mv�'A¼���,�yD1�%!֙��c�����j��EV���]J^uy�:�6�i5�I�Z�H\�l��ˍ8�� -LӸ'��S�5��e]��b��I3�a�`�c�ƈс#XAI;e��+��"�V��#(,=V{��t*�䅅�����Y��v��JH()��&�<��1F�1���)�`-DL���-نL#�%p������F7J�Mh�m���b��%�&��9+��q�8l�1s���{��� -��L'��4I�0��Ms�������xs �-�+f�3h!����)|�N�ă"s�Lx/{_�₾$���K��wr#��YI�{��6PY�$�r�o,��8��T�,S#���xBSP�Y1G���䴕��� q7P���YH �g������������r�cyb�[��<{ʰ4K$p�Y��*��J�fE -�b-+�㩢���E�b�6bk����)�G���:�1DF���Α�X m۱� =LjU,M�$�Y�B:bS������vf�%d2(�E�H� �����e& [�ܝV�ߞ�%��-ج�V��r��,{��>� у2r�)0a�[���m>��SΕ�S'؍[���pLp�����xy�*���D���G�p?JǪ�9��ʝ���x �������G��͜�� ,@�3'a=����R�,����3ςod^q���K@�of�+���\�Oc�+��8"o���/��`��5���U�@��/�D��5�L� )��'֔�R�{9w��<M��#l�I���������asFͧdGxd����v��N��1�|&X\X�'��2"�z��j����\2u����8 -��>s�������g4�y\������I�-������&�y$1���ߎ��HA�J�WF��#U����������s72ZT"�C��sm�b�1Z�B{<�|)�9�{�����fήŽ.�g��"\��o)���_��g7*� �yX㨇q��br���{<�U�p�ۆC���X�������ື�x9� �ʅ:���M�%���� iE��ե|��/,K�|Y�����j���J�<��F���#]lT xu�1CX����3���K]%R�s�y�U^'��Q�Ja9W���aε�|z�h�Z/��<T�(�F#�3�y�8L5��0+D���� -���i�35x=s�r�c������`�&�T��R/.��G���iEU -��^R���e�F^����<���Gtc�o����*er9p��fu�?��z^xF$�Zc�����ɀD��'�%4�`�S�M��РB�"�`8���Y�����4���S[�����6w��������6�+]a$����^"�1��چ'�c�q����D���Ct��W"���饈?��C2�sgx��M -9��ʋ��d�Z��w9H~��(�!^�3a����h���_,̬���s��\Iya`;~�������d�Vf1�1{����Jw�k�`�����ڿ̑�8��hL�1"�p�m��Wn��?�oJh?�.�6�_J���=n�Y�WF9�=?��kN+y�B.��@��_G�����P��$���93�[ Vv�L'?$DɰB�ԩ�,���Y�>� ��I���k�?x&2L���]ѳ��v�+�z�b���z�/(�����3˅z�&+!ua�@�������cC�b�?��N��72a&�؟^]�K��0�"��,XrjM)��:�b(� -�ߢ$$Ke�Y�`X�q�`��K۰x ���F�y��0��$"ȱBs�(�'>.5��*S�ba�p�b���=S!� �R�q�Z�_c&g���wqz�����S �,����g������FF/M��/%`�Ԯ��1��K�Y>�%�k��]y߁�@�[ɫ!���>oy�O�/���?I�b<~9�mM<}�`��=H�l�m�E�gp�6�$',�Dr�)�85\���^�L6��@_�Ŧ1ܽL<3�~S6�O�HQ6�\E��ZԚ�yL�8%AW#8c��!�ׇg��ɮ3�ZR<���7[�����qޮ��2~��U�<`U�T��������3�+�Қ}�q[@�7�Jd�>���M�i�q�SB��R�x7~ښ�+�U�T���Q`"?���*��j�8�D�O�xVL��>%���)Ǹ/����BIڟ�� >����(���?��E��& +��G��f��ۻX���Hٜ�#a/��NW6�� /d��/��vGD?N���`ߕ�Ca;!H>'��t���>ڣY#4��3�����QU�rDw�^�ؗ�K�4��n�$��M�Ww2a���&�ܭm�5%����I����\���(�T�^��cK\��=q�N'Y�&K�T r�P�PaXS���̻����&�.�_�I�l@L!�nd%+��E�����-���,�(���w9{BT�'�G���Ə�"KQt�NW���^�����Y�@<~q�r�@�D]@$f��u�r�#��Z�D�C7n�xҕ�g���0#�B���`�놊x &&���v�T��ʓP�.��E��.�����������\�����Ų��e^�'3E�*l�f���N��p<�����L�}��TQ�i��b;ئo;� ��㕲����ʤ�ʮ,7�i����kH��O���s��y�C[h�vՠ�͵< +7x�-�N�V�?��Sh[ u��jP�� y���"f +~ʘ%1�:�\�������;M����j�&��b�mP�#@���<}n�� +�l�e��ٝ���(J��p��D�������"i��D�<8�yO9��q4�+Х��0�%��vQ%ƙ���.�(�W�7lOޅ��cU���d1��KT�9[��v'��eA�]�:'"�Y�t-h��~�FI4�L(��©��ْN=�0Ҩ�횞�(.,jd��S��,�B��n�V��$�Nr�����<\������ s��@ ����x���q�^5��"��!r��[� x�&�^�]z��)�|ř��;?���WNN &�S,�U��*�iq)�@9 �B�b�܀\�P��G�C��;%�=�ۡ���3�H�(͟%O���&J�� yO<Å�x��g�W������2����thE��ǚ�U�KAw�&���vd��T>�G��ޢB5�v�`��d��UMn4�� �NH�I֎f��~�p;s(�@~�=��]1q;�1�v���Э�S�nۦ�ӶY�,l�������ꊣ1�u�4Px�vo�V�N��i0��]��د]b�b���$�1ي��������`���iA��*�#�cZv�����&��s�6ÿ7B+k�B�{j6!����4�4v����)�D2K=�]����m�b��9�VO�b^0q��.^g�c��q����{�0�O(��ް�4Ih.<TSk8�IY%��'�/��O�(�ymX��b�KB�3ggNJ� ڍ�Վ���*��C������u�m��jH�B� ��8�8=�q����q&N$V +��,j +�T˺"SŒ��f��/�V#�� ��G���v�+V�aE(���GPXz��+�T��υ�����R�l�-��PR�EM5(xƕc��c���?S��Z��N��o[� �FxK�1 Q;��n���۰ɋ�8�K�MΏsV!� .�q(�c�X�)6�fa���Nji��aPɛ�p/4{� ���Z[^W̸g�B�YwS����;�E���^8>��k)�2�}H<u-����oc��F����d��5m��0I��.�X,�q�ͩ�Y�2Fj]S�-�b��5{�i+wC�n�p/���@��(Ok-����m��#\a�*��Ć��?�y��ah�H��h= +U��.�͊$N�ZVD�SEN�D�m��"E!S`�P��u�c��qQ�#�@ڶc�z�4ԪX��IB�̅tĦ��%� 6%�̼K�2 +dPp���R�+��=�L +2�f�;��=_K.'[�Y����*1�Y���}�e�S`�ܷ��5�|H��$�++�N��>�'��v�蟳��4<T����&T����~��U�9r���;SZ4���ݙ�ש��ɛ9��= X��g::N�,z^ ��ե"PY&�e�)f�9�ȼ��G�����W/ʹr�4ƈW<?q D��y!�,�_�{���k4��;�"�D7_����0�����s�XXSJK��a����4���i|&���&&���5��� � bst��I�:�;�P$�`qae�t?oȈhox�U���f�s�L�AfT���(h����=.����f;��#���q9[goD8�'9C����g��p����~;r&"}*�_���T�Z���꾗����hQ��Vϵi��}�h���<���)�P��B�RЎ�q8���D�uz�p������k:���2��\��7��a���m�Ӌɉ�.�/��PV��X{l_��c������ۚ����I��RD$*꼳�6 {�`,�����$W�"���,��eih.S��1К:s(��l +97�3�t�Q5T��y�am��[πR��.u�H�έ�Wya��//DE*��\�sO�9���B��j�4��PMO� ��,��0�hvìy�_�+�d�9������˅��2��{,�c���DS�WK���m:��]U)T$>z9H�Ǫ�]yy���ӏэ�p�ë����Q��=������y9����+.��xO$�W<y,�)[�zn�7� +��Ɇ�β�}mՠiFϟ����GHMosg����*|0��mc��Fr.�L� ��]�mx�0�h�/pY�J+�9D'�|%� +��^��3�<$�:w�Wxؤ�3�Ȫ��N��_}���)����;�j.��ƪ?���̪<��?g.̕����aZ �H8�H�oe3�'��Z��̯t'��� ��O^H���ɋ�8h�Ɣ.#� Wږ�}�&8�c�����S��i���<����|e����#ۺ洒(������u�I��Ͻ��MB�)�3��`e�t�CB�+��@�J̢?��ő�32@��$�����wa"�����U=��ng��g,V\\X����L +�?�\�ౠ�j�Rv���(��>V0��.v��^�$�}C� f����Օ��@q��}!B��b�%�֔ȪC)�үp�-JB�Tf�����֮�� ���x�~l��LO"���!4��2�x��Rs�~��1��!v +�(�z+�3�0+Ez�5�5fr&��}�����~:Ր�r�L�~&8� �P�Jhd���j�RVH�Z]~#�Z���y��s]r���9ܕ���)�����P��g�����)��#���� ��܃�&ن�Z��w�n3Jq�"I�!W�B�S�%���d�� �%[l����3s�7e�����e��U�.�E�ف�Ǵ�St5�3Vj2{}x^���Ϳ�����V>�A($~��k�����i�$X�8�����$q�}��L�ʣ�f_�@�P� ���$�O+A�dSz�����=�TG/ލ���� +y!�k�Y�(0��|{o�j5N��V��'M<+&{o�e���cܗp��N��$��g��t~n�������ܚ0 endstream endobj -1290 0 obj +1297 0 obj << /Type /Page -/Contents 1291 0 R -/Resources 1289 0 R +/Contents 1298 0 R +/Resources 1296 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1272 0 R -/Annots [ 1252 0 R 1253 0 R 1254 0 R 1256 0 R 1258 0 R 1259 0 R 1260 0 R 1261 0 R 1273 0 R 1274 0 R 1275 0 R 1276 0 R 1277 0 R 1278 0 R 1279 0 R 1280 0 R 1281 0 R 1282 0 R 1255 0 R 1257 0 R 1283 0 R ] +/Parent 1279 0 R +/Annots [ 1259 0 R 1260 0 R 1261 0 R 1263 0 R 1265 0 R 1266 0 R 1267 0 R 1268 0 R 1280 0 R 1281 0 R 1282 0 R 1283 0 R 1284 0 R 1285 0 R 1286 0 R 1287 0 R 1288 0 R 1289 0 R 1262 0 R 1264 0 R 1290 0 R ] >> endobj -1252 0 obj +1259 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [115.202 716.372 126.161 730.164] -/A << /S /GoTo /D (Hfootnote.35) >> +/A << /S /GoTo /D (Hfootnote.33) >> >> endobj -1253 0 obj +1260 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [328.645 716.372 339.604 730.164] -/A << /S /GoTo /D (Hfootnote.36) >> +/A << /S /GoTo /D (Hfootnote.34) >> >> endobj -1254 0 obj +1261 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [140.88 701.926 151.839 715.718] -/A << /S /GoTo /D (Hfootnote.37) >> +/A << /S /GoTo /D (Hfootnote.35) >> >> endobj -1256 0 obj +1263 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [107.463 687.48 118.422 701.272] -/A << /S /GoTo /D (Hfootnote.38) >> +/A << /S /GoTo /D (Hfootnote.36) >> >> endobj -1258 0 obj +1265 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [149.032 643.478 159.991 657.934] -/A << /S /GoTo /D (Hfootnote.39) >> +/A << /S /GoTo /D (Hfootnote.37) >> >> endobj -1259 0 obj +1266 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [482.103 571.913 493.062 585.705] -/A << /S /GoTo /D (Hfootnote.40) >> +/A << /S /GoTo /D (Hfootnote.38) >> >> endobj -1260 0 obj +1267 0 obj << /Type /Annot /Subtype /Link @@ -19527,7 +19566,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.5.1) >> >> endobj -1261 0 obj +1268 0 obj << /Type /Annot /Subtype /Link @@ -19536,7 +19575,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.5.2) >> >> endobj -1273 0 obj +1280 0 obj << /Type /Annot /Subtype /Link @@ -19545,16 +19584,16 @@ endobj /A << /S /GoTo /D (subsubsection.3.1.1) >> >> endobj -1274 0 obj +1281 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [251.165 356.509 262.124 370.301] -/A << /S /GoTo /D (Hfootnote.41) >> +/A << /S /GoTo /D (Hfootnote.39) >> >> endobj -1275 0 obj +1282 0 obj << /Type /Annot /Subtype /Link @@ -19563,7 +19602,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.5.3) >> >> endobj -1276 0 obj +1283 0 obj << /Type /Annot /Subtype /Link @@ -19572,7 +19611,7 @@ endobj /A << /S /GoTo /D (section.10) >> >> endobj -1277 0 obj +1284 0 obj << /Type /Annot /Subtype /Link @@ -19581,7 +19620,7 @@ endobj /A << /S /GoTo /D (subsubsection.5.1.3) >> >> endobj -1278 0 obj +1285 0 obj << /Type /Annot /Subtype /Link @@ -19590,7 +19629,7 @@ endobj /A << /S /GoTo /D (subsubsection.5.1.5) >> >> endobj -1279 0 obj +1286 0 obj << /Type /Annot /Subtype /Link @@ -19599,7 +19638,7 @@ endobj /A << /S /GoTo /D (subsubsection.6.3.2) >> >> endobj -1280 0 obj +1287 0 obj << /Type /Annot /Subtype /Link @@ -19608,7 +19647,7 @@ endobj /A << /S /GoTo /D (subsection.2.2) >> >> endobj -1281 0 obj +1288 0 obj << /Type /Annot /Subtype /Link @@ -19617,16 +19656,16 @@ endobj /A << /S /GoTo /D (cite.batchnorm) >> >> endobj -1282 0 obj +1289 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [280.829 203.205 291.788 217.662] -/A << /S /GoTo /D (Hfootnote.42) >> +/A << /S /GoTo /D (Hfootnote.40) >> >> endobj -1255 0 obj +1262 0 obj << /Type /Annot /Subtype /Link @@ -19635,7 +19674,7 @@ endobj /A << /S /GoTo /D (cite.diffpool) >> >> endobj -1257 0 obj +1264 0 obj << /Type /Annot /Subtype /Link @@ -19644,7 +19683,7 @@ endobj /A << /S /GoTo /D (subsection.9.15) >> >> endobj -1283 0 obj +1290 0 obj << /Type /Annot /Subtype /Link @@ -19653,107 +19692,103 @@ endobj /A << /S /GoTo /D (subsection.9.28) >> >> endobj -1292 0 obj +1299 0 obj << -/D [1290 0 R /XYZ 55.693 823.059 null] +/D [1297 0 R /XYZ 55.693 823.059 null] >> endobj 74 0 obj << -/D [1290 0 R /XYZ 56.693 782.706 null] +/D [1297 0 R /XYZ 56.693 782.706 null] >> endobj 78 0 obj << -/D [1290 0 R /XYZ 56.693 513.172 null] +/D [1297 0 R /XYZ 56.693 513.172 null] >> endobj 82 0 obj << -/D [1290 0 R /XYZ 56.693 283.322 null] +/D [1297 0 R /XYZ 56.693 283.322 null] >> endobj -1293 0 obj +1300 0 obj << -/D [1290 0 R /XYZ 74.626 197.664 null] +/D [1297 0 R /XYZ 74.626 197.664 null] >> endobj -1294 0 obj +1301 0 obj << -/D [1290 0 R /XYZ 74.626 185.709 null] +/D [1297 0 R /XYZ 74.626 185.709 null] >> endobj -1295 0 obj +1302 0 obj << -/D [1290 0 R /XYZ 74.626 173.754 null] +/D [1297 0 R /XYZ 74.626 173.754 null] >> endobj -1296 0 obj +1303 0 obj << -/D [1290 0 R /XYZ 74.626 137.889 null] +/D [1297 0 R /XYZ 74.626 137.889 null] >> endobj -1297 0 obj +1304 0 obj << -/D [1290 0 R /XYZ 74.626 125.933 null] +/D [1297 0 R /XYZ 74.626 125.933 null] >> endobj -1298 0 obj +1305 0 obj << -/D [1290 0 R /XYZ 74.626 102.023 null] +/D [1297 0 R /XYZ 74.626 102.023 null] >> endobj -1299 0 obj +1306 0 obj << -/D [1290 0 R /XYZ 74.626 78.113 null] +/D [1297 0 R /XYZ 74.626 78.113 null] >> endobj -1300 0 obj +1307 0 obj << -/D [1290 0 R /XYZ 74.626 66.157 null] +/D [1297 0 R /XYZ 74.626 66.157 null] >> endobj -1289 0 obj +1296 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F28 677 0 R /F14 963 0 R /F26 678 0 R /F29 679 0 R /F7 820 0 R /F8 822 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F28 677 0 R /F14 947 0 R /F26 678 0 R /F29 679 0 R /F7 836 0 R /F8 838 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1322 0 obj +1329 0 obj << -/Length 3646 +/Length 3645 /Filter /FlateDecode >> stream xڵZ�r�F��+�F�p��7ږ5�E�h8��� v���X���'_f�Dъ�����\^f�l��yy����W߇v~����q'~��MR�n�w�7�����ܻ���a��|fޏ���ë�Bx������{��W����A��� �b_ S�_�z����W\�� �iM�GA�ٞ���j6;j����6�6���r*7�������V���i�V�����Sֻ�=/C�o����/�6on�8�r?H�@yd���^�;)]U�Q��P��X���ٷ���첂]їB�z:��*���ᨴ�{��E�l�ӹ-��jj����X$-�6��(Jd�����y���;�m)EZ�0���.g��w�UW�rW������k�r�J=�L@�R�.�>m_m������j(�~mw}[��[^Uہ= �Ss*k���$�"���%��Ktu�!��D-M���K��9f!ު]��UT�t&�����661�B)m��\~��T,���>���y]ub)�t�~�ڊ�Q"�����I���h���2N��'�u���4� �5� �Ke*/.Px�e�K��[�����y -Q��{,�}�J�☍eI��xlƣ�!�: �A�0��(��X?Fh;�!�~pY�ʧ£ފl�2�}q�._.��Q���=!��lR?OM��%����&���x"�03��,��$���:���Fi�'D[��E�-�E��jh�����B�Kq&R��TҮ{9�03� rT)�H -����Ď:���$�Pt#�(*�4���c�h��aE�xy�UXZ'e�h*�Du��W��M���<���=m�^�<!�j�94�=�|68]K-��[�8�O�9���e;��Z'a����~w(�JV�Y_����Z,�$����'�b������`p��ɾ���E�I��(ʈ�:l^�V���{SS��Vʰ�Rj/�'c�E��U���6�hp,RޕSg:�8H�_����ݵ<�q'����pf�:q��z�7z[Ν ����0��(7�W�f�ζ_3��hX��U'��X�������(Ŧ�*�s�=����Oː��A���s'm�� n�\�3�����3�Y�:���h��Qf�:t���OM[^����~��\�e��A�v�~K�� -���tZE״���b��Og�<Q����c!#Su�g����ha��Z���ʓI�W���b:L*oG -�;�T�y�e멐��8텫��J���QΓ6�:f�n�� WLg6��b\2�|�����`y�n����PY��8�M�����%\G�~�� ��B�^M2^OugQ���a4����±,�Z�?[��������Wƹ'bx)_+�B�O��qce8 :����I8�]�����1�4���@P�w�B�xD$��g�`�P��F�]��[���B/��-��K��P�y���&�Բ��?��X�� -��G)6E�^�I��Ά��18 �!��D� ��Y� b�G4�|��s1�v�Db���5RR�\�b!��B�Էq�t8$���Bļ7\��A�"uA:_Y?��ұ�Q|�e^� ���wQ|��N��Ł����g*P��G �v�� ��{�I��B?���_�eM�_�7�u�HثLY�K8�R�6`8�E�����`(s`�F��h���@(i���8�x����W�#��z���)l���u1��R�k�K���V��x�(���D���,�H -�J{��UJ��7Í�4��:���G��z.�"���8ЋV>&7m�V�����57k���!M6�:d����t�~��B�k�K�-���Q^+ ����tRgE��3�7��3F�� �A߳tX����2�'��u���@�����%�?De r�:��y��}ub<���k{����1x� e_ Ҷ� �N8t��ϲm�U$q/ó�z�H�W����q�1*���*�{�LA�WjX��"rcV�9h��7��PUM�!���`;�i�"�fJ���U�%���}�T$�ݓ\��S����V����"�4CA-;`�&��[�j Q/��3���̈́�:�R -ǖ�j��SD�� -v���٩�@.�l흶H��۵`E?pads7���`�ψ.|�R��;;m��+v� -a%H�r`�~���+5���*��&�c�=Ye��H���=4O̐?��N8�4O��|��;��<=���s��K��3�Ͻ<��t��x1�K�f�ڄ���{�&��P\��a�4�6� 3g��(�,k,�9��+8D:k7o3��,���s�bD��Y���f�8�:�c$�Ƿ8�e�� �?���7;$�����@��)ңU��_Rv��Ȟ�\��73ܤM�V�z`��\��PsJ��E����a�m��t��߄c�F�+p?��i�U-��g���һa;�|&�>��"?k��2�6Tg��#���IK�Y�Z)\��hއcy�6�-��cra�(�~*�7 -�V��%4�I)9�T&�%#T��$ T�(����o�8��Ǡ�{?�IP�tK��w����[��-~�[�%|n��w���/�~I��b�~f��-�^�n�! >�2�M��%"�8�E�I�L�8���p%��F��v-�f��B�p����P����{��A �J��2�N���X�l�Pk:��_6�ycj�/V:��0>�:AJ�O��bL�x3%����z#}��NU� ��$�v"P�����֜��?�"��.$s� N2pTy�-22�Q?��;��CM��QeNCa5��U��{raR����QBU:y4٥V{k^v�����3S�a�'Q�ȉ���_��� -�h�Gȃ� �$����Y�IN�\�܉j�T�~��Z�+ߙ�A��qZBPU��1���E1Y�&ʈ�I��z� -�AՑvRWJ]vx�Z�x-/-N��<���t|�&�CNRk��˛( - ��)W�#7�@@\�����~� Y.�>�G��~���s#�$$&���M�����/��/�_}�mr �*�YdrS����Zoϱ�<�X��� }֡��ù��^��T3����mN9.+Q�th̎M�8�.�iAN��|���^�_>��)���= z̴8���Eb����`����B���Ռ�g7?���/. �&Y�R�FI�9��(�W��Å�Dsb�H���$��7\rv�OL��L=�,+Eղ0P�-�g<laJ�I���n�%G�7=�sk�Q6=f0Y��f8�#/���,�y,�I�2"q2�]��8~��l�2��{!<�0�$g���,���!kX|<�܍t�!_�D��BPh��=��,Z�fy����9����Wkm�'���)bX��|�v�X��ڐ�ؓ�8 GU�������雲A^H�9�j�n' )BŨ��,9��H�a�� -��'��e�����Ƽ���V�]�@���?1�J��<����$`a��8��?��$��<��ޡ� �E*��<����,I&|87�:�Y4�IKg�g��v���g�m�<����P��V˙���y��i�J�iE<�x��"�����/���������i��� +Q��{,�}�J�☍eI��xlƣ�!�: �A�0��(��X?Fh;�!�~pY�ʧ£ފl�2�}q�._.��Q���=!��lR?OM��%����&���x����4d��'��v�A4�6J3?!���X(�li,�$WC#��n7��X��0�Z��v�˩�����JYDR�o$'vԩ��%�����E�Pɥ��u{E[�+"ě����:)�DS�&�~��`mj��1O�h��� QVK̡�����Zj�܂Ɓ}2�a�F,ۡm�: +_�v_��CV���������b�p$�G�?9[� ��&/L���g�.�O��FQFT�a�*��U~�#��z_�R�-�R�x1<Cw(��0��t��qD��c��:ӑ�A���g�(��a��;!=]�3� -Љ#ݠ�#�A��r�LpX��栄�>ȸG���"5�u���QwF�ڀW�:���:gg����E)6�V�}��)w��Z� ,"�]_�;i{q��R�i�F����ձ�UE��0�2Kԡ+�h�~j���~'��;��.��j���[:=Uȅ6��*��u���8��}:3牺���q�Z��P>��g~�F+~�ʧV��H�j�xӹfd�Py;RXݹ��σ.[O���Џ�i/\u�pW�Ԏzp����1�v�X�L�b:��_�Q��f��~�svS�$F���r�řn�ӈ�֏/�8� ��8_N��u2�&�Bh��z�;��t�Y���e�ւ��� +�O��5X�]u6��0��8A�K�Zy�`}����+�I�1M�P�N�A��?/������-�¿����#"�v@?=��*6�����2|��z)\mY`�\�(�� +Xγ�'4�����'W��O�O`}+L���Q{9'].;�����P��@@�6�7��g�6������F��t��w���c�HIesq��x +MR�����Dr@B +��p +���|Yd�l@�KDz~D!�m�y�7��.�E�*:�k+JZ��@�.%,�9��Z��'5���R�]S�5�~���=#a�N0eY.�@3He�� �E�B껲v��́�q��v�� ���8�I�X�c_��D��-$Ҧ�)S�J����lSK���.��[�+≢�^v�Jb�DXZ 9(�*a�X�V)�b��76�4���]��@��R�@/Z��ܴM[��zZb�ܬ9\.�4�,�)֒�Bӱ�}lt(� +�{X�m/5�x_�Fy�4��g3��I�m�|�ޤ�����'D}��a ���<�L��ׁ�_Q�RBG���������m��Z杊�Չ��I䖮�p��{�h�A�'8�}5Hۦ&$;��i�?˶V�`Ľ�"C�# _�bد�eƨ�LJ����2!_�a�w��ȍYM砉C�`'CU5��x ��줦E�\�)5"�WI���j<�U$Rq��vOrɧ�fsLŒ�>[�nX�~������쀩�T�n��%XD��BΔ��6��K)[��N�*�YSd�b���(��w�"I�oׂu�����9��f�A>#��=�J]�촥��� *\�� =ȁ���'���F����ʚďM�|d�:�#Y�N��<1Cj� �>;A�8�<�����pw��7���k�.�cϬO>�B�ҝ��Ő.��9k +���A�4�Bq��҄�vؐ/4̜�������d_������ݼͰ?���3�}�=ͺfE&r���\�B����H��ؖ��T�*��T� �s��o�H�VY&Iؽ�"{gp�g��p�6[��AZsaz�C�)�u��w�1�IW���J8m�p��\n�eW�tZN�Y�J����p����mf�|�P�AH;<��'-�g�wh�pa@�y�婓ڔ�x^�G�Ʌq`���� �k�(�oX�g̖Ь'��tgP��{��P9�$pP9V��Ϧ�������b��D'A�_�-�ލ���n�j���n�Z���%�3��[�%����n���Ϸd{q�!�4�|dˈ6�ؖ�T�Tu'�G29� ��Õ�>��Yڵ��F +u��b�C��s����+��ˈs81�S�b��]2@Y��0�� +|٘捩i�X�TK���)Y?��1��͔�.��T8��ݏ;U=�x��ډ@YGw�[sr3�ȋ�����8��Q�q�����D�����5 G�i8 ��T��CT{�ɅI��ҖG U�8��0d�Z�a�y�A+;ow�L����D�"'�ŗ/~���+T�9!b6��^��gY'9Y�rYTr'��S����k��t|gն�i A�U���ƈ��dY��(#&i�� *@UG2�I]](u��k��8N����a�h9I�Q�/oJ�(4LVB\�\I���q��"��Z��#4d�L��A�il�?8�ύt�����7IB>2�$���~�}��I$H�X8"d��M�2?p�j�=�&��c ��6�Y��.��B{5�Sy�d��9!|丬D�ӡ0;6�4��{@�1U81��n-����Ǝ�4�L0�:���F��{������� Xs?LV3�ݼ}r��_\�M�V�䍒�sT�Pį$�/�ω��"��H�H�M�o������dU�z�YV�%Q��ea�r[";�x��U��j�HK�oz� �-�lz�`�0by�p�G^9' Y��X��5dD�d���-�;p�`��@e4�Bx�a�Iμ d;Y��Cְ:�x���>�C,�P�r):��1z��Y�&>��p!=�sT�=$��<�2O�Sİ�-�k�6�α��!��';p��8����u�7e� ���Ys<�� �N$R���Q��Yr��m� Z���O"'�˚��Q�?)z�9�yӭ��H�(]1b +;8�$xD��I4�¢�q��=~rOID�y&`7�C�A��T(F.y�C���Y�L�pndt��hʓ��,�(���?�ϒ��yVO������3%����Ӫ�.�ӊx4�\mE�/����ES_ ���/��0ߤ� endstream endobj -1321 0 obj +1328 0 obj << /Type /Page -/Contents 1322 0 R -/Resources 1320 0 R +/Contents 1329 0 R +/Resources 1327 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1272 0 R -/Annots [ 1284 0 R 1285 0 R 1286 0 R 1288 0 R 1302 0 R 1303 0 R 1306 0 R 1307 0 R 1308 0 R 1309 0 R 1310 0 R 1311 0 R 1312 0 R 1313 0 R 1314 0 R 1315 0 R 1316 0 R 1317 0 R 1318 0 R 1319 0 R 1287 0 R 1304 0 R 1305 0 R ] +/Parent 1279 0 R +/Annots [ 1291 0 R 1292 0 R 1293 0 R 1295 0 R 1309 0 R 1310 0 R 1313 0 R 1314 0 R 1315 0 R 1316 0 R 1317 0 R 1318 0 R 1319 0 R 1320 0 R 1321 0 R 1322 0 R 1323 0 R 1324 0 R 1325 0 R 1326 0 R 1294 0 R 1311 0 R 1312 0 R ] >> endobj -1284 0 obj +1291 0 obj << /Type /Annot /Subtype /Link @@ -19762,25 +19797,25 @@ endobj /A << /S /GoTo /D (subsubsection.9.16.1) >> >> endobj -1285 0 obj +1292 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [525.368 709.647 536.327 723.439] -/A << /S /GoTo /D (Hfootnote.43) >> +/A << /S /GoTo /D (Hfootnote.41) >> >> endobj -1286 0 obj +1293 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [103.871 608.526 114.83 622.318] -/A << /S /GoTo /D (Hfootnote.44) >> +/A << /S /GoTo /D (Hfootnote.42) >> >> endobj -1288 0 obj +1295 0 obj << /Type /Annot /Subtype /Link @@ -19789,25 +19824,25 @@ endobj /A << /S /GoTo /D (subsection.3.5) >> >> endobj -1302 0 obj +1309 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [260.57 565.189 271.529 578.98] -/A << /S /GoTo /D (Hfootnote.45) >> +/A << /S /GoTo /D (Hfootnote.43) >> >> endobj -1303 0 obj +1310 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [424.082 565.189 435.041 578.98] -/A << /S /GoTo /D (Hfootnote.46) >> +/A << /S /GoTo /D (Hfootnote.44) >> >> endobj -1306 0 obj +1313 0 obj << /Type /Annot /Subtype /Link @@ -19816,7 +19851,7 @@ endobj /A << /S /GoTo /D (subsection.2.2) >> >> endobj -1307 0 obj +1314 0 obj << /Type /Annot /Subtype /Link @@ -19825,7 +19860,7 @@ endobj /A << /S /GoTo /D (subsection.3.8) >> >> endobj -1308 0 obj +1315 0 obj << /Type /Annot /Subtype /Link @@ -19834,7 +19869,7 @@ endobj /A << /S /GoTo /D (section.6) >> >> endobj -1309 0 obj +1316 0 obj << /Type /Annot /Subtype /Link @@ -19843,7 +19878,7 @@ endobj /A << /S /GoTo /D (subsection.1.3) >> >> endobj -1310 0 obj +1317 0 obj << /Type /Annot /Subtype /Link @@ -19852,7 +19887,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.4.1) >> >> endobj -1311 0 obj +1318 0 obj << /Type /Annot /Subtype /Link @@ -19861,7 +19896,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.6.4) >> >> endobj -1312 0 obj +1319 0 obj << /Type /Annot /Subtype /Link @@ -19870,7 +19905,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.4) >> >> endobj -1313 0 obj +1320 0 obj << /Type /Annot /Subtype /Link @@ -19879,7 +19914,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.5) >> >> endobj -1314 0 obj +1321 0 obj << /Type /Annot /Subtype /Link @@ -19888,7 +19923,7 @@ endobj /A << /S /GoTo /D (subsection.6.2) >> >> endobj -1315 0 obj +1322 0 obj << /Type /Annot /Subtype /Link @@ -19897,7 +19932,7 @@ endobj /A << /S /GoTo /D (section.8) >> >> endobj -1316 0 obj +1323 0 obj << /Type /Annot /Subtype /Link @@ -19906,7 +19941,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.4.2) >> >> endobj -1317 0 obj +1324 0 obj << /Type /Annot /Subtype /Link @@ -19915,7 +19950,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.7.2) >> >> endobj -1318 0 obj +1325 0 obj << /Type /Annot /Subtype /Link @@ -19924,16 +19959,16 @@ endobj /A << /S /GoTo /D (subsubsection.10.3.3) >> >> endobj -1319 0 obj +1326 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [478.344 233.848 489.303 247.64] -/A << /S /GoTo /D (Hfootnote.47) >> +/A << /S /GoTo /D (Hfootnote.45) >> >> endobj -1287 0 obj +1294 0 obj << /Type /Annot /Subtype /Link @@ -19942,7 +19977,7 @@ endobj /A << /S /GoTo /D (subsection.9.26) >> >> endobj -1304 0 obj +1311 0 obj << /Type /Annot /Subtype /Link @@ -19951,7 +19986,7 @@ endobj /A << /S /GoTo /D (subsection.2.2) >> >> endobj -1305 0 obj +1312 0 obj << /Type /Annot /Subtype /Link @@ -19960,55 +19995,55 @@ endobj /A << /S /GoTo /D (subsection.9.31) >> >> endobj -1323 0 obj +1330 0 obj << -/D [1321 0 R /XYZ 55.693 823.059 null] +/D [1328 0 R /XYZ 55.693 823.059 null] >> endobj 86 0 obj << -/D [1321 0 R /XYZ 56.693 535.01 null] +/D [1328 0 R /XYZ 56.693 535.01 null] >> endobj 90 0 obj << -/D [1321 0 R /XYZ 56.693 315.624 null] +/D [1328 0 R /XYZ 56.693 315.624 null] >> endobj -1324 0 obj +1331 0 obj << -/D [1321 0 R /XYZ 74.626 201.104 null] +/D [1328 0 R /XYZ 74.626 201.104 null] >> endobj -1325 0 obj +1332 0 obj << -/D [1321 0 R /XYZ 74.626 189.149 null] +/D [1328 0 R /XYZ 74.626 189.149 null] >> endobj -1326 0 obj +1333 0 obj << -/D [1321 0 R /XYZ 74.626 177.193 null] +/D [1328 0 R /XYZ 74.626 177.193 null] >> endobj -1327 0 obj +1334 0 obj << -/D [1321 0 R /XYZ 74.626 153.283 null] +/D [1328 0 R /XYZ 74.626 153.283 null] >> endobj -1328 0 obj +1335 0 obj << -/D [1321 0 R /XYZ 74.626 117.418 null] +/D [1328 0 R /XYZ 74.626 117.418 null] >> endobj -1320 0 obj +1327 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1340 0 obj +1347 0 obj << -/Length 3376 +/Length 3374 /Filter /FlateDecode >> stream @@ -20018,38 +20053,37 @@ x �w�7�9�����t�C�(vYӊN������� 6���X`� ��t8\�3�}#��Dzhn�{���J퉗�W�Ҫ�N{�N��t��-�ki���,��z��j� �h~���[�A���u��ʦ��Y f��������^E�H�S�H)�7h3I �#����uF#�p��Q�(G�����-2���y�װ��9@d�P�{�T�H�o�Ej�� �ɥ���/g�ƀʑ����������"=-$-�B_�T�c�q�P��0p��Щ pQ ��,ű6>g����yV�q*X��_�����y��rGQ��^�(xD UG�b9��-�\Z�RK��*�{<�2�c u%�G�Y �Bkz���9D���YH�������r��=�j�7�ײ���*��C�ۖ0x'���֜�*a+ȉ��J����]Y�\�8WdwЮ�Dw�f���d0�� -��w4{E����L�8�T��-7���2�@㡮xL� ʂE3�Y_���N��u���QlL�ĕ��$�S>��B$0`��M&^u��2F��F�˕��5�JY��0ˑ�̊��j�όhԝ ��jO���G�JA�uS���8�$�����J�9a����bK��:��VA�8�C`�mZ�m)�{���k��%h��|��3Ì��;n�e��fy�e� M���/m�Ŀ��D���T{F�W�_3gv{1�;����CP�hS�y�M���D �T"6�Nl�{B���JPQ��K�`R�X�|:�c"Z���J^Pz�m��P<u4�n��h��E������~[�)��B,{Ɛ�uC�dQ��*8���Z?8ꁠ/E(LJnq�B���{�y|��he�断Y�����I}q6)"G�t������;��懌�L��E$0g�0���j�/�Z�'��r�j�8f1_�� v���\��CD���.�w -J�\��|�M��bZB;2�)�/��C�N�uMu ���\�A��@�4�W�����\�bk�"�0����xF��O�l���rX�/�\�-bZU�x���"��\ -Yf ��Ch;[�@16�E�|�&�8��i��uR�(���4�8��ܑ+�$a����� �G0���(C�.� 2u &��H&8V�t�B�� JDq� ��W�:�(��K<�����F�-Э1�!\'�эњ��'3��@ҫDw����á�w)8�8�-Ť��e�:�"3.�@9�M˟�O -SE�sy���!�����X=�c�܍w�-���Z��=C��KJ#5�Xd��y�NU@=u8���S�Χ��<:�Gn�= �N�JL���M��^�M GO�g-�C:%��%d��<HF�@������m�3@G\���X@W|#u}V��0�yFO�Q�TcӇ.�>4�P�}��(Gz>(i���8���[5��SCмAL��'������ ��3l���( )_qݲ���c�Kh@��#�ļmx@~P쳚;��b�1#F6Kn�s�Y�z�Q ����!֕<�}�ʢ]�9e��GF uH��KY�h�F���\�s�JCߟ�Q)��2 �R��k�A�=\��j7��2��>X��f �o�ř�4Q���c�!qnd�u�L"-"�<����Jn}�.8�N���&�",��j��(�9�,e��ۓ���&�%��]h�Y���t�?:d�11�p:�RO�BoW#����:����5$��1?o�.����R����>�H.(���& �pSM���y ���V18RtH -������,��v�g�H=�<�6��ļ+���6�&c�Gzf��X��9��]r�q��YlrI�t��k$� ���&}2��~��t ��j�.�>�l�Q��F����z��;���z����4d[�K����)��$��Z����$�|�)D���n�~\]���+�b+����*h�9�n�#�Ls��@x�c���9;�Ʀ:�^�O��Ԡt(�c���3 m�I�v�o?��q}�t�� �y���̖�fk9-�x942�*=ʫhF��N����8a -Q^?턑��zO<�ws8��:zc�~#� �K2u\��D�8t^?�R<\��疉�yNp���%�?���l��t�Dw�y�e���4~A8�_�~r���rT��Є��*�HAj����Z��ad���7��9�Pm�^h�D�M_�n+�\��Loi�.���D�r> �_#/���{)㚂�T儶���`�x��,q��!ofX�F���C���#��%�/-8��˸��=-w�������!49 -ugav��4�`H'��n���[T� �n0��f��1RKd�9/��;�kRf{E��H�+�r�a�;3 _�+�O{9ĦTz�Nx���?�y]RA8���3��a��ye2U����g6�+�9�P�p| -��UM�F~�ʅ����÷m*��惌�W��ax��[>T��`GB��xÎ�Я,��S�o��0'/�Ӈ<����'�֧��X�����/�+��|&�{�tq�����H�� 2$�Kgkt*�/Ur�~�gG�GaO�hm���deV6L��(;���q����D�:þ :�(�7_"�?^pZk>O���Y���/����`s���e�Z���N!rd��G�BɾN�72]{�v|9fQȯ�py�$ -g/�FG��8�p� +��w4{E����L�8�T��-7���2�@㡮xL� ʂE3�Y_���N��u���QlL�ĕ��$�S>��B$0`��u�:Uh#�w������� �,��B��H�� fE�x��g�4 +��C~�'����#n� ��)��f�E��ULV�}%�0F��C�%SP�c� xP��!0�6�鶉����t�5�����U>���aF��7�2�{����<��2ʆ&I�aᗶ_��YD"���j�=#�+3������Q��!��4��uЦRHt��l*����P-u�TTa�҅1��z,�>_�N����辒����^|[A�4Oͪ�z5��r�h`(x!��7G +�>������1dA�|�P.�Y�� +�����O�z �K��[��������k��#ZY��ek?5y{R_�M�ȑ5����A��{�xF��!#>��i ̙8��d�Z�˫��ɪ���Z!Y�W�c�]�i�0����}�����$�%(�z|���Ў�iJ��l��y�Se]�D]�,WЩ(�C3 �U�2��'���:�E�E��<�Q��Ӽ�[E"�����!���V�<�g}�==�B@�B�>���V3P� eQ9�D�I2N"|ڥu�( +�>�<�4t5w���#�D�h���o�C���n3���(�D]� �;� N��A.���q�Q��x#��%��/J���j8��1EĠ�otkL�_tt�N���<g�I��U�F��"�� �����>pZ�� �\�̸�i��6-��>)Lu�����HFf����C�n��l�M�ע��^R���"�;w:�����A����t>����)<r�Iv/TbB�or��m9z�`��8k!��)�-!�%�A2�*���n��:�r���;���b����3z��2��>t���q���C.G9�#�AI���lj��� +��,��� b?Ѿ'ue���ac�OF hH����5�E��]B�:��%�m��b���{�1�Yr���z�ӌj$�e��������V��)�'��82�C�7^�"Fs5���~�ʜ�W���J!��I���'�]2���J�W�����Pe����5��|�,�L�����.�وs� ì3gia�A��)pWr��u�yu��%7��a��Vs�E����d)&ޞ��DN69/��B˜�ż���с ����@��ɕ�xzx�}�'�1mMͰ�!)����y#u�U��O�4U���FrA_��4 ��jBl��&%�������CRv%�%�eƶ��8F������&�X�/0o5��4�?�3������Q]��S����b�K:����\� q�O0�HF�4���.��SG�%CԪ��n����G)����&�0��q�s���`H�al�/U�#\����hT�J;hMf����A$��o�s����qu9�S������G�����`�Ɏ�M0�i���� :S����{�<�W�P���h�u>��4��&e�q��\�����],R&��ͦ.d3[~��崘O����L$��(����;�w|@?�)Dy��F�>�=�8���t��x��� �$'|L.��8p�y��y��J�pE��[&��9���9'�$���ֳ!8�/�]����!����O.���@����ƗnJ�Q1�S@��#U���n��jm|���9�.4�����B��z�ų�6}A���s�3����X��v���4��(Nk +�R�����v� ���/��m����a]&�����H�����o.���#����1���~����(ԝ���L�!�Bh���;nQ�;�X�I���Az�HE,�Q�B�x��I��q�� +#Ů,���<�4|u�X>���R�5:�y.����!tI�. �����Q'��T�:ң����PC��)�^LW5]���2(nj���߶��Û2�_�c��!�o�Pq�� Ax�� ;2B����NMؾͶ�N��whƞ�Z��.b%Gk�翤����i�D��_��a�O��&"�f�ȐH.��ѩ��T�A�����u< �M��jFtP�9<�Y�01�������������d���|���x�i��<A�g xN꾤2����1Z��j��.;���m>�%�8���t�i���,�E!�"���(���A�7Pp� endstream endobj -1339 0 obj +1346 0 obj << /Type /Page -/Contents 1340 0 R -/Resources 1338 0 R +/Contents 1347 0 R +/Resources 1345 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1272 0 R -/Group 1344 0 R -/Annots [ 1329 0 R 1330 0 R 1331 0 R 1333 0 R 1334 0 R 1335 0 R 1336 0 R ] +/Parent 1279 0 R +/Group 1351 0 R +/Annots [ 1336 0 R 1337 0 R 1338 0 R 1340 0 R 1341 0 R 1342 0 R 1343 0 R ] >> endobj -1332 0 obj +1339 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/410simpledraw16.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1349 0 R +/PTEX.InfoDict 1356 0 R /BBox [0 0 460.8 345.6] -/Group 1344 0 R +/Group 1351 0 R /Resources << /ExtGState << /A1 << @@ -20077,12 +20111,12 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 1350 0 R>> +>>/Font << /F1 1357 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 1351 0 R +/DejaVuSans-minus 1358 0 R >>>> /Length 2448 /Filter /FlateDecode @@ -20099,33 +20133,33 @@ x �����~u9�fW� 6�3$C�ͭ� �� ����co�xJ������˫��\^�>�.���}�\~:�&z��o�X��W�}���i�s]������~��>R��S�ӡ����������Q~�[��-n"Ϟ�z`�oǻTXd�r��5�zc�v����s�hEah\��#\{XZ<�^qM`�� ��Mm����)��l�7*Xim��F{�y� u�V����%V�����?w��`W�H��=��jg�Ym��ֽ�y��6]�a��ʐW���1�Z?�Ɨ���tE�:��v���/����\~���aD�`���3-l����@m �[���� ����O��^-�ƥ5 endstream endobj -1349 0 obj +1356 0 obj << /CreationDate (D:20200823110917+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -1350 0 obj +1357 0 obj << /BaseFont /DejaVuSans -/CharProcs 1352 0 R +/CharProcs 1359 0 R /Encoding << /Differences [ 46/period 48/zero/one/two 52/four/five/six 56/eight 61/equal 91/bracketleft 93/bracketright 97/a 99/c/d/e 104/h/i 108/l 110/n/o/p 114/r/s/t/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1353 0 R +/FontDescriptor 1360 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1354 0 R +/Widths 1361 0 R >> endobj -1351 0 obj +1358 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -20139,36 +20173,36 @@ x endstream endobj -1352 0 obj +1359 0 obj << -/a 1355 0 R -/bracketleft 1356 0 R -/bracketright 1357 0 R -/c 1358 0 R -/d 1359 0 R -/e 1360 0 R -/eight 1361 0 R -/equal 1362 0 R -/five 1363 0 R -/four 1364 0 R -/h 1365 0 R -/i 1366 0 R -/l 1367 0 R -/n 1368 0 R -/o 1369 0 R -/one 1370 0 R -/p 1371 0 R -/period 1372 0 R -/r 1373 0 R -/s 1374 0 R -/six 1375 0 R -/t 1376 0 R -/two 1377 0 R -/u 1378 0 R -/zero 1379 0 R +/a 1362 0 R +/bracketleft 1363 0 R +/bracketright 1364 0 R +/c 1365 0 R +/d 1366 0 R +/e 1367 0 R +/eight 1368 0 R +/equal 1369 0 R +/five 1370 0 R +/four 1371 0 R +/h 1372 0 R +/i 1373 0 R +/l 1374 0 R +/n 1375 0 R +/o 1376 0 R +/one 1377 0 R +/p 1378 0 R +/period 1379 0 R +/r 1380 0 R +/s 1381 0 R +/six 1382 0 R +/t 1383 0 R +/two 1384 0 R +/u 1385 0 R +/zero 1386 0 R >> endobj -1353 0 obj +1360 0 obj << /Ascent 929 /CapHeight 0 @@ -20183,10 +20217,10 @@ endobj /XHeight 0 >> endobj -1354 0 obj +1361 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1355 0 obj +1362 0 obj << /Filter /FlateDecode /Length 304 @@ -20196,7 +20230,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1356 0 obj +1363 0 obj << /Filter /FlateDecode /Length 71 @@ -20206,7 +20240,7 @@ x �X�\0�0���247Cb�Be�X �r�`�����J��# endstream endobj -1357 0 obj +1364 0 obj << /Filter /FlateDecode /Length 67 @@ -20215,7 +20249,7 @@ stream x�3�4P0P�4W�546T060Q073PH1�1s�,�lL�eb� �̀Ɓ%��9p�r���� endstream endobj -1358 0 obj +1365 0 obj << /Filter /FlateDecode /Length 230 @@ -20224,7 +20258,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -1359 0 obj +1366 0 obj << /Filter /FlateDecode /Length 227 @@ -20235,7 +20269,7 @@ x *��s��>�h][M endstream endobj -1360 0 obj +1367 0 obj << /Filter /FlateDecode /Length 245 @@ -20244,7 +20278,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1361 0 obj +1368 0 obj << /Filter /FlateDecode /Length 392 @@ -20254,7 +20288,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -1362 0 obj +1369 0 obj << /Filter /FlateDecode /Length 71 @@ -20263,7 +20297,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -1363 0 obj +1370 0 obj << /Filter /FlateDecode /Length 247 @@ -20273,7 +20307,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -1364 0 obj +1371 0 obj << /Filter /FlateDecode /Length 90 @@ -20282,7 +20316,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1365 0 obj +1372 0 obj << /Filter /FlateDecode /Length 163 @@ -20291,7 +20325,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -1366 0 obj +1373 0 obj << /Filter /FlateDecode /Length 68 @@ -20302,7 +20336,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -1367 0 obj +1374 0 obj << /Filter /FlateDecode /Length 45 @@ -20314,7 +20348,7 @@ x "���}� endstream endobj -1368 0 obj +1375 0 obj << /Filter /FlateDecode /Length 161 @@ -20323,7 +20357,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -1369 0 obj +1376 0 obj << /Filter /FlateDecode /Length 214 @@ -20334,7 +20368,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1370 0 obj +1377 0 obj << /Filter /FlateDecode /Length 80 @@ -20343,7 +20377,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1371 0 obj +1378 0 obj << /Filter /FlateDecode /Length 236 @@ -20354,7 +20388,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1372 0 obj +1379 0 obj << /Filter /FlateDecode /Length 49 @@ -20363,7 +20397,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1373 0 obj +1380 0 obj << /Filter /FlateDecode /Length 157 @@ -20373,7 +20407,7 @@ x ���f�W����7y endstream endobj -1374 0 obj +1381 0 obj << /Filter /FlateDecode /Length 332 @@ -20384,7 +20418,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -1375 0 obj +1382 0 obj << /Filter /FlateDecode /Length 317 @@ -20395,7 +20429,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -1376 0 obj +1383 0 obj << /Filter /FlateDecode /Length 131 @@ -20404,7 +20438,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -1377 0 obj +1384 0 obj << /Filter /FlateDecode /Length 248 @@ -20415,7 +20449,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1378 0 obj +1385 0 obj << /Filter /FlateDecode /Length 171 @@ -20425,7 +20459,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -1379 0 obj +1386 0 obj << /Filter /FlateDecode /Length 210 @@ -20435,14 +20469,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1344 0 obj +1351 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -1329 0 obj +1336 0 obj << /Type /Annot /Subtype /Link @@ -20451,25 +20485,25 @@ endobj /A << /S /GoTo /D (subsubsection.3.5.2) >> >> endobj -1330 0 obj +1337 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [234.33 591.341 245.289 605.132] -/A << /S /GoTo /D (Hfootnote.48) >> +/A << /S /GoTo /D (Hfootnote.46) >> >> endobj -1331 0 obj +1338 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [247.805 562.449 258.764 576.241] -/A << /S /GoTo /D (Hfootnote.49) >> +/A << /S /GoTo /D (Hfootnote.47) >> >> endobj -1333 0 obj +1340 0 obj << /Type /Annot /Subtype /Link @@ -20478,25 +20512,25 @@ endobj /A << /S /GoTo /D (subsubsection.3.5.3) >> >> endobj -1334 0 obj +1341 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [141.763 197.764 152.722 211.556] -/A << /S /GoTo /D (Hfootnote.50) >> +/A << /S /GoTo /D (Hfootnote.48) >> >> endobj -1335 0 obj +1342 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [425.766 197.764 436.725 211.556] -/A << /S /GoTo /D (Hfootnote.51) >> +/A << /S /GoTo /D (Hfootnote.49) >> >> endobj -1336 0 obj +1343 0 obj << /Type /Annot /Subtype /Link @@ -20505,59 +20539,59 @@ endobj /A << /S /GoTo /D (subsubsection.9.24.2) >> >> endobj -1341 0 obj +1348 0 obj << -/D [1339 0 R /XYZ 55.693 823.059 null] +/D [1346 0 R /XYZ 55.693 823.059 null] >> endobj 94 0 obj << -/D [1339 0 R /XYZ 56.693 782.706 null] +/D [1346 0 R /XYZ 56.693 782.706 null] >> endobj -1342 0 obj +1349 0 obj << -/D [1339 0 R /XYZ 238.323 722.183 null] +/D [1346 0 R /XYZ 238.323 722.183 null] >> endobj -1343 0 obj +1350 0 obj << -/D [1339 0 R /XYZ 56.693 555.724 null] +/D [1346 0 R /XYZ 56.693 555.724 null] >> endobj 98 0 obj << -/D [1339 0 R /XYZ 56.693 276.054 null] +/D [1346 0 R /XYZ 56.693 276.054 null] >> endobj -1345 0 obj +1352 0 obj << -/D [1339 0 R /XYZ 74.626 191.587 null] +/D [1346 0 R /XYZ 74.626 191.587 null] >> endobj -1346 0 obj +1353 0 obj << -/D [1339 0 R /XYZ 74.626 143.766 null] +/D [1346 0 R /XYZ 74.626 143.766 null] >> endobj -1347 0 obj +1354 0 obj << -/D [1339 0 R /XYZ 74.626 119.856 null] +/D [1346 0 R /XYZ 74.626 119.856 null] >> endobj -1348 0 obj +1355 0 obj << -/D [1339 0 R /XYZ 74.626 83.044 null] +/D [1346 0 R /XYZ 74.626 83.044 null] >> endobj -1338 0 obj +1345 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F28 677 0 R /F26 678 0 R /F14 963 0 R /F29 679 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R /F34 1124 0 R >> -/XObject << /Im12 1332 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F28 677 0 R /F26 678 0 R /F14 947 0 R /F29 679 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R /F34 1131 0 R >> +/XObject << /Im12 1339 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1385 0 obj +1392 0 obj << /Length 1610 /Filter /FlateDecode @@ -20566,31 +20600,31 @@ stream xڅWK��6��W�(��ZQ�3��k����n6��$9��VW]=��/@��#N{�@A��G8�6^��,^=,��E�"(�$��$ �Bz9���{��/�\����+e��(���}{C���돿��� �??ܽ�}}����r%2�H�#��F�Q$��>,�>,�^�#�ļm�����]|�z�}��@������"�����E��Gɲ0�AG�c$�^@,y�[3`X��;=��f�n*�A%ۍ[�.����nI��ոE1�{1���M��픳Ӫ� �{���1�Ƀ#�D�qJ�R�=ڄ�����r�D����JM3��s�i`:���ސ�m#�z ���ZU���A��C��fvL��۳��zܪ�l{��g�����t�����{H_5�h���rl���]���o농7`6�݆F�a�ᖪ�f��֪~����3�JӶ�c���i=�4�˚�Q�iq�Tⱶ'�I�<Z ��,(pb#�ѐ�Ѫ�[#�P+�R���0-���A�,��Ae�58Hvb���VH�9���Y9#�?��8����]��0{��}P��$���IXʝ�DXH�{]�n� *�k�ђ�����IP�i�EF�vb���t@*8jw�;���>��u����w�58;ν�z"��#� ��]q`��J��"�pC3���4�4�q$,�E~�������b̅�\h� �L�b� �e�"e���=+��v��8�֑�KH���zC,{�;��2�"����,e��P��"��P�u7oDBgz`�K5h$�D�w�vO�m��Ԩ^\�dW���)E ��h�F_��C��'�����aCYÝv�������,A���<�ws�B��ԫQ_:�="��C�퍠Ɔe�Ϥ �Q��Pփ���8J�\"��C�a���ABH�,(�P �<d{�+ -)�NJ�A�H3����z���LM5���� $���7���.bW8>��K�|ȅJXv��8����l�ID�_$k{/ W�f��ޱ�#} �hH�8r����Jl}����Ɏ�G������+�q�(� ��Mw��se#�B��y���Ft�oq�wX>�%穩Ȁ�怨P8��fcCz�B������yd�-�!����rt�9�_8�~k�R�J5+��LEõ�?�Tg(QcA�e DEEfU���DB�ծI���o'���a[����J_slX���je��P�#���-~s{B�t�Aa43/��$*fx��=J�k_C<�f\~�`כu�[��v�{.�K�S���6�l����!�Z\��f�z*��h��l{�2*|�ժ�%��[)���V�j�Sѱ�^�1�[����0D���Q@W�����2/��9r^�"O����&���^��j�1Fn�A*8�.s�AMO�:Z��Etw����>�s�A&��X8��aT'8ZS�M���ީl���6j��������i�1$*�����<6:�����znF -)�k_JB�G�R�$n�!j��a �[.���5.����5�����X�����X�8A|3��:a�_B�� +) OJ�A�H3����z���LM5���� $���7���.bW8>��K�|ȅJXv��8����l�ID�_$k{/ W�f��ޱ�#} �hH�8r����Jl}����Ɏ�G������+�q�(� ��Mw��se#�B��y���Ft�oq�wX>�%穩Ȁ�怨P8��fcCz�B������yd�-�!����rt�9�_8�~k�R�J5+��LEõ�?�Tg(QcA�e DEEfU���DB�ծI���o'���a[����J_slX���je��P�#���-~s{B�t�Aa43/��$*fx��=J�k_C<�f\~�`כu�[��v�{.�K�S���6�l����!�Z\��f�z*��h��l{�2*|�ժ�%��[)���V�j�Sѱ�^�1�[����0D���Q@W�����2/��9r^�"O����&���^��j�1Fn�A*8�.s�AMO�:Z��Etw����>�s�A&��X8��aT'8ZS�M���ީl���6j��������i�1$*�����<6:�����znF +)�k_JB�G�R�$n�!j��a �[.���5.����5�����X�����X�8A|3��:a�_m,�� endstream endobj -1384 0 obj +1391 0 obj << /Type /Page -/Contents 1385 0 R -/Resources 1383 0 R +/Contents 1392 0 R +/Resources 1390 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1272 0 R -/Group 1388 0 R -/Annots [ 1380 0 R 1381 0 R ] +/Parent 1279 0 R +/Group 1395 0 R +/Annots [ 1387 0 R 1388 0 R ] >> endobj -1337 0 obj +1344 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/simpledraw1093.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1390 0 R +/PTEX.InfoDict 1397 0 R /BBox [0 0 460.8 345.6] -/Group 1388 0 R +/Group 1395 0 R /Resources << /ExtGState << /A1 << @@ -20613,12 +20647,12 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 1391 0 R>> +>>/Font << /F1 1398 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 1392 0 R +/DejaVuSans-minus 1399 0 R >>>> /Length 2276 /Filter /FlateDecode @@ -20633,33 +20667,33 @@ x H�B��4��q>u�u�6E{��H��W&��Q�ݠ��!�;I�����3�v���?�����]����۫�W�/��������|��������=��ַ߰=r�F\�_���;����0�7�����e�Ұ`oo�����}F����˺[֟7w����&&���F-�n W��y ��-��`G8�f��33���Ff�`X7��⺛a����dk·�#����ɤw;�3|r��S]-��]� endstream endobj -1390 0 obj +1397 0 obj << /CreationDate (D:20200924181421+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -1391 0 obj +1398 0 obj << /BaseFont /DejaVuSans -/CharProcs 1393 0 R +/CharProcs 1400 0 R /Encoding << /Differences [ 45/hyphen/period 48/zero/one/two 52/four 54/six 56/eight 61/equal 91/bracketleft 93/bracketright 97/a 101/e 104/h/i 108/l 111/o/p 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1394 0 R +/FontDescriptor 1401 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1395 0 R +/Widths 1402 0 R >> endobj -1392 0 obj +1399 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -20673,31 +20707,31 @@ x endstream endobj -1393 0 obj +1400 0 obj << -/a 1396 0 R -/bracketleft 1397 0 R -/bracketright 1398 0 R -/e 1399 0 R -/eight 1400 0 R -/equal 1401 0 R -/four 1402 0 R -/h 1403 0 R -/hyphen 1404 0 R -/i 1405 0 R -/l 1406 0 R -/o 1407 0 R -/one 1408 0 R -/p 1409 0 R -/period 1410 0 R -/s 1411 0 R -/six 1412 0 R -/t 1413 0 R -/two 1414 0 R -/zero 1415 0 R +/a 1403 0 R +/bracketleft 1404 0 R +/bracketright 1405 0 R +/e 1406 0 R +/eight 1407 0 R +/equal 1408 0 R +/four 1409 0 R +/h 1410 0 R +/hyphen 1411 0 R +/i 1412 0 R +/l 1413 0 R +/o 1414 0 R +/one 1415 0 R +/p 1416 0 R +/period 1417 0 R +/s 1418 0 R +/six 1419 0 R +/t 1420 0 R +/two 1421 0 R +/zero 1422 0 R >> endobj -1394 0 obj +1401 0 obj << /Ascent 929 /CapHeight 0 @@ -20712,10 +20746,10 @@ endobj /XHeight 0 >> endobj -1395 0 obj +1402 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1396 0 obj +1403 0 obj << /Filter /FlateDecode /Length 304 @@ -20725,7 +20759,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1397 0 obj +1404 0 obj << /Filter /FlateDecode /Length 71 @@ -20735,7 +20769,7 @@ x �X�\0�0���247Cb�Be�X �r�`�����J��# endstream endobj -1398 0 obj +1405 0 obj << /Filter /FlateDecode /Length 67 @@ -20744,7 +20778,7 @@ stream x�3�4P0P�4W�546T060Q073PH1�1s�,�lL�eb� �̀Ɓ%��9p�r���� endstream endobj -1399 0 obj +1406 0 obj << /Filter /FlateDecode /Length 245 @@ -20753,7 +20787,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1400 0 obj +1407 0 obj << /Filter /FlateDecode /Length 392 @@ -20763,7 +20797,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -1401 0 obj +1408 0 obj << /Filter /FlateDecode /Length 71 @@ -20772,7 +20806,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -1402 0 obj +1409 0 obj << /Filter /FlateDecode /Length 90 @@ -20781,7 +20815,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1403 0 obj +1410 0 obj << /Filter /FlateDecode /Length 163 @@ -20790,7 +20824,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -1404 0 obj +1411 0 obj << /Filter /FlateDecode /Length 52 @@ -20799,7 +20833,7 @@ stream x�363T0P0�T026Q064b�C.������@�r���s`�r���� � endstream endobj -1405 0 obj +1412 0 obj << /Filter /FlateDecode /Length 68 @@ -20810,7 +20844,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -1406 0 obj +1413 0 obj << /Filter /FlateDecode /Length 45 @@ -20822,7 +20856,7 @@ x "���}� endstream endobj -1407 0 obj +1414 0 obj << /Filter /FlateDecode /Length 214 @@ -20833,7 +20867,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1408 0 obj +1415 0 obj << /Filter /FlateDecode /Length 80 @@ -20842,7 +20876,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1409 0 obj +1416 0 obj << /Filter /FlateDecode /Length 236 @@ -20853,7 +20887,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1410 0 obj +1417 0 obj << /Filter /FlateDecode /Length 49 @@ -20862,7 +20896,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1411 0 obj +1418 0 obj << /Filter /FlateDecode /Length 332 @@ -20873,7 +20907,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -1412 0 obj +1419 0 obj << /Filter /FlateDecode /Length 317 @@ -20884,7 +20918,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -1413 0 obj +1420 0 obj << /Filter /FlateDecode /Length 131 @@ -20893,7 +20927,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -1414 0 obj +1421 0 obj << /Filter /FlateDecode /Length 248 @@ -20904,7 +20938,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1415 0 obj +1422 0 obj << /Filter /FlateDecode /Length 210 @@ -20914,23 +20948,23 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1388 0 obj +1395 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -1380 0 obj +1387 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [240.071 379.375 251.03 393.166] -/A << /S /GoTo /D (Hfootnote.52) >> +/A << /S /GoTo /D (Hfootnote.50) >> >> endobj -1381 0 obj +1388 0 obj << /Type /Annot /Subtype /Link @@ -20939,29 +20973,29 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.4) >> >> endobj -1386 0 obj +1393 0 obj << -/D [1384 0 R /XYZ 55.693 823.059 null] +/D [1391 0 R /XYZ 55.693 823.059 null] >> endobj -1387 0 obj +1394 0 obj << -/D [1384 0 R /XYZ 56.693 717.368 null] +/D [1391 0 R /XYZ 56.693 717.368 null] >> endobj -1389 0 obj +1396 0 obj << -/D [1384 0 R /XYZ 74.626 300.969 null] +/D [1391 0 R /XYZ 74.626 300.969 null] >> endobj -1383 0 obj +1390 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im13 1337 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im13 1344 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1422 0 obj +1429 0 obj << /Length 3374 /Filter /FlateDecode @@ -20972,40 +21006,40 @@ w g|�� �q)����tk����k-�0k���x�)��j����� ~��Ѱ'tq���,���Ll��+��F%C<(�Y�$�A����<�~��C��7�����.���<�����ս�^'JG7{��!1�c"�.J��XF��Xjf�;�* o�3xSqJ$�K8������L�z2'����S[ڎh���1�� �Bpp��k�����%�Z��Bgit{�o���<�#��x�_ҹ�D',�{,�� =B������v�,��ݗ����q��\?���������ڣ$2҄��ʡ_��h�*bI1�@u\�y���i;P=?R��-���nkG�v� R��/�����.�0�xrA��r�cZ��ș_�Ӣ�1VÉdZ� ��%x�^�$�[����$7��2P�7���a-=z �= -93f�Y��qg�\�XfZ�L��<,+_m�G-�1!`�#�&��&^I��&eSe�Ik��D�J���vE�E&m @�fd��0;�o�1#��?[����������E�G&�%��V���W,��-����:���oۚw�.����|I`�� /d��1�{��d�_�ڎh�G'v��l���ш�_��Ks݁�i8�[onaؕw*��1kKN^�TDN�jK����=�g��]�����H= �L���cr��f0��M/��oT�K�Y4=�Wxt�#/HuE� Ɍ�A��%c��q0���JV���X��A�BBPa��9�g�̛�z�L�I�ZO>@�W*��%4�-9K? ��e�8j�gF$99@���t=/�g]0�S���5;/܇��ݸ��P!�"�5�@��<���&�p,���R��U7KA�ڤV�W*�X^zG�p�G{f$� ̵��k�ht��0b��d��q�@�LF�ߒ�����z�m��G0�r�Y^���0dž��뼘����-]&`�V/I�IL,ع�$�g&V�X� +93f�Y��qg�\�XfZ�L��<,+_m�G-�1!`�#�&��&^I��&eSe�Ik��D�J���vE�E&m @�fd��0;�o�1#��?[����������E�G&�%��V���W,��-����:���oۚw�.����|I`�� /d��1�{��d�_�ڎh�G'v��l���ш�_��Ks݁�i8�[onaؕw*��1kKN^�TDN�jK����=�g��]�����H= �L���cr��f0��M/��oT�K�Y4=�Wxt�#/HuE� Ɍ�A��%c��q0���JV���X��A�BBPa��9�g�̛�z�L�I�ZO>@�W*��%4�-9K? ��e�8j�gF$99@���t=/�g]0�S���5;/܇��ݸ��P!�"�5�@��<���&�p,���R��U7KA�ڤV�W*�X^zG�p�G{f$� ̵��k�ht��0b��d��q�@�LF�ߒ�����z�m��G0�r�Y^���0dž��뼘����-]&`�V/I�IL,ع�$�g&V�X� /������bG��� f*��ݽ��w|^A����ĥ�%=b����Ќ�n�oI�`z�-Xٔ'(j� ���]� �)L���"Cf�88�>�HDCz��Z% �!zh�%Id����Ql��xI�iV��61�X��}��/�.m�y��l#�oqУDN�KZо��ҁV�:��G���N��� �f���s��ʥ�\$�y��V�l��,�lV��u� �|��\�����0 8�`�|������3��:sz�sl3!a���m���*��j�`����{�]ap!r��J���~ٙ�g� ��P0�8T��Īa�;I'�����I0Ř%���ጂ�x�����m0o��~��KB�&��K�J�Y�gz�=kE �d���%��?�]�P���,��#�Sܧq�>�<�eF ��*t�*)���~fy�`c��U�7��3�T��_�$^��I*�1��5z�`�\P&!E���,�}�C��|��G�u���_��}��@_���� �<sv��τՈ�ZA��������&Q�ap{��.�����B�yI3�����U�&����k��� `�)�,�-�r��گ�a3��`ڐ�U��(C�l��@���.��k[&z}�)H/jvѩ*U'u�蠑䀪�.����1U�gW�>A�O&���<�����}���i=�F���H��̾��C�z��H����Rg4� l�� ���� �m��䭱Ȱ1��q��ĝ���1X�%_8�q1�`�f�(;-qL,\>s�6��D�����BN3�G��y��r�#;'(Q��(���oI��۷K��P%���$��"��K7��P��L�㹪�Mu}Ua@���ulɰ���~�����¤�9s������YED�k�k���X;�����`3��=�P��>�ox��M#Wb���r� �d)ے -.����kz� Elq���$��u�| �ѹ��=���,�j�"��V��eL��|�5�V1�����>�1�s��z0y��#M�EH���������F�$����r�D���a��)el�xG{o= #�#�S%lj���MO�w=æ�l>����`���,=̔XOW���ob��ʌ�ktO�54Z��ۯ���&GF�6�B쭌��5�A�"�c}�0ū���FH�K"�Ԑt�?T���_�M�iz�(f`ˈW���K�YP�y�Br�=J��a��6n<�D@"��̹�P��c*m��� ��-!#8q��6c�'�T�w�&�dS44����KVB�ϖ��95�9�>�X�By���8��g5��U��&z�K(~/���L�9�W:y��m� �c/.�Q_�[z3���0\�I���b���+�#��>�X��^6j����� 2mS�Ϙ�=��Z����8�k� +.����kz� Elq���$��u�| �ѹ��=���,�j�"��V��eL��|�U�V1�����>�1�s��z0y��#M�EH���������F�$����r�D���a��)el�xG{o= #�#�S%lj���MO�w=æ�l>����`���,=̔XOW���ob��ʌ�ktO�54Z��ۯ���&GF�6�B쭌��5�A�"�c}�0ū���FH�K"�Ԑt�?T���_�M�iz�(f`ˈW���K�YP�y�Br�=J��a��6n<�D@"��̹�P��c*m��� ��-!#8q��6c�'�T�w�&�dS44����KVB�ϖ��95�9�>�X�By���8��g5��U��&z�K(~/���L�9�W:y��m� �c/.�Q_�[z3���0\�I���b���+�#��>�X��^6j����� 2mS�Ϙ�=��Z����8�k� mbŅ1܄� g7:���_I�#�g~ $s�i=���'��XMB�%�C��Ũd�K{�:�B�1�v@L-9���XͿ� 0�t���u�W�����pf�x����X� ��'�H_p2���)� �[�j��%�i���s�gd�(�8��:��� }�qM�'�b�UVr�-���Ӽ�Iʅ=���s�,��#k0�4*���Z�F���硓����;�=�d����� ��F6�h�O���#��x�A�C�|�̂ב�O:�7�7E����x8_��0��lf�.#�x������4��|vL�m���l? kn��@Y�Z�s�F<�v�YUs��vi=Y�.$�' ��`2��G^ϕ����L4s���X�4R���?s/��^����U�3� &�zv'\����� �3��4ȿh^������>�yO\<$8E�9���:�x�vѵ�l���@����^�������& M�ʧ?S�焝��<H>���\=�a)�?>P�bϞ�1g -��>1���2�1H�f�SV�,���Qy:e�I��[�?���)�8`ƻ�;�I`�_� +��>1���2�1H�f�SV�,���Qy:e�I��[�?���)�8`ƻ�;�I`�_��� endstream endobj -1421 0 obj +1428 0 obj << /Type /Page -/Contents 1422 0 R -/Resources 1420 0 R +/Contents 1429 0 R +/Resources 1427 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1272 0 R -/Group 1425 0 R -/Annots [ 1416 0 R 1417 0 R ] +/Parent 1279 0 R +/Group 1432 0 R +/Annots [ 1423 0 R 1424 0 R ] >> endobj -1382 0 obj +1389 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/simpledraw899.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1429 0 R +/PTEX.InfoDict 1436 0 R /BBox [0 0 460.8 345.6] -/Group 1425 0 R +/Group 1432 0 R /Resources << /ExtGState << /A1 << @@ -21028,12 +21062,12 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 1430 0 R>> +>>/Font << /F1 1437 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 1431 0 R +/DejaVuSans-minus 1438 0 R >>>> /Length 2342 /Filter /FlateDecode @@ -21054,33 +21088,33 @@ F,~ ��VH���~��6�b�t��Rk��v0|X� 3�j�ZEל7�=�d�S��������%6Ǻ���s`F endstream endobj -1429 0 obj +1436 0 obj << /CreationDate (D:20200924181842+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -1430 0 obj +1437 0 obj << /BaseFont /DejaVuSans -/CharProcs 1432 0 R +/CharProcs 1439 0 R /Encoding << /Differences [ 45/hyphen/period 48/zero/one/two 52/four 54/six 56/eight 61/equal 91/bracketleft 93/bracketright 97/a 101/e 104/h/i 108/l 111/o/p 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1433 0 R +/FontDescriptor 1440 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1434 0 R +/Widths 1441 0 R >> endobj -1431 0 obj +1438 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -21094,31 +21128,31 @@ x endstream endobj -1432 0 obj +1439 0 obj << -/a 1435 0 R -/bracketleft 1436 0 R -/bracketright 1437 0 R -/e 1438 0 R -/eight 1439 0 R -/equal 1440 0 R -/four 1441 0 R -/h 1442 0 R -/hyphen 1443 0 R -/i 1444 0 R -/l 1445 0 R -/o 1446 0 R -/one 1447 0 R -/p 1448 0 R -/period 1449 0 R -/s 1450 0 R -/six 1451 0 R -/t 1452 0 R -/two 1453 0 R -/zero 1454 0 R +/a 1442 0 R +/bracketleft 1443 0 R +/bracketright 1444 0 R +/e 1445 0 R +/eight 1446 0 R +/equal 1447 0 R +/four 1448 0 R +/h 1449 0 R +/hyphen 1450 0 R +/i 1451 0 R +/l 1452 0 R +/o 1453 0 R +/one 1454 0 R +/p 1455 0 R +/period 1456 0 R +/s 1457 0 R +/six 1458 0 R +/t 1459 0 R +/two 1460 0 R +/zero 1461 0 R >> endobj -1433 0 obj +1440 0 obj << /Ascent 929 /CapHeight 0 @@ -21133,10 +21167,10 @@ endobj /XHeight 0 >> endobj -1434 0 obj +1441 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1435 0 obj +1442 0 obj << /Filter /FlateDecode /Length 304 @@ -21146,7 +21180,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1436 0 obj +1443 0 obj << /Filter /FlateDecode /Length 71 @@ -21156,7 +21190,7 @@ x �X�\0�0���247Cb�Be�X �r�`�����J��# endstream endobj -1437 0 obj +1444 0 obj << /Filter /FlateDecode /Length 67 @@ -21165,7 +21199,7 @@ stream x�3�4P0P�4W�546T060Q073PH1�1s�,�lL�eb� �̀Ɓ%��9p�r���� endstream endobj -1438 0 obj +1445 0 obj << /Filter /FlateDecode /Length 245 @@ -21174,7 +21208,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1439 0 obj +1446 0 obj << /Filter /FlateDecode /Length 392 @@ -21184,7 +21218,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -1440 0 obj +1447 0 obj << /Filter /FlateDecode /Length 71 @@ -21193,7 +21227,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -1441 0 obj +1448 0 obj << /Filter /FlateDecode /Length 90 @@ -21202,7 +21236,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1442 0 obj +1449 0 obj << /Filter /FlateDecode /Length 163 @@ -21211,7 +21245,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -1443 0 obj +1450 0 obj << /Filter /FlateDecode /Length 52 @@ -21220,7 +21254,7 @@ stream x�363T0P0�T026Q064b�C.������@�r���s`�r���� � endstream endobj -1444 0 obj +1451 0 obj << /Filter /FlateDecode /Length 68 @@ -21231,7 +21265,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -1445 0 obj +1452 0 obj << /Filter /FlateDecode /Length 45 @@ -21243,7 +21277,7 @@ x "���}� endstream endobj -1446 0 obj +1453 0 obj << /Filter /FlateDecode /Length 214 @@ -21254,7 +21288,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1447 0 obj +1454 0 obj << /Filter /FlateDecode /Length 80 @@ -21263,7 +21297,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1448 0 obj +1455 0 obj << /Filter /FlateDecode /Length 236 @@ -21274,7 +21308,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1449 0 obj +1456 0 obj << /Filter /FlateDecode /Length 49 @@ -21283,7 +21317,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1450 0 obj +1457 0 obj << /Filter /FlateDecode /Length 332 @@ -21294,7 +21328,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -1451 0 obj +1458 0 obj << /Filter /FlateDecode /Length 317 @@ -21305,7 +21339,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -1452 0 obj +1459 0 obj << /Filter /FlateDecode /Length 131 @@ -21314,7 +21348,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -1453 0 obj +1460 0 obj << /Filter /FlateDecode /Length 248 @@ -21325,7 +21359,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1454 0 obj +1461 0 obj << /Filter /FlateDecode /Length 210 @@ -21335,69 +21369,69 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1425 0 obj +1432 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -1416 0 obj +1423 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [182.839 369.204 193.798 382.996] -/A << /S /GoTo /D (Hfootnote.53) >> +/A << /S /GoTo /D (Hfootnote.51) >> >> endobj -1417 0 obj +1424 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [115.202 186.39 126.161 200.182] -/A << /S /GoTo /D (Hfootnote.54) >> +/A << /S /GoTo /D (Hfootnote.52) >> >> endobj -1423 0 obj +1430 0 obj << -/D [1421 0 R /XYZ 55.693 823.059 null] +/D [1428 0 R /XYZ 55.693 823.059 null] >> endobj -1424 0 obj +1431 0 obj << -/D [1421 0 R /XYZ 56.693 789.929 null] +/D [1428 0 R /XYZ 56.693 789.929 null] >> endobj 102 0 obj << -/D [1421 0 R /XYZ 56.693 524.705 null] +/D [1428 0 R /XYZ 56.693 524.705 null] >> endobj -1426 0 obj +1433 0 obj << -/D [1421 0 R /XYZ 208.117 317.233 null] +/D [1428 0 R /XYZ 208.117 317.233 null] >> endobj -1427 0 obj +1434 0 obj << -/D [1421 0 R /XYZ 74.626 121.766 null] +/D [1428 0 R /XYZ 74.626 121.766 null] >> endobj -1428 0 obj +1435 0 obj << -/D [1421 0 R /XYZ 74.626 85.9 null] +/D [1428 0 R /XYZ 74.626 85.9 null] >> endobj -1420 0 obj +1427 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F29 679 0 R /F14 963 0 R /F34 1124 0 R /F32 1126 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R /F10 1076 0 R >> -/XObject << /Im14 1382 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F29 679 0 R /F14 947 0 R /F34 1131 0 R /F32 1133 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R /F10 1083 0 R >> +/XObject << /Im14 1389 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1466 0 obj +1473 0 obj << /Length 2732 /Filter /FlateDecode @@ -21406,41 +21440,42 @@ stream xڍYKs�8��W�H�F@�����'�d3S5�:N�!�M�7��a����������F�����Q���^_�~���~����vF~��M�S6�\�7_=�ݥq�]nw&���l���x�LJ?������O��a$������?�|����v�c�Ng�����v������P=n�b�j��O_����~�(ߤ��(O�h?IaXm>_��B={�8V~j>����.��W����w�TU��>�����6�e��z�(a� �^�t�t�2l��bƏ�*�������_J��Q�=�N��O`��K�� �┱�l�(�R�Zcd}�~�M����h2N�_�6�}�Xi$ �oS<c%��.Tь��Q0n��6�&��� � ���~ ~��K�錚х`ޙ�Y�e�D���+|?�҅���q��4@?~�QO5�o�Q����6��(� -�z�����Q�:5=��)7;�����o%���$�$n��k�����_�I��5F:�M4�\��I8BM+t5�x�G�c�k��.�#�(c����ɪ��~!�A]��K��M��'o������8fM���r��� ���V��CЭ���k ��=l��_�Y��B��&���P>�Xv���O������t�7'<�MYg} �"�c��͙��r����1�}�CZ)� -ެ�z��yV�-�I��5o�o��v���mh�� -�NP$vuQ��p��_��]vr���^6�mZ^�t$%g �*Yۗy%y���8�)x��c�H�����A�ё\���1�`т�J&^8�p�[~=%G�s�w3�+�I�!�B$ ��]yZ9���?��&��ε�+O[��)���!3��<�KU��l�U�u<r*�|6N���*s��.���T�ǁ�������k���(^�(�1Y -�����ӧ�g4BG@�AY� =�8|@��?��?C.C7R�yi\"�qtC@���M�c0C��Q}ъ��h�5�g�o�����k �G��Ə�:�A�}j���8!�8d��,�Q��Z{��.M���'���/�����`:'�*n���)��{�5B+6��'�|c���0�䷵`���_�[��� �c�$0�8$7��k)|�6a��P����2�a�Z�Ey�ԇ��8f�v?ۚ��S;[��0������xC�����FN����>���ݐU�� jJ`D�p}[ޗY�"����0+',y8a�T2B��'��Cp�;�RC+�U�uX~�|Jjy�;���2��5�B�2T=���EJC�Vʻ�$���K�a����yX�T��ޔ=�K��)����%�A$�em�)|�ue��B���k�a��Cy -�ar�n�Ҁ�YA�u8���<�*O�e�zo �R��S[KA��!hG{�a�z�3��E+�)e� �{C -����E�>cc�kF�ZD��C����ە�@ȡ�e$jY��X樭#��Aa�fYτ�RX�3�l�Wb BCl&N�S,�d{�`5���R��~�g;�lN7�8z!�Xh9�+� ѧ?��ْW�ȃi�����f�d� �'��q8��Q.��澼�T���n-t���|$ ��YN ��G؇e�>�, �dLpV�^Q#:�3G]�w�3wthM������ǀ�NU_�jnDṹ�/��2w&ެY�3j#B`����`=�M���=�&�4��/���a:�$� -�/d� -�=6C���)��ۍz� C��kq�W��]Oqc5�)|��H�887�T��d�qSS�"�y�N/�� �[^�*3�Vȟ�\*�Ga�;l' 5o�yj��GyF�oSvkAk��q�t�zҨ1ܨ�G^�ꊬ巶�2)�����0^���V�s���uN�T(�%�^�15g�,�1Ŋi�<nQ� �l��Q�{�H>.ה;�o@V���P�E����$RѲ<���ܝ�* ���C!��n~�P����^�\����PLE� aʤ�����������dB��-�x����1x��)��Oф��{���Ƶ��� -�S�K��6�,����U���_�.ʶ�\�R�u7̠^(�)�����Ñ���x�m���s�I����'�K�,��|kV��yIؙ")���&S�GG�䁖;�r^9�<<�sk4��O��:q�O6�"ƛ�o�"Et��A�Ga<o$�~�`�. -".���P,���p��B���P�p*�ف��������tˁ/��Ux�.�x��˄Vt7�z�r�3y(:l`Ϛ�s�����N֒��K�,?D��<���i�n���M�n�����y�ob�s�5�G��f�V3k�>��f �Ƨf��`p�������'�7���-; - ��せhji��~���{{Og*�XVM �} 5�_ppY���p���}�,������b�1�5�f[t}麈�r!������7�e��Hs*HÉg�?J�BJ����`�K|c�W�'�@6�\Ȇ/L-�[i������f��/q�K��ƺ���-& � -��Ļw�Xgti�3�R:R�!pjjˢ���˰���_�A�KqPT�������хX��ԫ���y;�[�}eM],��P��[�i}��J,�;����6�)Q�p,�q� �f�*Dɥ�w-�|����Rc���n{����[TO}x%�Žg�5���읱�3��&�un s��ξ��3^��Zy���g����� +�z�����Q�:5=��)7;�����o%���$�$n��k�����_�I��5F:�M4�\��I8BM+t5�x�G�c�k��.�#�(c����ɪ��~!�A]��K��M��'o������8fM���r��� ���V��CЭ���k ��=l��_�Y��B��&��B#r,;WX�Q��I��G:˛�妬���s��1|����N9�a��ʾ�!�UoVyY���<�y�Y�$G��7uCN;���6�^V �p'(��([�|8[�/�{����.;9A�}/��6-�Z:����b���˼��B֏g��<��1d$_Fmj� ���?.����H0�h�}%�?�t���������9ֻ�̤�B!�J�<�����`bzW�Z�Õ��v��z�ߐ��Y�ƥ��N6兪�:9Q>'��s���fB +V�*��@b�e�j�o�5�KW�`Ƙ,�`� H͇��S�3� +�# ࠬ��N>�g���ɟ!����4.�8�� �C��&�1�!]�Ǩ�hE}�k������⁂��7��؈l�5�#qy�GP� �>��MU��s2gx��(�X��j��&C�tƏ�����J�Pt0���\�Xd�L�=����� +��~��`��Z0_S��-��Č�1GT������>Y�0h�n�z�Hb�0�-<��C�S3\��mMy㩝�wl���z��{��p��WO#'C��AF� �n�*�x�5%0�O���-�ˬ�D��I@����<����o*���Bp�!8��|�����*�:,?m>��<���e�j��P!M*�Ϧ�x��Я��n2 9���~�c�D+y)�bƯ7e���a�*�(h�f rY�p +�f]����!+�Z�g!�P���d���[�4�dV�f�a )��S�n��ȳ)���R�e��b�^��}� +J�0ȁ��ސBpr4zѢ����Q�V���!m%�ve?r(j�Z�{8�9j�ȯ|PX�Y�3����L:���X������K7ٞ'X 0�+�C��N �� ,�^�/Z�J(H�)G�O*s��9�`*��Y>�<��u��"6g��-��/o8Ut9�[��!�0IB��qV�SB7��a��+�@�3��a�WԈN��Q��]G��Zӡe��0�1`�S��W���Qxn. ���̝�7k��,`04X�k��nO�I" ��y��4�s��1I��A�Y��}��P�yu +k�v#�^0�P#�Z�ա�a�S�ػbg �A +_e}�R;�M5�9�p��ԾHg��K�e��ײ +���'<���GX��� H�x����Q�Qq�۔�Z�/x�(��4j7j�W��"k��-�L��h�%'��(�b�U��0A`�S< +p���kL��%KvL�b�3O�[z!��s��A6��K@�5�@���r�;u�fx{4��@�,O��;w� +�.�P������TG��$t�"�W*�3�tG.�SlC�2�ŀF�7D/>%h����8!��g�h�i^)��`^fpJ%{�S4a���,�Ǣq-�q��T�G�R�ª��F��-�iզ������m����y� 3����f�'ci�3��p�� ^�E�ge��E�*�����'��#ߚ�'}^v�HJ���� Ĕ����9y��N��W�;����� 4��>�NA\�ͺ��&�H��t��Q�I��%خ���Kmk5~�)�6���Ff�7�Jxv�ā)d*l(��"�r���B�A��!�~�2�� ���\�L���سf�\b�|k�n����>��=����-Oq�nڽ���bS�p��.|���\d��������l�����<\�C0�:8b$�I���.kˎB�E/�x�&�ZZd�߅7�0����Y��"�USCm_B �\�G�f8%�~�8�f�l�m�Xr�f ��]_�.�\�x3�7E/��y�m�Ҝ +�p�鏒��Rx�)�<�������I'� ?��S��VZ"+��d��<�K���DE���h�m�I���!6��]��F%�L����s���ڲ�~.�2�>'��y�REE����+�pst!V�<�*�G�pގF�s_YSK�����3�VlZd�����&@�0��sJ�*�mg³� +Qr��G�6��wG=�Ԙ%���ީ�-��S^�aq�q �0>{g��̤�In�[�ܬ��/��A�V���=�Y2�?���� endstream endobj -1465 0 obj +1472 0 obj << /Type /Page -/Contents 1466 0 R -/Resources 1464 0 R +/Contents 1473 0 R +/Resources 1471 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1475 0 R -/Group 1470 0 R -/Annots [ 1418 0 R 1455 0 R 1456 0 R 1458 0 R 1459 0 R 1460 0 R 1461 0 R 1462 0 R 1457 0 R 1463 0 R ] +/Parent 1482 0 R +/Group 1477 0 R +/Annots [ 1425 0 R 1462 0 R 1463 0 R 1465 0 R 1466 0 R 1467 0 R 1468 0 R 1469 0 R 1464 0 R 1470 0 R ] >> endobj -1419 0 obj +1426 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/simpledraw677.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1476 0 R +/PTEX.InfoDict 1483 0 R /BBox [0 0 460.8 345.6] -/Group 1470 0 R +/Group 1477 0 R /Resources << /ExtGState << /A1 << @@ -21463,12 +21498,12 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 1477 0 R>> +>>/Font << /F1 1484 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 1478 0 R +/DejaVuSans-minus 1485 0 R >>>> /Length 2338 /Filter /FlateDecode @@ -21481,33 +21516,33 @@ ja ���:9 %"�*�k��bal�*hF=Uie`���=f@y$;�G��n�]��8}����Ҝ1(*X�� C(a�Kb7�b�@8�B9wE6��j^�[*xDǟ����gQf�̕���f��('h� ����83�!Zt|�]� �,hܷ���:�j ��3Y�+�ևJ�ه�n��ziQݪ�jbMX�.HS��tAH�b�N U)5q?b+�p*�>��q.��k !���̬�o�eFW�f}��ZM�РĴ0H�@��]SM��Tz�����ͣ_3�ee��hZ�-�i=Ά֪����t�6dUU�s�,hB���p�#�v}��u��ze2�@�R�������������;\��|��g�G�^nߞ�1���)�y���x��6B线a�����x`���^a�1*�q���'o����������sʋ�i�H�k�a��_*�\Y���Z;�P,p� '3�P��5�%�2��c�Ș�Z[�����m�a����#�bn�O,�]|ߔ��������%6������`' endstream endobj -1476 0 obj +1483 0 obj << /CreationDate (D:20201004112726+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -1477 0 obj +1484 0 obj << /BaseFont /DejaVuSans -/CharProcs 1479 0 R +/CharProcs 1486 0 R /Encoding << /Differences [ 45/hyphen/period 48/zero/one/two 52/four 54/six 56/eight 61/equal 91/bracketleft 93/bracketright 97/a 101/e 104/h/i 108/l 111/o/p 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1480 0 R +/FontDescriptor 1487 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1481 0 R +/Widths 1488 0 R >> endobj -1478 0 obj +1485 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -21521,31 +21556,31 @@ x endstream endobj -1479 0 obj +1486 0 obj << -/a 1482 0 R -/bracketleft 1483 0 R -/bracketright 1484 0 R -/e 1485 0 R -/eight 1486 0 R -/equal 1487 0 R -/four 1488 0 R -/h 1489 0 R -/hyphen 1490 0 R -/i 1491 0 R -/l 1492 0 R -/o 1493 0 R -/one 1494 0 R -/p 1495 0 R -/period 1496 0 R -/s 1497 0 R -/six 1498 0 R -/t 1499 0 R -/two 1500 0 R -/zero 1501 0 R +/a 1489 0 R +/bracketleft 1490 0 R +/bracketright 1491 0 R +/e 1492 0 R +/eight 1493 0 R +/equal 1494 0 R +/four 1495 0 R +/h 1496 0 R +/hyphen 1497 0 R +/i 1498 0 R +/l 1499 0 R +/o 1500 0 R +/one 1501 0 R +/p 1502 0 R +/period 1503 0 R +/s 1504 0 R +/six 1505 0 R +/t 1506 0 R +/two 1507 0 R +/zero 1508 0 R >> endobj -1480 0 obj +1487 0 obj << /Ascent 929 /CapHeight 0 @@ -21560,10 +21595,10 @@ endobj /XHeight 0 >> endobj -1481 0 obj +1488 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1482 0 obj +1489 0 obj << /Filter /FlateDecode /Length 304 @@ -21573,7 +21608,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1483 0 obj +1490 0 obj << /Filter /FlateDecode /Length 71 @@ -21583,7 +21618,7 @@ x �X�\0�0���247Cb�Be�X �r�`�����J��# endstream endobj -1484 0 obj +1491 0 obj << /Filter /FlateDecode /Length 67 @@ -21592,7 +21627,7 @@ stream x�3�4P0P�4W�546T060Q073PH1�1s�,�lL�eb� �̀Ɓ%��9p�r���� endstream endobj -1485 0 obj +1492 0 obj << /Filter /FlateDecode /Length 245 @@ -21601,7 +21636,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1486 0 obj +1493 0 obj << /Filter /FlateDecode /Length 392 @@ -21611,7 +21646,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -1487 0 obj +1494 0 obj << /Filter /FlateDecode /Length 71 @@ -21620,7 +21655,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -1488 0 obj +1495 0 obj << /Filter /FlateDecode /Length 90 @@ -21629,7 +21664,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1489 0 obj +1496 0 obj << /Filter /FlateDecode /Length 163 @@ -21638,7 +21673,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -1490 0 obj +1497 0 obj << /Filter /FlateDecode /Length 52 @@ -21647,7 +21682,7 @@ stream x�363T0P0�T026Q064b�C.������@�r���s`�r���� � endstream endobj -1491 0 obj +1498 0 obj << /Filter /FlateDecode /Length 68 @@ -21658,7 +21693,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -1492 0 obj +1499 0 obj << /Filter /FlateDecode /Length 45 @@ -21670,7 +21705,7 @@ x "���}� endstream endobj -1493 0 obj +1500 0 obj << /Filter /FlateDecode /Length 214 @@ -21681,7 +21716,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1494 0 obj +1501 0 obj << /Filter /FlateDecode /Length 80 @@ -21690,7 +21725,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1495 0 obj +1502 0 obj << /Filter /FlateDecode /Length 236 @@ -21701,7 +21736,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1496 0 obj +1503 0 obj << /Filter /FlateDecode /Length 49 @@ -21710,7 +21745,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1497 0 obj +1504 0 obj << /Filter /FlateDecode /Length 332 @@ -21721,7 +21756,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -1498 0 obj +1505 0 obj << /Filter /FlateDecode /Length 317 @@ -21732,7 +21767,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -1499 0 obj +1506 0 obj << /Filter /FlateDecode /Length 131 @@ -21741,7 +21776,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -1500 0 obj +1507 0 obj << /Filter /FlateDecode /Length 248 @@ -21752,7 +21787,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1501 0 obj +1508 0 obj << /Filter /FlateDecode /Length 210 @@ -21762,23 +21797,23 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1470 0 obj +1477 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -1418 0 obj +1425 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [430.468 752.32 441.427 766.776] -/A << /S /GoTo /D (Hfootnote.55) >> +/A << /S /GoTo /D (Hfootnote.53) >> >> endobj -1455 0 obj +1462 0 obj << /Type /Annot /Subtype /Link @@ -21787,16 +21822,16 @@ endobj /A << /S /GoTo /D (subsubsection.4.2.1) >> >> endobj -1456 0 obj +1463 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [97.318 327.527 108.277 341.319] -/A << /S /GoTo /D (Hfootnote.56) >> +/A << /S /GoTo /D (Hfootnote.54) >> >> endobj -1458 0 obj +1465 0 obj << /Type /Annot /Subtype /Link @@ -21805,7 +21840,7 @@ endobj /A << /S /GoTo /D (subsubsection.2.1.2) >> >> endobj -1459 0 obj +1466 0 obj << /Type /Annot /Subtype /Link @@ -21814,7 +21849,7 @@ endobj /A << /S /GoTo /D (subsection.5.1) >> >> endobj -1460 0 obj +1467 0 obj << /Type /Annot /Subtype /Link @@ -21823,25 +21858,25 @@ endobj /A << /S /GoTo /D (subsubsection.4.2.1) >> >> endobj -1461 0 obj +1468 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [99.009 144.173 109.968 157.965] -/A << /S /GoTo /D (Hfootnote.57) >> +/A << /S /GoTo /D (Hfootnote.55) >> >> endobj -1462 0 obj +1469 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [317.027 144.173 327.986 157.965] -/A << /S /GoTo /D (Hfootnote.58) >> +/A << /S /GoTo /D (Hfootnote.56) >> >> endobj -1457 0 obj +1464 0 obj << /Type /Annot /Subtype /Link @@ -21850,7 +21885,7 @@ endobj /A << /S /GoTo /D (subsection.2.1) >> >> endobj -1463 0 obj +1470 0 obj << /Type /Annot /Subtype /Link @@ -21859,133 +21894,130 @@ endobj /A << /S /GoTo /D (subsection.9.29) >> >> endobj -1467 0 obj +1474 0 obj << -/D [1465 0 R /XYZ 55.693 823.059 null] +/D [1472 0 R /XYZ 55.693 823.059 null] >> endobj -1469 0 obj +1476 0 obj << -/D [1465 0 R /XYZ 56.693 717.368 null] +/D [1472 0 R /XYZ 56.693 717.368 null] >> endobj 106 0 obj << -/D [1465 0 R /XYZ 56.693 406.979 null] +/D [1472 0 R /XYZ 56.693 406.979 null] >> endobj 110 0 obj << -/D [1465 0 R /XYZ 56.693 268.457 null] +/D [1472 0 R /XYZ 56.693 268.457 null] >> endobj -1471 0 obj +1478 0 obj << -/D [1465 0 R /XYZ 74.626 137.996 null] +/D [1472 0 R /XYZ 74.626 137.996 null] >> endobj -1472 0 obj +1479 0 obj << -/D [1465 0 R /XYZ 74.626 102.131 null] +/D [1472 0 R /XYZ 74.626 102.131 null] >> endobj -1473 0 obj +1480 0 obj << -/D [1465 0 R /XYZ 74.626 90.176 null] +/D [1472 0 R /XYZ 74.626 90.176 null] >> endobj -1474 0 obj +1481 0 obj << -/D [1465 0 R /XYZ 74.626 78.22 null] +/D [1472 0 R /XYZ 74.626 78.22 null] >> endobj -1464 0 obj +1471 0 obj << -/Font << /F23 623 0 R /F28 677 0 R /F29 679 0 R /F26 678 0 R /F33 1468 0 R /F30 1127 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R /F10 1076 0 R >> -/XObject << /Im15 1419 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F29 679 0 R /F26 678 0 R /F33 1475 0 R /F30 1134 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R /F10 1083 0 R >> +/XObject << /Im15 1426 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1519 0 obj +1526 0 obj << -/Length 3457 +/Length 3458 /Filter /FlateDecode >> stream xڭZIw�6��W��zϢ pss2�'���������Fw3b� +ʯ���[��̛K; �Z�*t��o�ͻ���/^��Ra��zs�ۤY���`S�o���OA|yU�E���*�y�˥6������w���Û�����@���߾�����py�r���O�\�-���o��_�����B�F��Fy��dS/>�m����& -��l�i�q�������.�g���Q������}ݵ���n�{�+�����`{$U�A}����%wcߵ{.W]�ۦa�W�b�z���ȣRf������F6��m��<�����-����#�z�?]��\�$L��I���a��ȗ4ʑ[y%�x%j��w}�-����d�v+�;^o����ݶ/$�픣X���od&�M(����K��6���V��M��b�<y�P�l)��Nف'-�&i�L���Pӽ�qеDy�����T65��A����@ܙz����VX0�ֺ.���aމ��twc}�����C=p�y?52����9U�V�nڕ[����zR���b8j����Rk�KH~I�=�ʶ;�M7�r�r,�Z�%�eu����ޡ�e�<,�H!�c�ʤ�$�cÔ��LeU=�(Y���&ȩn�Q�&�����wh؛����K )E�`���w(�nT��*��c�{��a�k��ad���ҵ��C��y�;s�dk����7����jCӯQ]��@{-�b|�e_��d9�ٮ�Bc���4��P�T&�aǂ0 + 76���ݒ�z�w�a�����;Й�a�Q���*3Qp �t��h8�ۦa*a����ⓤ*�tA�S���I�>�ڰ�Ȍ�C��00_r�F�<�4�� -�m֙PX���c�D0�����e���!E�+��E��G����+e�ߧAV�-^��Oոv�"���B���;[��r���Ǘ��&�(V"(��d����5�H%�~ڠ-�.c%�0_|�;�D���O�&{>���-��Ԩ�:Amq�����֒��L��B��F-<��s�vb�rd׃���B��<_�n��hH�ė�r�C `�3l����P��� -�sDro�A���*ʨ����=;#�[���_7����F�*0t��+r� `A^�z�}4o�Jk���9�^6#��ճ�Ý���2�&^ -b�`> �^��/��,2���P��%u��z��PA�A,���5��[7P�D�!�q��/Z���0 -5����{���H�r6�|��2���U�T(eBxye�$�����l���Pr� - (�l�"Pu6�k����#�&��N�Tjaʚ��O-��ad�u2^�)`�/�U2;��@z�C;�f3�?�:��p�$�*9�`S\�03�桥�7��}۹��<�"X�hq{7�<�����Ɍ�](�����������$�l�s�}�;�A:��� �.��r�̘��+ǎA�I�<�Y7H҃����r��X�TT���8w�\�l����BerV�W:A6�|C�ݻ.&�͐ +hdI��,��V�$��� �ζ���}���k;.t�+�DV�Vi����b't��%Ȏh߰����,�t�H��j��k�Gl 7�" q���Af��X��O9ܒ�(�O 2�j�g�PWe�x/A#�W�9�*�����P�z?d +P,�{�<S�����p`�.>l{��_��(,�;�&�ߓ?%2u*@����ľ�Hk��D/�t����έt6��P���BVP�#E� Ho��c�"��%r,�֓��~jʞͭ��+���D-��rP$.��pp�����g\Ŧ��n��8 �H�T@�oYx�, �H��0/��k0!�(�x��d�nH����f����T��vGr�`�[��q: -�0���К����$��Q�y�Ɖ}���E\G7��"���(�eQ�(��< -c��q8ˈ��|M\<eN���lr���A�!�<r9�&: �(�['��89�l�����$���C t��[{�� -����m>��%"�C��ũ��z�yq�N|J�)a7�-�`��`�\��2]m��\,4����+���/E� ����:����}�R_� ,��ʆ� I���j%�WƥM�y��(+�&�q� ��H�hd^5��h5�ي����q��r�`@qKKI�����������8e�_v����ug��D���`��g*��V%��`����E8ӌ���%q�ԃ|P��5���w�BuF�b�t���E�DQ�P䊃v��N��.Ӓ9� ҍ(��Nͳ�JzdN�c��!X% �B����,�OI$�qE����F��gט�(��C����*��2g#�Il<�=����c�b����G��bnZ[���^-W�4�u�ɀp��7q�p��6��$g[����x �c\��-%I�Fu"���n"����%Dq�������Y�Q���%]�P@���L�V(�H%O� ���X@F�(߭2d ���BN=��q��!����t���ڂ�`�5Q.0�)Iͩ)<}'��������rcG�Z��Wkԟ%���I�ba�l�g��e�e�,/����R�d9T� j�.캗ˀ#��0��:���}ټZ3�����%v���{ZY��;��0��Q��㧷Z�g-}Uw<.r]���;ϙ�L��s��7�~�[Iޙ�!�H��J�����ݪa ;�P��O�����W���O_dJp�7����x�߰�$��8��=�$� -�i<� �[ph��1� -�5�')��an��(��[�Ȁ7D% �r�)*u��A��#� p�v���e�=�.�W~xꞚ I3٧9�ͽ�q�.��v�6{zBHG�tKA����ν��q "&��ac����KX���DNdNT��;%��_���$ �}�<�9�Z|*f��GL,y��Z%�����0�����C�ۇ��c\�*" w��{p]����͙¡̎n7�[\�ȬC�_�k�W�y ��V�5�m�rmԱ�ˇ�b�ځjk�0Z�|�����d���_�!t�Ō�s�k��r��0����c�w$m�`xF@��fQ$b�p]�6s��[1��F�� -����$�4�����{ W��pܖ�Ld��uǁ���ȕ��(� -���������G�������{rB$@��0�|�[�����q�����1@\�o�0)��ʀ��V�3�o�A;(��=�����s�Ph�z�C�P�3W���dg�<�$yb�>Z�X�Gu�GFOѳ|(y��k�����(Wx��>A`c2�r�x�w����M��4�EA閿�@��ENW�fp�/�|�=b<Ǟ�Q��������3���0/RW��*�s������� +��l�i�q�������.�g���Q������}ݵ���n�{�+�����`{$U�A}����%wcߵ{.W]�ۦa�W�b�z���ȣRf������F6��m��<�����-����#�z�?]��\�$L��I���a��ȗ4ʑ[y%�x%j��w}�-����d�v+�;^o����ݶ/$�픣X���od&�M(����K��6���V��M��b�<y�P�l)��Nف'-�&i�L���Pӽ�qеDy�����T65��A����@ܙz����VX0�ֺ.���aމ��twc}�����C=p�y?52����9U�V�nڕ[����zR���b8j����Rk�KH~I�=�ʶ;�M7�r�r,�Z�%�eu����ޡ�e�<,�H!�c�ʤ�$�cÔ��LeU=�(Y���&ȩn�Q�&�����wh؛����K )E�`���w(�nT��*��c�{��a�k��ad���ҵ��C��y�;s�dk����7����jCӯQ]��@{-�b|�e_��d9�ٮ�Bc���4��P�T&�aǂ0 + 76���ݒ�z�w�a�����;Й�a�Q���*3Qp �t��h8�ۦa*a����ⓤ*�tA�S���'��k��#3v�3,I���|ɭ��$��*�#� Xg@ayhh�C#�����R�Cw�iwĺ�����=�9�گ�}~�Y��x�c?U�ڥ�@� �� +y{��l5ˍH,�_2Κ�X���v�=�q�[o��("���i�n�|��l@��l�|���$e3��?5���Db��$�S������"^[K2[3A +�;��lЏ� ۉ ˑ]��e�[�|���ã!Id_&ʑ5���j0qBAr�H�-;h�sXE��gg��`���y���ֳ\���WF��>pE��,�+�V���M\i-�P4=��f�s�z6�sw�7_��K�@,@�#��'����k6�ET=�Ef�@V곹��RZO�*h5�EP���q� +�(<�T �c^��@��"&@��s���zoWqiYΆ����T���a�Zf�K�R&��W�H��I�a{��F(O %������&(Ug���h�="l���h��A����9J�Ԃ�F�mP'�E��P�]%����G>�Sk6��n�g �H⯒S��6�h3��aZ�~� @�����K ��ю�w�˳�O�ݟ�8R � �l��;�]O���8��������b��29�!wPʌY �r�$���a �u�$=8_�?�+�/��JE��s']�����h�`�*T&g�y�d��7�ܽ�bra�ٰ�F�$��8luM�)�N1� �l[��@��*����A7��Hd��l�fi��,vB?JX��� �X�a��B�@�dK�f����}���p3.��H�dV��EA�q����-���� ���x��uU���4�E�s��"K���5���A������'�359K�� +��ca�V�X����R!�#�j�>�=�S"S����Ql��@���� *O��J�g�tvn��)?��M�X����)bAz#�5,��cɷ�To�SS�ln5�\yd�&j���"qaPD���0O� �U�8�*6խ�u�X�i�Ę@b��~���cfE +��y�X� Y�E��%$�wCB�pV7�N>�P�B_���8�Cx�ޢ���QANv��$d�EE'���BP̛4N�3�'v�,�:���\�F��+��E!�G�Q��<��YFd �k��)s�M�ؐ�`���t�Y摋��5��iG��:y��ɡgoTo�N7%�De1�s���#��T8EP�l��D,Y��,N]�w��Sw�PZN �(`masg3�(8��D�)�j3��b9��)%�]�x���)bO�w��P�a�< ��-���N`�`�W6�xI�\V+9�2.mZ���@Y�6�8�؎�N(�F�E� ��E�1�Vd-tĎ����XZJR%�,pu5~lo�)#6��k/��W�;��'�-{�<S�*9��(�$�(f��.��䃊��@����3�S�����.%�b�"W��p�&w����H�nD |�pj��W�#sz�= �*i*�w��g�~J"y}�ẗ(�Mm%4B�>#�ƤF٬�,.V���9˰INb��q��`����>(�s���z��8�j�¦��KN$�S=��#�g�q '9�ت^�K(p�Dn)I5���v�wpĔ.!�+ȗDo\���J�X�g.�b� +,�g�B�G*y +l���2�D�n=�!k���r�eX����`�S^&����t��r���LI�hNM��8q>f���~�;8����Z��,��M"(KF`=�$.c/cfy�W-�:%ˡBODhP��paĸX���(��й�����՚�e?�/O/�[8��/vf����B ܱ�i�r?���>k髺�q���6�y�`�v�3����%�J��,�D�X�`/V��,D�V�ّ���epx�.�n��@|�"S�sn���'���S���'a��a�'aU�0O��M�ނs@�E�yT��=I�, s��G�����E�� *I��HQ�{5�b�U�������(���u� ���S��lH��>�am�%��{�u�G���ӻB:z�[ +Z-��N�Иt�%��1 ��f�D(\�J�'r"s��|�)�L��?&i���v������S1�&�8bb�C<�*�6��)��pt�r���>���Vi�3�܃�Ҽt�l�devt����Ef��z\s���k���z�yo�X�k��-\>���T[{υ�J��l �7?$CUL��Y��/f��];,������Y>��#i���0��7�"c�����oފY55��U�]�('I��,�.�K�B���ඬe� ���;|d�D�4g�DiW5?���p��@7<�;@�'���ߓ�#2��)��� +@m��������R|+X�I�7W<����� |�8��A�%�a���&0-�#�B�Ճ�0���Rw���(ƮPw%;{�O�'Fꣵ�՟q�0P��qd�=ˇ���v�)�ݎr�G���6&�(��{����m�4�M��W�n�䜮Y�t�nǑ�bȇЭ�#�s�Eh��.�S�����3���0/RW��*�s����ɯ endstream endobj -1518 0 obj +1525 0 obj << /Type /Page -/Contents 1519 0 R -/Resources 1517 0 R +/Contents 1526 0 R +/Resources 1524 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1475 0 R -/Annots [ 1502 0 R 1504 0 R 1505 0 R 1507 0 R 1509 0 R 1511 0 R 1512 0 R 1513 0 R 1514 0 R 1515 0 R 1503 0 R 1506 0 R 1508 0 R 1510 0 R ] +/Parent 1482 0 R +/Annots [ 1509 0 R 1511 0 R 1512 0 R 1514 0 R 1516 0 R 1518 0 R 1519 0 R 1520 0 R 1521 0 R 1522 0 R 1510 0 R 1513 0 R 1515 0 R 1517 0 R ] >> endobj -1502 0 obj +1509 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.882 685.197 376.841 698.989] -/A << /S /GoTo /D (Hfootnote.59) >> +/A << /S /GoTo /D (Hfootnote.57) >> >> endobj -1504 0 obj +1511 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [507.326 656.305 518.285 670.097] -/A << /S /GoTo /D (Hfootnote.60) >> +/A << /S /GoTo /D (Hfootnote.58) >> >> endobj -1505 0 obj +1512 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [457.911 612.968 468.87 626.76] -/A << /S /GoTo /D (Hfootnote.61) >> +/A << /S /GoTo /D (Hfootnote.59) >> >> endobj -1507 0 obj +1514 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [105.843 530.734 116.802 544.526] -/A << /S /GoTo /D (Hfootnote.62) >> +/A << /S /GoTo /D (Hfootnote.60) >> >> endobj -1509 0 obj +1516 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.438 444.059 277.397 457.851] -/A << /S /GoTo /D (Hfootnote.63) >> +/A << /S /GoTo /D (Hfootnote.61) >> >> endobj -1511 0 obj +1518 0 obj << /Type /Annot /Subtype /Link @@ -21994,7 +22026,7 @@ endobj /A << /S /GoTo /D (section.6) >> >> endobj -1512 0 obj +1519 0 obj << /Type /Annot /Subtype /Link @@ -22003,7 +22035,7 @@ endobj /A << /S /GoTo /D (subsection.6.1) >> >> endobj -1513 0 obj +1520 0 obj << /Type /Annot /Subtype /Link @@ -22012,7 +22044,7 @@ endobj /A << /S /GoTo /D (subsection.9.17) >> >> endobj -1514 0 obj +1521 0 obj << /Type /Annot /Subtype /Link @@ -22021,7 +22053,7 @@ endobj /A << /S /GoTo /D (section.7) >> >> endobj -1515 0 obj +1522 0 obj << /Type /Annot /Subtype /Link @@ -22030,7 +22062,7 @@ endobj /A << /S /GoTo /D (section.8) >> >> endobj -1503 0 obj +1510 0 obj << /Type /Annot /Subtype /Link @@ -22039,7 +22071,7 @@ endobj /A << /S /GoTo /D (section.7) >> >> endobj -1506 0 obj +1513 0 obj << /Type /Annot /Subtype /Link @@ -22048,7 +22080,7 @@ endobj /A << /S /GoTo /D (subsection.2.2) >> >> endobj -1508 0 obj +1515 0 obj << /Type /Annot /Subtype /Link @@ -22057,7 +22089,7 @@ endobj /A << /S /GoTo /D (subsubsection.2.3.1) >> >> endobj -1510 0 obj +1517 0 obj << /Type /Annot /Subtype /Link @@ -22066,63 +22098,63 @@ endobj /A << /S /GoTo /D (subsection.3.5) >> >> endobj -1520 0 obj +1527 0 obj << -/D [1518 0 R /XYZ 55.693 823.059 null] +/D [1525 0 R /XYZ 55.693 823.059 null] >> endobj 114 0 obj << -/D [1518 0 R /XYZ 56.693 737.252 null] +/D [1525 0 R /XYZ 56.693 737.252 null] >> endobj 118 0 obj << -/D [1518 0 R /XYZ 56.693 582.789 null] +/D [1525 0 R /XYZ 56.693 582.789 null] >> endobj 122 0 obj << -/D [1518 0 R /XYZ 56.693 370.543 null] +/D [1525 0 R /XYZ 56.693 370.543 null] >> endobj 126 0 obj << -/D [1518 0 R /XYZ 56.693 216.081 null] +/D [1525 0 R /XYZ 56.693 216.081 null] >> endobj -1521 0 obj +1528 0 obj << -/D [1518 0 R /XYZ 74.626 174.122 null] +/D [1525 0 R /XYZ 74.626 174.122 null] >> endobj -1522 0 obj +1529 0 obj << -/D [1518 0 R /XYZ 74.626 114.346 null] +/D [1525 0 R /XYZ 74.626 114.346 null] >> endobj -1523 0 obj +1530 0 obj << -/D [1518 0 R /XYZ 74.626 102.391 null] +/D [1525 0 R /XYZ 74.626 102.391 null] >> endobj -1524 0 obj +1531 0 obj << -/D [1518 0 R /XYZ 74.626 90.435 null] +/D [1525 0 R /XYZ 74.626 90.435 null] >> endobj -1525 0 obj +1532 0 obj << -/D [1518 0 R /XYZ 74.626 78.48 null] +/D [1525 0 R /XYZ 74.626 78.48 null] >> endobj -1517 0 obj +1524 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F29 679 0 R /F7 820 0 R /F8 822 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F29 679 0 R /F7 836 0 R /F8 838 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1532 0 obj +1539 0 obj << /Length 1396 /Filter /FlateDecode @@ -22141,27 +22173,27 @@ pz ���;yj�������u��ѷ$���`��=��a��?./����t��$�8��h�|tkoW�쿵�~v endstream endobj -1531 0 obj +1538 0 obj << /Type /Page -/Contents 1532 0 R -/Resources 1530 0 R +/Contents 1539 0 R +/Resources 1537 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1475 0 R -/Group 1535 0 R -/Annots [ 1526 0 R ] +/Parent 1482 0 R +/Group 1542 0 R +/Annots [ 1533 0 R ] >> endobj -1516 0 obj +1523 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/history979.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1537 0 R +/PTEX.InfoDict 1544 0 R /BBox [0 0 460.8 345.6] -/Group 1535 0 R +/Group 1542 0 R /Resources << /ExtGState << /A1 << @@ -22179,12 +22211,12 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 1538 0 R>> +>>/Font << /F1 1545 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 1539 0 R +/DejaVuSans-minus 1546 0 R >>>> /Length 8560 /Filter /FlateDecode @@ -22227,33 +22259,33 @@ A �S����ɝ}�/8~�~���yPq��_p��5�����۫"e='� �����ϟ��Ńi�?��l�� �}���V�������G�dx�4���m��������}���=��9��7��������C�� endstream endobj -1537 0 obj +1544 0 obj << /CreationDate (D:20201019152000+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -1538 0 obj +1545 0 obj << /BaseFont /DejaVuSans -/CharProcs 1540 0 R +/CharProcs 1547 0 R /Encoding << /Differences [ 48/zero/one/two/three/four 95/underscore 97/a 99/c 101/e 104/h 108/l 111/o/p 115/s 118/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1541 0 R +/FontDescriptor 1548 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1542 0 R +/Widths 1549 0 R >> endobj -1539 0 obj +1546 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -22267,26 +22299,26 @@ x endstream endobj -1540 0 obj +1547 0 obj << -/a 1543 0 R -/c 1544 0 R -/e 1545 0 R -/four 1546 0 R -/h 1547 0 R -/l 1548 0 R -/o 1549 0 R -/one 1550 0 R -/p 1551 0 R -/s 1552 0 R -/three 1553 0 R -/two 1554 0 R -/underscore 1555 0 R -/v 1556 0 R -/zero 1557 0 R +/a 1550 0 R +/c 1551 0 R +/e 1552 0 R +/four 1553 0 R +/h 1554 0 R +/l 1555 0 R +/o 1556 0 R +/one 1557 0 R +/p 1558 0 R +/s 1559 0 R +/three 1560 0 R +/two 1561 0 R +/underscore 1562 0 R +/v 1563 0 R +/zero 1564 0 R >> endobj -1541 0 obj +1548 0 obj << /Ascent 929 /CapHeight 0 @@ -22301,10 +22333,10 @@ endobj /XHeight 0 >> endobj -1542 0 obj +1549 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1543 0 obj +1550 0 obj << /Filter /FlateDecode /Length 304 @@ -22314,7 +22346,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1544 0 obj +1551 0 obj << /Filter /FlateDecode /Length 230 @@ -22323,7 +22355,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -1545 0 obj +1552 0 obj << /Filter /FlateDecode /Length 245 @@ -22332,7 +22364,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1546 0 obj +1553 0 obj << /Filter /FlateDecode /Length 90 @@ -22341,7 +22373,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1547 0 obj +1554 0 obj << /Filter /FlateDecode /Length 163 @@ -22350,7 +22382,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -1548 0 obj +1555 0 obj << /Filter /FlateDecode /Length 45 @@ -22362,7 +22394,7 @@ x "���}� endstream endobj -1549 0 obj +1556 0 obj << /Filter /FlateDecode /Length 214 @@ -22373,7 +22405,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1550 0 obj +1557 0 obj << /Filter /FlateDecode /Length 80 @@ -22382,7 +22414,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1551 0 obj +1558 0 obj << /Filter /FlateDecode /Length 236 @@ -22393,7 +22425,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1552 0 obj +1559 0 obj << /Filter /FlateDecode /Length 332 @@ -22404,7 +22436,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -1553 0 obj +1560 0 obj << /Filter /FlateDecode /Length 338 @@ -22418,7 +22450,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -1554 0 obj +1561 0 obj << /Filter /FlateDecode /Length 248 @@ -22429,7 +22461,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1555 0 obj +1562 0 obj << /Filter /FlateDecode /Length 52 @@ -22438,7 +22470,7 @@ stream x�350P0PеT�526U05� �LR���\$��S a��s*s���T� endstream endobj -1556 0 obj +1563 0 obj << /Filter /FlateDecode /Length 72 @@ -22447,7 +22479,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -1557 0 obj +1564 0 obj << /Filter /FlateDecode /Length 210 @@ -22457,21 +22489,21 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1535 0 obj +1542 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -1527 0 obj +1534 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/simpledraw979.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1558 0 R +/PTEX.InfoDict 1565 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -22500,12 +22532,12 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 1559 0 R>> +>>/Font << /F1 1566 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 1560 0 R +/DejaVuSans-minus 1567 0 R >>>> /Length 2339 /Filter /FlateDecode @@ -22525,33 +22557,33 @@ eF ���丘�6�6SV���Rc�r�h�z��,�y1#"p&�vF��#bȉ��˗�Z��S调�ɆTe�Aav��W�m��]�@<����?�o���ɋ�W��x�zw�f=ܝ}=�Թ|�u����Q�<�=u_p|�a�sݾ���[������W���88��[ƛ_��~�?����F��u�j������ck��p$f�n��V a:��-q�H��%��( i��v|ܼ�b�D�XͲ�x�ݓ�����cл��@ >�9��U���XR endstream endobj -1558 0 obj +1565 0 obj << /CreationDate (D:20201019151630+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -1559 0 obj +1566 0 obj << /BaseFont /DejaVuSans -/CharProcs 1561 0 R +/CharProcs 1568 0 R /Encoding << /Differences [ 45/hyphen/period 48/zero/one/two/three/four/five 61/equal 91/bracketleft 93/bracketright 97/a 101/e 104/h/i 108/l 111/o/p 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1562 0 R +/FontDescriptor 1569 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1563 0 R +/Widths 1570 0 R >> endobj -1560 0 obj +1567 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -22565,31 +22597,31 @@ x endstream endobj -1561 0 obj +1568 0 obj << -/a 1564 0 R -/bracketleft 1565 0 R -/bracketright 1566 0 R -/e 1567 0 R -/equal 1568 0 R -/five 1569 0 R -/four 1570 0 R -/h 1571 0 R -/hyphen 1572 0 R -/i 1573 0 R -/l 1574 0 R -/o 1575 0 R -/one 1576 0 R -/p 1577 0 R -/period 1578 0 R -/s 1579 0 R -/t 1580 0 R -/three 1581 0 R -/two 1582 0 R -/zero 1583 0 R +/a 1571 0 R +/bracketleft 1572 0 R +/bracketright 1573 0 R +/e 1574 0 R +/equal 1575 0 R +/five 1576 0 R +/four 1577 0 R +/h 1578 0 R +/hyphen 1579 0 R +/i 1580 0 R +/l 1581 0 R +/o 1582 0 R +/one 1583 0 R +/p 1584 0 R +/period 1585 0 R +/s 1586 0 R +/t 1587 0 R +/three 1588 0 R +/two 1589 0 R +/zero 1590 0 R >> endobj -1562 0 obj +1569 0 obj << /Ascent 929 /CapHeight 0 @@ -22604,10 +22636,10 @@ endobj /XHeight 0 >> endobj -1563 0 obj +1570 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1564 0 obj +1571 0 obj << /Filter /FlateDecode /Length 304 @@ -22617,7 +22649,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1565 0 obj +1572 0 obj << /Filter /FlateDecode /Length 71 @@ -22627,7 +22659,7 @@ x �X�\0�0���247Cb�Be�X �r�`�����J��# endstream endobj -1566 0 obj +1573 0 obj << /Filter /FlateDecode /Length 67 @@ -22636,7 +22668,7 @@ stream x�3�4P0P�4W�546T060Q073PH1�1s�,�lL�eb� �̀Ɓ%��9p�r���� endstream endobj -1567 0 obj +1574 0 obj << /Filter /FlateDecode /Length 245 @@ -22645,7 +22677,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1568 0 obj +1575 0 obj << /Filter /FlateDecode /Length 71 @@ -22654,7 +22686,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -1569 0 obj +1576 0 obj << /Filter /FlateDecode /Length 247 @@ -22664,7 +22696,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -1570 0 obj +1577 0 obj << /Filter /FlateDecode /Length 90 @@ -22673,7 +22705,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1571 0 obj +1578 0 obj << /Filter /FlateDecode /Length 163 @@ -22682,7 +22714,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -1572 0 obj +1579 0 obj << /Filter /FlateDecode /Length 52 @@ -22691,7 +22723,7 @@ stream x�363T0P0�T026Q064b�C.������@�r���s`�r���� � endstream endobj -1573 0 obj +1580 0 obj << /Filter /FlateDecode /Length 68 @@ -22702,7 +22734,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -1574 0 obj +1581 0 obj << /Filter /FlateDecode /Length 45 @@ -22714,7 +22746,7 @@ x "���}� endstream endobj -1575 0 obj +1582 0 obj << /Filter /FlateDecode /Length 214 @@ -22725,7 +22757,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1576 0 obj +1583 0 obj << /Filter /FlateDecode /Length 80 @@ -22734,7 +22766,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1577 0 obj +1584 0 obj << /Filter /FlateDecode /Length 236 @@ -22745,7 +22777,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1578 0 obj +1585 0 obj << /Filter /FlateDecode /Length 49 @@ -22754,7 +22786,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1579 0 obj +1586 0 obj << /Filter /FlateDecode /Length 332 @@ -22765,7 +22797,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -1580 0 obj +1587 0 obj << /Filter /FlateDecode /Length 131 @@ -22774,7 +22806,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -1581 0 obj +1588 0 obj << /Filter /FlateDecode /Length 338 @@ -22788,7 +22820,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -1582 0 obj +1589 0 obj << /Filter /FlateDecode /Length 248 @@ -22799,7 +22831,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1583 0 obj +1590 0 obj << /Filter /FlateDecode /Length 210 @@ -22809,14 +22841,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1528 0 obj +1535 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/ptdraw979.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1584 0 R +/PTEX.InfoDict 1591 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -22840,13 +22872,13 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 1585 0 R>> +>>/Font << /F1 1592 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 1586 0 R -/M1 1587 0 R +/M0 1593 0 R +/M1 1594 0 R >>>> /Length 1145 /Filter /FlateDecode @@ -22860,33 +22892,33 @@ x ��h��-�����B�)mAm�C���}��S]R_�)5;=���81C-O<�t�̺�㿏��P�q��]Ϭ����].F��}��ד �Y�O�#���$���8�q�*Op�� �C�͎�\�m(^�9��'h=xEIjhu��!w6t��kN{�5�� �Tz���o~3�b֫m��lr����ֹ�[q�f��U(Τ��������n�x���Z���� �y endstream endobj -1584 0 obj +1591 0 obj << /CreationDate (D:20201019151748+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -1585 0 obj +1592 0 obj << /BaseFont /DejaVuSans -/CharProcs 1588 0 R +/CharProcs 1595 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five 97/a 99/c/d/e 104/h/i 108/l 110/n/o/p 114/r 116/t/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1589 0 R +/FontDescriptor 1596 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1590 0 R +/Widths 1597 0 R >> endobj -1586 0 obj +1593 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -22898,7 +22930,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -1587 0 obj +1594 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -22910,31 +22942,31 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -1588 0 obj +1595 0 obj << -/a 1591 0 R -/c 1592 0 R -/d 1593 0 R -/e 1594 0 R -/five 1595 0 R -/four 1596 0 R -/h 1597 0 R -/i 1598 0 R -/l 1599 0 R -/n 1600 0 R -/o 1601 0 R -/one 1602 0 R -/p 1603 0 R -/period 1604 0 R -/r 1605 0 R -/t 1606 0 R -/three 1607 0 R -/two 1608 0 R -/u 1609 0 R -/zero 1610 0 R +/a 1598 0 R +/c 1599 0 R +/d 1600 0 R +/e 1601 0 R +/five 1602 0 R +/four 1603 0 R +/h 1604 0 R +/i 1605 0 R +/l 1606 0 R +/n 1607 0 R +/o 1608 0 R +/one 1609 0 R +/p 1610 0 R +/period 1611 0 R +/r 1612 0 R +/t 1613 0 R +/three 1614 0 R +/two 1615 0 R +/u 1616 0 R +/zero 1617 0 R >> endobj -1589 0 obj +1596 0 obj << /Ascent 929 /CapHeight 0 @@ -22949,10 +22981,10 @@ endobj /XHeight 0 >> endobj -1590 0 obj +1597 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1591 0 obj +1598 0 obj << /Filter /FlateDecode /Length 304 @@ -22962,7 +22994,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1592 0 obj +1599 0 obj << /Filter /FlateDecode /Length 230 @@ -22971,7 +23003,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -1593 0 obj +1600 0 obj << /Filter /FlateDecode /Length 227 @@ -22982,7 +23014,7 @@ x *��s��>�h][M endstream endobj -1594 0 obj +1601 0 obj << /Filter /FlateDecode /Length 245 @@ -22991,7 +23023,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1595 0 obj +1602 0 obj << /Filter /FlateDecode /Length 247 @@ -23001,7 +23033,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -1596 0 obj +1603 0 obj << /Filter /FlateDecode /Length 90 @@ -23010,7 +23042,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1597 0 obj +1604 0 obj << /Filter /FlateDecode /Length 163 @@ -23019,7 +23051,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -1598 0 obj +1605 0 obj << /Filter /FlateDecode /Length 68 @@ -23030,7 +23062,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -1599 0 obj +1606 0 obj << /Filter /FlateDecode /Length 45 @@ -23042,7 +23074,7 @@ x "���}� endstream endobj -1600 0 obj +1607 0 obj << /Filter /FlateDecode /Length 161 @@ -23051,7 +23083,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -1601 0 obj +1608 0 obj << /Filter /FlateDecode /Length 214 @@ -23062,7 +23094,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1602 0 obj +1609 0 obj << /Filter /FlateDecode /Length 80 @@ -23071,7 +23103,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1603 0 obj +1610 0 obj << /Filter /FlateDecode /Length 236 @@ -23082,7 +23114,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1604 0 obj +1611 0 obj << /Filter /FlateDecode /Length 49 @@ -23091,7 +23123,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1605 0 obj +1612 0 obj << /Filter /FlateDecode /Length 157 @@ -23101,7 +23133,7 @@ x ���f�W����7y endstream endobj -1606 0 obj +1613 0 obj << /Filter /FlateDecode /Length 131 @@ -23110,7 +23142,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -1607 0 obj +1614 0 obj << /Filter /FlateDecode /Length 338 @@ -23124,7 +23156,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -1608 0 obj +1615 0 obj << /Filter /FlateDecode /Length 248 @@ -23135,7 +23167,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1609 0 obj +1616 0 obj << /Filter /FlateDecode /Length 171 @@ -23145,7 +23177,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -1610 0 obj +1617 0 obj << /Filter /FlateDecode /Length 210 @@ -23155,7 +23187,7 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1526 0 obj +1533 0 obj << /Type /Annot /Subtype /Link @@ -23164,39 +23196,39 @@ endobj /A << /S /GoTo /D (subsection.9.31) >> >> endobj -1533 0 obj +1540 0 obj << -/D [1531 0 R /XYZ 55.693 823.059 null] +/D [1538 0 R /XYZ 55.693 823.059 null] >> endobj 130 0 obj << -/D [1531 0 R /XYZ 56.693 782.706 null] +/D [1538 0 R /XYZ 56.693 782.706 null] >> endobj -1534 0 obj +1541 0 obj << -/D [1531 0 R /XYZ 56.693 724.093 null] +/D [1538 0 R /XYZ 56.693 724.093 null] >> endobj -1536 0 obj +1543 0 obj << -/D [1531 0 R /XYZ 56.693 364.265 null] +/D [1538 0 R /XYZ 56.693 364.265 null] >> endobj 134 0 obj << -/D [1531 0 R /XYZ 56.693 114.062 null] +/D [1538 0 R /XYZ 56.693 114.062 null] >> endobj -1530 0 obj +1537 0 obj << /Font << /F23 623 0 R /F17 619 0 R /F28 677 0 R >> -/XObject << /Im16 1516 0 R /Im17 1527 0 R /Im18 1528 0 R >> +/XObject << /Im16 1523 0 R /Im17 1534 0 R /Im18 1535 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1620 0 obj +1627 0 obj << /Length 946 /Filter /FlateDecode @@ -23209,27 +23241,27 @@ k9(C! nq9�H������tչ�ح���~�CO[R�l�P9Ua�ǎ�?�5�Z0bD�ލ�N�R�������u��f�9�����-���8�����Y��^Y�����tm�G��k��9�Ӈ�3���<`Z#d�)�3]G�rg{����ݏ��nU������+��=<�2�[E����e�iA3������_�@���� endstream endobj -1619 0 obj +1626 0 obj << /Type /Page -/Contents 1620 0 R -/Resources 1618 0 R +/Contents 1627 0 R +/Resources 1625 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1475 0 R -/Group 1623 0 R -/Annots [ 1613 0 R 1614 0 R 1615 0 R ] +/Parent 1482 0 R +/Group 1630 0 R +/Annots [ 1620 0 R 1621 0 R 1622 0 R ] >> endobj -1529 0 obj +1536 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/history1416.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1625 0 R +/PTEX.InfoDict 1632 0 R /BBox [0 0 460.8 345.6] -/Group 1623 0 R +/Group 1630 0 R /Resources << /ExtGState << /A1 << @@ -23247,7 +23279,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 1626 0 R>> +>>/Font << /F1 1633 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -23266,58 +23298,58 @@ G �Xk0y���ߞ���Z�����{[Q8��غ��?�o�h�o���?����0���z endstream endobj -1625 0 obj +1632 0 obj << /CreationDate (D:20201019152856+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -1626 0 obj +1633 0 obj << /BaseFont /DejaVuSans -/CharProcs 1627 0 R +/CharProcs 1634 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five/six/seven/eight/nine 95/underscore 97/a 99/c 101/e 104/h 108/l 111/o/p 115/s 118/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1628 0 R +/FontDescriptor 1635 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1629 0 R +/Widths 1636 0 R >> endobj -1627 0 obj +1634 0 obj << -/a 1630 0 R -/c 1631 0 R -/e 1632 0 R -/eight 1633 0 R -/five 1634 0 R -/four 1635 0 R -/h 1636 0 R -/l 1637 0 R -/nine 1638 0 R -/o 1639 0 R -/one 1640 0 R -/p 1641 0 R -/period 1642 0 R -/s 1643 0 R -/seven 1644 0 R -/six 1645 0 R -/three 1646 0 R -/two 1647 0 R -/underscore 1648 0 R -/v 1649 0 R -/zero 1650 0 R +/a 1637 0 R +/c 1638 0 R +/e 1639 0 R +/eight 1640 0 R +/five 1641 0 R +/four 1642 0 R +/h 1643 0 R +/l 1644 0 R +/nine 1645 0 R +/o 1646 0 R +/one 1647 0 R +/p 1648 0 R +/period 1649 0 R +/s 1650 0 R +/seven 1651 0 R +/six 1652 0 R +/three 1653 0 R +/two 1654 0 R +/underscore 1655 0 R +/v 1656 0 R +/zero 1657 0 R >> endobj -1628 0 obj +1635 0 obj << /Ascent 929 /CapHeight 0 @@ -23332,10 +23364,10 @@ endobj /XHeight 0 >> endobj -1629 0 obj +1636 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1630 0 obj +1637 0 obj << /Filter /FlateDecode /Length 304 @@ -23345,7 +23377,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1631 0 obj +1638 0 obj << /Filter /FlateDecode /Length 230 @@ -23354,7 +23386,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -1632 0 obj +1639 0 obj << /Filter /FlateDecode /Length 245 @@ -23363,7 +23395,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1633 0 obj +1640 0 obj << /Filter /FlateDecode /Length 392 @@ -23373,7 +23405,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -1634 0 obj +1641 0 obj << /Filter /FlateDecode /Length 247 @@ -23383,7 +23415,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -1635 0 obj +1642 0 obj << /Filter /FlateDecode /Length 90 @@ -23392,7 +23424,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1636 0 obj +1643 0 obj << /Filter /FlateDecode /Length 163 @@ -23401,7 +23433,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -1637 0 obj +1644 0 obj << /Filter /FlateDecode /Length 45 @@ -23413,7 +23445,7 @@ x "���}� endstream endobj -1638 0 obj +1645 0 obj << /Filter /FlateDecode /Length 320 @@ -23424,7 +23456,7 @@ x �R�ӿ����ccz� endstream endobj -1639 0 obj +1646 0 obj << /Filter /FlateDecode /Length 214 @@ -23435,7 +23467,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1640 0 obj +1647 0 obj << /Filter /FlateDecode /Length 80 @@ -23444,7 +23476,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1641 0 obj +1648 0 obj << /Filter /FlateDecode /Length 236 @@ -23455,7 +23487,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1642 0 obj +1649 0 obj << /Filter /FlateDecode /Length 49 @@ -23464,7 +23496,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1643 0 obj +1650 0 obj << /Filter /FlateDecode /Length 332 @@ -23475,7 +23507,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -1644 0 obj +1651 0 obj << /Filter /FlateDecode /Length 68 @@ -23486,7 +23518,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -1645 0 obj +1652 0 obj << /Filter /FlateDecode /Length 317 @@ -23497,7 +23529,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -1646 0 obj +1653 0 obj << /Filter /FlateDecode /Length 338 @@ -23511,7 +23543,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -1647 0 obj +1654 0 obj << /Filter /FlateDecode /Length 248 @@ -23522,7 +23554,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1648 0 obj +1655 0 obj << /Filter /FlateDecode /Length 52 @@ -23531,7 +23563,7 @@ stream x�350P0PеT�526U05� �LR���\$��S a��s*s���T� endstream endobj -1649 0 obj +1656 0 obj << /Filter /FlateDecode /Length 72 @@ -23540,7 +23572,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -1650 0 obj +1657 0 obj << /Filter /FlateDecode /Length 210 @@ -23550,21 +23582,21 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1623 0 obj +1630 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -1611 0 obj +1618 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/simpledraw1416.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1651 0 R +/PTEX.InfoDict 1658 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -23593,12 +23625,12 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 1652 0 R>> +>>/Font << /F1 1659 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 1653 0 R +/DejaVuSans-minus 1660 0 R >>>> /Length 4131 /Filter /FlateDecode @@ -23624,33 +23656,33 @@ $ ���p]����8��s���4��t}����し� T#�o��I[������- 1$�V�=��G���.~�z�'`40�oj.��E���o� endstream endobj -1651 0 obj +1658 0 obj << /CreationDate (D:20201019152734+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -1652 0 obj +1659 0 obj << /BaseFont /DejaVuSans -/CharProcs 1654 0 R +/CharProcs 1661 0 R /Encoding << /Differences [ 45/hyphen/period 48/zero/one/two/three/four 54/six 61/equal 91/bracketleft 93/bracketright 97/a 101/e 104/h/i 108/l 111/o/p 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1655 0 R +/FontDescriptor 1662 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1656 0 R +/Widths 1663 0 R >> endobj -1653 0 obj +1660 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -23664,31 +23696,31 @@ x endstream endobj -1654 0 obj +1661 0 obj << -/a 1657 0 R -/bracketleft 1658 0 R -/bracketright 1659 0 R -/e 1660 0 R -/equal 1661 0 R -/four 1662 0 R -/h 1663 0 R -/hyphen 1664 0 R -/i 1665 0 R -/l 1666 0 R -/o 1667 0 R -/one 1668 0 R -/p 1669 0 R -/period 1670 0 R -/s 1671 0 R -/six 1672 0 R -/t 1673 0 R -/three 1674 0 R -/two 1675 0 R -/zero 1676 0 R +/a 1664 0 R +/bracketleft 1665 0 R +/bracketright 1666 0 R +/e 1667 0 R +/equal 1668 0 R +/four 1669 0 R +/h 1670 0 R +/hyphen 1671 0 R +/i 1672 0 R +/l 1673 0 R +/o 1674 0 R +/one 1675 0 R +/p 1676 0 R +/period 1677 0 R +/s 1678 0 R +/six 1679 0 R +/t 1680 0 R +/three 1681 0 R +/two 1682 0 R +/zero 1683 0 R >> endobj -1655 0 obj +1662 0 obj << /Ascent 929 /CapHeight 0 @@ -23703,10 +23735,10 @@ endobj /XHeight 0 >> endobj -1656 0 obj +1663 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1657 0 obj +1664 0 obj << /Filter /FlateDecode /Length 304 @@ -23716,7 +23748,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1658 0 obj +1665 0 obj << /Filter /FlateDecode /Length 71 @@ -23726,7 +23758,7 @@ x �X�\0�0���247Cb�Be�X �r�`�����J��# endstream endobj -1659 0 obj +1666 0 obj << /Filter /FlateDecode /Length 67 @@ -23735,7 +23767,7 @@ stream x�3�4P0P�4W�546T060Q073PH1�1s�,�lL�eb� �̀Ɓ%��9p�r���� endstream endobj -1660 0 obj +1667 0 obj << /Filter /FlateDecode /Length 245 @@ -23744,7 +23776,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1661 0 obj +1668 0 obj << /Filter /FlateDecode /Length 71 @@ -23753,7 +23785,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -1662 0 obj +1669 0 obj << /Filter /FlateDecode /Length 90 @@ -23762,7 +23794,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1663 0 obj +1670 0 obj << /Filter /FlateDecode /Length 163 @@ -23771,7 +23803,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -1664 0 obj +1671 0 obj << /Filter /FlateDecode /Length 52 @@ -23780,7 +23812,7 @@ stream x�363T0P0�T026Q064b�C.������@�r���s`�r���� � endstream endobj -1665 0 obj +1672 0 obj << /Filter /FlateDecode /Length 68 @@ -23791,7 +23823,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -1666 0 obj +1673 0 obj << /Filter /FlateDecode /Length 45 @@ -23803,7 +23835,7 @@ x "���}� endstream endobj -1667 0 obj +1674 0 obj << /Filter /FlateDecode /Length 214 @@ -23814,7 +23846,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1668 0 obj +1675 0 obj << /Filter /FlateDecode /Length 80 @@ -23823,7 +23855,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1669 0 obj +1676 0 obj << /Filter /FlateDecode /Length 236 @@ -23834,7 +23866,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1670 0 obj +1677 0 obj << /Filter /FlateDecode /Length 49 @@ -23843,7 +23875,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1671 0 obj +1678 0 obj << /Filter /FlateDecode /Length 332 @@ -23854,7 +23886,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -1672 0 obj +1679 0 obj << /Filter /FlateDecode /Length 317 @@ -23865,7 +23897,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -1673 0 obj +1680 0 obj << /Filter /FlateDecode /Length 131 @@ -23874,7 +23906,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -1674 0 obj +1681 0 obj << /Filter /FlateDecode /Length 338 @@ -23888,7 +23920,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -1675 0 obj +1682 0 obj << /Filter /FlateDecode /Length 248 @@ -23899,7 +23931,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1676 0 obj +1683 0 obj << /Filter /FlateDecode /Length 210 @@ -23909,14 +23941,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1612 0 obj +1619 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/ptdraw1416.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1677 0 R +/PTEX.InfoDict 1684 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -23940,13 +23972,13 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 1678 0 R>> +>>/Font << /F1 1685 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 1679 0 R -/M1 1680 0 R +/M0 1686 0 R +/M1 1687 0 R >>>> /Length 1398 /Filter /FlateDecode @@ -23961,33 +23993,33 @@ c �%���R�3'��7eiy~���cݮ~<�ڢ�@��c_u+��`�iHҦ= �,yՃ���hdmk�\ʈ�����3��,]���%C;�%��i_{ �G"�w�������D��5��ޚ�ކ�TZ�e�7ٌC�1kծ�ml�r����q����� gWa�me�h��>ݼ��=�}�������Ք endstream endobj -1677 0 obj +1684 0 obj << /CreationDate (D:20201019152757+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -1678 0 obj +1685 0 obj << /BaseFont /DejaVuSans -/CharProcs 1681 0 R +/CharProcs 1688 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five/six/seven/eight/nine 97/a 99/c/d/e 104/h/i 108/l 110/n/o/p 114/r 116/t/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1682 0 R +/FontDescriptor 1689 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1683 0 R +/Widths 1690 0 R >> endobj -1679 0 obj +1686 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -23999,7 +24031,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -1680 0 obj +1687 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -24011,35 +24043,35 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -1681 0 obj +1688 0 obj << -/a 1684 0 R -/c 1685 0 R -/d 1686 0 R -/e 1687 0 R -/eight 1688 0 R -/five 1689 0 R -/four 1690 0 R -/h 1691 0 R -/i 1692 0 R -/l 1693 0 R -/n 1694 0 R -/nine 1695 0 R -/o 1696 0 R -/one 1697 0 R -/p 1698 0 R -/period 1699 0 R -/r 1700 0 R -/seven 1701 0 R -/six 1702 0 R -/t 1703 0 R -/three 1704 0 R -/two 1705 0 R -/u 1706 0 R -/zero 1707 0 R +/a 1691 0 R +/c 1692 0 R +/d 1693 0 R +/e 1694 0 R +/eight 1695 0 R +/five 1696 0 R +/four 1697 0 R +/h 1698 0 R +/i 1699 0 R +/l 1700 0 R +/n 1701 0 R +/nine 1702 0 R +/o 1703 0 R +/one 1704 0 R +/p 1705 0 R +/period 1706 0 R +/r 1707 0 R +/seven 1708 0 R +/six 1709 0 R +/t 1710 0 R +/three 1711 0 R +/two 1712 0 R +/u 1713 0 R +/zero 1714 0 R >> endobj -1682 0 obj +1689 0 obj << /Ascent 929 /CapHeight 0 @@ -24054,10 +24086,10 @@ endobj /XHeight 0 >> endobj -1683 0 obj +1690 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1684 0 obj +1691 0 obj << /Filter /FlateDecode /Length 304 @@ -24067,7 +24099,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1685 0 obj +1692 0 obj << /Filter /FlateDecode /Length 230 @@ -24076,7 +24108,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -1686 0 obj +1693 0 obj << /Filter /FlateDecode /Length 227 @@ -24087,7 +24119,7 @@ x *��s��>�h][M endstream endobj -1687 0 obj +1694 0 obj << /Filter /FlateDecode /Length 245 @@ -24096,7 +24128,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1688 0 obj +1695 0 obj << /Filter /FlateDecode /Length 392 @@ -24106,7 +24138,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -1689 0 obj +1696 0 obj << /Filter /FlateDecode /Length 247 @@ -24116,7 +24148,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -1690 0 obj +1697 0 obj << /Filter /FlateDecode /Length 90 @@ -24125,7 +24157,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1691 0 obj +1698 0 obj << /Filter /FlateDecode /Length 163 @@ -24134,7 +24166,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -1692 0 obj +1699 0 obj << /Filter /FlateDecode /Length 68 @@ -24145,7 +24177,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -1693 0 obj +1700 0 obj << /Filter /FlateDecode /Length 45 @@ -24157,7 +24189,7 @@ x "���}� endstream endobj -1694 0 obj +1701 0 obj << /Filter /FlateDecode /Length 161 @@ -24166,7 +24198,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -1695 0 obj +1702 0 obj << /Filter /FlateDecode /Length 320 @@ -24177,7 +24209,7 @@ x �R�ӿ����ccz� endstream endobj -1696 0 obj +1703 0 obj << /Filter /FlateDecode /Length 214 @@ -24188,7 +24220,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1697 0 obj +1704 0 obj << /Filter /FlateDecode /Length 80 @@ -24197,7 +24229,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1698 0 obj +1705 0 obj << /Filter /FlateDecode /Length 236 @@ -24208,7 +24240,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1699 0 obj +1706 0 obj << /Filter /FlateDecode /Length 49 @@ -24217,7 +24249,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1700 0 obj +1707 0 obj << /Filter /FlateDecode /Length 157 @@ -24227,7 +24259,7 @@ x ���f�W����7y endstream endobj -1701 0 obj +1708 0 obj << /Filter /FlateDecode /Length 68 @@ -24238,7 +24270,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -1702 0 obj +1709 0 obj << /Filter /FlateDecode /Length 317 @@ -24249,7 +24281,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -1703 0 obj +1710 0 obj << /Filter /FlateDecode /Length 131 @@ -24258,7 +24290,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -1704 0 obj +1711 0 obj << /Filter /FlateDecode /Length 338 @@ -24272,7 +24304,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -1705 0 obj +1712 0 obj << /Filter /FlateDecode /Length 248 @@ -24283,7 +24315,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1706 0 obj +1713 0 obj << /Filter /FlateDecode /Length 171 @@ -24293,7 +24325,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -1707 0 obj +1714 0 obj << /Filter /FlateDecode /Length 210 @@ -24303,7 +24335,7 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1613 0 obj +1620 0 obj << /Type /Annot /Subtype /Link @@ -24312,7 +24344,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.4.1) >> >> endobj -1614 0 obj +1621 0 obj << /Type /Annot /Subtype /Link @@ -24321,7 +24353,7 @@ endobj /A << /S /GoTo /D (section.8) >> >> endobj -1615 0 obj +1622 0 obj << /Type /Annot /Subtype /Link @@ -24330,39 +24362,39 @@ endobj /A << /S /GoTo /D (figure.caption.20) >> >> endobj -1621 0 obj +1628 0 obj << -/D [1619 0 R /XYZ 55.693 823.059 null] +/D [1626 0 R /XYZ 55.693 823.059 null] >> endobj -1622 0 obj +1629 0 obj << -/D [1619 0 R /XYZ 56.693 789.929 null] +/D [1626 0 R /XYZ 56.693 789.929 null] >> endobj -1624 0 obj +1631 0 obj << -/D [1619 0 R /XYZ 56.693 505.319 null] +/D [1626 0 R /XYZ 56.693 505.319 null] >> endobj 138 0 obj << -/D [1619 0 R /XYZ 56.693 312.402 null] +/D [1626 0 R /XYZ 56.693 312.402 null] >> endobj 142 0 obj << -/D [1619 0 R /XYZ 56.693 258.562 null] +/D [1626 0 R /XYZ 56.693 258.562 null] >> endobj -1618 0 obj +1625 0 obj << /Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R >> -/XObject << /Im19 1529 0 R /Im20 1611 0 R /Im21 1612 0 R >> +/XObject << /Im19 1536 0 R /Im20 1618 0 R /Im21 1619 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1715 0 obj +1722 0 obj << /Length 691 /Filter /FlateDecode @@ -24373,26 +24405,26 @@ xڵT ����Dڄw�Z 3�&�4n��5ch���7k�*lD2n��l|���И%3-Q<�u�0�L�@��9a�e�xV9Nv�Xp~���)��mה�}W֕C�U�b@d��ͽ���Zԍ3�����oӦ+���UEg7=�O��T}����ǎ ����D��h���|2_#S�J��O�o��$X(��j��x.����"�6�uz��� ?�c5/ڭd��R��Զ@̥qgW���h����j�z�l��e묥�k�&�]̽��sڬ���a�uڂT>U]�V�Vo�����[q�[d��Wi��|�lM�ԟPG4�y�U�Lc)�y*��5ַ���&�UM�fv�����+���N��s�#)��{��Ja�ؓA[3Ֆq� ��q(a�c�����A��Bb&(&V(�y�86��L�L���B�s�������6XQ����`�r!��^z����7Y��s��mO tg� i��j�[��:�L���K�~�)�� endstream endobj -1714 0 obj +1721 0 obj << /Type /Page -/Contents 1715 0 R -/Resources 1713 0 R +/Contents 1722 0 R +/Resources 1720 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1475 0 R -/Group 1717 0 R +/Parent 1482 0 R +/Group 1724 0 R >> endobj -1616 0 obj +1623 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/recqual979.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1720 0 R +/PTEX.InfoDict 1727 0 R /BBox [0 0 460.8 345.6] -/Group 1717 0 R +/Group 1724 0 R /Resources << /ExtGState << /A1 << @@ -24415,7 +24447,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 1721 0 R>> +>>/Font << /F1 1728 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -24442,55 +24474,55 @@ y ]ݴ�.��[��AK��Vi}��fv���3fox���Uj>�6@;�oyEp;c�S?]~�h�� �v�۞�ُ��ݘ�yrj�������n��ӊw���m���;-�*�F���W�e���ӿW뾹��Y�^ endstream endobj -1720 0 obj +1727 0 obj << /CreationDate (D:20201019154220+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -1721 0 obj +1728 0 obj << /BaseFont /DejaVuSans -/CharProcs 1722 0 R +/CharProcs 1729 0 R /Encoding << /Differences [ 35/numbersign 46/period 48/zero/one/two/three/four/five/six/seven 99/c/d 108/l 111/o/p/q 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1723 0 R +/FontDescriptor 1730 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1724 0 R +/Widths 1731 0 R >> endobj -1722 0 obj +1729 0 obj << -/c 1725 0 R -/d 1726 0 R -/five 1727 0 R -/four 1728 0 R -/l 1729 0 R -/numbersign 1730 0 R -/o 1731 0 R -/one 1732 0 R -/p 1733 0 R -/period 1734 0 R -/q 1735 0 R -/s 1736 0 R -/seven 1737 0 R -/six 1738 0 R -/t 1739 0 R -/three 1740 0 R -/two 1741 0 R -/zero 1742 0 R +/c 1732 0 R +/d 1733 0 R +/five 1734 0 R +/four 1735 0 R +/l 1736 0 R +/numbersign 1737 0 R +/o 1738 0 R +/one 1739 0 R +/p 1740 0 R +/period 1741 0 R +/q 1742 0 R +/s 1743 0 R +/seven 1744 0 R +/six 1745 0 R +/t 1746 0 R +/three 1747 0 R +/two 1748 0 R +/zero 1749 0 R >> endobj -1723 0 obj +1730 0 obj << /Ascent 929 /CapHeight 0 @@ -24505,10 +24537,10 @@ endobj /XHeight 0 >> endobj -1724 0 obj +1731 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1725 0 obj +1732 0 obj << /Filter /FlateDecode /Length 230 @@ -24517,7 +24549,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -1726 0 obj +1733 0 obj << /Filter /FlateDecode /Length 227 @@ -24528,7 +24560,7 @@ x *��s��>�h][M endstream endobj -1727 0 obj +1734 0 obj << /Filter /FlateDecode /Length 247 @@ -24538,7 +24570,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -1728 0 obj +1735 0 obj << /Filter /FlateDecode /Length 90 @@ -24547,7 +24579,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1729 0 obj +1736 0 obj << /Filter /FlateDecode /Length 45 @@ -24559,7 +24591,7 @@ x "���}� endstream endobj -1730 0 obj +1737 0 obj << /Filter /FlateDecode /Length 148 @@ -24568,7 +24600,7 @@ stream x�M�9!DsO�XD�>�&r�.؝�ׂ*���l.����CE��V�_���"��Q8J5:�uq>�9:�@I�*���z��= �Qg�C�O;&)�4C}�ʠC��$qZ��Q$�6q�O�N-��}`ep�IwyўY�;�-c��ŀC� endstream endobj -1731 0 obj +1738 0 obj << /Filter /FlateDecode /Length 214 @@ -24579,7 +24611,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1732 0 obj +1739 0 obj << /Filter /FlateDecode /Length 80 @@ -24588,7 +24620,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1733 0 obj +1740 0 obj << /Filter /FlateDecode /Length 236 @@ -24599,7 +24631,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1734 0 obj +1741 0 obj << /Filter /FlateDecode /Length 49 @@ -24608,7 +24640,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1735 0 obj +1742 0 obj << /Filter /FlateDecode /Length 237 @@ -24619,7 +24651,7 @@ x �S�w�� ;�fS�GR�t�慷�r!��S��7҄�٧be�J���`��Dd��e8�ah��4`����֑ҋ��1 7���W���6K������+�n��|��IU\~ endstream endobj -1736 0 obj +1743 0 obj << /Filter /FlateDecode /Length 332 @@ -24630,7 +24662,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -1737 0 obj +1744 0 obj << /Filter /FlateDecode /Length 68 @@ -24641,7 +24673,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -1738 0 obj +1745 0 obj << /Filter /FlateDecode /Length 317 @@ -24652,7 +24684,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -1739 0 obj +1746 0 obj << /Filter /FlateDecode /Length 131 @@ -24661,7 +24693,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -1740 0 obj +1747 0 obj << /Filter /FlateDecode /Length 338 @@ -24675,7 +24707,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -1741 0 obj +1748 0 obj << /Filter /FlateDecode /Length 248 @@ -24686,7 +24718,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1742 0 obj +1749 0 obj << /Filter /FlateDecode /Length 210 @@ -24696,21 +24728,21 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1717 0 obj +1724 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -1617 0 obj +1624 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/roc979.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1743 0 R +/PTEX.InfoDict 1750 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -24739,7 +24771,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 1744 0 R>> +>>/Font << /F1 1751 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -24798,66 +24830,66 @@ em NHx�^\�!�ȿ<�M�����<{4�?�}OQU�o��??f���o<}������)�M���[���z�����\&��S�z�@���lJ�Vl�7�>��{b�o4�g�x��^�Z�I�D��NV]����~��?��A6���~1j����������]�ON��y��o�}>�>���������X�������Ϫ{BV;��>0��d��;�t�ٛ��(�������{\������Z�U�������_�����#ֿ~|����}����h�� endstream endobj -1743 0 obj +1750 0 obj << /CreationDate (D:20201019154012+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -1744 0 obj +1751 0 obj << /BaseFont /DejaVuSans -/CharProcs 1745 0 R +/CharProcs 1752 0 R /Encoding << /Differences [ 32/space 40/parenleft/parenright 44/comma 46/period 48/zero/one/two 52/four/five/six 56/eight 61/equal 97/a/b/c/d/e/f 105/i 108/l 110/n/o/p 114/r/s/t/u/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1746 0 R +/FontDescriptor 1753 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1747 0 R +/Widths 1754 0 R >> endobj -1745 0 obj +1752 0 obj << -/a 1748 0 R -/b 1749 0 R -/c 1750 0 R -/comma 1751 0 R -/d 1752 0 R -/e 1753 0 R -/eight 1754 0 R -/equal 1755 0 R -/f 1756 0 R -/five 1757 0 R -/four 1758 0 R -/i 1759 0 R -/l 1760 0 R -/n 1761 0 R -/o 1762 0 R -/one 1763 0 R -/p 1764 0 R -/parenleft 1765 0 R -/parenright 1766 0 R -/period 1767 0 R -/r 1768 0 R -/s 1769 0 R -/six 1770 0 R -/space 1771 0 R -/t 1772 0 R -/two 1773 0 R -/u 1774 0 R -/v 1775 0 R -/zero 1776 0 R +/a 1755 0 R +/b 1756 0 R +/c 1757 0 R +/comma 1758 0 R +/d 1759 0 R +/e 1760 0 R +/eight 1761 0 R +/equal 1762 0 R +/f 1763 0 R +/five 1764 0 R +/four 1765 0 R +/i 1766 0 R +/l 1767 0 R +/n 1768 0 R +/o 1769 0 R +/one 1770 0 R +/p 1771 0 R +/parenleft 1772 0 R +/parenright 1773 0 R +/period 1774 0 R +/r 1775 0 R +/s 1776 0 R +/six 1777 0 R +/space 1778 0 R +/t 1779 0 R +/two 1780 0 R +/u 1781 0 R +/v 1782 0 R +/zero 1783 0 R >> endobj -1746 0 obj +1753 0 obj << /Ascent 929 /CapHeight 0 @@ -24872,10 +24904,10 @@ endobj /XHeight 0 >> endobj -1747 0 obj +1754 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1748 0 obj +1755 0 obj << /Filter /FlateDecode /Length 304 @@ -24885,7 +24917,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1749 0 obj +1756 0 obj << /Filter /FlateDecode /Length 237 @@ -24894,7 +24926,7 @@ stream x�EQIr!��+��+�Nͩ��k,3IN`k1i��-x�!��́/�|M�4|72��:�pO�.ܗ˂g�WT�w�/]�H}w��~fd{�H͐��:�B4&�!=#2�V,s��)�R�([�.ꕶN;���#�o�#��JvMl��:��˶.�:�$�vaqj�!"�uc5���N"v����0�Q$��g�q&�M�]9�y��V*9�>^�Ƅ�t��c��i��_�>}�����?��\" endstream endobj -1750 0 obj +1757 0 obj << /Filter /FlateDecode /Length 230 @@ -24903,7 +24935,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -1751 0 obj +1758 0 obj << /Filter /FlateDecode /Length 66 @@ -24912,7 +24944,7 @@ stream x�36�P0P07W�544U022P042QH1�2443s�`�9`���a$�r�`Zs�: �P�9\i�M8� endstream endobj -1752 0 obj +1759 0 obj << /Filter /FlateDecode /Length 227 @@ -24923,7 +24955,7 @@ x *��s��>�h][M endstream endobj -1753 0 obj +1760 0 obj << /Filter /FlateDecode /Length 245 @@ -24932,7 +24964,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1754 0 obj +1761 0 obj << /Filter /FlateDecode /Length 392 @@ -24942,7 +24974,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -1755 0 obj +1762 0 obj << /Filter /FlateDecode /Length 71 @@ -24951,7 +24983,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -1756 0 obj +1763 0 obj << /Filter /FlateDecode /Length 133 @@ -24960,7 +24992,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -1757 0 obj +1764 0 obj << /Filter /FlateDecode /Length 247 @@ -24970,7 +25002,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -1758 0 obj +1765 0 obj << /Filter /FlateDecode /Length 90 @@ -24979,7 +25011,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1759 0 obj +1766 0 obj << /Filter /FlateDecode /Length 68 @@ -24990,7 +25022,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -1760 0 obj +1767 0 obj << /Filter /FlateDecode /Length 45 @@ -25002,7 +25034,7 @@ x "���}� endstream endobj -1761 0 obj +1768 0 obj << /Filter /FlateDecode /Length 161 @@ -25011,7 +25043,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -1762 0 obj +1769 0 obj << /Filter /FlateDecode /Length 214 @@ -25022,7 +25054,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1763 0 obj +1770 0 obj << /Filter /FlateDecode /Length 80 @@ -25031,7 +25063,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1764 0 obj +1771 0 obj << /Filter /FlateDecode /Length 236 @@ -25042,7 +25074,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1765 0 obj +1772 0 obj << /Filter /FlateDecode /Length 147 @@ -25052,7 +25084,7 @@ x \b��9/i?�i�X5G�aX�n��,JW�-^��B]H��ޭLd�<�;p'�>TYz@;DY�I�X�V]j�����u=̪��'k)PTB�t��{���o/� endstream endobj -1766 0 obj +1773 0 obj << /Filter /FlateDecode /Length 149 @@ -25062,7 +25094,7 @@ x ����$jeF�2�T���`��<�3�\脇�ʰ�N1��fF~����{20c endstream endobj -1767 0 obj +1774 0 obj << /Filter /FlateDecode /Length 49 @@ -25071,7 +25103,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1768 0 obj +1775 0 obj << /Filter /FlateDecode /Length 157 @@ -25081,7 +25113,7 @@ x ���f�W����7y endstream endobj -1769 0 obj +1776 0 obj << /Filter /FlateDecode /Length 332 @@ -25092,7 +25124,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -1770 0 obj +1777 0 obj << /Filter /FlateDecode /Length 317 @@ -25103,7 +25135,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -1771 0 obj +1778 0 obj << /Filter /FlateDecode /Length 17 @@ -25112,7 +25144,7 @@ stream x�36�P0��C.��� endstream endobj -1772 0 obj +1779 0 obj << /Filter /FlateDecode /Length 131 @@ -25121,7 +25153,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -1773 0 obj +1780 0 obj << /Filter /FlateDecode /Length 248 @@ -25132,7 +25164,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1774 0 obj +1781 0 obj << /Filter /FlateDecode /Length 171 @@ -25142,7 +25174,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -1775 0 obj +1782 0 obj << /Filter /FlateDecode /Length 72 @@ -25151,7 +25183,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -1776 0 obj +1783 0 obj << /Filter /FlateDecode /Length 210 @@ -25161,14 +25193,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1709 0 obj +1716 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/aucmap979.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1777 0 R +/PTEX.InfoDict 1784 0 R /BBox [0 0 576 360] /Group << /CS /DeviceRGB @@ -25247,7 +25279,7 @@ endobj /Type /ExtGState /ca 0.14 >> ->>/Font << /F1 1778 0 R>> +>>/Font << /F1 1785 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -25264,66 +25296,66 @@ x ��0������7qf����+ endstream endobj -1777 0 obj +1784 0 obj << /CreationDate (D:20201019154521+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -1778 0 obj +1785 0 obj << /BaseFont /DejaVuSans -/CharProcs 1779 0 R +/CharProcs 1786 0 R /Encoding << /Differences [ 32/space 40/parenleft/parenright 46/period 48/zero/one/two/three/four/five 65/A 67/C 70/F 80/P 85/U 97/a/b/c/d/e 105/i 108/l 111/o/p 114/r/s/t/u 121/y] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1780 0 R +/FontDescriptor 1787 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1781 0 R +/Widths 1788 0 R >> endobj -1779 0 obj +1786 0 obj << -/A 1782 0 R -/C 1783 0 R -/F 1784 0 R -/P 1785 0 R -/U 1786 0 R -/a 1787 0 R -/b 1788 0 R -/c 1789 0 R -/d 1790 0 R -/e 1791 0 R -/five 1792 0 R -/four 1793 0 R -/i 1794 0 R -/l 1795 0 R -/o 1796 0 R -/one 1797 0 R -/p 1798 0 R -/parenleft 1799 0 R -/parenright 1800 0 R -/period 1801 0 R -/r 1802 0 R -/s 1803 0 R -/space 1804 0 R -/t 1805 0 R -/three 1806 0 R -/two 1807 0 R -/u 1808 0 R -/y 1809 0 R -/zero 1810 0 R +/A 1789 0 R +/C 1790 0 R +/F 1791 0 R +/P 1792 0 R +/U 1793 0 R +/a 1794 0 R +/b 1795 0 R +/c 1796 0 R +/d 1797 0 R +/e 1798 0 R +/five 1799 0 R +/four 1800 0 R +/i 1801 0 R +/l 1802 0 R +/o 1803 0 R +/one 1804 0 R +/p 1805 0 R +/parenleft 1806 0 R +/parenright 1807 0 R +/period 1808 0 R +/r 1809 0 R +/s 1810 0 R +/space 1811 0 R +/t 1812 0 R +/three 1813 0 R +/two 1814 0 R +/u 1815 0 R +/y 1816 0 R +/zero 1817 0 R >> endobj -1780 0 obj +1787 0 obj << /Ascent 929 /CapHeight 0 @@ -25338,10 +25370,10 @@ endobj /XHeight 0 >> endobj -1781 0 obj +1788 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1782 0 obj +1789 0 obj << /Filter /FlateDecode /Length 88 @@ -25350,7 +25382,7 @@ stream x�5�� �0D{���8���R���[.�{��9��>G��-dC�xI9�>Q4Zo:�Hs��d3�3�}���d4I�!��r�Y)z>��~ endstream endobj -1783 0 obj +1790 0 obj << /Filter /FlateDecode /Length 232 @@ -25360,7 +25392,7 @@ x ] 3�o�g3�J��F��fa �=؈ė��oY�f~'���Y)��Q�TEX!��Y�j��s#S�r&>��'�b���8Ύ�f01��h9f�=!�#n�4�Ui�[���Z�SE�Ⱥ���)�Z�[�=����-���� ��c�� _Ĝ�E'��~3尒4��#1����5��όO���}���>h��w/��̈́L��Hœ�Ƙ1T��$��?г>�0TG endstream endobj -1784 0 obj +1791 0 obj << /Filter /FlateDecode /Length 74 @@ -25371,7 +25403,7 @@ x )�\@>������L̀,CKd���!�eba��26���"X@lM���4�q� endstream endobj -1785 0 obj +1792 0 obj << /Filter /FlateDecode /Length 165 @@ -25380,7 +25412,7 @@ stream x�E�;!C{N�#��y6����;I,�%?�+:���cc��k��'��R: ������g]��a2So\�\`���nN��|���愯U�L 0�;����Q��|$��ꔍ��0G��@LM������/yjAP��k��GkS4g�*[����:����L��?��=� endstream endobj -1786 0 obj +1793 0 obj << /Filter /FlateDecode /Length 153 @@ -25389,7 +25421,7 @@ stream x�5�� �0D�bX��!�d�S��낝HF<�3c2�a�4Gȁ/��i� ι�^$UQV�" ��9�'R�$�ZU�VޯN��]y���ճM��w�M�GbJ�)�u�G�$*����`�h���60�J�};�Z+�w�{\�x6� endstream endobj -1787 0 obj +1794 0 obj << /Filter /FlateDecode /Length 304 @@ -25399,7 +25431,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1788 0 obj +1795 0 obj << /Filter /FlateDecode /Length 237 @@ -25408,7 +25440,7 @@ stream x�EQIr!��+��+�Nͩ��k,3IN`k1i��-x�!��́/�|M�4|72��:�pO�.ܗ˂g�WT�w�/]�H}w��~fd{�H͐��:�B4&�!=#2�V,s��)�R�([�.ꕶN;���#�o�#��JvMl��:��˶.�:�$�vaqj�!"�uc5���N"v����0�Q$��g�q&�M�]9�y��V*9�>^�Ƅ�t��c��i��_�>}�����?��\" endstream endobj -1789 0 obj +1796 0 obj << /Filter /FlateDecode /Length 230 @@ -25417,7 +25449,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -1790 0 obj +1797 0 obj << /Filter /FlateDecode /Length 227 @@ -25428,7 +25460,7 @@ x *��s��>�h][M endstream endobj -1791 0 obj +1798 0 obj << /Filter /FlateDecode /Length 245 @@ -25437,7 +25469,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1792 0 obj +1799 0 obj << /Filter /FlateDecode /Length 247 @@ -25447,7 +25479,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -1793 0 obj +1800 0 obj << /Filter /FlateDecode /Length 90 @@ -25456,7 +25488,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1794 0 obj +1801 0 obj << /Filter /FlateDecode /Length 68 @@ -25467,7 +25499,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -1795 0 obj +1802 0 obj << /Filter /FlateDecode /Length 45 @@ -25479,7 +25511,7 @@ x "���}� endstream endobj -1796 0 obj +1803 0 obj << /Filter /FlateDecode /Length 214 @@ -25490,7 +25522,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1797 0 obj +1804 0 obj << /Filter /FlateDecode /Length 80 @@ -25499,7 +25531,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1798 0 obj +1805 0 obj << /Filter /FlateDecode /Length 236 @@ -25510,7 +25542,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1799 0 obj +1806 0 obj << /Filter /FlateDecode /Length 147 @@ -25520,7 +25552,7 @@ x \b��9/i?�i�X5G�aX�n��,JW�-^��B]H��ޭLd�<�;p'�>TYz@;DY�I�X�V]j�����u=̪��'k)PTB�t��{���o/� endstream endobj -1800 0 obj +1807 0 obj << /Filter /FlateDecode /Length 149 @@ -25530,7 +25562,7 @@ x ����$jeF�2�T���`��<�3�\脇�ʰ�N1��fF~����{20c endstream endobj -1801 0 obj +1808 0 obj << /Filter /FlateDecode /Length 49 @@ -25539,7 +25571,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1802 0 obj +1809 0 obj << /Filter /FlateDecode /Length 157 @@ -25549,7 +25581,7 @@ x ���f�W����7y endstream endobj -1803 0 obj +1810 0 obj << /Filter /FlateDecode /Length 332 @@ -25560,7 +25592,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -1804 0 obj +1811 0 obj << /Filter /FlateDecode /Length 17 @@ -25569,7 +25601,7 @@ stream x�36�P0��C.��� endstream endobj -1805 0 obj +1812 0 obj << /Filter /FlateDecode /Length 131 @@ -25578,7 +25610,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -1806 0 obj +1813 0 obj << /Filter /FlateDecode /Length 338 @@ -25592,7 +25624,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -1807 0 obj +1814 0 obj << /Filter /FlateDecode /Length 248 @@ -25603,7 +25635,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1808 0 obj +1815 0 obj << /Filter /FlateDecode /Length 171 @@ -25613,7 +25645,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -1809 0 obj +1816 0 obj << /Filter /FlateDecode /Length 138 @@ -25622,7 +25654,7 @@ stream x�=�A1�y�?)vBXUO��_K��^��1BCo�j�� Nj�K���)��Jș`���g�zb8��������V}��F�%h�G�Siܖq�5�)�\�����W�4�ݴ��k8�߽����U�__�.� endstream endobj -1810 0 obj +1817 0 obj << /Filter /FlateDecode /Length 210 @@ -25632,7 +25664,7 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1710 0 obj +1717 0 obj << /Type /XObject /Subtype /Image @@ -25640,7 +25672,7 @@ endobj /Height 480 /BitsPerComponent 8 /ColorSpace /DeviceRGB -/SMask 1811 0 R +/SMask 1818 0 R /Length 7929 /Filter /FlateDecode >> @@ -25661,7 +25693,7 @@ e ܐ_����j�jŊ;O8x�`t);;;lR�-[����븆������r�ʭ[����p�uo���Q:�����8v���a��|��F_�,�N��F۶m��-}��ٸqcC~d��3fD��7LHKKKNN2dHHsC�Y9rdfff�O,###��D�5J��_���������������4L�߁��_��_������_����[�NJJ���;cni۶m瓓�;w��]�p�{�7==�y���\s�K/�d$��4h���_���3??�_�~������;��`˖-o���ʕ+��{�7�tӇ~�u��%K�,X��H���7�v5j�jժ���v����Z8�ڵ�/������hĈF�Φ�o���%�\RYY;����կ��_��p�w���/֭[]]�hQt�nݞ|��X����o�}���S�2�Y�f���{��y���ӟ6o�|�رF�δ�����9sj�9''�k5N���-[�4��p�� ��ܹ�;3���wƞ�.^�������������aÆ��'N�?��͛7l�0p���o��H@-����U�Va�ۯ_���y䑫��:111###�!l���_����_}�g�6mB�C��$������������������������p6�c endstream endobj -1811 0 obj +1818 0 obj << /Type /XObject /Subtype /Image @@ -25676,7 +25708,7 @@ stream x��� ��� ��o7�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������Ζ� endstream endobj -1711 0 obj +1718 0 obj << /Type /XObject /Subtype /Image @@ -25684,7 +25716,7 @@ endobj /Height 480 /BitsPerComponent 8 /ColorSpace /DeviceRGB -/SMask 1812 0 R +/SMask 1819 0 R /Length 23615 /Filter /FlateDecode >> @@ -25768,7 +25800,7 @@ h �O_�?d��� �_���������S���s���TA�+� � � � � � � � � � � � � � � � � � � B�?��� endstream endobj -1812 0 obj +1819 0 obj << /Type /XObject /Subtype /Image @@ -25783,39 +25815,39 @@ stream x��� ��� ��o7�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������Ζ� endstream endobj -1716 0 obj +1723 0 obj << -/D [1714 0 R /XYZ 55.693 823.059 null] +/D [1721 0 R /XYZ 55.693 823.059 null] >> endobj -1708 0 obj +1715 0 obj << -/D [1714 0 R /XYZ 56.693 789.929 null] +/D [1721 0 R /XYZ 56.693 789.929 null] >> endobj -1718 0 obj +1725 0 obj << -/D [1714 0 R /XYZ 56.693 607.257 null] +/D [1721 0 R /XYZ 56.693 607.257 null] >> endobj 146 0 obj << -/D [1714 0 R /XYZ 56.693 243.138 null] +/D [1721 0 R /XYZ 56.693 243.138 null] >> endobj -1719 0 obj +1726 0 obj << -/D [1714 0 R /XYZ 56.693 215.945 null] +/D [1721 0 R /XYZ 56.693 215.945 null] >> endobj -1713 0 obj +1720 0 obj << /Font << /F23 623 0 R /F28 677 0 R /F17 619 0 R >> -/XObject << /Im22 1616 0 R /Im23 1617 0 R /Im24 1709 0 R /Im25 1710 0 R /Im26 1711 0 R >> +/XObject << /Im22 1623 0 R /Im23 1624 0 R /Im24 1716 0 R /Im25 1717 0 R /Im26 1718 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -1816 0 obj +1823 0 obj << /Length 680 /Filter /FlateDecode @@ -25828,27 +25860,27 @@ Ae ��V0���I������W5,�0�� A�u��>#�6&���1t�����/Ѽ�}Dຄ��3G����ӠX��������@>J�1%#!Kt��3�ot���X� endstream endobj -1815 0 obj +1822 0 obj << /Type /Page -/Contents 1816 0 R -/Resources 1814 0 R +/Contents 1823 0 R +/Resources 1821 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1475 0 R -/Group 1819 0 R -/Annots [ 1712 0 R ] +/Parent 1482 0 R +/Group 1826 0 R +/Annots [ 1719 0 R ] >> endobj -1813 0 obj +1820 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/aucmap1416.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1820 0 R +/PTEX.InfoDict 1827 0 R /BBox [0 0 576 360] -/Group 1819 0 R +/Group 1826 0 R /Resources << /ExtGState << /A1 << @@ -26006,7 +26038,7 @@ endobj /Type /ExtGState /ca 0.11 >> ->>/Font << /F1 1821 0 R>> +>>/Font << /F1 1828 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -26024,70 +26056,70 @@ x |r�� M i7@{N�I� ϖxpEH�p�?���A�ӕ�p&M�p�<�9�T����CP�ē�iLc�g(1a�N�����5�g,1�u�i?8�7��T&y�n0�a�9���R}��˦��r��CMJ�<�q��I�<�����继���������^���x����[D5���g���7�>����w��&����ZO�_�4���K���-W� �a��Ie?�bo͒�˂��W���U��� endstream endobj -1820 0 obj +1827 0 obj << /CreationDate (D:20201019155436+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -1821 0 obj +1828 0 obj << /BaseFont /DejaVuSans -/CharProcs 1822 0 R +/CharProcs 1829 0 R /Encoding << /Differences [ 32/space 40/parenleft/parenright 46/period 48/zero/one/two/three/four/five/six/seven/eight/nine 65/A 67/C 70/F 80/P 85/U 97/a/b/c/d/e 105/i 108/l 111/o/p 114/r/s/t/u 121/y] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1823 0 R +/FontDescriptor 1830 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1824 0 R +/Widths 1831 0 R >> endobj -1822 0 obj +1829 0 obj << -/A 1825 0 R -/C 1826 0 R -/F 1827 0 R -/P 1828 0 R -/U 1829 0 R -/a 1830 0 R -/b 1831 0 R -/c 1832 0 R -/d 1833 0 R -/e 1834 0 R -/eight 1835 0 R -/five 1836 0 R -/four 1837 0 R -/i 1838 0 R -/l 1839 0 R -/nine 1840 0 R -/o 1841 0 R -/one 1842 0 R -/p 1843 0 R -/parenleft 1844 0 R -/parenright 1845 0 R -/period 1846 0 R -/r 1847 0 R -/s 1848 0 R -/seven 1849 0 R -/six 1850 0 R -/space 1851 0 R -/t 1852 0 R -/three 1853 0 R -/two 1854 0 R -/u 1855 0 R -/y 1856 0 R -/zero 1857 0 R +/A 1832 0 R +/C 1833 0 R +/F 1834 0 R +/P 1835 0 R +/U 1836 0 R +/a 1837 0 R +/b 1838 0 R +/c 1839 0 R +/d 1840 0 R +/e 1841 0 R +/eight 1842 0 R +/five 1843 0 R +/four 1844 0 R +/i 1845 0 R +/l 1846 0 R +/nine 1847 0 R +/o 1848 0 R +/one 1849 0 R +/p 1850 0 R +/parenleft 1851 0 R +/parenright 1852 0 R +/period 1853 0 R +/r 1854 0 R +/s 1855 0 R +/seven 1856 0 R +/six 1857 0 R +/space 1858 0 R +/t 1859 0 R +/three 1860 0 R +/two 1861 0 R +/u 1862 0 R +/y 1863 0 R +/zero 1864 0 R >> endobj -1823 0 obj +1830 0 obj << /Ascent 929 /CapHeight 0 @@ -26102,10 +26134,10 @@ endobj /XHeight 0 >> endobj -1824 0 obj +1831 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1825 0 obj +1832 0 obj << /Filter /FlateDecode /Length 88 @@ -26114,7 +26146,7 @@ stream x�5�� �0D{���8���R���[.�{��9��>G��-dC�xI9�>Q4Zo:�Hs��d3�3�}���d4I�!��r�Y)z>��~ endstream endobj -1826 0 obj +1833 0 obj << /Filter /FlateDecode /Length 232 @@ -26124,7 +26156,7 @@ x ] 3�o�g3�J��F��fa �=؈ė��oY�f~'���Y)��Q�TEX!��Y�j��s#S�r&>��'�b���8Ύ�f01��h9f�=!�#n�4�Ui�[���Z�SE�Ⱥ���)�Z�[�=����-���� ��c�� _Ĝ�E'��~3尒4��#1����5��όO���}���>h��w/��̈́L��Hœ�Ƙ1T��$��?г>�0TG endstream endobj -1827 0 obj +1834 0 obj << /Filter /FlateDecode /Length 74 @@ -26135,7 +26167,7 @@ x )�\@>������L̀,CKd���!�eba��26���"X@lM���4�q� endstream endobj -1828 0 obj +1835 0 obj << /Filter /FlateDecode /Length 165 @@ -26144,7 +26176,7 @@ stream x�E�;!C{N�#��y6����;I,�%?�+:���cc��k��'��R: ������g]��a2So\�\`���nN��|���愯U�L 0�;����Q��|$��ꔍ��0G��@LM������/yjAP��k��GkS4g�*[����:����L��?��=� endstream endobj -1829 0 obj +1836 0 obj << /Filter /FlateDecode /Length 153 @@ -26153,7 +26185,7 @@ stream x�5�� �0D�bX��!�d�S��낝HF<�3c2�a�4Gȁ/��i� ι�^$UQV�" ��9�'R�$�ZU�VޯN��]y���ճM��w�M�GbJ�)�u�G�$*����`�h���60�J�};�Z+�w�{\�x6� endstream endobj -1830 0 obj +1837 0 obj << /Filter /FlateDecode /Length 304 @@ -26163,7 +26195,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1831 0 obj +1838 0 obj << /Filter /FlateDecode /Length 237 @@ -26172,7 +26204,7 @@ stream x�EQIr!��+��+�Nͩ��k,3IN`k1i��-x�!��́/�|M�4|72��:�pO�.ܗ˂g�WT�w�/]�H}w��~fd{�H͐��:�B4&�!=#2�V,s��)�R�([�.ꕶN;���#�o�#��JvMl��:��˶.�:�$�vaqj�!"�uc5���N"v����0�Q$��g�q&�M�]9�y��V*9�>^�Ƅ�t��c��i��_�>}�����?��\" endstream endobj -1832 0 obj +1839 0 obj << /Filter /FlateDecode /Length 230 @@ -26181,7 +26213,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -1833 0 obj +1840 0 obj << /Filter /FlateDecode /Length 227 @@ -26192,7 +26224,7 @@ x *��s��>�h][M endstream endobj -1834 0 obj +1841 0 obj << /Filter /FlateDecode /Length 245 @@ -26201,7 +26233,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1835 0 obj +1842 0 obj << /Filter /FlateDecode /Length 392 @@ -26211,7 +26243,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -1836 0 obj +1843 0 obj << /Filter /FlateDecode /Length 247 @@ -26221,7 +26253,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -1837 0 obj +1844 0 obj << /Filter /FlateDecode /Length 90 @@ -26230,7 +26262,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1838 0 obj +1845 0 obj << /Filter /FlateDecode /Length 68 @@ -26241,7 +26273,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -1839 0 obj +1846 0 obj << /Filter /FlateDecode /Length 45 @@ -26253,7 +26285,7 @@ x "���}� endstream endobj -1840 0 obj +1847 0 obj << /Filter /FlateDecode /Length 320 @@ -26264,7 +26296,7 @@ x �R�ӿ����ccz� endstream endobj -1841 0 obj +1848 0 obj << /Filter /FlateDecode /Length 214 @@ -26275,7 +26307,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1842 0 obj +1849 0 obj << /Filter /FlateDecode /Length 80 @@ -26284,7 +26316,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1843 0 obj +1850 0 obj << /Filter /FlateDecode /Length 236 @@ -26295,7 +26327,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1844 0 obj +1851 0 obj << /Filter /FlateDecode /Length 147 @@ -26305,7 +26337,7 @@ x \b��9/i?�i�X5G�aX�n��,JW�-^��B]H��ޭLd�<�;p'�>TYz@;DY�I�X�V]j�����u=̪��'k)PTB�t��{���o/� endstream endobj -1845 0 obj +1852 0 obj << /Filter /FlateDecode /Length 149 @@ -26315,7 +26347,7 @@ x ����$jeF�2�T���`��<�3�\脇�ʰ�N1��fF~����{20c endstream endobj -1846 0 obj +1853 0 obj << /Filter /FlateDecode /Length 49 @@ -26324,7 +26356,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1847 0 obj +1854 0 obj << /Filter /FlateDecode /Length 157 @@ -26334,7 +26366,7 @@ x ���f�W����7y endstream endobj -1848 0 obj +1855 0 obj << /Filter /FlateDecode /Length 332 @@ -26345,7 +26377,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -1849 0 obj +1856 0 obj << /Filter /FlateDecode /Length 68 @@ -26356,7 +26388,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -1850 0 obj +1857 0 obj << /Filter /FlateDecode /Length 317 @@ -26367,7 +26399,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -1851 0 obj +1858 0 obj << /Filter /FlateDecode /Length 17 @@ -26376,7 +26408,7 @@ stream x�36�P0��C.��� endstream endobj -1852 0 obj +1859 0 obj << /Filter /FlateDecode /Length 131 @@ -26385,7 +26417,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -1853 0 obj +1860 0 obj << /Filter /FlateDecode /Length 338 @@ -26399,7 +26431,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -1854 0 obj +1861 0 obj << /Filter /FlateDecode /Length 248 @@ -26410,7 +26442,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1855 0 obj +1862 0 obj << /Filter /FlateDecode /Length 171 @@ -26420,7 +26452,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -1856 0 obj +1863 0 obj << /Filter /FlateDecode /Length 138 @@ -26429,7 +26461,7 @@ stream x�=�A1�y�?)vBXUO��_K��^��1BCo�j�� Nj�K���)��Jș`���g�zb8��������V}��F�%h�G�Siܖq�5�)�\�����W�4�ݴ��k8�߽����U�__�.� endstream endobj -1857 0 obj +1864 0 obj << /Filter /FlateDecode /Length 210 @@ -26439,14 +26471,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1819 0 obj +1826 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -1712 0 obj +1719 0 obj << /Type /Annot /Subtype /Link @@ -26455,24 +26487,24 @@ endobj /A << /S /GoTo /D (subsection.4.1) >> >> endobj -1817 0 obj +1824 0 obj << -/D [1815 0 R /XYZ 55.693 823.059 null] +/D [1822 0 R /XYZ 55.693 823.059 null] >> endobj -1818 0 obj +1825 0 obj << -/D [1815 0 R /XYZ 56.693 731.814 null] +/D [1822 0 R /XYZ 56.693 731.814 null] >> endobj -1814 0 obj +1821 0 obj << /Font << /F23 623 0 R /F28 677 0 R >> -/XObject << /Im27 1813 0 R >> +/XObject << /Im27 1820 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1875 0 obj +1882 0 obj << /Length 2796 /Filter /FlateDecode @@ -26484,25 +26516,31 @@ WuG �+�E��T*%�KX���/�NP`�����HH �iF���R�l�V�WT�����C&Ȝ�KN��Q�����q金�:jAgt���>ıZ�-��y"�5���t`��P�i�D�A!uA��tzm�"�k���j<Κa���E� �G�'�Y۰&�1���=j���Ը�|�S����9~$>��S6��*7*U�D�C�_JL�S;ٸ�%MJ�{����0���g5�~^����Aw�J/u'�b�R?�:�2.w#��P�@�StG�0%#�,U�x��}��w�#.G9�����ΥYv 8�}&�]��ɡ!�S0cc -�9�g����],���L�r����`'1;V�)��&�&��Bu�ND��R��$� H�'�Ѓ�Y;�w�a`4_��.������q��B��~�ȍ�ymj�4Z��L#�n$��T��5��x�1��Q3���dAP�J��K+4��z�d�l*<��u~�VHhE �C�:� �Kv�����e$u"*q%Mc.e�Y�Ӌ���%����ݏ%�V�h��pFTpN>��كs/�l���YVR� -�g`�2�f�����1���P�aR�K�7���J�nǧ�GR ������J���0�C)�b3'��*���+�?+.m��k)4� 1�tUs p븦���d�'�nW�ʮ������q�2`l�J�_�f�:ٛ�=� Wά�n�����t8H��W>~@����σ��$�����}�Q�r��'���Mnd=�B��d�PA�!��q�����@���b$d��Z&�H-۞��w��t�8Q��Ֆ��]��8[4���ؼ3��c�#������M%qq�5���d� &�Ex�lr�>�p.n`��W���L��"�~?,�����%��������� �WEw0�cC�X�����ZE$T�ӗ1,$��R1g���C�C��5`3ȞI���:]<X�����[V 'L� -��jM��I��M��Q�X<�՞�5�vdR�QE�s��n1�\��S��;p����� -�F��Bx8��x��̲��NF�"?��#ᕒ��:v�I�����"qȐr)�u�6ى) c���.�!��P}Yz���ID���B�x5��I�Z�x| r;,�x�x*b�����2 ���l�m��^J��p��m9��=������a����,��s�g�8hn�"� jŢ����p�?�N����"yB���~!i|�@����@�i%��S��x�*���%ҵ�hӹ�^U����D�,���O/X�b��X�Z�:�8�tvj���z��r�<�彟*�\ d��eɅ�Sـ# -�]?҃_�箑x>��g2`��H-(�5�V��@�H��j� dj�q���*!I} ��JC!���.����k#m�(N��v�6�����DO��ሟ̡)1����s�VZ�=��`�I8�lLOF�l:�?G������}�zi�C��U����k�n��1sߌpU�I)��#��L|z;CDM0�A����Z��;d7���P�֔�)b"]��b~e�8��gN�9u���k-_���T��z��!����<O��)Pλ�n����HV����91,S9����������"&V�k�Y�BG4��OK��2R�&G�NS��:��Eg�?�����L��&JUr� ?�cٻsj -�{��1J��BP�1,�+L������I���$�3�����y%>(�A�l�jي�yd첌�_J����Z��roJH��m�_O� ���/U؍E�`Ѿ��� ʼn�g�}���m����_#��H +�9=Oȗ�GD��b>e�}�=;8�ٱjM�F61�5a��u� ڐFP8А=$�A +=��D��A������v9ݧMV�3>��<�#Fn �kS��Z��eQv#�D�:���S�0��i��&��PV�د\Z��<7�{&�eS������BB+J����1O�\�kݵ6.#� P�+is!(���2�^�G�(.�uX�v�~,AX��Ds �3��s�����{qecn�ϲ��V�=��6;����q�W�� + C��%X*��MUzv[8>�G08�j�x��V�@]��xT���J�9��T����\���Xqi�\K��H�aȠ���H�[�5}�]` ��e%��f8�w˸RVvmw6�v�c�c;TZ���6������l��rfw#�t�n��AJ�'������W,�@~��'�t�����{�=�eTlr#��r�&;� +Zg����w$����&W#!���2 Fj��d@�c��Sĉr�����h��"��؍���村'S�����e m�(����a�3k�u�������!�� +����e�S\� + +2��(�����bGC��D_D6K��v��'x_���� ez`y:8ǃoj�P�O_ư��nJŜ-�Nl�wr׀� {&і��t�0` ,�j��oY5�0��*��5�'E�5qG8G�bi�0�W{�g�pڑID}�����\s BO�.��}&Z/+ �jl +���>��3�7;��D�X��WJ~ ����& ��g��EH Cʥx@ו�d'���M�b�x�D�C�eA�9 Xc�'�� +-�E�@VW$��jyj�=��������⩈MƆ�ˀ�9V�巵�z�)��Ñ�������?�GȆ��ף�ȓϑ�u⠹ኜ����J��>�Y�, 8=[d����i �J�����9-���ЎOE��ū��C�H�zj�M�zUa +��ɲl�:>�`Ŋ�bc-jY��,�٩����:ʭ�4��~�H�r}��哗%�Oe�(tw�H~���F��語ɀ�v�"����t[�nI#M.�%6�����c���$���r/(9A,�(�#�Ѓ��g�����8�B�� 8�(��W#�=uƆ#~2�n��6?|��a�Zia��?�Ag$�P�1=�WD@��H��GZ�+�90$�=\��W��KƯ��:��}3�U]3$��#�@K3���5�}��BmJ�kѲ����>�B5[S����t�3���5�t���9q���[Nl���|�zG��RAH^��:���z|�<��@9�F�I;��"Y�^<0Jb��İL���n��������X��g� +e���?-���,H!؛�;M)��X���3��kPBn�2�Bؚ(U�y�6�Po�e�Ω)��Y�(�� +AIư�B�̳Nv2U�n�ֿ'�|��Ϩ�{ֳ��l��y�]�e+�摱�2�)��kh\˽)!�϶�|= 8,6"ƾPTa71���E�����'�a���?���/����@ endstream endobj -1874 0 obj +1881 0 obj << /Type /Page -/Contents 1875 0 R -/Resources 1873 0 R +/Contents 1882 0 R +/Resources 1880 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1879 0 R -/Annots [ 1858 0 R 1859 0 R 1860 0 R 1861 0 R 1862 0 R 1863 0 R 1864 0 R 1865 0 R 1866 0 R 1867 0 R 1868 0 R 1869 0 R 1870 0 R 1871 0 R ] +/Parent 1886 0 R +/Annots [ 1865 0 R 1866 0 R 1867 0 R 1868 0 R 1869 0 R 1870 0 R 1871 0 R 1872 0 R 1873 0 R 1874 0 R 1875 0 R 1876 0 R 1877 0 R 1878 0 R ] >> endobj -1858 0 obj +1865 0 obj << /Type /Annot /Subtype /Link @@ -26511,7 +26549,7 @@ endobj /A << /S /GoTo /D (subsection.1.1) >> >> endobj -1859 0 obj +1866 0 obj << /Type /Annot /Subtype /Link @@ -26520,7 +26558,7 @@ endobj /A << /S /GoTo /D (subsection.6.2) >> >> endobj -1860 0 obj +1867 0 obj << /Type /Annot /Subtype /Link @@ -26529,7 +26567,7 @@ endobj /A << /S /GoTo /D (subsection.7.3) >> >> endobj -1861 0 obj +1868 0 obj << /Type /Annot /Subtype /Link @@ -26538,7 +26576,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.3.6) >> >> endobj -1862 0 obj +1869 0 obj << /Type /Annot /Subtype /Link @@ -26547,7 +26585,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.5.3) >> >> endobj -1863 0 obj +1870 0 obj << /Type /Annot /Subtype /Link @@ -26556,7 +26594,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.7.2) >> >> endobj -1864 0 obj +1871 0 obj << /Type /Annot /Subtype /Link @@ -26565,7 +26603,7 @@ endobj /A << /S /GoTo /D (section.5) >> >> endobj -1865 0 obj +1872 0 obj << /Type /Annot /Subtype /Link @@ -26574,7 +26612,7 @@ endobj /A << /S /GoTo /D (section.6) >> >> endobj -1866 0 obj +1873 0 obj << /Type /Annot /Subtype /Link @@ -26583,7 +26621,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.8.2) >> >> endobj -1867 0 obj +1874 0 obj << /Type /Annot /Subtype /Link @@ -26592,25 +26630,25 @@ endobj /A << /S /GoTo /D (section.3) >> >> endobj -1868 0 obj +1875 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [443.183 510.925 454.142 524.717] -/A << /S /GoTo /D (Hfootnote.64) >> +/A << /S /GoTo /D (Hfootnote.62) >> >> endobj -1869 0 obj +1876 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [286.206 409.805 297.165 423.596] -/A << /S /GoTo /D (Hfootnote.65) >> +/A << /S /GoTo /D (Hfootnote.63) >> >> endobj -1870 0 obj +1877 0 obj << /Type /Annot /Subtype /Link @@ -26619,7 +26657,7 @@ endobj /A << /S /GoTo /D (subsection.10.1) >> >> endobj -1871 0 obj +1878 0 obj << /Type /Annot /Subtype /Link @@ -26628,48 +26666,48 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.4) >> >> endobj -1876 0 obj +1883 0 obj << -/D [1874 0 R /XYZ 55.693 823.059 null] +/D [1881 0 R /XYZ 55.693 823.059 null] >> endobj 150 0 obj << -/D [1874 0 R /XYZ 56.693 782.706 null] +/D [1881 0 R /XYZ 56.693 782.706 null] >> endobj 154 0 obj << -/D [1874 0 R /XYZ 56.693 687.057 null] +/D [1881 0 R /XYZ 56.693 687.057 null] >> endobj 158 0 obj << -/D [1874 0 R /XYZ 56.693 577.426 null] +/D [1881 0 R /XYZ 56.693 577.426 null] >> endobj 162 0 obj << -/D [1874 0 R /XYZ 56.693 336.289 null] +/D [1881 0 R /XYZ 56.693 336.289 null] >> endobj -1877 0 obj +1884 0 obj << -/D [1874 0 R /XYZ 74.626 210.809 null] +/D [1881 0 R /XYZ 74.626 210.809 null] >> endobj -1878 0 obj +1885 0 obj << -/D [1874 0 R /XYZ 74.626 198.854 null] +/D [1881 0 R /XYZ 74.626 198.854 null] >> endobj -1873 0 obj +1880 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F14 963 0 R /F7 820 0 R /F8 822 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F14 947 0 R /F7 836 0 R /F8 838 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1883 0 obj +1890 0 obj << /Length 957 /Filter /FlateDecode @@ -26680,26 +26718,26 @@ xڅUKs w� !����N�~3p��} ���n�,�m�k�B�}P�$?U8���|���y�`�y���5�Y��L��4�Ʌ� �ђ��� ��6nTr���k���|k��\.{x)Ϟ��f%�_�&�"�W����W����l�£��2p��Yy�M~���q�_s��Ï�����>�(1 endstream endobj -1882 0 obj +1889 0 obj << /Type /Page -/Contents 1883 0 R -/Resources 1881 0 R +/Contents 1890 0 R +/Resources 1888 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1879 0 R -/Group 1886 0 R +/Parent 1886 0 R +/Group 1893 0 R >> endobj -1872 0 obj +1879 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/simptriv0.0.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1888 0 R +/PTEX.InfoDict 1895 0 R /BBox [0 0 1008 432] -/Group 1886 0 R +/Group 1893 0 R /Resources << /ExtGState << /A1 << @@ -26717,12 +26755,12 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 1889 0 R>> +>>/Font << /F1 1896 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 1890 0 R +/M0 1897 0 R >>>> /Length 905 /Filter /FlateDecode @@ -26733,33 +26771,33 @@ x >b�R�������_�q��������7��1��e�8�Y3�b^���3Bϱ[�w�3���U�@���qc���Rj�����F�S[��������+7{YWcA�n���|�L�ߒD}��᪥pМz�1����ư%\췄x����{�)�Z���#����}�����T-�0[�_������MW3�u����EfIn�1����7�T*N� endstream endobj -1888 0 obj +1895 0 obj << /CreationDate (D:20201019170953+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -1889 0 obj +1896 0 obj << /BaseFont /DejaVuSans -/CharProcs 1891 0 R +/CharProcs 1898 0 R /Encoding << /Differences [ 32/space 40/parenleft/parenright 46/period 48/zero/one/two/three/four/five/six/seven/eight 61/equal 65/A 67/C 77/M/N 83/S 85/U 97/a/b/c/d/e/f/g 105/i 108/l/m 111/o/p 114/r/s/t/u/v 120/x] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1892 0 R +/FontDescriptor 1899 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1893 0 R +/Widths 1900 0 R >> endobj -1890 0 obj +1897 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -26771,49 +26809,49 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -1891 0 obj +1898 0 obj << -/A 1894 0 R -/C 1895 0 R -/M 1896 0 R -/N 1897 0 R -/S 1898 0 R -/U 1899 0 R -/a 1900 0 R -/b 1901 0 R -/c 1902 0 R -/d 1903 0 R -/e 1904 0 R -/eight 1905 0 R -/equal 1906 0 R -/f 1907 0 R -/five 1908 0 R -/four 1909 0 R -/g 1910 0 R -/i 1911 0 R -/l 1912 0 R -/m 1913 0 R -/o 1914 0 R -/one 1915 0 R -/p 1916 0 R -/parenleft 1917 0 R -/parenright 1918 0 R -/period 1919 0 R -/r 1920 0 R -/s 1921 0 R -/seven 1922 0 R -/six 1923 0 R -/space 1924 0 R -/t 1925 0 R -/three 1926 0 R -/two 1927 0 R -/u 1928 0 R -/v 1929 0 R -/x 1930 0 R -/zero 1931 0 R +/A 1901 0 R +/C 1902 0 R +/M 1903 0 R +/N 1904 0 R +/S 1905 0 R +/U 1906 0 R +/a 1907 0 R +/b 1908 0 R +/c 1909 0 R +/d 1910 0 R +/e 1911 0 R +/eight 1912 0 R +/equal 1913 0 R +/f 1914 0 R +/five 1915 0 R +/four 1916 0 R +/g 1917 0 R +/i 1918 0 R +/l 1919 0 R +/m 1920 0 R +/o 1921 0 R +/one 1922 0 R +/p 1923 0 R +/parenleft 1924 0 R +/parenright 1925 0 R +/period 1926 0 R +/r 1927 0 R +/s 1928 0 R +/seven 1929 0 R +/six 1930 0 R +/space 1931 0 R +/t 1932 0 R +/three 1933 0 R +/two 1934 0 R +/u 1935 0 R +/v 1936 0 R +/x 1937 0 R +/zero 1938 0 R >> endobj -1892 0 obj +1899 0 obj << /Ascent 929 /CapHeight 0 @@ -26828,10 +26866,10 @@ endobj /XHeight 0 >> endobj -1893 0 obj +1900 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1894 0 obj +1901 0 obj << /Filter /FlateDecode /Length 88 @@ -26840,7 +26878,7 @@ stream x�5�� �0D{���8���R���[.�{��9��>G��-dC�xI9�>Q4Zo:�Hs��d3�3�}���d4I�!��r�Y)z>��~ endstream endobj -1895 0 obj +1902 0 obj << /Filter /FlateDecode /Length 232 @@ -26850,7 +26888,7 @@ x ] 3�o�g3�J��F��fa �=؈ė��oY�f~'���Y)��Q�TEX!��Y�j��s#S�r&>��'�b���8Ύ�f01��h9f�=!�#n�4�Ui�[���Z�SE�Ⱥ���)�Z�[�=����-���� ��c�� _Ĝ�E'��~3尒4��#1����5��όO���}���>h��w/��̈́L��Hœ�Ƙ1T��$��?г>�0TG endstream endobj -1896 0 obj +1903 0 obj << /Filter /FlateDecode /Length 87 @@ -26860,7 +26898,7 @@ x !�$���ŢV�ů�E�4I�7Q�N�J���x>�uz endstream endobj -1897 0 obj +1904 0 obj << /Filter /FlateDecode /Length 75 @@ -26869,7 +26907,7 @@ stream x�5���0{�`��ɥ��� �h�������t�M���M�BQ��0�tf}qh�V^hJ����A���� endstream endobj -1898 0 obj +1905 0 obj << /Filter /FlateDecode /Length 338 @@ -26878,7 +26916,7 @@ stream x�5RK�[AۿS��j��y������쬠��8��KQ�r�y��:����i�>ޅԂ�"���i�ǚ5Q�4b)�>��(!�S���Hfd2r ���>֛L9��is�(Iz-��v|Y�Aғ���u-��M�k"9�25�Ǟ�2�#A�, I��O�H3;g-y��x�/~���2���U2� �`;� �("��$���h�(�fƚۅ��"��=������D^ �,��z�2'; J�j��a���q�6J�S��]���g&a�氳R2 �qp/��${�1a�����ļ�]l\�̹&ӏ�(�H��\M��(����������?�7}� endstream endobj -1899 0 obj +1906 0 obj << /Filter /FlateDecode /Length 153 @@ -26887,7 +26925,7 @@ stream x�5�� �0D�bX��!�d�S��낝HF<�3c2�a�4Gȁ/��i� ι�^$UQV�" ��9�'R�$�ZU�VޯN��]y���ճM��w�M�GbJ�)�u�G�$*����`�h���60�J�};�Z+�w�{\�x6� endstream endobj -1900 0 obj +1907 0 obj << /Filter /FlateDecode /Length 304 @@ -26897,7 +26935,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1901 0 obj +1908 0 obj << /Filter /FlateDecode /Length 237 @@ -26906,7 +26944,7 @@ stream x�EQIr!��+��+�Nͩ��k,3IN`k1i��-x�!��́/�|M�4|72��:�pO�.ܗ˂g�WT�w�/]�H}w��~fd{�H͐��:�B4&�!=#2�V,s��)�R�([�.ꕶN;���#�o�#��JvMl��:��˶.�:�$�vaqj�!"�uc5���N"v����0�Q$��g�q&�M�]9�y��V*9�>^�Ƅ�t��c��i��_�>}�����?��\" endstream endobj -1902 0 obj +1909 0 obj << /Filter /FlateDecode /Length 230 @@ -26915,7 +26953,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -1903 0 obj +1910 0 obj << /Filter /FlateDecode /Length 227 @@ -26926,7 +26964,7 @@ x *��s��>�h][M endstream endobj -1904 0 obj +1911 0 obj << /Filter /FlateDecode /Length 245 @@ -26935,7 +26973,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1905 0 obj +1912 0 obj << /Filter /FlateDecode /Length 392 @@ -26945,7 +26983,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -1906 0 obj +1913 0 obj << /Filter /FlateDecode /Length 71 @@ -26954,7 +26992,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -1907 0 obj +1914 0 obj << /Filter /FlateDecode /Length 133 @@ -26963,7 +27001,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -1908 0 obj +1915 0 obj << /Filter /FlateDecode /Length 247 @@ -26973,7 +27011,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -1909 0 obj +1916 0 obj << /Filter /FlateDecode /Length 90 @@ -26982,7 +27020,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1910 0 obj +1917 0 obj << /Filter /FlateDecode /Length 338 @@ -26991,7 +27029,7 @@ stream x�ERKr�0��\ 3�g��NW����p:�<� 2=eH��6�d���Wd�Ր�F�D��)����\�n�J�?��72ͮЪ�G�6�F5+#� C�zV���Q�d��v!�:S�p,�C��u�)�mA��#�o<���r��Ln���[��:[�m@ �s�`��� ������)(U��I�\';P�Ъt�7�9`Ò��ho��>��F����, ���f��1�H�'�N=q:őpI8�@�������/���� u:eM����B��Rq�"n]E�lO� �?*�3b��� �Ԓ����������枾�?�9������ endstream endobj -1911 0 obj +1918 0 obj << /Filter /FlateDecode /Length 68 @@ -27002,7 +27040,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -1912 0 obj +1919 0 obj << /Filter /FlateDecode /Length 45 @@ -27014,7 +27052,7 @@ x "���}� endstream endobj -1913 0 obj +1920 0 obj << /Filter /FlateDecode /Length 255 @@ -27023,7 +27061,7 @@ stream x�E�K� D���#���<��Ur��4�L6v����J#�,�y0����d������"��*�X�՝)�̵D���2r���� 箜T��Q�:�:8��������,ʾ#�2l�96p�a���Vw��D������v�l���ƾ���N6��%�~� L�M�u�@��)zr ��q��@��� �l���A�N�q����:Ý��W�w�;Lk��/1Ɋ��E���=���əcr�}C�\���A�����P�f� endstream endobj -1914 0 obj +1921 0 obj << /Filter /FlateDecode /Length 214 @@ -27034,7 +27072,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1915 0 obj +1922 0 obj << /Filter /FlateDecode /Length 80 @@ -27043,7 +27081,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1916 0 obj +1923 0 obj << /Filter /FlateDecode /Length 236 @@ -27054,7 +27092,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1917 0 obj +1924 0 obj << /Filter /FlateDecode /Length 147 @@ -27064,7 +27102,7 @@ x \b��9/i?�i�X5G�aX�n��,JW�-^��B]H��ޭLd�<�;p'�>TYz@;DY�I�X�V]j�����u=̪��'k)PTB�t��{���o/� endstream endobj -1918 0 obj +1925 0 obj << /Filter /FlateDecode /Length 149 @@ -27074,7 +27112,7 @@ x ����$jeF�2�T���`��<�3�\脇�ʰ�N1��fF~����{20c endstream endobj -1919 0 obj +1926 0 obj << /Filter /FlateDecode /Length 49 @@ -27083,7 +27121,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1920 0 obj +1927 0 obj << /Filter /FlateDecode /Length 157 @@ -27093,7 +27131,7 @@ x ���f�W����7y endstream endobj -1921 0 obj +1928 0 obj << /Filter /FlateDecode /Length 332 @@ -27104,7 +27142,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -1922 0 obj +1929 0 obj << /Filter /FlateDecode /Length 68 @@ -27115,7 +27153,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -1923 0 obj +1930 0 obj << /Filter /FlateDecode /Length 317 @@ -27126,7 +27164,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -1924 0 obj +1931 0 obj << /Filter /FlateDecode /Length 17 @@ -27135,7 +27173,7 @@ stream x�36�P0��C.��� endstream endobj -1925 0 obj +1932 0 obj << /Filter /FlateDecode /Length 131 @@ -27144,7 +27182,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -1926 0 obj +1933 0 obj << /Filter /FlateDecode /Length 338 @@ -27158,7 +27196,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -1927 0 obj +1934 0 obj << /Filter /FlateDecode /Length 248 @@ -27169,7 +27207,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -1928 0 obj +1935 0 obj << /Filter /FlateDecode /Length 171 @@ -27179,7 +27217,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -1929 0 obj +1936 0 obj << /Filter /FlateDecode /Length 72 @@ -27188,7 +27226,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -1930 0 obj +1937 0 obj << /Filter /FlateDecode /Length 87 @@ -27198,7 +27236,7 @@ x ���W6xU�������l�1ؠe��ηI���� endstream endobj -1931 0 obj +1938 0 obj << /Filter /FlateDecode /Length 210 @@ -27208,21 +27246,21 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1886 0 obj +1893 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -1880 0 obj +1887 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/scaledense.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1932 0 R +/PTEX.InfoDict 1939 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -27246,12 +27284,12 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 1933 0 R>> +>>/Font << /F1 1940 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 1934 0 R +/M0 1941 0 R >>>> /Length 976 /Filter /FlateDecode @@ -27264,33 +27302,33 @@ x w���Hڱ��]�OI�(�H7ι�Bi>��2�$�O�t�8����4$�@���S���?n�o�\��뇩�1ܐ��P�P�?�/j�M��6�b������,������#8�=b΄i˲�ں0�`�\�-NF��)�/nG:�����6W�n�l��ᮙƫ�گ�� &L� endstream endobj -1932 0 obj +1939 0 obj << /CreationDate (D:20201019172336+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -1933 0 obj +1940 0 obj << /BaseFont /DejaVuSans -/CharProcs 1935 0 R +/CharProcs 1942 0 R /Encoding << /Differences [ 32/space 46/period 48/zero/one 51/three/four/five/six/seven/eight 61/equal 65/A 67/C 85/U 97/a 99/c 101/e 103/g/h/i 109/m 111/o/p 114/r/s/t/u 120/x 122/z] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1936 0 R +/FontDescriptor 1943 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1937 0 R +/Widths 1944 0 R >> endobj -1934 0 obj +1941 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -27302,40 +27340,40 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -1935 0 obj +1942 0 obj << -/A 1938 0 R -/C 1939 0 R -/U 1940 0 R -/a 1941 0 R -/c 1942 0 R -/e 1943 0 R -/eight 1944 0 R -/equal 1945 0 R -/five 1946 0 R -/four 1947 0 R -/g 1948 0 R -/h 1949 0 R -/i 1950 0 R -/m 1951 0 R -/o 1952 0 R -/one 1953 0 R -/p 1954 0 R -/period 1955 0 R -/r 1956 0 R -/s 1957 0 R -/seven 1958 0 R -/six 1959 0 R -/space 1960 0 R -/t 1961 0 R -/three 1962 0 R -/u 1963 0 R -/x 1964 0 R -/z 1965 0 R -/zero 1966 0 R +/A 1945 0 R +/C 1946 0 R +/U 1947 0 R +/a 1948 0 R +/c 1949 0 R +/e 1950 0 R +/eight 1951 0 R +/equal 1952 0 R +/five 1953 0 R +/four 1954 0 R +/g 1955 0 R +/h 1956 0 R +/i 1957 0 R +/m 1958 0 R +/o 1959 0 R +/one 1960 0 R +/p 1961 0 R +/period 1962 0 R +/r 1963 0 R +/s 1964 0 R +/seven 1965 0 R +/six 1966 0 R +/space 1967 0 R +/t 1968 0 R +/three 1969 0 R +/u 1970 0 R +/x 1971 0 R +/z 1972 0 R +/zero 1973 0 R >> endobj -1936 0 obj +1943 0 obj << /Ascent 929 /CapHeight 0 @@ -27350,10 +27388,10 @@ endobj /XHeight 0 >> endobj -1937 0 obj +1944 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1938 0 obj +1945 0 obj << /Filter /FlateDecode /Length 88 @@ -27362,7 +27400,7 @@ stream x�5�� �0D{���8���R���[.�{��9��>G��-dC�xI9�>Q4Zo:�Hs��d3�3�}���d4I�!��r�Y)z>��~ endstream endobj -1939 0 obj +1946 0 obj << /Filter /FlateDecode /Length 232 @@ -27372,7 +27410,7 @@ x ] 3�o�g3�J��F��fa �=؈ė��oY�f~'���Y)��Q�TEX!��Y�j��s#S�r&>��'�b���8Ύ�f01��h9f�=!�#n�4�Ui�[���Z�SE�Ⱥ���)�Z�[�=����-���� ��c�� _Ĝ�E'��~3尒4��#1����5��όO���}���>h��w/��̈́L��Hœ�Ƙ1T��$��?г>�0TG endstream endobj -1940 0 obj +1947 0 obj << /Filter /FlateDecode /Length 153 @@ -27381,7 +27419,7 @@ stream x�5�� �0D�bX��!�d�S��낝HF<�3c2�a�4Gȁ/��i� ι�^$UQV�" ��9�'R�$�ZU�VޯN��]y���ճM��w�M�GbJ�)�u�G�$*����`�h���60�J�};�Z+�w�{\�x6� endstream endobj -1941 0 obj +1948 0 obj << /Filter /FlateDecode /Length 304 @@ -27391,7 +27429,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -1942 0 obj +1949 0 obj << /Filter /FlateDecode /Length 230 @@ -27400,7 +27438,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -1943 0 obj +1950 0 obj << /Filter /FlateDecode /Length 245 @@ -27409,7 +27447,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -1944 0 obj +1951 0 obj << /Filter /FlateDecode /Length 392 @@ -27419,7 +27457,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -1945 0 obj +1952 0 obj << /Filter /FlateDecode /Length 71 @@ -27428,7 +27466,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -1946 0 obj +1953 0 obj << /Filter /FlateDecode /Length 247 @@ -27438,7 +27476,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -1947 0 obj +1954 0 obj << /Filter /FlateDecode /Length 90 @@ -27447,7 +27485,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1948 0 obj +1955 0 obj << /Filter /FlateDecode /Length 338 @@ -27456,7 +27494,7 @@ stream x�ERKr�0��\ 3�g��NW����p:�<� 2=eH��6�d���Wd�Ր�F�D��)����\�n�J�?��72ͮЪ�G�6�F5+#� C�zV���Q�d��v!�:S�p,�C��u�)�mA��#�o<���r��Ln���[��:[�m@ �s�`��� ������)(U��I�\';P�Ъt�7�9`Ò��ho��>��F����, ���f��1�H�'�N=q:őpI8�@�������/���� u:eM����B��Rq�"n]E�lO� �?*�3b��� �Ԓ����������枾�?�9������ endstream endobj -1949 0 obj +1956 0 obj << /Filter /FlateDecode /Length 163 @@ -27465,7 +27503,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -1950 0 obj +1957 0 obj << /Filter /FlateDecode /Length 68 @@ -27476,7 +27514,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -1951 0 obj +1958 0 obj << /Filter /FlateDecode /Length 255 @@ -27485,7 +27523,7 @@ stream x�E�K� D���#���<��Ur��4�L6v����J#�,�y0����d������"��*�X�՝)�̵D���2r���� 箜T��Q�:�:8��������,ʾ#�2l�96p�a���Vw��D������v�l���ƾ���N6��%�~� L�M�u�@��)zr ��q��@��� �l���A�N�q����:Ý��W�w�;Lk��/1Ɋ��E���=���əcr�}C�\���A�����P�f� endstream endobj -1952 0 obj +1959 0 obj << /Filter /FlateDecode /Length 214 @@ -27496,7 +27534,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -1953 0 obj +1960 0 obj << /Filter /FlateDecode /Length 80 @@ -27505,7 +27543,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1954 0 obj +1961 0 obj << /Filter /FlateDecode /Length 236 @@ -27516,7 +27554,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -1955 0 obj +1962 0 obj << /Filter /FlateDecode /Length 49 @@ -27525,7 +27563,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -1956 0 obj +1963 0 obj << /Filter /FlateDecode /Length 157 @@ -27535,7 +27573,7 @@ x ���f�W����7y endstream endobj -1957 0 obj +1964 0 obj << /Filter /FlateDecode /Length 332 @@ -27546,7 +27584,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -1958 0 obj +1965 0 obj << /Filter /FlateDecode /Length 68 @@ -27557,7 +27595,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -1959 0 obj +1966 0 obj << /Filter /FlateDecode /Length 317 @@ -27568,7 +27606,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -1960 0 obj +1967 0 obj << /Filter /FlateDecode /Length 17 @@ -27577,7 +27615,7 @@ stream x�36�P0��C.��� endstream endobj -1961 0 obj +1968 0 obj << /Filter /FlateDecode /Length 131 @@ -27586,7 +27624,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -1962 0 obj +1969 0 obj << /Filter /FlateDecode /Length 338 @@ -27600,7 +27638,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -1963 0 obj +1970 0 obj << /Filter /FlateDecode /Length 171 @@ -27610,7 +27648,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -1964 0 obj +1971 0 obj << /Filter /FlateDecode /Length 87 @@ -27620,7 +27658,7 @@ x ���W6xU�������l�1ؠe��ηI���� endstream endobj -1965 0 obj +1972 0 obj << /Filter /FlateDecode /Length 74 @@ -27630,7 +27668,7 @@ x ��>�d�(]�iB����IO[����_m�վ*K{� j2�6|w�wN endstream endobj -1966 0 obj +1973 0 obj << /Filter /FlateDecode /Length 210 @@ -27640,34 +27678,34 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1884 0 obj +1891 0 obj << -/D [1882 0 R /XYZ 55.693 823.059 null] +/D [1889 0 R /XYZ 55.693 823.059 null] >> endobj -1885 0 obj +1892 0 obj << -/D [1882 0 R /XYZ 56.693 789.929 null] +/D [1889 0 R /XYZ 56.693 789.929 null] >> endobj 166 0 obj << -/D [1882 0 R /XYZ 56.693 512.041 null] +/D [1889 0 R /XYZ 56.693 512.041 null] >> endobj -1887 0 obj +1894 0 obj << -/D [1882 0 R /XYZ 56.693 411.125 null] +/D [1889 0 R /XYZ 56.693 411.125 null] >> endobj -1881 0 obj +1888 0 obj << /Font << /F23 623 0 R /F17 619 0 R >> -/XObject << /Im28 1872 0 R /Im29 1880 0 R >> +/XObject << /Im28 1879 0 R /Im29 1887 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1983 0 obj +1990 0 obj << /Length 2217 /Filter /FlateDecode @@ -27677,33 +27715,33 @@ xڝXK ����qj�V��pUgIuz�y�������F��N�l��U3XL��; h�#?�ah_D�#dIȄ�?/�'p!A��\O o�����.�JP�m簾�'8Z�����c�1�8�K8��LbKqUɿ���! E9v"p'�[����o�����R źL�U^��]2}�3g���Req ���W̕҂�%��� i]a��s��m#s�^p.�"Ui�>ig�I��Lb*f�c2&t>'4R*�9A�R^��'��H��B��DI�K���SCB`4���ET��5/��5_��uū�.�e�������dڧ+%]� 9϶EXᵭk몱��2��EV�o^Li:�������xz;ͩ2��N���@\_9{5I^h�UC�L� L7��!�CZ�E��<�;��m��|�kQ>D�̞̻�����TN��:��� 0���uՒ�� @"岒v�,@��Drs�A�d�;����51�2[#��9��t9�wE�����O~��r��p���W�� ��e��ilhҙ�3������� �2p�ê��I��jA��[�~����v�y]�]�IW���x ����L��F|�!��j�&;�إ�B�e��V�y���V�W=|{�����4��}���k��� �X�!�ph���Ah�!��@���*���N�a��:[��p���CD�j� �~��-Ğ�o] �g"s��,qDe�Jײp�lI���c�X'�f���sO��@����>�����U_������cf�@�_"!c�`1�$-�/^_X(��z�����i� �������X�|m���1���~��ܜ�c��1I\��r�z�a���V�u�֓k�I -Ei�(�6<�.J�iG/T�e�n% ��S +Ei�(�6<K.J�iG/T�e�n% ��S �3���%Kjo��05]�_+mn�e���r��CwM�o����Whτ�:�����Z���{���x�R���L���.m����5b]�dW�&\V��فM��RL�F�էPA)$���?����w֫��{C��(]$�H~o���k��@�5o��n�v& �5lޯ�Ax��h߭�_�>�0_f�|�����$B�I�?�4�(J� ���~�\��Z� �K�2�� -�y�l\K�E�"s����f�%�k��-h��@�X�q~y[��Rǟ8xX�i�x�CCnj����\����E�h���48!�Lŵ�*�&>�; ]��m��`0�a����|/"\�rm�x!�'�ƀBHW����D��&@������IVM$�����%�P�ts����ċ���Z�j{������ŷ���b�̓��`2�O:<nP�P�c�ƽc]��|1�Q�����215�C*�<@dE��%,�Ye l��o^p�+3��92I���ʴLT����Y� >H��%9�$t���n�������41.O�:l�[J-_G�@-����눇z�If�O��e�u���ᶅ�(�z�)�x TH�v)��&�oe���9�i��������ȑ���E��R�6Q��4�7�÷GJ��6��5%����嚊�LV:���y����M�U +�y�l\K�E�"s����f�%�k��-h��@�X�q~y[��Rǟ8xX�i�x�CCnj����\����E�h���48!�Lŵ�*�&>�; ]��m��`0�a����|/"\�rm�x!�'�ƀBHW����D��&@���ҿ��IVM$�����%�P�ts����ċ���Z�j{������ŷ���b�̓��`2�O:<nP�P�c�ƽc]��|1�Q�����215�C*�<@dE��%,�Ye l��o^p�+3��92I���ʴLT����Y� >H��%9�$t���n�������41.O�:l�[J-_G�@-����눇z�If�O��e�u���ᶅ�(�z�)�x TH�v)��&�oe���9�i��������ȑ���E��R�6Q��4�7�÷GJ��6��5%����嚊�LV:���y������M endstream endobj -1982 0 obj +1989 0 obj << /Type /Page -/Contents 1983 0 R -/Resources 1981 0 R +/Contents 1990 0 R +/Resources 1988 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1879 0 R -/Group 1986 0 R -/Annots [ 1967 0 R 1968 0 R 1969 0 R 1970 0 R 1971 0 R 1972 0 R 1973 0 R 1974 0 R 1975 0 R 1976 0 R 1978 0 R ] +/Parent 1886 0 R +/Group 1993 0 R +/Annots [ 1974 0 R 1975 0 R 1976 0 R 1977 0 R 1978 0 R 1979 0 R 1980 0 R 1981 0 R 1982 0 R 1983 0 R 1985 0 R ] >> endobj -1977 0 obj +1984 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/dist1.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1989 0 R +/PTEX.InfoDict 1996 0 R /BBox [0 0 432 288] -/Group 1986 0 R +/Group 1993 0 R /Resources << /ExtGState << /A1 << @@ -27721,12 +27759,12 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 1990 0 R>> +>>/Font << /F1 1997 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 1991 0 R +/DejaVuSans-minus 1998 0 R >>>> /Length 2840 /Filter /FlateDecode @@ -27740,33 +27778,33 @@ x �d� endstream endobj -1989 0 obj +1996 0 obj << /CreationDate (D:20200421164659+02'00') /Creator (matplotlib 3.1.2, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.2) >> endobj -1990 0 obj +1997 0 obj << /BaseFont /DejaVuSans -/CharProcs 1992 0 R +/CharProcs 1999 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five/six 57/nine] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 1993 0 R +/FontDescriptor 2000 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 1994 0 R +/Widths 2001 0 R >> endobj -1991 0 obj +1998 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -27780,20 +27818,20 @@ x endstream endobj -1992 0 obj +1999 0 obj << -/five 1995 0 R -/four 1996 0 R -/nine 1997 0 R -/one 1998 0 R -/period 1999 0 R -/six 2000 0 R -/three 2001 0 R -/two 2002 0 R -/zero 2003 0 R +/five 2002 0 R +/four 2003 0 R +/nine 2004 0 R +/one 2005 0 R +/period 2006 0 R +/six 2007 0 R +/three 2008 0 R +/two 2009 0 R +/zero 2010 0 R >> endobj -1993 0 obj +2000 0 obj << /Ascent 929 /CapHeight 0 @@ -27808,10 +27846,10 @@ endobj /XHeight 0 >> endobj -1994 0 obj +2001 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -1995 0 obj +2002 0 obj << /Filter /FlateDecode /Length 247 @@ -27821,7 +27859,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -1996 0 obj +2003 0 obj << /Filter /FlateDecode /Length 90 @@ -27830,7 +27868,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -1997 0 obj +2004 0 obj << /Filter /FlateDecode /Length 320 @@ -27841,7 +27879,7 @@ x �R�ӿ����ccz� endstream endobj -1998 0 obj +2005 0 obj << /Filter /FlateDecode /Length 80 @@ -27850,7 +27888,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -1999 0 obj +2006 0 obj << /Filter /FlateDecode /Length 49 @@ -27859,7 +27897,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2000 0 obj +2007 0 obj << /Filter /FlateDecode /Length 317 @@ -27870,7 +27908,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -2001 0 obj +2008 0 obj << /Filter /FlateDecode /Length 338 @@ -27884,7 +27922,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2002 0 obj +2009 0 obj << /Filter /FlateDecode /Length 248 @@ -27895,7 +27933,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2003 0 obj +2010 0 obj << /Filter /FlateDecode /Length 210 @@ -27905,14 +27943,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -1986 0 obj +1993 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -1967 0 obj +1974 0 obj << /Type /Annot /Subtype /Link @@ -27921,7 +27959,7 @@ endobj /A << /S /GoTo /D (subsubsection.2.3.2) >> >> endobj -1968 0 obj +1975 0 obj << /Type /Annot /Subtype /Link @@ -27930,7 +27968,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.5.3) >> >> endobj -1969 0 obj +1976 0 obj << /Type /Annot /Subtype /Link @@ -27939,7 +27977,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.5) >> >> endobj -1970 0 obj +1977 0 obj << /Type /Annot /Subtype /Link @@ -27948,7 +27986,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.2.1) >> >> endobj -1971 0 obj +1978 0 obj << /Type /Annot /Subtype /Link @@ -27957,7 +27995,7 @@ endobj /A << /S /GoTo /D (section.8) >> >> endobj -1972 0 obj +1979 0 obj << /Type /Annot /Subtype /Link @@ -27966,7 +28004,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.7.2) >> >> endobj -1973 0 obj +1980 0 obj << /Type /Annot /Subtype /Link @@ -27975,7 +28013,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.16.3) >> >> endobj -1974 0 obj +1981 0 obj << /Type /Annot /Subtype /Link @@ -27984,7 +28022,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.17.1) >> >> endobj -1975 0 obj +1982 0 obj << /Type /Annot /Subtype /Link @@ -27993,95 +28031,92 @@ endobj /A << /S /GoTo /D (subsection.3.5) >> >> endobj -1976 0 obj +1983 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [403.702 516.828 414.661 530.62] -/A << /S /GoTo /D (Hfootnote.66) >> +/A << /S /GoTo /D (Hfootnote.64) >> >> endobj -1978 0 obj +1985 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [180.688 114.274 191.647 128.066] -/A << /S /GoTo /D (Hfootnote.67) >> +/A << /S /GoTo /D (Hfootnote.65) >> >> endobj -1984 0 obj +1991 0 obj << -/D [1982 0 R /XYZ 55.693 823.059 null] +/D [1989 0 R /XYZ 55.693 823.059 null] >> endobj 170 0 obj << -/D [1982 0 R /XYZ 56.693 739.576 null] +/D [1989 0 R /XYZ 56.693 739.576 null] >> endobj -1985 0 obj +1992 0 obj << -/D [1982 0 R /XYZ 56.693 481.212 null] +/D [1989 0 R /XYZ 56.693 481.212 null] >> endobj -1987 0 obj +1994 0 obj << -/D [1982 0 R /XYZ 74.626 108.097 null] +/D [1989 0 R /XYZ 74.626 108.097 null] >> endobj -1988 0 obj +1995 0 obj << -/D [1982 0 R /XYZ 74.626 96.142 null] +/D [1989 0 R /XYZ 74.626 96.142 null] >> endobj -1981 0 obj +1988 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F29 679 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R >> -/XObject << /Im30 1977 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F29 679 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R >> +/XObject << /Im30 1984 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2011 0 obj +2018 0 obj << -/Length 2744 +/Length 2742 /Filter /FlateDecode >> stream -xڵZKs�6��W�HW"�xd�r��L*9����V�-Qw$�#Rq&�~�F7%R�d{j��4�����F�(�������Wo���J -�tt��\�d��r�>�[D���vV�"��7?�Ό��y���xw;ә�*��V�q��h��F��~��͛��7 -��:����*ͷ7���F�}��)��1Pn#��$/��D�n~�I����4�N1�۪܁����:��C��w���<��M[q���qU�oe���{��qE����pO�U�}��v��:�,�I�SET>I��f*��/�B5:@��'�o��ā�r��b�������p�N��Y6{�i��æ���-n�#�=R[��ܴ Oi����u�=���[�n���.)2Fq(�1�A,M���=�4XJ�R�o/%�\K�-��o�K'�g�$K��ꌙ�:h��4�Mm���_�㤰l��hG�3ް��Wbl����l��61��Y.ٺ��Ȳh6�����wIꋱ�މD6U�2���IHY.���F`bd}{�� -J�lE��f�v�htvܳ�6eW�ѫz�弃z����I���M������<S�q1�$��\N�Q�2߫��f�$����ٓ^�jj� �����W<� ��I�A��W�6iX*wI�ՙ��6Q��C�d���۾#Ѕ����M�����rU�;i�O���^����K!8j&.��;�/ �c"uC[Au��o��=��z'ԕ��՝L�p(7�9�(u�3����`Ϭ�!Ι�qԲ��Zp�������v�#7��LZ�ep%Ƴ��Ӯ����$��������m���\]�(S|.W���i�+�;��sk(ԑ��ΪX�rdi���7r�ݙ4��� _�Tb��H�AD�(�"���"�\b�ƻ�~r/g:}ٝ�d�������<� -O��W�x,3��2��?��,eH��V^>�����w�u|K��\�~'�J�p@��#�� ���a���խEs��f~���!��L��3>��hA(�:xW��q�K�Sٶվ��y�O���S@��p��kF�k�0lc���焯kj뿄��Y%�l�]����n>rϲ�l��J>�9�'Q1ڱ�q2�\Dzw�n���9L�Ȧb\���� -b��`p!��N�Z��!j��� fdX:�L�"��^���|L#�#���������SB�4�:}L�8{�~1xc㞃���h�hc6 {Qx�A*u� S[\��a�F=���Ɖ��W����3�')�yeybSU^� Bϐ���\�uY1�uZ3w��Hӭ��5��� Js�>Dgp��JE�*},��lG���tm�(Jn��Y�&!S�C9��F|��S��w%c�#4ӓ�26=B��aS�����z*���f&D�NٓD��rN?�^�W���Y��SggfM]5Ā -��:��[ -�́\�ea���(ΌŌ� >)s��E�{���}�E]��d�j����;4�5�#S4�hRh�P�̙M�bkl1��@�i����ŕ��p ���"8�ܓ����gp���@�ӫ���کk�w\���F�a�S�ޒ�W/>��{�ʾV�o�2U���"eP�o�����Z ��i����W�j��cg_KC36�w'c���G�K�yۦ�C��V���:g`S���bz*��Ke�P������J����SxDKGĈy��ň��)cݺ�x�n4���r.�\��p��z�fG�[��?�TݐZW�~��R���*��H��֫]P���&�=V��ۡ/ܖrbK�;K����K���+с���������i��_��Q�֬ú��1�_�7��$�t��}��z�aysO��VS�h�p����$�-0��,���N�-y[C<A��cW�]O���{��q#����DYv���I������,`Y6�MCJ�!Ue=�)�B�C)rN�#dnpc��@1h��~�t|��!�?���Q�������_~1Q��B�Ky[�X��Ǹn�%�,��rOwB��m0g��Q�p?]�R�<���SO�M�����?Fg�́V�UHc���E����Pȡn�<����^>�4�#���LM�"1>;W�r��D5� �-�����Wm����r�R���?S��}���d�a�rV�H}�����2ٵ'5U��#�yF� ��T�@8���;H��G��B���[d�t������5�`e�P��}d��S\ n�M��7dU�u��3��kw��:.�u1< �r�+YWf[)�{P1ٻw�ns���U���~Z�]��e�� -C4�O_ا�*��_��9y.��P� -I 6#w��=���a;tN�DuY�|1F���p�$ C,#�>�I;�G!꧒���N %���v����>e7J{�CX����t���R=����È���\L��L�9�H�n03��1C�k�/K�Y�I=��{�a��=��>�!T��0Ŀ���4����е�v�V&k<<웒�`�I�B'���ٍw@�!���0�8T#��j����W<�9rNO�MJ�Uli��Xd�� ���e�'����8��N����J0H��;�W�����:���-ۊb\:i�� Q7=C�ҩHS7�{y���4�S�VB���Sq2c�E%OػE�c��\H��~_q`�#<�ik9h���D��C8���j���i�DA�����.�qv�����Kyuxʾ�ׄ�OZ#��o�@jx_�s�N�Ww2E'�'�6y��p�Q` +xڵZKs�6��W�HW"�xd�r��$���qjk+�-Qw$�#Rq&�~�F7%R�d{j��4�����F�(�������W�j)����n�,� +��e}t��~�����E���o~���ſ������?���v�3�U����rUѰ�����7w7n6J#u\7��U6�oo~�=��!JS��c��F6WI^������r�>˫�i�b^�U�����u6.7����fI�yܭ������|��P������N�=��ʫD�,��ޥ:�,�I�SET>I��f*��/�B5:@��'�o��ā�r��b�������p�N��Y6{�i��æ���-n�#�=R[��ܴ Oi����u�=���[�n���.)2Fq(�1�A,M���=�4XJ�R�o/%�\K�-�ջԥ�³i���tu�L\��}��ԉ���qRX6�f�#�o���+1�}ws��Mh �S��,��l]OWdY4LHX`ʻ$��X`oE"��k���$��,��~#01�>�=�L%k�"�y�k;X4:;��W�����U=�r�A=_t��H��&�+o��)9ϔÅh\�6I�9�SbT����*���3 `s@�}��W��Z�uª������'�<��b�id�U�M��]�yu��MT��,Yg����t�#�a�q�n��\��N����"�W�m�R��ɟ˪���K�.ŘH��VPd��[#j����� ue'cu'>� �hN0J��bf0�3+c�s&@�,y��}};�y��'�]�� �-��{\������<�3 ��s��,=w4F�����%W�%����=�`�� +��,�� +u����*V�Y?���sw& +�/��8�X�3p�.�����2���.����˙N_vg��edzr?c#O������%����aF�O:b4K�}�������&��]v���%��_�ɤ��DB��q���aC�C:�q��#ukќy��6sx�f'S�茆�4ZJ��@`�����T�m��}�ӫ�����~)�0������X8y0�9�뚇��/!�eV�?�f�t�;���ܳ,7�z����nN��_�F�v�q�L4ױ�ݮ��f!`�(��W"�����-\H�������h��!�:A��N!�ȴ����4ӈ�ȩg�$l�,!����!ͲN2N�ƞ�_�ظ��`9s8ژ �^�<c�J]0��W�!�D�Qυ>��q�&��> �L�F +sE^Y���_�Wn��3d�2W}]V�|���]�5�t�#bG �4=����\d�RQF�JKF�.�Q���][2��ۥd�I���P@���6���]�����d���M����z�ԥ�e)��Jq�>�� �S�$�i���Ϧ�U�Ňi��A����ٙCSW 1�l������`s dYث��*�3c1cp�O�\�l��^��b_`QnFk�Y�}�j�� `���̈́)��&TG/sf�����Fp2�d�9��p;yq��9\C1���1�����"�.��9���,)�v���夽�|��T����Ջ�p����۩L��.�A��H��[�))缫� l��!��ժ�s�������M��ɘ��Q���q���~��n@���Tm{����J�33�R�&�l����������ђ�1b�w1�/|�X�.;^�[MD����K'�(�����Q�&�!U7��ծ_��ԇi��4D�J�8���jT�� ~�ը<��v�����RA��g�d�R~��Jt`�fn������Dl���i���5�°���`�����g)I>]u�G6�|X����0Z?\�?f/ h;?�+z��6AK��!� �Qᱫڮ�'�����=����p�hT�,��K��e�����A +�Uu�,�ͦ!�xDΐ������p!ǡ9'���7�1mm�4�P?O:��~��� ���(�����g��/��(�o�ť|[�X��Ǹn�%�,��rOwB��m0g��Q��p?]�R�<���SO�M�����?Fg�́V�UHc���E����Pȡn�<����^>�4�#���LM�"1>;W�r��D5� �-�����Wm����r�R���?S��}���d�a�rV�H}�����2ٵ'5U��#�yF� ��T�@8���;H��G���x�-2X:ˇRK����k�2k�Np�>2[�)���7�&�v��G@����n�Z�]k��K�h]O½\� �J֕�V��TL��]���ܰ��tU�;����{��"oٻ��D ���)f� +���.cN���~4T�BC������b~�Bz���9B]V5_��*��C > ��È��6F�N`��@����}��SCI3�".��Oٍ�^�e��/�b#�T�~��0�"�>�)6D�&���L�d������stR�B!�^qX�aO﹏c�;4��#4��.x4t��]�������"�Du�P��id�tv�o�<6?�?Ո,�B��!F�d��n��ӓ�E��x[Z���-(ȡ�eY� 2pk'Ni��h�"���|/���.�h%h���~˶��N��|C�Mϐ�t���M�^�xh�<��T���lf�T�xQ��n��X`8R����WX��h�ZN����16Q������}x�-8Dc QP���9F��)�;2�R^��/�5�����F��Ѐޗ���՝L����鉮M����AQX endstream endobj -2010 0 obj +2017 0 obj << /Type /Page -/Contents 2011 0 R -/Resources 2009 0 R +/Contents 2018 0 R +/Resources 2016 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1879 0 R -/Group 2018 0 R -/Annots [ 1979 0 R 1980 0 R ] +/Parent 1886 0 R +/Group 2025 0 R +/Annots [ 1986 0 R 1987 0 R ] >> endobj -2004 0 obj +2011 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/abc.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2021 0 R +/PTEX.InfoDict 2028 0 R /BBox [0 0 432 288] -/Group 2018 0 R +/Group 2025 0 R /Resources << /ExtGState << /A1 << @@ -28099,7 +28134,7 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 2022 0 R>> +>>/Font << /F1 2029 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -28116,50 +28151,50 @@ x {��(���w�ݍ��!0��;=/�?S��� �x�Y�fÐ����D{��_m��k'?NG�я�#���Σ����~�ߺ�'_/��(�� endstream endobj -2021 0 obj +2028 0 obj << /CreationDate (D:20200421164715+02'00') /Creator (matplotlib 3.1.2, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.2) >> endobj -2022 0 obj +2029 0 obj << /BaseFont /DejaVuSans -/CharProcs 2023 0 R +/CharProcs 2030 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five/six 56/eight/nine 97/a 99/c 117/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2024 0 R +/FontDescriptor 2031 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2025 0 R +/Widths 2032 0 R >> endobj -2023 0 obj +2030 0 obj << -/a 2026 0 R -/c 2027 0 R -/eight 2028 0 R -/five 2029 0 R -/four 2030 0 R -/nine 2031 0 R -/one 2032 0 R -/period 2033 0 R -/six 2034 0 R -/three 2035 0 R -/two 2036 0 R -/u 2037 0 R -/zero 2038 0 R +/a 2033 0 R +/c 2034 0 R +/eight 2035 0 R +/five 2036 0 R +/four 2037 0 R +/nine 2038 0 R +/one 2039 0 R +/period 2040 0 R +/six 2041 0 R +/three 2042 0 R +/two 2043 0 R +/u 2044 0 R +/zero 2045 0 R >> endobj -2024 0 obj +2031 0 obj << /Ascent 929 /CapHeight 0 @@ -28174,10 +28209,10 @@ endobj /XHeight 0 >> endobj -2025 0 obj +2032 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2026 0 obj +2033 0 obj << /Filter /FlateDecode /Length 304 @@ -28187,7 +28222,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2027 0 obj +2034 0 obj << /Filter /FlateDecode /Length 230 @@ -28196,7 +28231,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -2028 0 obj +2035 0 obj << /Filter /FlateDecode /Length 392 @@ -28206,7 +28241,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -2029 0 obj +2036 0 obj << /Filter /FlateDecode /Length 247 @@ -28216,7 +28251,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -2030 0 obj +2037 0 obj << /Filter /FlateDecode /Length 90 @@ -28225,7 +28260,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2031 0 obj +2038 0 obj << /Filter /FlateDecode /Length 320 @@ -28236,7 +28271,7 @@ x �R�ӿ����ccz� endstream endobj -2032 0 obj +2039 0 obj << /Filter /FlateDecode /Length 80 @@ -28245,7 +28280,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2033 0 obj +2040 0 obj << /Filter /FlateDecode /Length 49 @@ -28254,7 +28289,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2034 0 obj +2041 0 obj << /Filter /FlateDecode /Length 317 @@ -28265,7 +28300,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -2035 0 obj +2042 0 obj << /Filter /FlateDecode /Length 338 @@ -28279,7 +28314,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2036 0 obj +2043 0 obj << /Filter /FlateDecode /Length 248 @@ -28290,7 +28325,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2037 0 obj +2044 0 obj << /Filter /FlateDecode /Length 171 @@ -28300,7 +28335,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -2038 0 obj +2045 0 obj << /Filter /FlateDecode /Length 210 @@ -28310,79 +28345,79 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2018 0 obj +2025 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -1979 0 obj +1986 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [239.369 752.32 250.328 766.776] -/A << /S /GoTo /D (Hfootnote.68) >> +/A << /S /GoTo /D (Hfootnote.66) >> >> endobj -1980 0 obj +1987 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [406.161 738.539 417.12 752.33] -/A << /S /GoTo /D (Hfootnote.69) >> +/A << /S /GoTo /D (Hfootnote.67) >> >> endobj -2012 0 obj +2019 0 obj << -/D [2010 0 R /XYZ 55.693 823.059 null] +/D [2017 0 R /XYZ 55.693 823.059 null] >> endobj -2013 0 obj +2020 0 obj << -/D [2010 0 R /XYZ 261.694 733.278 null] +/D [2017 0 R /XYZ 261.694 733.278 null] >> endobj -2014 0 obj +2021 0 obj << -/D [2010 0 R /XYZ 262.239 629.659 null] +/D [2017 0 R /XYZ 262.239 629.659 null] >> endobj -2015 0 obj +2022 0 obj << -/D [2010 0 R /XYZ 269.743 573.951 null] +/D [2017 0 R /XYZ 269.743 573.951 null] >> endobj -2016 0 obj +2023 0 obj << -/D [2010 0 R /XYZ 280.874 526.661 null] +/D [2017 0 R /XYZ 280.874 526.661 null] >> endobj -2017 0 obj +2024 0 obj << -/D [2010 0 R /XYZ 56.693 435.242 null] +/D [2017 0 R /XYZ 56.693 435.242 null] >> endobj -2019 0 obj +2026 0 obj << -/D [2010 0 R /XYZ 74.626 125.933 null] +/D [2017 0 R /XYZ 74.626 125.933 null] >> endobj -2020 0 obj +2027 0 obj << -/D [2010 0 R /XYZ 74.626 102.023 null] +/D [2017 0 R /XYZ 74.626 102.023 null] >> endobj -2009 0 obj +2016 0 obj << -/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F14 963 0 R /F34 1124 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R >> -/XObject << /Im31 2004 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F14 947 0 R /F34 1131 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R >> +/XObject << /Im31 2011 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2042 0 obj +2049 0 obj << /Length 2856 /Filter /FlateDecode @@ -28392,37 +28427,37 @@ xڅYK B%ypW�W�������?�����m�����ǻ����q}k�Ԛ՟k[��]C��*����~����ˍ�FQ`f�Q&& 6Ǜ�GA��߃(��"xf�c�&,J����͇���g͓���(�S#g��7=��Wn�o�ʷ{ݱ:�`#��u����ԼX�&&ZU����f�w�5n��7��IW{���HW�w�n:�3� b�T��7�,��aVh�[��=��0���Q�&Ӵ�7 �$���O8lg�����ݝc�C3�C��� ��~�N��R�ē���p���Å����~_������� �;(�{�V3�M����v����m@'�j�mbp� -2�+2 f�*����YϠ�߶z���'`S ��yߴ�;��]�+�˶RլيT�M�{X��,A��������D��M�\��Y�4<v�!�\��m���uJ�6g�\7#�}�&�=�ԏ2LJ t�kI��^꧰�P��{�ݸW����je�|}<T�~��^�Q�6��f��i���ٰ�j�Q�&��+%����f�C3�b�y��MKh���)�fPJ�V�H8��k��3i���vNk����Fy�� �WnXM��̦��eC�J�o@¦z${&w'~�ߩ����7�g&LBZ%_�-`�i��~k�B��V��;>�z ��>�%�x��`�Bsݮ�g!�E$�V��/"!\�-�枘��y��U�!�|����A{��APEi��#�=�+/��U�<=�B�3�S;L����� �4�'W��"K���]�N�X)��b��t�e����s��`h �$dž��9D2&-�w&�N�/�U�҈}[����<�t��p��ի���L:�Ȑ�F�#��6����� G�$�HqL�/Fd��%/ٴ�w��!g:�4m�W����!�]�4Նp�kNP�"Te�17�V��ي��o/� �Z@ ����W�i e��}�\�l�+� �<2�V�<��I�G����ئȐl�%q���2�Ah�3S �)�F2�r���+F�dT��2d�c���Dy��H2EvfC��B+�y2ư&�Si"T������6Hc��q!K��̅]nU�e������n���M�ܣ���wTg��2�Q����_����0iFD�a�pr��&�l�2� � �J/;�6���bNɦ����o��5�E��߹��w#��gI��7���Kw� /�7�jڨ����D�*�a� �S�����lک�f� ��#{�n~��@A���O;�{��cՏ�V�&,~?��嚏B�}!%�4H`�6&T"��GP�e3�w�ȣk�pt��||?D�P&8�����j�'�ͮ�biLs`�yvläԒ�p�o}�D e;�����<bA��*1��C���PȲ$�mF�P�Y����cawM�� ����f����K;�����Y�O"R:9U�9w��.�.���8۲>��}N?��k����J+��^�E���pD�FB�i��V�7�$�b��!j2�(Y9 +2�+2 f�*����YϠ�߶z���'`S ��yߴ�;��]�+�˶RլيT�M�{X��,A��������D��M�\��Y�4<v�!�\��m���uJ�6g�\7#�}�&�=�ԏ2LJ t�kI��^꧰�P��{�ݸW����je�|}<T�~��^�Q�6��f��i���ٰ�j�Q�&��+%����f�C3�b�y��MKh���)�fPJ�V�H8��k��3i���vNk����Fy�� �WnXM��̦��eC�J�o@¦z${&w'~�ߩ����7�g&LBZ%_�-`�i��~k�B��V��;>�z ��>�%�x��`�Bsݮ�g!�E$�V��/"!\�-�枘��y��U�!�|����A{��APEi��#�=�+/��U�<=�B�3�S;L����� �4�'W��"K���]�N�X)��b��t�e����s��`h �$dž��9D2&-�w&�N�/�U�҈}[����<�t��p��ի���L:�Ȑ�F�#��6����� G�$�HqL�/Fd��%/ٴ�w��!g:�4m�W����!�]�4Նp�kNP�"Te�17�V��ي��o/� �Z@ ����W�i e��}�\�l�+� �<2�V�<��I�G����ئȐl�%q���2�Ah�3S �)�F2�r���+F�dT��2d�c���Dy��H2EvfC��B+�y2ư&�Si"T������6Hc��q!K��̅]nU�e������n���M�ܣ���wTg��2�Q����_����0iFD�a�pr��&�l�2� � �J/;�6���bNɦ����o��5�E��߹��w#��gI��7���Kw� /�7�jڨ����D�*�a� �S�����lک�f� ��#{�n~��@A���O;�{��cՏ�V�&,~?��嚏B�}!%�4H`�6&T"��GP�e3�w�ȣk�pt��||?D�P&8�����j�'�ͮ�biLs`�yvläԒ�p�o}�D e;�����<bA��*1��C���PȲ$�mF�P�Y����cawM�� ����f����K;�����Y�O"R:9U�9w��.�.���8۲>��}N?��k����J+��^�E���pD�FB�i��V�7�$�b��!j2�(Y9 �%Y�z�J���C0 ��C������'��pb\j�J�?Ӡ�0B��h�����!}xV>�xJ20 �#�Vl�W�t�0� ���$��!�ɑ.�c��z��״��� (g�J�$���H�S���(3�/����A��ip���$�I���r5J&_�J\66�1�6��0ec��G_L�9�2}7��2����b�Y�L��'�C0���$Z�>��Y��snsh(��si�[u��Z2d{ @�= .��W����58��i�n'�����ov�0�����紨��Y ���W���r>7HQz�I���<�"μmb�O�����f�8#L��k"��\�7�c{��8iB́�����{O-�Bw�+5�ר�u�� �,:SR$J�. RV�͋�hX$[D%�>Y�u�h�U-A�k)%G����}�X:o�E����p<�?�L7��8^�M���N^��ɹx��̢\��r)7�s�&C��+I�v�(b�̶��L�����T��AYM4�����xPYz���X��D����o��K��=K�`��?R'<��3�`�|��;X�#E��X=H�&/�Y�O>㪓͠� �~�rꈣE�k�yD(��붖��0t�����%�����ED����A8 �녬D��j�K����լ��ot�+b��4�&�t���z!��qc?�+�h*�E����٨W�\;�V�J�i�G�e�y���ɮ�L�%e�+����rZA�2g�����k�upiR<�/ӏ|���f!�T|���≹҃��n%]�|�z�Mu���]�<p\�5�!����9;��ݠ?(����{�sq���+b��=E� !5�.X�� `L-�4��d���IwQ~�σ�LhQ���S�0G�{V��A�����m�e�)Ҡ�ì��e��wEP�����I��TƷ|�E�mL��R����/�a���8G�s;S×Iz�X��#B�(ST�郥Y���ʇ(�Sj�E_�pM5�}���V�>���}��g�y���r�6egH��r���YBN�����wU�L�^}D!�&C[�J<R.�7&�N.�'��zM���P�f���@̩�G���('4"۽L<� -��z4փ�ГtB|z��x��P(=�/��ܦD|w�}<X9���Q��P{��Cl|Bj7.�� 7��e�,?�e���{�Z�I[�����x�C��"ȵ�i��YH?^�%�r�!D ���/��.�1�'�'�0�c���:Qu��w֯U���?�� +��z4փ�ГtB|z��x��P(=�/��ܦD|w�}<X9���Q��P{��Cl|Bj7.�� 7��e�,?�e���{�Z�I[�����x�C��"ȵ�i��YH?^�%�r�!D ���/��.�1�'�'�0�c���:Qu��w֯U���?��� endstream endobj -2041 0 obj +2048 0 obj << /Type /Page -/Contents 2042 0 R -/Resources 2040 0 R +/Contents 2049 0 R +/Resources 2047 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1879 0 R -/Group 2045 0 R -/Annots [ 2005 0 R 2006 0 R 2039 0 R 2007 0 R ] +/Parent 1886 0 R +/Group 2052 0 R +/Annots [ 2012 0 R 2013 0 R 2046 0 R 2014 0 R ] >> endobj -2008 0 obj +2015 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/powerauc6.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2047 0 R +/PTEX.InfoDict 2054 0 R /BBox [0 0 460.8 345.6] -/Group 2045 0 R +/Group 2052 0 R /Resources << /ExtGState << /A1 << @@ -28435,7 +28470,7 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 2048 0 R>> +>>/Font << /F1 2055 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -28451,54 +28486,54 @@ O �<���ρ¥��`�Aċ�괎�އ�T�?�������c�d��y�#����� IZ{@�kD]�p�*�25��z�#90�J��>'�"��j��R(����U�ٜ���S������ �uN��qłdN@��������ü!M� _GGR%s;�<� �{�Ы���8wܼ�����I��./[.��v��3;k endstream endobj -2047 0 obj +2054 0 obj << /CreationDate (D:20200317173625+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2048 0 obj +2055 0 obj << /BaseFont /DejaVuSans -/CharProcs 2049 0 R +/CharProcs 2056 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three 53/five/six/seven/eight 97/a 99/c 101/e 111/o/p 114/r 117/u 119/w] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2050 0 R +/FontDescriptor 2057 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2051 0 R +/Widths 2058 0 R >> endobj -2049 0 obj +2056 0 obj << -/a 2052 0 R -/c 2053 0 R -/e 2054 0 R -/eight 2055 0 R -/five 2056 0 R -/o 2057 0 R -/one 2058 0 R -/p 2059 0 R -/period 2060 0 R -/r 2061 0 R -/seven 2062 0 R -/six 2063 0 R -/three 2064 0 R -/two 2065 0 R -/u 2066 0 R -/w 2067 0 R -/zero 2068 0 R +/a 2059 0 R +/c 2060 0 R +/e 2061 0 R +/eight 2062 0 R +/five 2063 0 R +/o 2064 0 R +/one 2065 0 R +/p 2066 0 R +/period 2067 0 R +/r 2068 0 R +/seven 2069 0 R +/six 2070 0 R +/three 2071 0 R +/two 2072 0 R +/u 2073 0 R +/w 2074 0 R +/zero 2075 0 R >> endobj -2050 0 obj +2057 0 obj << /Ascent 929 /CapHeight 0 @@ -28513,10 +28548,10 @@ endobj /XHeight 0 >> endobj -2051 0 obj +2058 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2052 0 obj +2059 0 obj << /Filter /FlateDecode /Length 304 @@ -28526,7 +28561,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2053 0 obj +2060 0 obj << /Filter /FlateDecode /Length 230 @@ -28535,7 +28570,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -2054 0 obj +2061 0 obj << /Filter /FlateDecode /Length 245 @@ -28544,7 +28579,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2055 0 obj +2062 0 obj << /Filter /FlateDecode /Length 392 @@ -28554,7 +28589,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -2056 0 obj +2063 0 obj << /Filter /FlateDecode /Length 247 @@ -28564,7 +28599,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -2057 0 obj +2064 0 obj << /Filter /FlateDecode /Length 214 @@ -28575,7 +28610,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -2058 0 obj +2065 0 obj << /Filter /FlateDecode /Length 80 @@ -28584,7 +28619,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2059 0 obj +2066 0 obj << /Filter /FlateDecode /Length 236 @@ -28595,7 +28630,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2060 0 obj +2067 0 obj << /Filter /FlateDecode /Length 49 @@ -28604,7 +28639,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2061 0 obj +2068 0 obj << /Filter /FlateDecode /Length 157 @@ -28614,7 +28649,7 @@ x ���f�W����7y endstream endobj -2062 0 obj +2069 0 obj << /Filter /FlateDecode /Length 68 @@ -28625,7 +28660,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -2063 0 obj +2070 0 obj << /Filter /FlateDecode /Length 317 @@ -28636,7 +28671,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -2064 0 obj +2071 0 obj << /Filter /FlateDecode /Length 338 @@ -28650,7 +28685,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2065 0 obj +2072 0 obj << /Filter /FlateDecode /Length 248 @@ -28661,7 +28696,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2066 0 obj +2073 0 obj << /Filter /FlateDecode /Length 171 @@ -28671,7 +28706,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -2067 0 obj +2074 0 obj << /Filter /FlateDecode /Length 88 @@ -28680,7 +28715,7 @@ stream x�5���0C{O����ɥJ�o��Ѐ�w���:A�)�.n�Wz���&���LC��`EՋZ-_nc�b*�?�$ �u�^8����{ endstream endobj -2068 0 obj +2075 0 obj << /Filter /FlateDecode /Length 210 @@ -28690,14 +28725,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2045 0 obj +2052 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -2005 0 obj +2012 0 obj << /Type /Annot /Subtype /Link @@ -28706,16 +28741,16 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.2) >> >> endobj -2006 0 obj +2013 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [349.391 635.62 360.35 651.578] -/A << /S /GoTo /D (Hfootnote.70) >> +/A << /S /GoTo /D (Hfootnote.68) >> >> endobj -2039 0 obj +2046 0 obj << /Type /Annot /Subtype /Link @@ -28724,7 +28759,7 @@ endobj /A << /S /GoTo /D (subsection.9.12) >> >> endobj -2007 0 obj +2014 0 obj << /Type /Annot /Subtype /Link @@ -28733,68 +28768,67 @@ endobj /A << /S /GoTo /D (subsection.9.17) >> >> endobj -2043 0 obj +2050 0 obj << -/D [2041 0 R /XYZ 55.693 823.059 null] +/D [2048 0 R /XYZ 55.693 823.059 null] >> endobj -2044 0 obj +2051 0 obj << -/D [2041 0 R /XYZ 56.693 629.131 null] +/D [2048 0 R /XYZ 56.693 629.131 null] >> endobj 174 0 obj << -/D [2041 0 R /XYZ 56.693 275.703 null] +/D [2048 0 R /XYZ 56.693 275.703 null] >> endobj -2046 0 obj +2053 0 obj << -/D [2041 0 R /XYZ 74.626 102.023 null] +/D [2048 0 R /XYZ 74.626 102.023 null] >> endobj -2040 0 obj +2047 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F29 679 0 R /F27 1125 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im32 2008 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F29 679 0 R /F27 1132 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im32 2015 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2082 0 obj +2090 0 obj << -/Length 2113 +/Length 2116 /Filter /FlateDecode >> stream -xڝ�r�F����6�|m�&�$59dfb��0;�6Ֆ�̇�;ޯ_�HQ6���ED��j� �z/�~������K{JE�D���K� -b/G�μ������u���O��^�Q���������o��Q�D����r�,ng~��_w�m��6�6 -����Y����z��k��a�7/�"����t������n6�7���5�� K�z�թ�� -�ߎ�y껆���10t���[�f��lZ�魭����-��6�x8���5�������'��*���5[��g��o��N(эmw?۲�������k��S>.��U䷧���nI3(���k �O�0��� -�+�?����h�3v�ܝ/ݭ�"��L �'�)�,(�PQD�<K�� ���N�.� ��dG��a�F�[ut�#�C�kLY�z�|��ʿB|��8�����4}e>`D�ïa�"]y�$HTt�Ѫ���ڿ�m�0���`��f��x -���8H5%{�1��_�=�ȁq��;������τ�M>��P' �M�Үe�$��'O�$���^���wc@��ʿ�9q-^�ɫg����!SJ�v�1�ks����֒��#Z�Y��WUK=kَ%�tqxA��K��H�D��5w�;ѯ����г�X.D�~ V+� -�#|�m�Ԛ9��Bb2�!��[���(�징3�m�jn!�EK��+c�F��P`����6����c�f~����N�lލM�RE��j���0V|���1q��l����/�K⚽�}�%쎿\������1ӂ��R�=�� �l0{�A-��xuK��6*\K�^pu[[��W-�r�Ԭd�L��R�KD�n��q�?M���mlg*�7UXᯤ*��b�A��Y��Aj��k*"��\�V�K -���� -�[�by(�4����88K`��Hi��IR\����b�C>�Vi���F�Q!����u!"��(�����F#�����S#� r����v��� b��n$����pqHqXc9 � -���3^r�Ɯظ+k�z-��n�(�+�א�c ee����ʩL�A_B+�����m�+�a�q ���T�ʵ|�s1+C%�Q���5��*�,�=�i�\�(�'��ȋ��L>��r#����6Z����|��y����ٍ��B�[8��6����[���-��&B��b�Y<W��Qc�=� {ޣ���@SVRP_#�k`��粞��r�I�f0�x��澟Y�x�k���8�������J�0��ź�T$� H��5|��U��-2�2�9v��ؗ�NN7�S5.�laJ1D�Z�lC�{~�ח��_���")l���y�wl<!�9m�ʻ��*Q�ќh��Kw�7��n�/D�h!�� �}�*��3j�vo�I_��c�X����Q��uǭ̂�����b!����0Ϧ���� -�hL�$Ħ�'S+�'%�B����' e -�����*���._\�� -�>|���V��΄ ���2�c����c����mm����Ҧr%�&�Y"��t��a���̭�&�Y���*�(Pi6�Ժ~��WTH�G��?�8�Ԟ'I�`��b��[ ��LЯ���}?[�!�{l������Vْ�زW��ԕ�dY{Ϯ+���� 2a��Y�ܹi��a�9�p8S���i -����N���w1���Z!A<q�Ex����vb����Ih�5"��]��T��q���Z�V��o#vǏ���V -��:�S�EiT�a�5�Q���)i����d:h9��WIw)�nT�_�����kq�����8HR�?�C�V��gH -"@�t�������9�x�}��ʄ*�Д��DR�nM c*h�{��J���&C�n)���S[{Z�nY�SQ$ Z�+�ՖG9�1{+;X�j�����%�R��Ӈ�4e��+�� ��x�\��I�'�D1����T���a�ѿ��6A�iB��&6A��V����|^��9�\O����W��TyDE��!�1 �/�0v�'ho�Rq�tP��v�ǔnl�ؔ�����K���}�?��D�K +xڝ�r�F����6�|�j����䐙����dm�-u� v��_�HQ6���ED��j� �z/�~��s���(�� +�$��ݝ��AZ�^�(�y�������"+���������������݇���l��4���i�9X���Xo��~ټ�m�m( +=5� �@+���������/^�E�=e��\y`��l>o��ik��A�(��h�Svڿ���w ۱c`��ܷ���iٴ��[[q��[&�m��pE�kJ�GzSO��*���5[��g��o��N(эmw?۲�������k��S>.��U䷧���nI3(�������'\�npe�獕��pd�J��;��Η�VE�a +&���^Y�("A�%`a�A\�j'T�S�Xy�#���e�a��:���!�5�,�=X>ms�_!>�@��DCg��20���װX�����T$*��h���~�߁ضc�\S�AP�G\<�Z�f$�������r�/�r���Z��m�Bzm�g�Y�&�CC���q�&}i�2Uq��e@�m/��ۻ� + ]b�߈뜸���ճ��Np����)%W����Z�������d���w����U�R�Z��AI<]^�:��:�"-QD4{��N�+��x ;��,���_��� +��y[&��D�#�П��i�E)���f/J5�i�Le[��[Hn����X�`Ń3�4����#:>��=��_�Ec5�S%�wcS�Te��$�7�_�,vL�.�&[c/l�����fo�D@ ��/W'��l�m�´ ���DO�r�9�A���uPK�'^�Ry{��J�ג�\�֖�9�U��\"5+Y;ӳ������=�C�!�OS���A��`ۙ�� EV�+�J,��lP�|V@6v��<�Ě�����,���R���=���{��B�0 ��p��>����C7R$FeA����$�F�d��������U�wu��"ET��p{q]���1��*o=��H�颧� È}��'��6;$t� �I&k�7\R�XNB��>�����1'6�ʚ�^�g*�, +��5$��XBY� �r*@З�J�&$:��5b��JhnH�x�z*ըr-�\��P aT$~mM# ��!�s�iZ(�<J��|<�b�-�����h*�����Vn`,'��p^0l�sv#f����N� ���+dA�C�उ��n�U�t�`.Ȟ�(��a?Д�����깬�4�����f��Loީ���gV,^��i��(Nk�t2���:��0�'t�.$���3�C�t _y�s��y����z��sE=��"��� ���T���$[�RQ�֢�����}������i�9�H +~�i��_�tN�{k��kk�J�t4���`���� ����Q�@ZH�yf_����A�Ĵ��jҗ*�5?�y~��b�q+��9�(f��X��q7̳)���4����/�? ���I���� Dɵ��)>�� H�'b#±��b*������߬r=���3�3a~���X�����X).�}D�k��Ŀ���\ � �_<b�ȹ���}��0{�8s몉nVq~ ( +T��*����G��R�Q��7{�6��I�5Xh����V¥/�+���fF�ϖ�u��[��l)��U��-���7u��eM��#xe����,B��g}�! +;; 0�vO�m �������j���L�3�\�v��7�����? �1�_:ݏm�s���O;., t�J^�����~a��W�![�~qdp�Ra��o��1�c<�f�F�\se�?���&�M&�>ek|�t�r��G���?+IQ��KW<�=N/�$�����i�0$U �T�}�t����9�X +}��ʄ*�Д��DR�nM c*������?N��R6�C{���>Yݲ.(��H�F�4�WX�-��b�Vv�4 + ��K +��7���i�ʟ^Z�AFG����v�� O�" +.b�~7��B�9~� ��@�m�<Nӄ mMl���C����v�y��Ds=ɾ>_��T�Y�����$`?��؉��'bJ���A�څS�-��c'���gϛ?����֡�L endstream endobj -2081 0 obj +2089 0 obj << /Type /Page -/Contents 2082 0 R -/Resources 2080 0 R +/Contents 2090 0 R +/Resources 2088 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1879 0 R -/Group 1213 0 R -/Annots [ 2069 0 R 2070 0 R 2071 0 R 2072 0 R 2073 0 R 2074 0 R 2075 0 R 2076 0 R 2077 0 R 2078 0 R 2079 0 R ] +/Parent 1886 0 R +/Group 1220 0 R +/Annots [ 2076 0 R 2077 0 R 2078 0 R 2079 0 R 2080 0 R 2081 0 R 2082 0 R 2083 0 R 2084 0 R 2085 0 R 2086 0 R 2087 0 R ] >> endobj -2069 0 obj +2076 0 obj << /Type /Annot /Subtype /Link @@ -28803,7 +28837,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.4) >> >> endobj -2070 0 obj +2077 0 obj << /Type /Annot /Subtype /Link @@ -28812,7 +28846,7 @@ endobj /A << /S /GoTo /D (subsection.3.5) >> >> endobj -2071 0 obj +2078 0 obj << /Type /Annot /Subtype /Link @@ -28821,7 +28855,7 @@ endobj /A << /S /GoTo /D (section.6) >> >> endobj -2072 0 obj +2079 0 obj << /Type /Annot /Subtype /Link @@ -28830,7 +28864,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.6.4) >> >> endobj -2073 0 obj +2080 0 obj << /Type /Annot /Subtype /Link @@ -28839,7 +28873,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.2.2) >> >> endobj -2074 0 obj +2081 0 obj << /Type /Annot /Subtype /Link @@ -28848,7 +28882,7 @@ endobj /A << /S /GoTo /D (subsubsection.5.1.3) >> >> endobj -2075 0 obj +2082 0 obj << /Type /Annot /Subtype /Link @@ -28857,7 +28891,7 @@ endobj /A << /S /GoTo /D (subsubsection.5.1.6) >> >> endobj -2076 0 obj +2083 0 obj << /Type /Annot /Subtype /Link @@ -28866,7 +28900,7 @@ endobj /A << /S /GoTo /D (subsubsection.6.1.1) >> >> endobj -2077 0 obj +2084 0 obj << /Type /Annot /Subtype /Link @@ -28875,7 +28909,7 @@ endobj /A << /S /GoTo /D (subsection.7.1) >> >> endobj -2078 0 obj +2085 0 obj << /Type /Annot /Subtype /Link @@ -28884,7 +28918,16 @@ endobj /A << /S /GoTo /D (section.8) >> >> endobj -2079 0 obj +2086 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [269.173 462.615 281.986 472.578] +/A << /S /GoTo /D (subsection.8.1) >> +>> +endobj +2087 0 obj << /Type /Annot /Subtype /Link @@ -28893,34 +28936,34 @@ endobj /A << /S /GoTo /D (subsubsection.2.3.2) >> >> endobj -2083 0 obj +2091 0 obj << -/D [2081 0 R /XYZ 55.693 823.059 null] +/D [2089 0 R /XYZ 55.693 823.059 null] >> endobj 178 0 obj << -/D [2081 0 R /XYZ 56.693 522.889 null] +/D [2089 0 R /XYZ 56.693 522.889 null] >> endobj 182 0 obj << -/D [2081 0 R /XYZ 56.693 494.446 null] +/D [2089 0 R /XYZ 56.693 494.446 null] >> endobj -2084 0 obj +2092 0 obj << -/D [2081 0 R /XYZ 56.693 397.111 null] +/D [2089 0 R /XYZ 56.693 397.111 null] >> endobj -2080 0 obj +2088 0 obj << /Font << /F23 623 0 R /F28 677 0 R /F29 679 0 R /F17 619 0 R /F26 678 0 R >> -/XObject << /Im11 1140 0 R >> +/XObject << /Im11 1147 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2090 0 obj +2098 0 obj << /Length 1162 /Filter /FlateDecode @@ -28931,26 +28974,26 @@ xڭV ��&�5�����uE�2�W�Qf��_���]�'�1����3�pA�]��ێ�.�C�o�.mT�iZ�9�S������a��s��]�!���<���vKN�|h��4L=M�� ���C�����ٵ�#ζ4�*��NԞ�Ȧ������hX#O� l ��`K��[L0���ĝ����߮ ���LW*^�ݻ\o��deuOTo�LQ�A|��ջT|/����cM1��3�� z�i}Koۦ"}U��a�� ���S���dx��K�W3N)Z ���Pl趐*�m���B��UO���DίX��X���x-|A��]����*��}�[ ���L7u�P5&r>TI�|�$� �7�� endstream endobj -2089 0 obj +2097 0 obj << /Type /Page -/Contents 2090 0 R -/Resources 2088 0 R +/Contents 2098 0 R +/Resources 2096 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2095 0 R -/Group 2093 0 R +/Parent 2103 0 R +/Group 2101 0 R >> endobj -2085 0 obj +2093 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/losspos.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2096 0 R +/PTEX.InfoDict 2104 0 R /BBox [0 0 460.8 345.6] -/Group 2093 0 R +/Group 2101 0 R /Resources << /ExtGState << /A1 << @@ -28963,7 +29006,7 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 2097 0 R>> +>>/Font << /F1 2105 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -28979,66 +29022,66 @@ x 9D�O�Iѥ��� �#I �Y�=IA��h���Ι}����U�]}L\�r���g_gCO#c4 FL }g��I�5Al�^��Bvԇ����0N!8ӆ�J4�_�+V �f1[�=7z��t���g]��mS���z2t�������xq���v]<<H�O;g��?������O��T��+�� endstream endobj -2096 0 obj +2104 0 obj << /CreationDate (D:20200924185543+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2097 0 obj +2105 0 obj << /BaseFont /DejaVuSans -/CharProcs 2098 0 R +/CharProcs 2106 0 R /Encoding << /Differences [ 32/space 40/parenleft/parenright 46/period/slash/zero/one/two 52/four 54/six 56/eight 69/E/F 95/underscore 97/a 100/d/e/f/g/h/i/j 108/l 111/o/p 114/r 116/t/u/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2099 0 R +/FontDescriptor 2107 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2100 0 R +/Widths 2108 0 R >> endobj -2098 0 obj +2106 0 obj << -/E 2101 0 R -/F 2102 0 R -/a 2103 0 R -/d 2104 0 R -/e 2105 0 R -/eight 2106 0 R -/f 2107 0 R -/four 2108 0 R -/g 2109 0 R -/h 2110 0 R -/i 2111 0 R -/j 2112 0 R -/l 2113 0 R -/o 2114 0 R -/one 2115 0 R -/p 2116 0 R -/parenleft 2117 0 R -/parenright 2118 0 R -/period 2119 0 R -/r 2120 0 R -/six 2121 0 R -/slash 2122 0 R -/space 2123 0 R -/t 2124 0 R -/two 2125 0 R -/u 2126 0 R -/underscore 2127 0 R -/v 2128 0 R -/zero 2129 0 R +/E 2109 0 R +/F 2110 0 R +/a 2111 0 R +/d 2112 0 R +/e 2113 0 R +/eight 2114 0 R +/f 2115 0 R +/four 2116 0 R +/g 2117 0 R +/h 2118 0 R +/i 2119 0 R +/j 2120 0 R +/l 2121 0 R +/o 2122 0 R +/one 2123 0 R +/p 2124 0 R +/parenleft 2125 0 R +/parenright 2126 0 R +/period 2127 0 R +/r 2128 0 R +/six 2129 0 R +/slash 2130 0 R +/space 2131 0 R +/t 2132 0 R +/two 2133 0 R +/u 2134 0 R +/underscore 2135 0 R +/v 2136 0 R +/zero 2137 0 R >> endobj -2099 0 obj +2107 0 obj << /Ascent 929 /CapHeight 0 @@ -29053,10 +29096,10 @@ endobj /XHeight 0 >> endobj -2100 0 obj +2108 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2101 0 obj +2109 0 obj << /Filter /FlateDecode /Length 79 @@ -29065,7 +29108,7 @@ stream x�Mͻ � О)<��>Q��"Bc?�N:���hw�Z�Q�}��Ps=DX3%:��_��0Ø�ȶ�V�� endstream endobj -2102 0 obj +2110 0 obj << /Filter /FlateDecode /Length 74 @@ -29076,7 +29119,7 @@ x )�\@>������L̀,CKd���!�eba��26���"X@lM���4�q� endstream endobj -2103 0 obj +2111 0 obj << /Filter /FlateDecode /Length 304 @@ -29086,7 +29129,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2104 0 obj +2112 0 obj << /Filter /FlateDecode /Length 227 @@ -29097,7 +29140,7 @@ x *��s��>�h][M endstream endobj -2105 0 obj +2113 0 obj << /Filter /FlateDecode /Length 245 @@ -29106,7 +29149,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2106 0 obj +2114 0 obj << /Filter /FlateDecode /Length 392 @@ -29116,7 +29159,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -2107 0 obj +2115 0 obj << /Filter /FlateDecode /Length 133 @@ -29125,7 +29168,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -2108 0 obj +2116 0 obj << /Filter /FlateDecode /Length 90 @@ -29134,7 +29177,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2109 0 obj +2117 0 obj << /Filter /FlateDecode /Length 338 @@ -29143,7 +29186,7 @@ stream x�ERKr�0��\ 3�g��NW����p:�<� 2=eH��6�d���Wd�Ր�F�D��)����\�n�J�?��72ͮЪ�G�6�F5+#� C�zV���Q�d��v!�:S�p,�C��u�)�mA��#�o<���r��Ln���[��:[�m@ �s�`��� ������)(U��I�\';P�Ъt�7�9`Ò��ho��>��F����, ���f��1�H�'�N=q:őpI8�@�������/���� u:eM����B��Rq�"n]E�lO� �?*�3b��� �Ԓ����������枾�?�9������ endstream endobj -2110 0 obj +2118 0 obj << /Filter /FlateDecode /Length 163 @@ -29152,7 +29195,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -2111 0 obj +2119 0 obj << /Filter /FlateDecode /Length 68 @@ -29163,7 +29206,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -2112 0 obj +2120 0 obj << /Filter /FlateDecode /Length 126 @@ -29173,7 +29216,7 @@ x �R�wJ�U�o�D8�nI2�t�N�\��}R�k��kg�����%�/���� . endstream endobj -2113 0 obj +2121 0 obj << /Filter /FlateDecode /Length 45 @@ -29185,7 +29228,7 @@ x "���}� endstream endobj -2114 0 obj +2122 0 obj << /Filter /FlateDecode /Length 214 @@ -29196,7 +29239,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -2115 0 obj +2123 0 obj << /Filter /FlateDecode /Length 80 @@ -29205,7 +29248,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2116 0 obj +2124 0 obj << /Filter /FlateDecode /Length 236 @@ -29216,7 +29259,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2117 0 obj +2125 0 obj << /Filter /FlateDecode /Length 147 @@ -29226,7 +29269,7 @@ x \b��9/i?�i�X5G�aX�n��,JW�-^��B]H��ޭLd�<�;p'�>TYz@;DY�I�X�V]j�����u=̪��'k)PTB�t��{���o/� endstream endobj -2118 0 obj +2126 0 obj << /Filter /FlateDecode /Length 149 @@ -29236,7 +29279,7 @@ x ����$jeF�2�T���`��<�3�\脇�ʰ�N1��fF~����{20c endstream endobj -2119 0 obj +2127 0 obj << /Filter /FlateDecode /Length 49 @@ -29245,7 +29288,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2120 0 obj +2128 0 obj << /Filter /FlateDecode /Length 157 @@ -29255,7 +29298,7 @@ x ���f�W����7y endstream endobj -2121 0 obj +2129 0 obj << /Filter /FlateDecode /Length 317 @@ -29266,7 +29309,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -2122 0 obj +2130 0 obj << /Filter /FlateDecode /Length 52 @@ -29275,7 +29318,7 @@ stream x�366W0�B]K#c ���R!Ő������ �pY�U�p@i���4�ߪ � endstream endobj -2123 0 obj +2131 0 obj << /Filter /FlateDecode /Length 17 @@ -29284,7 +29327,7 @@ stream x�36�P0��C.��� endstream endobj -2124 0 obj +2132 0 obj << /Filter /FlateDecode /Length 131 @@ -29293,7 +29336,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -2125 0 obj +2133 0 obj << /Filter /FlateDecode /Length 248 @@ -29304,7 +29347,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2126 0 obj +2134 0 obj << /Filter /FlateDecode /Length 171 @@ -29314,7 +29357,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -2127 0 obj +2135 0 obj << /Filter /FlateDecode /Length 52 @@ -29323,7 +29366,7 @@ stream x�350P0PеT�526U05� �LR���\$��S a��s*s���T� endstream endobj -2128 0 obj +2136 0 obj << /Filter /FlateDecode /Length 72 @@ -29332,7 +29375,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -2129 0 obj +2137 0 obj << /Filter /FlateDecode /Length 210 @@ -29342,21 +29385,21 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2093 0 obj +2101 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -2086 0 obj +2094 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/meanangle3.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2130 0 R +/PTEX.InfoDict 2138 0 R /BBox [0 0 720 360] /Group << /CS /DeviceRGB @@ -29380,12 +29423,12 @@ endobj /Type /ExtGState /ca 0.5 >> ->>/Font << /F1 2131 0 R>> +>>/Font << /F1 2139 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 2132 0 R +/DejaVuSans-minus 2140 0 R >>>> /Length 5333 /Filter /FlateDecode @@ -29415,33 +29458,33 @@ _ �o]�g�'vm��Ѭ�=j��r�~2�x��\��D��}揟��]��I{���7�>��|�!������Ͽ�~y��?|���M�$߰�JʤY endstream endobj -2130 0 obj +2138 0 obj << /CreationDate (D:20200408131429+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2131 0 obj +2139 0 obj << /BaseFont /DejaVuSans -/CharProcs 2133 0 R +/CharProcs 2141 0 R /Encoding << /Differences [ 32/space 46/period 48/zero 50/two/three/four 54/six 56/eight 97/a 99/c/d/e/f/g/h/i 108/l/m/n/o/p/q/r 116/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2134 0 R +/FontDescriptor 2142 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2135 0 R +/Widths 2143 0 R >> endobj -2132 0 obj +2140 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -29455,35 +29498,35 @@ x endstream endobj -2133 0 obj +2141 0 obj << -/a 2136 0 R -/c 2137 0 R -/d 2138 0 R -/e 2139 0 R -/eight 2140 0 R -/f 2141 0 R -/four 2142 0 R -/g 2143 0 R -/h 2144 0 R -/i 2145 0 R -/l 2146 0 R -/m 2147 0 R -/n 2148 0 R -/o 2149 0 R -/p 2150 0 R -/period 2151 0 R -/q 2152 0 R -/r 2153 0 R -/six 2154 0 R -/space 2155 0 R -/t 2156 0 R -/three 2157 0 R -/two 2158 0 R -/zero 2159 0 R +/a 2144 0 R +/c 2145 0 R +/d 2146 0 R +/e 2147 0 R +/eight 2148 0 R +/f 2149 0 R +/four 2150 0 R +/g 2151 0 R +/h 2152 0 R +/i 2153 0 R +/l 2154 0 R +/m 2155 0 R +/n 2156 0 R +/o 2157 0 R +/p 2158 0 R +/period 2159 0 R +/q 2160 0 R +/r 2161 0 R +/six 2162 0 R +/space 2163 0 R +/t 2164 0 R +/three 2165 0 R +/two 2166 0 R +/zero 2167 0 R >> endobj -2134 0 obj +2142 0 obj << /Ascent 929 /CapHeight 0 @@ -29498,10 +29541,10 @@ endobj /XHeight 0 >> endobj -2135 0 obj +2143 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2136 0 obj +2144 0 obj << /Filter /FlateDecode /Length 304 @@ -29511,7 +29554,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2137 0 obj +2145 0 obj << /Filter /FlateDecode /Length 230 @@ -29520,7 +29563,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -2138 0 obj +2146 0 obj << /Filter /FlateDecode /Length 227 @@ -29531,7 +29574,7 @@ x *��s��>�h][M endstream endobj -2139 0 obj +2147 0 obj << /Filter /FlateDecode /Length 245 @@ -29540,7 +29583,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2140 0 obj +2148 0 obj << /Filter /FlateDecode /Length 392 @@ -29550,7 +29593,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -2141 0 obj +2149 0 obj << /Filter /FlateDecode /Length 133 @@ -29559,7 +29602,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -2142 0 obj +2150 0 obj << /Filter /FlateDecode /Length 90 @@ -29568,7 +29611,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2143 0 obj +2151 0 obj << /Filter /FlateDecode /Length 338 @@ -29577,7 +29620,7 @@ stream x�ERKr�0��\ 3�g��NW����p:�<� 2=eH��6�d���Wd�Ր�F�D��)����\�n�J�?��72ͮЪ�G�6�F5+#� C�zV���Q�d��v!�:S�p,�C��u�)�mA��#�o<���r��Ln���[��:[�m@ �s�`��� ������)(U��I�\';P�Ъt�7�9`Ò��ho��>��F����, ���f��1�H�'�N=q:őpI8�@�������/���� u:eM����B��Rq�"n]E�lO� �?*�3b��� �Ԓ����������枾�?�9������ endstream endobj -2144 0 obj +2152 0 obj << /Filter /FlateDecode /Length 163 @@ -29586,7 +29629,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -2145 0 obj +2153 0 obj << /Filter /FlateDecode /Length 68 @@ -29597,7 +29640,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -2146 0 obj +2154 0 obj << /Filter /FlateDecode /Length 45 @@ -29609,7 +29652,7 @@ x "���}� endstream endobj -2147 0 obj +2155 0 obj << /Filter /FlateDecode /Length 255 @@ -29618,7 +29661,7 @@ stream x�E�K� D���#���<��Ur��4�L6v����J#�,�y0����d������"��*�X�՝)�̵D���2r���� 箜T��Q�:�:8��������,ʾ#�2l�96p�a���Vw��D������v�l���ƾ���N6��%�~� L�M�u�@��)zr ��q��@��� �l���A�N�q����:Ý��W�w�;Lk��/1Ɋ��E���=���əcr�}C�\���A�����P�f� endstream endobj -2148 0 obj +2156 0 obj << /Filter /FlateDecode /Length 161 @@ -29627,7 +29670,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -2149 0 obj +2157 0 obj << /Filter /FlateDecode /Length 214 @@ -29638,7 +29681,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -2150 0 obj +2158 0 obj << /Filter /FlateDecode /Length 236 @@ -29649,7 +29692,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2151 0 obj +2159 0 obj << /Filter /FlateDecode /Length 49 @@ -29658,7 +29701,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2152 0 obj +2160 0 obj << /Filter /FlateDecode /Length 237 @@ -29669,7 +29712,7 @@ x �S�w�� ;�fS�GR�t�慷�r!��S��7҄�٧be�J���`��Dd��e8�ah��4`����֑ҋ��1 7���W���6K������+�n��|��IU\~ endstream endobj -2153 0 obj +2161 0 obj << /Filter /FlateDecode /Length 157 @@ -29679,7 +29722,7 @@ x ���f�W����7y endstream endobj -2154 0 obj +2162 0 obj << /Filter /FlateDecode /Length 317 @@ -29690,7 +29733,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -2155 0 obj +2163 0 obj << /Filter /FlateDecode /Length 17 @@ -29699,7 +29742,7 @@ stream x�36�P0��C.��� endstream endobj -2156 0 obj +2164 0 obj << /Filter /FlateDecode /Length 131 @@ -29708,7 +29751,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -2157 0 obj +2165 0 obj << /Filter /FlateDecode /Length 338 @@ -29722,7 +29765,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2158 0 obj +2166 0 obj << /Filter /FlateDecode /Length 248 @@ -29733,7 +29776,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2159 0 obj +2167 0 obj << /Filter /FlateDecode /Length 210 @@ -29743,29 +29786,29 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2091 0 obj +2099 0 obj << -/D [2089 0 R /XYZ 55.693 823.059 null] +/D [2097 0 R /XYZ 55.693 823.059 null] >> endobj -2092 0 obj +2100 0 obj << -/D [2089 0 R /XYZ 56.693 719.693 null] +/D [2097 0 R /XYZ 56.693 719.693 null] >> endobj -2094 0 obj +2102 0 obj << -/D [2089 0 R /XYZ 56.693 328.238 null] +/D [2097 0 R /XYZ 56.693 328.238 null] >> endobj -2088 0 obj +2096 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F29 679 0 R /F32 1126 0 R >> -/XObject << /Im33 2085 0 R /Im34 2086 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F29 679 0 R /F32 1133 0 R >> +/XObject << /Im33 2093 0 R /Im34 2094 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2176 0 obj +2184 0 obj << /Length 1740 /Filter /FlateDecode @@ -29783,27 +29826,27 @@ h "/|k��RӝEi�x�:)؝4����Ð��ѷXz��zKsJ.|t>~�k(9�� ^�ߜaj� endstream endobj -2175 0 obj +2183 0 obj << /Type /Page -/Contents 2176 0 R -/Resources 2174 0 R +/Contents 2184 0 R +/Resources 2182 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2095 0 R -/Group 2179 0 R -/Annots [ 2160 0 R 2163 0 R ] +/Parent 2103 0 R +/Group 2187 0 R +/Annots [ 2168 0 R 2171 0 R ] >> endobj -2087 0 obj +2095 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/simponez0.0.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2181 0 R +/PTEX.InfoDict 2189 0 R /BBox [0 0 1008 432] -/Group 2179 0 R +/Group 2187 0 R /Resources << /ExtGState << /A1 << @@ -29821,12 +29864,12 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 2182 0 R>> +>>/Font << /F1 2190 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 2183 0 R +/M0 2191 0 R >>>> /Length 1345 /Filter /FlateDecode @@ -29841,33 +29884,33 @@ i ?Am�cz۪�AS�.�:_۫z^N/C��>>I�E�/ [ �V�*��_?\,^�>7��,���g3D#����iM���ޯ즶�B��ݻ����>h~��5��P��k(<������F��wi������.�����}���e�2�j���&�8����v�o/����E�dK��_`�����?��� endstream endobj -2181 0 obj +2189 0 obj << /CreationDate (D:20201019172528+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2182 0 obj +2190 0 obj << /BaseFont /DejaVuSans -/CharProcs 2184 0 R +/CharProcs 2192 0 R /Encoding << /Differences [ 32/space 40/parenleft/parenright 46/period 48/zero/one/two/three/four/five/six 56/eight/nine 61/equal 65/A 67/C 77/M/N 83/S 85/U 97/a/b/c/d/e/f/g 105/i 108/l/m 111/o/p 114/r/s/t/u/v 120/x] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2185 0 R +/FontDescriptor 2193 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2186 0 R +/Widths 2194 0 R >> endobj -2183 0 obj +2191 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -29879,49 +29922,49 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2184 0 obj +2192 0 obj << -/A 2187 0 R -/C 2188 0 R -/M 2189 0 R -/N 2190 0 R -/S 2191 0 R -/U 2192 0 R -/a 2193 0 R -/b 2194 0 R -/c 2195 0 R -/d 2196 0 R -/e 2197 0 R -/eight 2198 0 R -/equal 2199 0 R -/f 2200 0 R -/five 2201 0 R -/four 2202 0 R -/g 2203 0 R -/i 2204 0 R -/l 2205 0 R -/m 2206 0 R -/nine 2207 0 R -/o 2208 0 R -/one 2209 0 R -/p 2210 0 R -/parenleft 2211 0 R -/parenright 2212 0 R -/period 2213 0 R -/r 2214 0 R -/s 2215 0 R -/six 2216 0 R -/space 2217 0 R -/t 2218 0 R -/three 2219 0 R -/two 2220 0 R -/u 2221 0 R -/v 2222 0 R -/x 2223 0 R -/zero 2224 0 R +/A 2195 0 R +/C 2196 0 R +/M 2197 0 R +/N 2198 0 R +/S 2199 0 R +/U 2200 0 R +/a 2201 0 R +/b 2202 0 R +/c 2203 0 R +/d 2204 0 R +/e 2205 0 R +/eight 2206 0 R +/equal 2207 0 R +/f 2208 0 R +/five 2209 0 R +/four 2210 0 R +/g 2211 0 R +/i 2212 0 R +/l 2213 0 R +/m 2214 0 R +/nine 2215 0 R +/o 2216 0 R +/one 2217 0 R +/p 2218 0 R +/parenleft 2219 0 R +/parenright 2220 0 R +/period 2221 0 R +/r 2222 0 R +/s 2223 0 R +/six 2224 0 R +/space 2225 0 R +/t 2226 0 R +/three 2227 0 R +/two 2228 0 R +/u 2229 0 R +/v 2230 0 R +/x 2231 0 R +/zero 2232 0 R >> endobj -2185 0 obj +2193 0 obj << /Ascent 929 /CapHeight 0 @@ -29936,10 +29979,10 @@ endobj /XHeight 0 >> endobj -2186 0 obj +2194 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2187 0 obj +2195 0 obj << /Filter /FlateDecode /Length 88 @@ -29948,7 +29991,7 @@ stream x�5�� �0D{���8���R���[.�{��9��>G��-dC�xI9�>Q4Zo:�Hs��d3�3�}���d4I�!��r�Y)z>��~ endstream endobj -2188 0 obj +2196 0 obj << /Filter /FlateDecode /Length 232 @@ -29958,7 +30001,7 @@ x ] 3�o�g3�J��F��fa �=؈ė��oY�f~'���Y)��Q�TEX!��Y�j��s#S�r&>��'�b���8Ύ�f01��h9f�=!�#n�4�Ui�[���Z�SE�Ⱥ���)�Z�[�=����-���� ��c�� _Ĝ�E'��~3尒4��#1����5��όO���}���>h��w/��̈́L��Hœ�Ƙ1T��$��?г>�0TG endstream endobj -2189 0 obj +2197 0 obj << /Filter /FlateDecode /Length 87 @@ -29968,7 +30011,7 @@ x !�$���ŢV�ů�E�4I�7Q�N�J���x>�uz endstream endobj -2190 0 obj +2198 0 obj << /Filter /FlateDecode /Length 75 @@ -29977,7 +30020,7 @@ stream x�5���0{�`��ɥ��� �h�������t�M���M�BQ��0�tf}qh�V^hJ����A���� endstream endobj -2191 0 obj +2199 0 obj << /Filter /FlateDecode /Length 338 @@ -29986,7 +30029,7 @@ stream x�5RK�[AۿS��j��y������쬠��8��KQ�r�y��:����i�>ޅԂ�"���i�ǚ5Q�4b)�>��(!�S���Hfd2r ���>֛L9��is�(Iz-��v|Y�Aғ���u-��M�k"9�25�Ǟ�2�#A�, I��O�H3;g-y��x�/~���2���U2� �`;� �("��$���h�(�fƚۅ��"��=������D^ �,��z�2'; J�j��a���q�6J�S��]���g&a�氳R2 �qp/��${�1a�����ļ�]l\�̹&ӏ�(�H��\M��(����������?�7}� endstream endobj -2192 0 obj +2200 0 obj << /Filter /FlateDecode /Length 153 @@ -29995,7 +30038,7 @@ stream x�5�� �0D�bX��!�d�S��낝HF<�3c2�a�4Gȁ/��i� ι�^$UQV�" ��9�'R�$�ZU�VޯN��]y���ճM��w�M�GbJ�)�u�G�$*����`�h���60�J�};�Z+�w�{\�x6� endstream endobj -2193 0 obj +2201 0 obj << /Filter /FlateDecode /Length 304 @@ -30005,7 +30048,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2194 0 obj +2202 0 obj << /Filter /FlateDecode /Length 237 @@ -30014,7 +30057,7 @@ stream x�EQIr!��+��+�Nͩ��k,3IN`k1i��-x�!��́/�|M�4|72��:�pO�.ܗ˂g�WT�w�/]�H}w��~fd{�H͐��:�B4&�!=#2�V,s��)�R�([�.ꕶN;���#�o�#��JvMl��:��˶.�:�$�vaqj�!"�uc5���N"v����0�Q$��g�q&�M�]9�y��V*9�>^�Ƅ�t��c��i��_�>}�����?��\" endstream endobj -2195 0 obj +2203 0 obj << /Filter /FlateDecode /Length 230 @@ -30023,7 +30066,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -2196 0 obj +2204 0 obj << /Filter /FlateDecode /Length 227 @@ -30034,7 +30077,7 @@ x *��s��>�h][M endstream endobj -2197 0 obj +2205 0 obj << /Filter /FlateDecode /Length 245 @@ -30043,7 +30086,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2198 0 obj +2206 0 obj << /Filter /FlateDecode /Length 392 @@ -30053,7 +30096,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -2199 0 obj +2207 0 obj << /Filter /FlateDecode /Length 71 @@ -30062,7 +30105,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -2200 0 obj +2208 0 obj << /Filter /FlateDecode /Length 133 @@ -30071,7 +30114,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -2201 0 obj +2209 0 obj << /Filter /FlateDecode /Length 247 @@ -30081,7 +30124,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -2202 0 obj +2210 0 obj << /Filter /FlateDecode /Length 90 @@ -30090,7 +30133,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2203 0 obj +2211 0 obj << /Filter /FlateDecode /Length 338 @@ -30099,7 +30142,7 @@ stream x�ERKr�0��\ 3�g��NW����p:�<� 2=eH��6�d���Wd�Ր�F�D��)����\�n�J�?��72ͮЪ�G�6�F5+#� C�zV���Q�d��v!�:S�p,�C��u�)�mA��#�o<���r��Ln���[��:[�m@ �s�`��� ������)(U��I�\';P�Ъt�7�9`Ò��ho��>��F����, ���f��1�H�'�N=q:őpI8�@�������/���� u:eM����B��Rq�"n]E�lO� �?*�3b��� �Ԓ����������枾�?�9������ endstream endobj -2204 0 obj +2212 0 obj << /Filter /FlateDecode /Length 68 @@ -30110,7 +30153,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -2205 0 obj +2213 0 obj << /Filter /FlateDecode /Length 45 @@ -30122,7 +30165,7 @@ x "���}� endstream endobj -2206 0 obj +2214 0 obj << /Filter /FlateDecode /Length 255 @@ -30131,7 +30174,7 @@ stream x�E�K� D���#���<��Ur��4�L6v����J#�,�y0����d������"��*�X�՝)�̵D���2r���� 箜T��Q�:�:8��������,ʾ#�2l�96p�a���Vw��D������v�l���ƾ���N6��%�~� L�M�u�@��)zr ��q��@��� �l���A�N�q����:Ý��W�w�;Lk��/1Ɋ��E���=���əcr�}C�\���A�����P�f� endstream endobj -2207 0 obj +2215 0 obj << /Filter /FlateDecode /Length 320 @@ -30142,7 +30185,7 @@ x �R�ӿ����ccz� endstream endobj -2208 0 obj +2216 0 obj << /Filter /FlateDecode /Length 214 @@ -30153,7 +30196,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -2209 0 obj +2217 0 obj << /Filter /FlateDecode /Length 80 @@ -30162,7 +30205,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2210 0 obj +2218 0 obj << /Filter /FlateDecode /Length 236 @@ -30173,7 +30216,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2211 0 obj +2219 0 obj << /Filter /FlateDecode /Length 147 @@ -30183,7 +30226,7 @@ x \b��9/i?�i�X5G�aX�n��,JW�-^��B]H��ޭLd�<�;p'�>TYz@;DY�I�X�V]j�����u=̪��'k)PTB�t��{���o/� endstream endobj -2212 0 obj +2220 0 obj << /Filter /FlateDecode /Length 149 @@ -30193,7 +30236,7 @@ x ����$jeF�2�T���`��<�3�\脇�ʰ�N1��fF~����{20c endstream endobj -2213 0 obj +2221 0 obj << /Filter /FlateDecode /Length 49 @@ -30202,7 +30245,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2214 0 obj +2222 0 obj << /Filter /FlateDecode /Length 157 @@ -30212,7 +30255,7 @@ x ���f�W����7y endstream endobj -2215 0 obj +2223 0 obj << /Filter /FlateDecode /Length 332 @@ -30223,7 +30266,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -2216 0 obj +2224 0 obj << /Filter /FlateDecode /Length 317 @@ -30234,7 +30277,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -2217 0 obj +2225 0 obj << /Filter /FlateDecode /Length 17 @@ -30243,7 +30286,7 @@ stream x�36�P0��C.��� endstream endobj -2218 0 obj +2226 0 obj << /Filter /FlateDecode /Length 131 @@ -30252,7 +30295,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -2219 0 obj +2227 0 obj << /Filter /FlateDecode /Length 338 @@ -30266,7 +30309,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2220 0 obj +2228 0 obj << /Filter /FlateDecode /Length 248 @@ -30277,7 +30320,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2221 0 obj +2229 0 obj << /Filter /FlateDecode /Length 171 @@ -30287,7 +30330,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -2222 0 obj +2230 0 obj << /Filter /FlateDecode /Length 72 @@ -30296,7 +30339,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -2223 0 obj +2231 0 obj << /Filter /FlateDecode /Length 87 @@ -30306,7 +30349,7 @@ x ���W6xU�������l�1ؠe��ηI���� endstream endobj -2224 0 obj +2232 0 obj << /Filter /FlateDecode /Length 210 @@ -30316,21 +30359,21 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2179 0 obj +2187 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -2161 0 obj +2169 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/simponez.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2225 0 R +/PTEX.InfoDict 2233 0 R /BBox [0 0 1008 432] /Group << /CS /DeviceRGB @@ -30354,12 +30397,12 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 2226 0 R>> +>>/Font << /F1 2234 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 2227 0 R +/M0 2235 0 R >>>> /Length 1383 /Filter /FlateDecode @@ -30372,33 +30415,33 @@ Jn ���6�]�$;�nХ�Vܨ̯eS�T��-��.n���-2��]?#K��9e�()L(����EO)Rz,[�Z��x�r�E/��y�ƀ�M�*/�M lf���p�ykp�̇�@I�j����Hh���h{vh9��k�獘 w,CjJd�ў5'g0Ur��Z t�٭#cq(Bb����@MU�KI�#�����>�'��U$��vT0�(ל�C����;��U��uܦ���=UǍʟP�{�������'�*UT$�=��0�3Ie�U���ա/ W0��� ����\�x����2�jE�v(#��tԪ�|�.{��|���9��(]`�D�a� ΅a�+�L��)����B��Q=hk�0r頋��\��kGD-��5SM�V�CS�85��� \���9����A�vXG?�mV���{�W�`�6����e��Ϟj���s+�������������g��n3/`�4�5m1'��0r�6Ct�1J�۫-X�C.��y���ހ����lu|]��}���r�|귴^��b��ծǹHַ������-r3Ц����_ݯ���U�rys�lu,\~��O����?ģ$ endstream endobj -2225 0 obj +2233 0 obj << /CreationDate (D:20201019172615+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2226 0 obj +2234 0 obj << /BaseFont /DejaVuSans -/CharProcs 2228 0 R +/CharProcs 2236 0 R /Encoding << /Differences [ 32/space 40/parenleft/parenright 46/period 48/zero/one/two/three/four/five/six/seven/eight/nine 61/equal 65/A 67/C 77/M/N 83/S 85/U 97/a/b/c/d/e/f/g 105/i 108/l/m 111/o/p 114/r/s/t/u/v 120/x] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2229 0 R +/FontDescriptor 2237 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2230 0 R +/Widths 2238 0 R >> endobj -2227 0 obj +2235 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -30410,50 +30453,50 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2228 0 obj +2236 0 obj << -/A 2231 0 R -/C 2232 0 R -/M 2233 0 R -/N 2234 0 R -/S 2235 0 R -/U 2236 0 R -/a 2237 0 R -/b 2238 0 R -/c 2239 0 R -/d 2240 0 R -/e 2241 0 R -/eight 2242 0 R -/equal 2243 0 R -/f 2244 0 R -/five 2245 0 R -/four 2246 0 R -/g 2247 0 R -/i 2248 0 R -/l 2249 0 R -/m 2250 0 R -/nine 2251 0 R -/o 2252 0 R -/one 2253 0 R -/p 2254 0 R -/parenleft 2255 0 R -/parenright 2256 0 R -/period 2257 0 R -/r 2258 0 R -/s 2259 0 R -/seven 2260 0 R -/six 2261 0 R -/space 2262 0 R -/t 2263 0 R -/three 2264 0 R -/two 2265 0 R -/u 2266 0 R -/v 2267 0 R -/x 2268 0 R -/zero 2269 0 R +/A 2239 0 R +/C 2240 0 R +/M 2241 0 R +/N 2242 0 R +/S 2243 0 R +/U 2244 0 R +/a 2245 0 R +/b 2246 0 R +/c 2247 0 R +/d 2248 0 R +/e 2249 0 R +/eight 2250 0 R +/equal 2251 0 R +/f 2252 0 R +/five 2253 0 R +/four 2254 0 R +/g 2255 0 R +/i 2256 0 R +/l 2257 0 R +/m 2258 0 R +/nine 2259 0 R +/o 2260 0 R +/one 2261 0 R +/p 2262 0 R +/parenleft 2263 0 R +/parenright 2264 0 R +/period 2265 0 R +/r 2266 0 R +/s 2267 0 R +/seven 2268 0 R +/six 2269 0 R +/space 2270 0 R +/t 2271 0 R +/three 2272 0 R +/two 2273 0 R +/u 2274 0 R +/v 2275 0 R +/x 2276 0 R +/zero 2277 0 R >> endobj -2229 0 obj +2237 0 obj << /Ascent 929 /CapHeight 0 @@ -30468,10 +30511,10 @@ endobj /XHeight 0 >> endobj -2230 0 obj +2238 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2231 0 obj +2239 0 obj << /Filter /FlateDecode /Length 88 @@ -30480,7 +30523,7 @@ stream x�5�� �0D{���8���R���[.�{��9��>G��-dC�xI9�>Q4Zo:�Hs��d3�3�}���d4I�!��r�Y)z>��~ endstream endobj -2232 0 obj +2240 0 obj << /Filter /FlateDecode /Length 232 @@ -30490,7 +30533,7 @@ x ] 3�o�g3�J��F��fa �=؈ė��oY�f~'���Y)��Q�TEX!��Y�j��s#S�r&>��'�b���8Ύ�f01��h9f�=!�#n�4�Ui�[���Z�SE�Ⱥ���)�Z�[�=����-���� ��c�� _Ĝ�E'��~3尒4��#1����5��όO���}���>h��w/��̈́L��Hœ�Ƙ1T��$��?г>�0TG endstream endobj -2233 0 obj +2241 0 obj << /Filter /FlateDecode /Length 87 @@ -30500,7 +30543,7 @@ x !�$���ŢV�ů�E�4I�7Q�N�J���x>�uz endstream endobj -2234 0 obj +2242 0 obj << /Filter /FlateDecode /Length 75 @@ -30509,7 +30552,7 @@ stream x�5���0{�`��ɥ��� �h�������t�M���M�BQ��0�tf}qh�V^hJ����A���� endstream endobj -2235 0 obj +2243 0 obj << /Filter /FlateDecode /Length 338 @@ -30518,7 +30561,7 @@ stream x�5RK�[AۿS��j��y������쬠��8��KQ�r�y��:����i�>ޅԂ�"���i�ǚ5Q�4b)�>��(!�S���Hfd2r ���>֛L9��is�(Iz-��v|Y�Aғ���u-��M�k"9�25�Ǟ�2�#A�, I��O�H3;g-y��x�/~���2���U2� �`;� �("��$���h�(�fƚۅ��"��=������D^ �,��z�2'; J�j��a���q�6J�S��]���g&a�氳R2 �qp/��${�1a�����ļ�]l\�̹&ӏ�(�H��\M��(����������?�7}� endstream endobj -2236 0 obj +2244 0 obj << /Filter /FlateDecode /Length 153 @@ -30527,7 +30570,7 @@ stream x�5�� �0D�bX��!�d�S��낝HF<�3c2�a�4Gȁ/��i� ι�^$UQV�" ��9�'R�$�ZU�VޯN��]y���ճM��w�M�GbJ�)�u�G�$*����`�h���60�J�};�Z+�w�{\�x6� endstream endobj -2237 0 obj +2245 0 obj << /Filter /FlateDecode /Length 304 @@ -30537,7 +30580,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2238 0 obj +2246 0 obj << /Filter /FlateDecode /Length 237 @@ -30546,7 +30589,7 @@ stream x�EQIr!��+��+�Nͩ��k,3IN`k1i��-x�!��́/�|M�4|72��:�pO�.ܗ˂g�WT�w�/]�H}w��~fd{�H͐��:�B4&�!=#2�V,s��)�R�([�.ꕶN;���#�o�#��JvMl��:��˶.�:�$�vaqj�!"�uc5���N"v����0�Q$��g�q&�M�]9�y��V*9�>^�Ƅ�t��c��i��_�>}�����?��\" endstream endobj -2239 0 obj +2247 0 obj << /Filter /FlateDecode /Length 230 @@ -30555,7 +30598,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -2240 0 obj +2248 0 obj << /Filter /FlateDecode /Length 227 @@ -30566,7 +30609,7 @@ x *��s��>�h][M endstream endobj -2241 0 obj +2249 0 obj << /Filter /FlateDecode /Length 245 @@ -30575,7 +30618,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2242 0 obj +2250 0 obj << /Filter /FlateDecode /Length 392 @@ -30585,7 +30628,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -2243 0 obj +2251 0 obj << /Filter /FlateDecode /Length 71 @@ -30594,7 +30637,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -2244 0 obj +2252 0 obj << /Filter /FlateDecode /Length 133 @@ -30603,7 +30646,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -2245 0 obj +2253 0 obj << /Filter /FlateDecode /Length 247 @@ -30613,7 +30656,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -2246 0 obj +2254 0 obj << /Filter /FlateDecode /Length 90 @@ -30622,7 +30665,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2247 0 obj +2255 0 obj << /Filter /FlateDecode /Length 338 @@ -30631,7 +30674,7 @@ stream x�ERKr�0��\ 3�g��NW����p:�<� 2=eH��6�d���Wd�Ր�F�D��)����\�n�J�?��72ͮЪ�G�6�F5+#� C�zV���Q�d��v!�:S�p,�C��u�)�mA��#�o<���r��Ln���[��:[�m@ �s�`��� ������)(U��I�\';P�Ъt�7�9`Ò��ho��>��F����, ���f��1�H�'�N=q:őpI8�@�������/���� u:eM����B��Rq�"n]E�lO� �?*�3b��� �Ԓ����������枾�?�9������ endstream endobj -2248 0 obj +2256 0 obj << /Filter /FlateDecode /Length 68 @@ -30642,7 +30685,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -2249 0 obj +2257 0 obj << /Filter /FlateDecode /Length 45 @@ -30654,7 +30697,7 @@ x "���}� endstream endobj -2250 0 obj +2258 0 obj << /Filter /FlateDecode /Length 255 @@ -30663,7 +30706,7 @@ stream x�E�K� D���#���<��Ur��4�L6v����J#�,�y0����d������"��*�X�՝)�̵D���2r���� 箜T��Q�:�:8��������,ʾ#�2l�96p�a���Vw��D������v�l���ƾ���N6��%�~� L�M�u�@��)zr ��q��@��� �l���A�N�q����:Ý��W�w�;Lk��/1Ɋ��E���=���əcr�}C�\���A�����P�f� endstream endobj -2251 0 obj +2259 0 obj << /Filter /FlateDecode /Length 320 @@ -30674,7 +30717,7 @@ x �R�ӿ����ccz� endstream endobj -2252 0 obj +2260 0 obj << /Filter /FlateDecode /Length 214 @@ -30685,7 +30728,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -2253 0 obj +2261 0 obj << /Filter /FlateDecode /Length 80 @@ -30694,7 +30737,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2254 0 obj +2262 0 obj << /Filter /FlateDecode /Length 236 @@ -30705,7 +30748,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2255 0 obj +2263 0 obj << /Filter /FlateDecode /Length 147 @@ -30715,7 +30758,7 @@ x \b��9/i?�i�X5G�aX�n��,JW�-^��B]H��ޭLd�<�;p'�>TYz@;DY�I�X�V]j�����u=̪��'k)PTB�t��{���o/� endstream endobj -2256 0 obj +2264 0 obj << /Filter /FlateDecode /Length 149 @@ -30725,7 +30768,7 @@ x ����$jeF�2�T���`��<�3�\脇�ʰ�N1��fF~����{20c endstream endobj -2257 0 obj +2265 0 obj << /Filter /FlateDecode /Length 49 @@ -30734,7 +30777,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2258 0 obj +2266 0 obj << /Filter /FlateDecode /Length 157 @@ -30744,7 +30787,7 @@ x ���f�W����7y endstream endobj -2259 0 obj +2267 0 obj << /Filter /FlateDecode /Length 332 @@ -30755,7 +30798,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -2260 0 obj +2268 0 obj << /Filter /FlateDecode /Length 68 @@ -30766,7 +30809,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -2261 0 obj +2269 0 obj << /Filter /FlateDecode /Length 317 @@ -30777,7 +30820,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -2262 0 obj +2270 0 obj << /Filter /FlateDecode /Length 17 @@ -30786,7 +30829,7 @@ stream x�36�P0��C.��� endstream endobj -2263 0 obj +2271 0 obj << /Filter /FlateDecode /Length 131 @@ -30795,7 +30838,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -2264 0 obj +2272 0 obj << /Filter /FlateDecode /Length 338 @@ -30809,7 +30852,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2265 0 obj +2273 0 obj << /Filter /FlateDecode /Length 248 @@ -30820,7 +30863,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2266 0 obj +2274 0 obj << /Filter /FlateDecode /Length 171 @@ -30830,7 +30873,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -2267 0 obj +2275 0 obj << /Filter /FlateDecode /Length 72 @@ -30839,7 +30882,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -2268 0 obj +2276 0 obj << /Filter /FlateDecode /Length 87 @@ -30849,7 +30892,7 @@ x ���W6xU�������l�1ؠe��ηI���� endstream endobj -2269 0 obj +2277 0 obj << /Filter /FlateDecode /Length 210 @@ -30859,7 +30902,7 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2160 0 obj +2168 0 obj << /Type /Annot /Subtype /Link @@ -30868,7 +30911,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.4) >> >> endobj -2163 0 obj +2171 0 obj << /Type /Annot /Subtype /Link @@ -30877,60 +30920,60 @@ endobj /A << /S /GoTo /D (subsection.9.17) >> >> endobj -2177 0 obj +2185 0 obj << -/D [2175 0 R /XYZ 55.693 823.059 null] +/D [2183 0 R /XYZ 55.693 823.059 null] >> endobj -2178 0 obj +2186 0 obj << -/D [2175 0 R /XYZ 56.693 674.03 null] +/D [2183 0 R /XYZ 56.693 674.03 null] >> endobj -2180 0 obj +2188 0 obj << -/D [2175 0 R /XYZ 56.693 345.192 null] +/D [2183 0 R /XYZ 56.693 345.192 null] >> endobj -2174 0 obj +2182 0 obj << /Font << /F23 623 0 R /F28 677 0 R /F29 679 0 R >> -/XObject << /Im35 2087 0 R /Im36 2161 0 R >> +/XObject << /Im35 2095 0 R /Im36 2169 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2275 0 obj +2283 0 obj << -/Length 3715 +/Length 3717 /Filter /FlateDecode >> stream -xڕ�r�6��Б�� ��ek3���Cf�q*��M��$$q�">�q�~���i��E ���7��h���7wW_}��N�0�V���;��Inv��twW�~���<̓�������$���o�������:�Z�u��i`��?�~������+E;5��a��]y����hW�؏�(4y�{$��.�T���lv�~��>Ik�Faj�Z�ѕcݵ@�I�֍H��5������Q��zO�Wqzh#���_]�۱'���� '���+X_G2�T��ܻ�ĭ�n`�!�ْd�P����k�Y˄���h�Y�. �4R8 �Q��Cc2������(����Ō�id�=���>���yU����q�k���Zcq����J�ݭ��8Nx��c��c�Gj��m0��3t<v�=T�����2U&2�S�q�s7y���<�G��]����ȞCq��H�ʞIFx}�fi��A�x�zX�b���6�fr�J��0�XI�ʐ���Yv �uY�Đ,Nq�r ���:��Y�q��ybX}z�;d�G������đ_�p�;2�N�S7Hk��C#����$F4x�HNcEQgi*�����$�#�8 D�ˀ��+T^�� -���E3t�*���hz�0�!|�m�#?�4C]<r,�����vhSS��3$���נ6bo��TH��- C`]�����/ c�2�T|��#�X� -E3��-��#��x�q�O�k� 3�֯����Pg���%��ho wIC��c�g�Hp��~� ea��+{t�W�3���sr3��D�l�\�;H ���4�_�p�8�d���h�Yg</X�¤�*��`jͼ�;9���<�Uzǭ�w[��C�����X w�r���Ă��(yL-��q��vdzW��/�@��S�E_ f'_`E��ٺ���j[mA�����*Z�>����H�����S��X+�;� �f�yK�d�&Q�-LM��cq�L7�B[�[����8 -��a+6%�6�o�k�H��H(�� |@�4tM1i6�|_����yD�L�eӋ���e]�����g�@g(Y�p���3����>y�9��y1���B��/X3��5��_\9Q��jg��U1N���t�K����oA����B�(�l�l��U)�W�ÐuE��P��Ş$xx�p@�/�ID敄��ս��*a1L=`;t�`�!�`crGم�?:"�-�a�,v�8�3�r-C� =�'�Qp�����7�A��El, ǂ'^��O���Qq����N��a���1�t;���^Ҳ01|�͈Nr��t"��ch����`����J�)AS��}G&R�����<E6Y,��,�`A�!q��B�"_ �=�מ6U�B�����`W�]P��$~!�Ƕb�#���%|��(���#>T�N�n�Z��206��.���_Oa Q�9ߝ� ���$9��{�>L�`EB�AN���E��t���)|p���-ֽ\�u�ל�d3^W)_W��Y�6�����]��W,�S�z��06��I�@J�m)���C��y�l�M�'͋�$j��W�했,""�٠�t -����27rG���#��r�ؕ�X ���dD@xMq���I�s-���0�D��R�8�$�l����Q; �t�@շ8�� �3A�3 �#f�bv1��f�t�D$������ch�C�l;�sX��q��Cx<5���>�Ћh�\�v#2d�����0|n�rZe���;�E's}�KN)�dA�xx�dC{�q���I�*���J�A��i�>@�1C��!���� -�����r�N�r�=\�zƼ4,;u�00�����r"U&�x�����M0arY��ۊ�\�:�"A��^[�)%I�2I �����:%��C�e���m)�RP�6���5�� T��Rn��x��\m'��14���8c��Ϥ���m��ٜ���l{ �R��C�n!Q!�N�^���F���wȣ����8�4Y$������bˋB��qh9�O�~f3��Yў)('��ؖ=�!�9����/� ���a�ƺ� -��0��n�E�� �؈`�犓��O�'�8 �����Y��x�`����A�h5���z�1[0b��cŮ:Sal��:8��7���n(���:�"Xe��O�䊖��6��`�p%>C�2��$�4vR8-��2��2�f�e�E(�@y_��]ٵ��O��0�ri��iW�H���PX�%��U\rZa\$MQ�o��T�X��l���^W9αA�E]l�ayʼn�u1��6�;�,r�b�d,)�FVȌ{���P��ua��w����gceSV�b��F>�Ź��D ��tO0��r -��<X�+�K(h��?�h̰w��Sqp�+n -p�P]>�̵�W&��a~��B6K*]�%`�Q�JE��P���bP��kH�?�����F��p�I��2A����d�_ܞ�u�sx]$&x�E��?,�0����I��R���=��+A`�Xh�{���`J �X��,֟o��y� ��bB[ͱ� ������+!��H����I2����.F��KBHB�F�j��X��n�ڎ<�D�>��'.���w(hf\p�A��V6���T������*P>�+�yo*�2�v>��'h\�In��[�K��bx�gy��%�.}��M�#1�#�$���b��둏���n���C�J� ��KlSLA�#��}8���V �I��7hWm+[z��I=V%,�DD�� �X��O��{K���YV�]dsl�]g (�qH�d'b@���DG�CӍ�q�� JCVN�8Ԝ�&�VX��v.��$�B���\���f*ͧ�)? ���7Ȅ�e`����:��:Ef�Q$ "�jq��ď�l��P�)t� l.��%���Y� -��e�3���z���q%O�k�_��y������|֣Y%��d��,�l�ڟ�P�Z3�ˀ�]�BH��X��6!ۯ�(�*^���]���<oA��8V�q�D��KaY������� -��U�\[�i3e1К��ˢ)�F���'�f~ !(��*{��g����R��z2ŕ.Yp��`˳���'�Oq�-��,_��)��4��u�S�����8�yC?��� -�2<p��$gX2�CMU�����qO|�N���#n��5��� �W��F~D*h����`�\�W$\�y�d�w����C:�%,��;�W5F����E�&����i�����0�5]�\t5�ޱ��^��-�Ӕ�������f~���� �� �_�2�C�gK��Jic�<�:�U��l6�fxp�x��.���i�Y�3�)�I����Y���(&n���Y5)�k��e�Jރ\s��g�5�n - �<GJܰ�w�C%ҧ<��I��&a���A�*����{W�� ����T��os��z<�x��U]1�,8BuT��o��U^5G�7�o�kr.�ҖCwNN<8�Z<���R$��F^���s1�C�,�l úb��1_5�d&�u���V�w��m�5��O�Æ�������^E/��P����%���� ���s�-�5��2[���}`���qv3���i���������*m)���y9��G�i��.����L�cѹ����v�t�.�I��"��K��;�$2��F(�$`����:���B���]� +xڕ�r�6��Б�� ��ek3���Cf�q*��M��$$q�">�q�~���i��E ���7��h���7wW_}��N�0�V���;��Inv��twW�~���<̓�������$���o�������:�Z�u��i`��?�~������+E;5��a��]y����hW�؏�(4y�{$��.�T���lv�~��>Ik�Faj�Z�ѕcݵ@�I�֍H��5������Q��zO�Wqzh#���_]�۱'���� '���+X_c���O�]Q�VG70 BD 9[�l"��B�~-8�c�PCC0r�-0+٥a�F +'��4JvqhL�3�|E��.J�90�v1�~�tϽ���yb^U�"e\�Z䦠V�X��F;�F��zw��0�^��X#{����|���]��A`����L����x\��Mk��4����Q��w�*h=5��P��~<�+���g�^ߦY��x�G-^�V���㵍����R�$���+V�2�c78n�Ho]#1$��SG�\��n��y�{b��m�V����39�4��?q��7ܹǎL�S��� �������þD9ɂ�*��XQ�Y�J7���< �A&N�2`(� +��*��gbx��ʢm;���0Lxm�E[���G:�P����#;F�k�������?�0�5����:�kt@K�Xn��z*�KC�����9��=ֲBь�o�����;�o����7Ȍ��k�-��b�%�+!~I�*�[�]������#�K��F��,̓te�n�ju&�Nn`f#u�� ��{�I�������k.�,��Mb<���X��Q�1L��7t'wCה�J�5�n��w��������RN�q}�XP��!ς��4NpюL�j�e�xʱ�+����y�7[W_TU-b�-HVCv�q��YŠCK��G֟@���XY���a�Qk�V`g8�ڌ>o��̠�� *�����{,Ζ�FVh�y??��D�01lŦ�#��M�aM�/� � �Ȓ��)&�F���T �H�� �lz��4����б`���%KN߿r��\�'19/F���Q��kF��F��+'*��A팑�*�)���}�Rr���-�����t\�o�� �M��*��*p����^�ؓO�^���=�ȼ��ߺ��S{B%,��l��l<Dl�@�(���G�B�c:l���G{��c]U�e�B��G�0 +��V�=���������X��k��i�<<*�Z�ۉ�<LR�r;�n'Y���KZ&悏ߠ�I.��N$�p-Q�8l3ܠS��#%hʑ���D�SR1���&���E,�8$�^�R�+�G��Ӧj!PHTյ��J��ўď!���V�p����o��E��yćJԩэ��@��y!C�F���ru��E�������H�3 ��ô�V$�$,�<>�^D�K�x��Ǯ�>�b��5X�|�9N6�Up���Up���%�o��<��A�Ŝ}�b�05���O cc؛�tޖ"�=d�W���{Ҽ8J��ܬqE�n��""ҙ ZN��Z}P(s#w�;�h�(lj])����NF�A������a��;�2ꑍ �I�h/���si@b�v+Y����IG +Q}ہ���p>4�;R=2pa�+f�l�Q8@KD2p�����n��>0�:�ư>��giA8��S3�,A��s ��Vͥm7"C�˙Y� ���/�U�HAA��C[t2�'�t�2I4o���H�7��� ��d���@|�d��m�����3`r;\]�0Hl��.7�T+7�����g�KÂ�sP�s���A�+' Re�`��Ho^�=�&���8ʥ�(���ŚR���.���J�|��S�-p=dXV��}ݖ2�(l�(9Y���@�/!�FȊ���v�{�C������C1v��L +�ݦ���i�zζ�.��?4�~��Ś�o��h{p�<�Xɋ��AS�ER� +�=M.��(T +��c����g6S9�홂r�,�mٳ�"�sX� (���0K-���a���@8 ���X�����&�89!��~"��")�]�؞5�� �i~X@Ĝ�VS�!���#V8�9V�3�F_���!���zcY��R�Y�C�A�!��PV���N�h��ls/v��W�3/��OQLc'��ҫQ/C�!�n6]�\�� ��U� �ޕ];������(���.{�ve���{��P��^�%��E�A��F�O�����Vh �p���\����W�8Y���a��>�"�0,FIƒR��ad�̸�o:Y���z�L�Zh|v�0V6�0`�(v=?a� _�{Q�I�]�@;M���1.�����ȃu�R���֞�#��[qg1�>7���'Ut����+a��Y�=d��ҥY��Tt:u��!+�����D�#��~��k�H�ļ-��k�L�����ZG:��E2`�W^`��Ǣ C +�X{�4|/E^ +������%�V�H� �������b���[�����-6 ������l~.�R_K��}ߝ$�8��b���$�$Dl����[n�����Nd�#QQ~��Z�P~��f�w@$�le�~^@�(9Ꙩ���s�����/�o�s������4ᖺ�E��1�+�'nq��[".�җ���:#�<�K���a,v�����~�솾�.;����n���6�;�ۇC�Mm2�D*x�v�Ѷ���Q�$��cUI@A�"�}��pz:A�G�t��e�Ef1Ƕ��u�р"��Av"$�LtT�=4ݸW�ޠ4d�$�C�)j�!h��7Ik�b q@B�)�|�5���k��|*���_}�L�[�˰y�S���SdVE� ����J������BW��R�Y�8�K�U���\6>�y}��Q��W�T����5�P�7H� �0ʷa=�Ur�O:��Ȧ����5�5���)��y�e@n��:�B����W�e�<��T>�c'L�H���Z`���.����1�\uε��6S���1�,�rj$[�}n���b��G�{F�9�.e��� S\�� +y��<M�|���b���i�b��J��_'>������7��.XL�0!��~Jr�%?�T�A��Pp����G�T�z8��_� +���i�G���}\nV���{E���H��|纊YЁ=��[R��J���xUc� �^d��`�h/;0���/-/9�\��EW���y��J�:M�����Ll��xhK �j�р��P*�>�|�T�n��6&����X-�f�Ha�G�Wy��hy�f���8�B�ı��)���UZ��bⶾ��U����^&��=�5�(��[c)ᦐP�s�� +7>T"}� �t�n�~ԭb��K�w%���:�M�}�6�����8oZ��Ȃ#dQG0���Q�Us�{��澆!��)m9t��t���œ(�/ERxh�e�^0#9�˒1��0�+���U#�HfY��)l5{���v^C��4H0l8�]o�o!��U��]�u�J��^R�x��)�;��r_S�.��H�����g7�ޝ��<����z��&��y[�G��~d��ILq�" .�ʤ8��xk�k�L���\)2���A�!�i�rO��]߭c��/��� + endstream endobj -2274 0 obj +2282 0 obj << /Type /Page -/Contents 2275 0 R -/Resources 2273 0 R +/Contents 2283 0 R +/Resources 2281 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2095 0 R -/Annots [ 2164 0 R 2165 0 R 2166 0 R 2167 0 R 2169 0 R 2170 0 R 2171 0 R 2172 0 R 2173 0 R 2270 0 R 2271 0 R 2168 0 R ] +/Parent 2103 0 R +/Annots [ 2172 0 R 2173 0 R 2174 0 R 2175 0 R 2177 0 R 2178 0 R 2179 0 R 2180 0 R 2181 0 R 2278 0 R 2279 0 R 2176 0 R ] >> endobj -2164 0 obj +2172 0 obj << /Type /Annot /Subtype /Link @@ -30939,16 +30982,16 @@ endobj /A << /S /GoTo /D (cite.QCDorWhat) >> >> endobj -2165 0 obj +2173 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [372.826 766.766 383.785 781.222] -/A << /S /GoTo /D (Hfootnote.71) >> +/A << /S /GoTo /D (Hfootnote.69) >> >> endobj -2166 0 obj +2174 0 obj << /Type /Annot /Subtype /Link @@ -30957,34 +31000,34 @@ endobj /A << /S /GoTo /D (cite.thorb) >> >> endobj -2167 0 obj +2175 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [191.701 695.201 202.66 708.993] -/A << /S /GoTo /D (Hfootnote.72) >> +/A << /S /GoTo /D (Hfootnote.70) >> >> endobj -2169 0 obj +2177 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [525.368 622.972 536.327 636.764] -/A << /S /GoTo /D (Hfootnote.73) >> +/A << /S /GoTo /D (Hfootnote.71) >> >> endobj -2170 0 obj +2178 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [235.907 594.08 246.866 607.872] -/A << /S /GoTo /D (Hfootnote.74) >> +/A << /S /GoTo /D (Hfootnote.72) >> >> endobj -2171 0 obj +2179 0 obj << /Type /Annot /Subtype /Link @@ -30993,7 +31036,7 @@ endobj /A << /S /GoTo /D (subsection.3.6) >> >> endobj -2172 0 obj +2180 0 obj << /Type /Annot /Subtype /Link @@ -31002,7 +31045,7 @@ endobj /A << /S /GoTo /D (figure.caption.33) >> >> endobj -2173 0 obj +2181 0 obj << /Type /Annot /Subtype /Link @@ -31011,7 +31054,7 @@ endobj /A << /S /GoTo /D (figure.caption.32) >> >> endobj -2270 0 obj +2278 0 obj << /Type /Annot /Subtype /Link @@ -31020,7 +31063,7 @@ endobj /A << /S /GoTo /D (subsection.7.1) >> >> endobj -2271 0 obj +2279 0 obj << /Type /Annot /Subtype /Link @@ -31029,7 +31072,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.2.1) >> >> endobj -2168 0 obj +2176 0 obj << /Type /Annot /Subtype /Link @@ -31038,43 +31081,43 @@ endobj /A << /S /GoTo /D (section.7) >> >> endobj -2276 0 obj +2284 0 obj << -/D [2274 0 R /XYZ 55.693 823.059 null] +/D [2282 0 R /XYZ 55.693 823.059 null] >> endobj 186 0 obj << -/D [2274 0 R /XYZ 56.693 404.998 null] +/D [2282 0 R /XYZ 56.693 404.998 null] >> endobj -2277 0 obj +2285 0 obj << -/D [2274 0 R /XYZ 74.626 278.854 null] +/D [2282 0 R /XYZ 74.626 278.854 null] >> endobj -2278 0 obj +2286 0 obj << -/D [2274 0 R /XYZ 74.626 266.899 null] +/D [2282 0 R /XYZ 74.626 266.899 null] >> endobj -2279 0 obj +2287 0 obj << -/D [2274 0 R /XYZ 74.626 242.988 null] +/D [2282 0 R /XYZ 74.626 242.988 null] >> endobj -2280 0 obj +2288 0 obj << -/D [2274 0 R /XYZ 74.626 207.123 null] +/D [2282 0 R /XYZ 74.626 207.123 null] >> endobj -2273 0 obj +2281 0 obj << -/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F29 679 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R /F10 1076 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F29 679 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R /F10 1083 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2288 0 obj +2296 0 obj << /Length 1127 /Filter /FlateDecode @@ -31085,18 +31128,18 @@ r X|�j���H��7�4ʀ��~Y�=k�9z �?�D��0��Ƀ�@p ��� fv������a��Q�*c��v����3sr���@3̉_���/�h�!!�dP K�_�Gw!���WH�� �,C̓.ξ��;s��w@�N=�'����_Lܙ�� uJj߲���(�������(�� endstream endobj -2287 0 obj +2295 0 obj << /Type /Page -/Contents 2288 0 R -/Resources 2286 0 R +/Contents 2296 0 R +/Resources 2294 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2095 0 R -/Group 841 0 R -/Annots [ 2282 0 R 2283 0 R 2284 0 R 2285 0 R ] +/Parent 2103 0 R +/Group 852 0 R +/Annots [ 2290 0 R 2291 0 R 2292 0 R 2293 0 R ] >> endobj -2272 0 obj +2280 0 obj << /Type /XObject /Subtype /Image @@ -31104,7 +31147,7 @@ endobj /Height 900 /BitsPerComponent 8 /ColorSpace /DeviceRGB -/SMask 2291 0 R +/SMask 2299 0 R /Length 35170 /Filter /FlateDecode >> @@ -31233,7 +31276,7 @@ lx ƺu�Z�jq��i�W�����+堷���M�jE��ټ��@g��6lX59 O+++)srr��U�V��"��ww�j��J��h�wqq���!!!�����+//O��v�����;,,LVqyi5*堨O����o�,U�A//�nݺ�?Z�x���?����������E�]�v�Ν;J���ܻw�#�<"�iW�\�0a�3�<#�2v�X1�Z�bEbbb\\������PO�A�M�&�(<<\d�x̲{�e|��G�����8qB>N������Wl����>��[oI�j砘�;s��l��J����!�JlyJJ���b�e˖��d��w�1żUl��f���ƍ_�9(����^sL�b����ߺu�v�ډ�O!^���_jj*o3��Y��[XX<����Mh� �����Ƞ�#G�ɑ��"��Ν���o�h����{�Ν�����ɓ'���=��/�����GU�7�P(���W_mٲ��/�,�����R���ݻ�s�=w�y���q������HG~�(��K/���JV���>��S����|||ƌ#���۷ń�����ϛHOO�������&&�o����5��!�9��s�̡��r��r���������������������������������������������������������������������������������������������������������������������������������������������������h$��l�� endstream endobj -2291 0 obj +2299 0 obj << /Type /XObject /Subtype /Image @@ -31248,7 +31291,7 @@ stream x��� ��� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������7|� endstream endobj -2282 0 obj +2290 0 obj << /Type /Annot /Subtype /Link @@ -31257,7 +31300,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.2.1) >> >> endobj -2283 0 obj +2291 0 obj << /Type /Annot /Subtype /Link @@ -31266,7 +31309,7 @@ endobj /A << /S /GoTo /D (section.5) >> >> endobj -2284 0 obj +2292 0 obj << /Type /Annot /Subtype /Link @@ -31275,7 +31318,7 @@ endobj /A << /S /GoTo /D (section.6) >> >> endobj -2285 0 obj +2293 0 obj << /Type /Annot /Subtype /Link @@ -31284,24 +31327,24 @@ endobj /A << /S /GoTo /D (section.7) >> >> endobj -2289 0 obj +2297 0 obj << -/D [2287 0 R /XYZ 55.693 823.059 null] +/D [2295 0 R /XYZ 55.693 823.059 null] >> endobj -2290 0 obj +2298 0 obj << -/D [2287 0 R /XYZ 56.693 789.929 null] +/D [2295 0 R /XYZ 56.693 789.929 null] >> endobj -2286 0 obj +2294 0 obj << /Font << /F23 623 0 R >> -/XObject << /Im37 2272 0 R >> +/XObject << /Im37 2280 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -2313 0 obj +2321 0 obj << /Length 3018 /Filter /FlateDecode @@ -31314,29 +31357,29 @@ o{ k"a��7���6�z��Qζ�;�mq۾>Nf�fm�Y�� fWh��^_o��:<�����O��v8;��V�֮HB�\<�/-�$2� AV�@Vc:�������ab���B.�j:"�b�9H扡�@ۧ��5v|�!���8�J��ǿ�:+q�BL}I��s��y����B�+�3]�v���"̬����v�e㴯e�S����N팬�����p<�3^<��O�J1';ΰF$�BU�x�J���v��� -��<�fq�֝:���u�m��(����N��Q��LoƺC��n�j�'���{4�����d�������C�LΘ�5bb��j;��<�$K������1bZ�^��(A@&��sD�Ő87r_��!�Q<Z�7�kbo'�wƊ,�[ֽ4.���b�, �c�"I�<j�� �?ɹZ�/|ы����Ya�{bң��T�G�'�c۠5 H�������w����*&�'UشXq{bӢ��'<�pV�«.�u��QY��i�t�쵗���*��T�Rp0��;4�o_�����-��p��f�I;nk��=� ��Do�8�d:*�j�ʓ�����vB�f%v��v�8Bᵬ_k��8WF�vC{�=��X���dl���2#�nO�s�t�n��X�8bT��αw�(���a����V8=,�mW[���l���q�1�#SG@��\`G�m��j�gr�����SGF���v� -�k��\�GѤ() -�G`%1���ޭaa"�@&0�������An -L1ւ4_���_�kXy�)�#����'�ؚ57=g[%f[�P a���2u���"�9����uE�u�Ky�>�v) ��g�T��?����AvG>��Q����TGs���M�n���V�yc��P�N"6c��JCJ - ++\Z�u�rҰ�Y -O�'�����#�ȵ��B����-��y�Ds��n,r�s1mv)�-3�saL� Z��9�0�5�. -2�����N��Wr6�k��k��D�� �X?�솳JК�h���2�0��I����Q������rNO`�i��tx�����ڻ�-��'N ��_���ep�s/8$��&4�@ -�>��H��Z�-�OkN�1&C�#Y5�+��Z1�?�8�Y�,�Sr���G1��@��X���&����uÙ!:Z�Ōt����X -���Z2{�e�V〲{�p��N<���S0�_O4s`_1�� ��x�� -j�63�����&�����1H���O��� ͎��<�ɿ0���>�8�|��0nQ���*ʳsn��`Y!03B�W1/�;�W[7+y��'��(�-Ds*/'H�I��:�W�����6�+�1=���9��+aE��f=�� ��vR9kJ�rg���.�J6=ltU���\����k�}4�\�{/�s�VΉc�&m��@$��s)��Xo��]>����kΌP4;�"CS��"q� ���yUOar�5��Ms����ުkA|VF�IT��G���8h��u�\�D�؈���k@�V���L�*^�K7�����u�xSʟ����\��-5"����(-�9���C%Ρ��s��9T�9�8c�$J�U�RN#���bh骸��9B)��Ԯ�XzXd�ϕ*XS<3k9L.��w�8kU!�۩.qk���4]9%��� +���]XhVFցG9f3�<�UrR ��3'^�VN��v��+$��}^{qNrX嬿P���x ]Ŧ��4���G�P��asw�o?P;���Ii�ċ�� ��-�C�lX��ep:�`/�w��ݜ���S�ZC\��o�2�)»�Գڔ����0�XE�<��xڒ��pQU!�^*����T=�����aLj�! iDU���P,��9����Q�b`�㧣[���>i\Iq�w�Ҕ~��շ�?ȗlͳo��:/Gq���Z*n��b�A��>����S�s?�c&V��_�O"v���v�:�~A���+����?�_�vGW6>b��K����K!���@~�ŧ�xTU:��<�?�E��Ap�̔P��H�e/���ˠ�N�|G��%�Q��o�P�e�C��L���!��;���l������$�ȝ��aE�d4�bn')e����&�g��ŭҿ��d��N��P���%���%5䒃 �* ��ȳ/�$��[���@���-�MӔ�7�������\�M��.��a��RܮPz-T,H-^Cj� �v�nv��r@�K�r�lkH^-�,�%P�Yr��Q��#=���Ѹ,`��{c��7�ف��)���k��'�P`��"F�`(y1f�<��P�\�4T֜E �ɸZf<�=��,M�YI��P -|� ���D��ދ�7-�t���k`�:۸���~0"?��Y�����QL��&�#�ڤ�$���c^�y�����XnEe�H�F+�*,wA&��N��N��m��P +��<�fq�֝:���u�m��(����N��Q��LoƺC��n�j�'���{4�����d�������C�LΘ�5bb��j;��<�$K������1bZ�^��(A@&��sD�Ő87r_��!�Q<Z�7�kbo'�wƊ,�[ֽ4.���b�, �c�"I�<j�� �?ɹZ�/|ы����Ya�{bң��T�G�'�c۠5 H�������w����*&�'UشXq{bӢ��'<�pV�«.�u��QY��i�t���ғ�Q^�zq��A�J8@ +f�{����kYz�x�e�N�Ҍ5i�mM���4A��M��LG�^�Sy6} ��Nhެ�n�3��gC(���b���ʈۮch���q���#����P�[@f��izN܂��ͽ�G���]�9�.�0<VX� +��E��jk��c�m����?N5�zdJ�H������[ �LN��@>s��W�0�nP�s�:���(�%E!���$��c_;ܻ5,L���6���;�M�� �Z0�F⫕v�s +��!E|���[���l��l�!�`\@�3V�N�ܝ0@�:g��U��h��p)/�G��.D���� +�������>Ȏ���39�v����h�X��q�i�M;�ފ?o�u6� +�I���fLc_iHI!ae�K˼�UN6>K�)��b{��{����]�t�"���;:�h.��E�@y.��.��e�p.,� D�s6G&���EA���~��Iu�J���|-�{m��H����G��pV Zs��m���[��3)���� �28�_^�� �7-Ր.�1Sr��@X{7��a��)���4����v��D]�Ä�����g�B)<�Y����i� 4�A�dh$�f{e��P+���1Kҁ�ucJ�7�(������ġ|89�n83DG+����ۀ�aRKa��RKf���jPv_>5ۉGR` +f���f�+��u�?RAM�f�?�ݽ������4;ɓ��)�u���Q^��?��?��'�ϵ�-�^2UEyv�M;�#+fF��*�%~g^�j�f%o���3E=���hN���3 �Zg����~»��|%5�G4�:��{%���Uܬ�@s_#A�C�N*gM�\.�,�a��%\iæ��Π +9�K���?cq�����|�`N��9qL�äm��ĸ\r.w��¡ˇ���}͙�f�Sdh��X$����#���)Ln�&|�iN[cy����[u-���H9��1��pP-�����K�(�ѐ�ur ��JCb��)^��s醠>v����oJ��������F�_T�8�T�s��9��:���C坃�36H�D^u+�4�@�O�!�V������#��L������E��\���5��3����B�}���V��J����JӕS" Z���R1�]х��ae4p`x��g6S��^%'й>s��k�4;qj�.ʾB�i����$�U���[��ҕQl�]A���q� +uk6w�����K�đM� ���ڒ8����EYZ����W��͙�q�9�q�5�uh��P/S�"�N=�M黜Ύ �U�q�#;��-Y U�ꥲ�P��l�I�c�I�ۛ��v�"�FT��� �Ro�3�~ΰ10�)�?~:�U��_�ƕ|g+M闩[}�Y�|����<�Vj��r7H�����I*Vi�(.�<�9��8f�`�9��%O�$b��Zk�顃��o�����_�# �l�qte��#v�4�>@���� �WYQ|�GU%Q�S��#��X9x�wA�L���4[�¾��*��t�wdXb�J^�{�Z��8��������[ʆ��W���O���iZV$MF#-�v�Rf��q�n�~6\�*�+�=@��N�t��Ui +_r��zQRC.92��ຌ<��O�O�������Y��R�4M)���|q�������d�0��-��&[(�� +��BłT�R�o�s~p��H�R^�P��d[C�jye_`(�ϒ����r��a����e��S4����4DLQ�>^�8�Є�\90rCɋ1C�1����Zu����,aN��2����9gYh���H��R�;����^ rľ��^��i���f�_����E�7��`���9m�B�&���bj'7���&%%�t�c�����\_h��r+*��@0ZqUa�2���w��_p���X�@ endstream endobj -2312 0 obj +2320 0 obj << /Type /Page -/Contents 2313 0 R -/Resources 2311 0 R +/Contents 2321 0 R +/Resources 2319 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2095 0 R -/Annots [ 2292 0 R 2293 0 R 2294 0 R 2295 0 R 2296 0 R 2297 0 R 2298 0 R 2299 0 R 2300 0 R 2301 0 R 2302 0 R 2303 0 R 2304 0 R 2305 0 R 2306 0 R 2307 0 R 2308 0 R 2309 0 R ] +/Parent 2103 0 R +/Annots [ 2300 0 R 2301 0 R 2302 0 R 2303 0 R 2304 0 R 2305 0 R 2306 0 R 2307 0 R 2308 0 R 2309 0 R 2310 0 R 2311 0 R 2312 0 R 2313 0 R 2314 0 R 2315 0 R 2316 0 R 2317 0 R ] >> endobj -2292 0 obj +2300 0 obj << /Type /Annot /Subtype /Link @@ -31345,7 +31388,7 @@ endobj /A << /S /GoTo /D (subsection.1.1) >> >> endobj -2293 0 obj +2301 0 obj << /Type /Annot /Subtype /Link @@ -31354,7 +31397,7 @@ endobj /A << /S /GoTo /D (section.4) >> >> endobj -2294 0 obj +2302 0 obj << /Type /Annot /Subtype /Link @@ -31363,7 +31406,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.2.2) >> >> endobj -2295 0 obj +2303 0 obj << /Type /Annot /Subtype /Link @@ -31372,7 +31415,7 @@ endobj /A << /S /GoTo /D (section.8) >> >> endobj -2296 0 obj +2304 0 obj << /Type /Annot /Subtype /Link @@ -31381,7 +31424,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.6.4) >> >> endobj -2297 0 obj +2305 0 obj << /Type /Annot /Subtype /Link @@ -31390,7 +31433,7 @@ endobj /A << /S /GoTo /D (subsubsection.5.1.6) >> >> endobj -2298 0 obj +2306 0 obj << /Type /Annot /Subtype /Link @@ -31399,7 +31442,7 @@ endobj /A << /S /GoTo /D (subsection.7.3) >> >> endobj -2299 0 obj +2307 0 obj << /Type /Annot /Subtype /Link @@ -31408,7 +31451,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.2.1) >> >> endobj -2300 0 obj +2308 0 obj << /Type /Annot /Subtype /Link @@ -31417,16 +31460,16 @@ endobj /A << /S /GoTo /D (subsubsection.4.2.1) >> >> endobj -2301 0 obj +2309 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [292.58 539.817 303.539 553.609] -/A << /S /GoTo /D (Hfootnote.75) >> +/A << /S /GoTo /D (Hfootnote.73) >> >> endobj -2302 0 obj +2310 0 obj << /Type /Annot /Subtype /Link @@ -31435,7 +31478,7 @@ endobj /A << /S /GoTo /D (section.3) >> >> endobj -2303 0 obj +2311 0 obj << /Type /Annot /Subtype /Link @@ -31444,16 +31487,16 @@ endobj /A << /S /GoTo /D (section.6) >> >> endobj -2304 0 obj +2312 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [466.37 370.909 477.329 384.701] -/A << /S /GoTo /D (Hfootnote.76) >> +/A << /S /GoTo /D (Hfootnote.74) >> >> endobj -2305 0 obj +2313 0 obj << /Type /Annot /Subtype /Link @@ -31462,7 +31505,7 @@ endobj /A << /S /GoTo /D (subsection.6.1) >> >> endobj -2306 0 obj +2314 0 obj << /Type /Annot /Subtype /Link @@ -31471,25 +31514,25 @@ endobj /A << /S /GoTo /D (section.6) >> >> endobj -2307 0 obj +2315 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [426.328 313.125 437.287 326.917] -/A << /S /GoTo /D (Hfootnote.77) >> +/A << /S /GoTo /D (Hfootnote.75) >> >> endobj -2308 0 obj +2316 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [167.262 284.234 178.221 298.026] -/A << /S /GoTo /D (Hfootnote.78) >> +/A << /S /GoTo /D (Hfootnote.76) >> >> endobj -2309 0 obj +2317 0 obj << /Type /Annot /Subtype /Link @@ -31498,60 +31541,60 @@ endobj /A << /S /GoTo /D (subsection.9.10) >> >> endobj -2314 0 obj +2322 0 obj << -/D [2312 0 R /XYZ 55.693 823.059 null] +/D [2320 0 R /XYZ 55.693 823.059 null] >> endobj 190 0 obj << -/D [2312 0 R /XYZ 56.693 782.706 null] +/D [2320 0 R /XYZ 56.693 782.706 null] >> endobj 194 0 obj << -/D [2312 0 R /XYZ 56.693 730.726 null] +/D [2320 0 R /XYZ 56.693 730.726 null] >> endobj 198 0 obj << -/D [2312 0 R /XYZ 56.693 649.655 null] +/D [2320 0 R /XYZ 56.693 649.655 null] >> endobj 202 0 obj << -/D [2312 0 R /XYZ 56.693 436.745 null] +/D [2320 0 R /XYZ 56.693 436.745 null] >> endobj -2315 0 obj +2323 0 obj << -/D [2312 0 R /XYZ 74.626 220.274 null] +/D [2320 0 R /XYZ 74.626 220.274 null] >> endobj -2316 0 obj +2324 0 obj << -/D [2312 0 R /XYZ 74.626 196.363 null] +/D [2320 0 R /XYZ 74.626 196.363 null] >> endobj -2317 0 obj +2325 0 obj << -/D [2312 0 R /XYZ 74.626 184.408 null] +/D [2320 0 R /XYZ 74.626 184.408 null] >> endobj -2318 0 obj +2326 0 obj << -/D [2312 0 R /XYZ 74.626 172.453 null] +/D [2320 0 R /XYZ 74.626 172.453 null] >> endobj -2311 0 obj +2319 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2322 0 obj +2330 0 obj << -/Length 2016 +/Length 2015 /Filter /FlateDecode >> stream @@ -31563,32 +31606,32 @@ ix *0k�>U�D`;�+;�Jt�~���clb�>T � �M��8Y[�P���Tge]>�]��X�v��I�*�S����xI��%� ⾤؊�:]���Dl����6�����zD��������郥�/���wn+I�����z�e�$.�pZ�_r�Mgd'��'�4�v���9�!h�=V\+[֕���p'�X�OK`��?'>�/�:�MO��o�����Z���0.��p���GL{�����l�BR!u�4�f�м��UY�'�����Xz&m����IrO�H�"&Q���U(bW��7�<��߰���s����yxp O%U���Jʵ"|��H~r����4c�メ��+)��*ߍ��q���X�R��W���<L���"~s�_�⋅ �R2�-Y�{��/CSҵ�ҠPK��uJ]�8��q$Cn��k%jn1jn����*B&�|G���0]B�c�Bv8E��u&R���F -ߵ��r�X�����U-!`9���$�V�dE*�_M��4�y@Ǥe�����n$��<��3�1i����3�V�G[�2���r��Yե�9�rT���2��e<+��%�J<3f���"#��ΐI�F�2�]�lz8S��˴*�|�<tBR#�佞K�(��&j�e��"\Y�X;k;)�lw���o�W��י�� ��|�nĉ�hꞫ*`S��H���Z��j����{p��U0����B�E�P(����8v�3+�X6�HS<�O�Ή��;�L�G`%�M�eז�T�; N�`F�5ʁSg��ޔ��w�$���P!���K�s���$^���2/� �4J�@�W�A��k��͑�E -���Z���A����w#i�ÊGL�p����тb��m� �φSI���g߹̤�J`�B�n�ձ�Ϧ�5���x,�K-��� m�.�]O4n\����ɍ��i�L�,�"���"��cKe������5�QP�X��VT&����ش����v�u�� ���I��;t*��JÏ볋����܌��?+ )���9JWw��&� -��b3���9�Wv9��HP�����!��W�*����4� +ߵ��r�X�����U-!`9���$�V�dE*�_M��4�y@Ǥe�����n$��<��3�1i����3�V�G[�2���r��Yե�9�rT���2��e<+��%�J<3f���"#��ΐI�F�2�]�lz8S��˴*�|�<tBR#�佞K�(��&j�e��"\Y�X;k;)�lw���o�W��י�� ��|�nĉ�hꞫ*`S��H���Z��j����{p��U0����B�E�P(����8v�3�r�̃"M�d? ;'.���(2����7Y�][6S��8u��3�(N�az{S���-�\��C�T��/�ϡ +���x����aȼ6�s�(M�'^�y�m��6G�),Ɗk��r�zߍ�I�+1�k�Ɩ�F�1Z����?N1$E#�}�2�~+�]< +���V�b~<�J�h���X/������ݺ�w=Ѹq�^ڃ&7�R�i��2}�<̋8�v�h,�-��_��DZ�`GAITc��^XQ���:H�?fb��N:����N6�_&Ɏg�Щ��* ?��.��ޖs3�D����0,֟�(]ݹz�P+�ފ͜���4^��$o#A���~to���_9�X��4� endstream endobj -2321 0 obj +2329 0 obj << /Type /Page -/Contents 2322 0 R -/Resources 2320 0 R +/Contents 2330 0 R +/Resources 2328 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2095 0 R -/Group 2325 0 R -/Annots [ 2319 0 R ] +/Parent 2103 0 R +/Group 2333 0 R +/Annots [ 2327 0 R ] >> endobj -2310 0 obj +2318 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/aucmap1011.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2327 0 R +/PTEX.InfoDict 2335 0 R /BBox [0 0 460.8 345.6] -/Group 2325 0 R +/Group 2333 0 R /Resources << /ExtGState << /A1 << @@ -31661,7 +31704,7 @@ endobj /Type /ExtGState /ca 0.08 >> ->>/Font << /F1 2328 0 R>> +>>/Font << /F1 2336 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -31680,54 +31723,54 @@ EGM d�|����mX� �9�l: endstream endobj -2327 0 obj +2335 0 obj << /CreationDate (D:20200924190835+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2328 0 obj +2336 0 obj << /BaseFont /DejaVuSans -/CharProcs 2329 0 R +/CharProcs 2337 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five 97/a 99/c 101/e/f 105/i 108/l 112/p 114/r 116/t/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2330 0 R +/FontDescriptor 2338 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2331 0 R +/Widths 2339 0 R >> endobj -2329 0 obj +2337 0 obj << -/a 2332 0 R -/c 2333 0 R -/e 2334 0 R -/f 2335 0 R -/five 2336 0 R -/four 2337 0 R -/i 2338 0 R -/l 2339 0 R -/one 2340 0 R -/p 2341 0 R -/period 2342 0 R -/r 2343 0 R -/t 2344 0 R -/three 2345 0 R -/two 2346 0 R -/u 2347 0 R -/zero 2348 0 R +/a 2340 0 R +/c 2341 0 R +/e 2342 0 R +/f 2343 0 R +/five 2344 0 R +/four 2345 0 R +/i 2346 0 R +/l 2347 0 R +/one 2348 0 R +/p 2349 0 R +/period 2350 0 R +/r 2351 0 R +/t 2352 0 R +/three 2353 0 R +/two 2354 0 R +/u 2355 0 R +/zero 2356 0 R >> endobj -2330 0 obj +2338 0 obj << /Ascent 929 /CapHeight 0 @@ -31742,10 +31785,10 @@ endobj /XHeight 0 >> endobj -2331 0 obj +2339 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2332 0 obj +2340 0 obj << /Filter /FlateDecode /Length 304 @@ -31755,7 +31798,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2333 0 obj +2341 0 obj << /Filter /FlateDecode /Length 230 @@ -31764,7 +31807,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -2334 0 obj +2342 0 obj << /Filter /FlateDecode /Length 245 @@ -31773,7 +31816,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2335 0 obj +2343 0 obj << /Filter /FlateDecode /Length 133 @@ -31782,7 +31825,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -2336 0 obj +2344 0 obj << /Filter /FlateDecode /Length 247 @@ -31792,7 +31835,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -2337 0 obj +2345 0 obj << /Filter /FlateDecode /Length 90 @@ -31801,7 +31844,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2338 0 obj +2346 0 obj << /Filter /FlateDecode /Length 68 @@ -31812,7 +31855,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -2339 0 obj +2347 0 obj << /Filter /FlateDecode /Length 45 @@ -31824,7 +31867,7 @@ x "���}� endstream endobj -2340 0 obj +2348 0 obj << /Filter /FlateDecode /Length 80 @@ -31833,7 +31876,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2341 0 obj +2349 0 obj << /Filter /FlateDecode /Length 236 @@ -31844,7 +31887,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2342 0 obj +2350 0 obj << /Filter /FlateDecode /Length 49 @@ -31853,7 +31896,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2343 0 obj +2351 0 obj << /Filter /FlateDecode /Length 157 @@ -31863,7 +31906,7 @@ x ���f�W����7y endstream endobj -2344 0 obj +2352 0 obj << /Filter /FlateDecode /Length 131 @@ -31872,7 +31915,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -2345 0 obj +2353 0 obj << /Filter /FlateDecode /Length 338 @@ -31886,7 +31929,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2346 0 obj +2354 0 obj << /Filter /FlateDecode /Length 248 @@ -31897,7 +31940,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2347 0 obj +2355 0 obj << /Filter /FlateDecode /Length 171 @@ -31907,7 +31950,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -2348 0 obj +2356 0 obj << /Filter /FlateDecode /Length 210 @@ -31917,127 +31960,125 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2325 0 obj +2333 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -2319 0 obj +2327 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [276.368 111.379 287.327 125.171] -/A << /S /GoTo /D (Hfootnote.79) >> +/A << /S /GoTo /D (Hfootnote.77) >> >> endobj -2323 0 obj +2331 0 obj << -/D [2321 0 R /XYZ 55.693 823.059 null] +/D [2329 0 R /XYZ 55.693 823.059 null] >> endobj -2324 0 obj +2332 0 obj << -/D [2321 0 R /XYZ 56.693 789.929 null] +/D [2329 0 R /XYZ 56.693 789.929 null] >> endobj -2326 0 obj +2334 0 obj << -/D [2321 0 R /XYZ 74.626 105.203 null] +/D [2329 0 R /XYZ 74.626 105.203 null] >> endobj -2320 0 obj +2328 0 obj << -/Font << /F23 623 0 R /F14 963 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im38 2310 0 R >> +/Font << /F23 623 0 R /F14 947 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im38 2318 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2361 0 obj +2369 0 obj << -/Length 3993 +/Length 3994 /Filter /FlateDecode >> stream -x��Z[o�~�_1�c$Vċ$j�����6A�i��v�zF��]����=7�bk|Aھ�e��(��\�s�xs�ě?�����7o��(�I�7W�$���lv�ls��|�&g�y�o����_���ÿޜ9�����wg�:u����L��?g�Fg[��~������~�`�x��Y�,��nv�W~�7{x��&�L�6�4�NE.�f�y����Ӕ��n�eq�%�)-��H�Jl��5V�s��OgI���P��U���_K9EוM�]�E^��k�-:~�����Z�~���ݬ��*!��|�S�d� -V�ց��=2�~�ldm���U��mmD!Y�n�5�{ߠ$�����":��(�H��۲�.ϣ.ae�Զ�V��/=��qG��d��=�������Jh��̀�����>:;��lߢ�0�q�����f8�ׁ�Ka�F�!�_�f�(I�%O�k�E -�e <0�p��t�"�l����x$�ܿk�}ك�פ�A�y -;S;��+ϙ�Hv�B�4~q����uW��� H)k�"�R��m��]At�Ln1��Q�0U-c��Q�\�k��k�2���4�4�Q�R��vm6G:ϟ�*{U&�kӸ��#'�Ze�D�ҭ=&�s q�/��B���:��Le]��a������_��8Vk�@��R�*�@r����e=� �U��B�kt� xT��f�w;_����۶�%�zrw��@u�6�{���,��]�D���Mp�n�&v�r��f/R���-����m,�lZfA�a�]��3�q��UD�2�P��z�L��t{.0�j��im��C���Ѓ;ڡB�M��z�\�*��@��@(�������a~�v�d�a�D����B�3�Z�>0��VY+��) -1��?��S�p�v�M�#�f�����C�H�m.����������w�&���n����/�i��/����� "n�!O�� ��:T�4��L��#Bv��Ey -j1� hL*�kκ7U�'F�m��N��Y�eI�R��N=� 8F� �TI��dH)�39���M�±WMU�B����7�xN��MǃN9���2�ㆩ�D/�H���su����1&�z�aa�HF;�%Q -��Ŗ��f�a%��Ո_C�Xp��f(8��H)O#�X�l�y��5:��&#��]ǥ���=^.�j�8���G�F�F��'�h@�����Y�-\�4'(�)�@��y쉣\{���G���[�:Yn�{�%ZS���U�EfBJw�R&}��1� ��I~)�D���q*O��x��Km�i\����~YWЉ�r�o���^a�fSaA��C2=VV* -a6���R�8��s��w�+d&m�'�����ȿ�u����6���\.oT��HO�(�L�#��>�A�o�Q)�I�</�}� ��4����uuW�~��y<j��{6�����C}�m/t/rl��E��I2�1KB�����o���K�0�V/��XA躬�u3p�T�&3��HO�~��CЗ�L���q��� w�o?���s���Dg究�\φ����e0�Mj.��Y4�d#��++�f�6u�K"f^C�`�i���T��d{Ʉ�hǚ{hg_~��$\�x��p -n���G�f8rg�\*�Dz0���@3��5m͓��Ӿ�T��a��F��]M�V[�* O#�_������ݖW�_75Mn�(��S.`����qg�"1BQ§-���ٮ)����T�8���oB�|$�uY���SdOP�peq��F'���d�7!��8%�Q瀫��N���;Z��wI��b+��e7HM��iKК �����{B��~J,�����r��B���P��ű ��9)��_S��Z���Y��~|&���##�������_���č@�rP���s�����7�^^��m�zV�Kaٴ�Ņ���{R���&��:���5�~(���,�%y�@��|3O&uقm�����T]��oۣ����,��~�,.��h��^x= �j���= �e�轰�K/g�c���}�y�+�x{Y���#�B�H���zGo����oE�&�Xa�H���ea ��ą A�/E���k�m��7�b��VQ��/i�T�D�پs@���}w��\�i��y�!B2��B �x����KF#O+��@��d����Γ,MD�&�����LM�Z��q;j�a��e�)4� Tm8r�q3�dC�s�(� Uτ���_٠U�ZZ�������֙��@�� �h����Q��ad#qK�``mb�:~9�4��x��<��BQ$,�-9�'1��IU�$��,�~f�c��l*bK���1��B��8vP��K��ֲ�8]qO�~��E���U�.,���c��{8�"�j�O#��9�S�9�2w��&[����ې5���X�x�W)L��G!;Z�����J2��;�9ص�?�����1$�x����\AV��<d��ʘEL��yf12�w\d�v���{6a�`��^�5���ϒY�B�����D���y*ǫ-�WaL�l�p�����V�7j~�rʪ�j�*h�PN���z�M48U��F�������2.x6�7�{���"pzjVQ'��EP���~.VR)t���C�6��T�d��=U���ϲ$L$�����hr�ˡ��D��]�NM��h38Z�/�Z�%�KψT�d,b'rIE>\ �ˆ@9��,0�*ЂE�x �1��#m�A��M�͓���8�� -�Gz�O0���a ��~�A߄�>_GDR������ ��2�9q��l�����o��$�"��k��S�:y좒�u�Q]yVO̰F������%0�����s�o�:t)��8�{�G{I8�+%?��dƹp�O�v� � �Mec���ѩ -a���T@*#&xE�2=�MRհ��M�/$���N����.��8�m������I^�|�yW�H!�3[3�5:9�x5/�!�JPlN��leud�Ks�y�Cۇd�q��{��]�� vKa�~Ύ/�G�pR�`_m�K�V|}��:��k_#��k����� _���Y�����&iH����9ՠ��;�<�zYN�-t}�Ǎ��E}���ԇ?�pOk9g�b�c:�<s�x���NN�!e�<�@x���0S�ᚋ�n����s�|~j���:�([mq�J^<�8�]�Z:A�Sr�d��sФ�Dȓ�@���tj�C7�Ȉ�#[�!����V��*�}� -H :��EdBm�x��QIo�bHx��+����(��� -�v -9XǕ�q��\���Y$�Ze���^����r)��i/+�վD�+�f��~Gg�4]I�<�Ĕ҂��;�Bs� -�Ǧ��^g��<s��evȕ�{�x ,�?�\L�8ӳ�8Y�d+�z Yb�X36r�,�{�{�·�Ď�8�p&X�hՎ��la��NЦ�y��,���.�r&GQ�o��g5��Sl,��=h2��&Ӿm:i=�e��������� K1{�8�v'����(�>m����˂w��W-�^05y�s4����`t��4P�桐�j���z��D�^<���Z��� �`n�LMR,\!Ԭ���� --ꘕ8�v6�Z�/� ����/կuv����Xvr������PU�U�~� �Ɗ�4�� -W�b����C|�����@߂��Lj̴=��{g�\��4�ꦾ!�~�!�����TG�����ox������I@���KndD<�>p6 -9J��C�����l��P�*)%)�y��S\ŗge�%�������@�H�t -*D���R���C�qrl<T�o����c����>��h\JI� A[t�X��1'_JV@1^�;�o,��;���o�'�cA`m�m�Ԍ��(��?�K�L�i� +x��Z[o�~�_1�c$Vċ$j�����6A�i��v�yF��]����=7J���i�җ����s��!��ao��껋W�f�T�'��\\m�4Js�q�e���~�a����Y�}��/}���zs���⇟ߝ��ԥj��3��š<;7:�Zu��ŏ���x��+��5�g�Uv�;���[��û7qdr����Ǎu*r94���W���%�t�,��,QLiY��k��f�_ce?�{~�t�$ۢK~���#��k�ڵǛ����m����ȫ}{ͶeϏM;p�Wk��_�c��Et�ᐱ2��7<�N��aEnx��#a���F֦��]]�y����h�90$���a��a�[����^���g���)�=ҫ��깫�Q����aj;e's����qG��d��;u�Ẃ;��Ш����}1�ٹ5f�u�Y�s��<\��a���\ +#4� )�Z6�EI�/y2\�.R��-kౄ������`����G�}�����WȾM��5���� �Xax�4�D�{-u�Π1���3��]��u1��)U�VZj�EWͮ$:`&��I�(�����1���(wΏ�5Nⵉl� �y}�t�(d��~�6��#��OR�=�*�kӸ��'�Ze�D�ҭ=&�s q�/��B�+jQ5u�Le]��a������_��8Vk�@��R�*�@r����e=� �UY#�����`����vE#n��4n�j��Z�s�[���~ݫ��gQ��%�x���Gm�3�p�6���˟$0{��Om!��˶�ȳ�%��nUB�DƩGWT15���C��6�2Q��e����!���u���C����6��������PՎ=� �B�N^zȀ_0 ��˴c/C0�$jzוG��hJ��+lU ��n��S4���>~j.����{�V���o�O~;�4n���.���^�?�!�����f'hA��j )�ƞ�}.� (�"��f��� ��D��A��/�IR0�<_� +��Q�iPTcDș{���(OA-��Ƥ�Bֽ�k�?1lW��t��"/K"��u��рct�H�PI��"�=�s���$-{��5)�-1�~s��4�P��<�#�i)�=n�*J��0�$ �Z8�Pw�zm~c��Gƌdr��S[�KXl �m�Vb��^M����+@�>�=@Jy9IJgs��ܭљG6���:.��N��rW���y����u,�!���J���f�pUӜ�̧�Io� �'�r-��������n�d��#�).њ��$��,23R�[�2��Ч��N��O�K�$��'�Sy���ǡ.�r,�Q�p%v.`�����*� ]9ҽ����dz�,�T�l6����q,>���W�L��O29[������ +(�d�zmf��\ި�.r���Q/G�7} +.Z��N��R��6y.^�AF�i2w�W��"�@�x�F ��l�>�C�ه}_v�нȱ��F/�4�d,�y7�L��z�n���wX��tb��.����S��LtO��Z�45��/'X��I3��.��3�2.�~��.�8�B���Sm��������e0�Mj.��Y4�d#��E_�����l��/��y ��y��z~R�b���%:�k}���S�p�i�õ(�&^q�����s���D���I�ik�<��O)�x�atN�5�hu夒�4a��zAj^��1>�mu��M���F���(;���9�<�v��+#��|�q[ɜ�Z�����O�)��i�pBH]��D�T���=��0E�E*Wgϡhr +��I�}�3�Q�5\���t�\���ɪ����K�[�u��Qj��O[�V x�S��{���Wz�}���*OX���]1�2vh��/�%Y�,�I)4�5�jʱ+���|�����g���<2�y��.~�k�В�� �R +4 st����f|1ȋ=ֽ |����J~),��Q��p��?pOj�_�d�P�/�����eS"3�ŷ$�hV�7�dR�-؆Z��MݷL���=j+q�"��������L��������I0�-�D�݅�r<Uٱ�ڗBu�o/���~�Vh�3��C��MWTw��O��+L�_�l"�!7�8$����Zr{M� }s��^��?a�n���NH$���1�_0����wg�/�c��8�c:ς7DH��X(a�X�(����ӊ�2P�8 x�_\^8O�X4I�e�O�35�kf���P��9H�и�PQv����Ԓu��!�@�6���9d�VS4�B��-n�k�y�4܀��\�NF�K�����-�]��͈YH���L҄��- ��E�����Ȟ�X*&UI~�����̒�r�S�օ�-I,���� +-gl��A"Z,�[���t�=�����N���;�Xw~q�<�m����V�.x�iw����-6�Jݏ����������Ja> +���B��T��T�)��)���u���/�-�!y&ϛ�M���d�<��@F��Y�@�\��@�0�q!�i�A6Z�ل1���{���'�$���W +���?�a*ǫ-�W�`��l�p�����W�7*<A9eU�N +5g4�/�b��|��&��Ƃ�V����z �D���瞶�������E��E�r�}��߁��T +,:|���"&U0.O0���A���$b6�����B.|9<��谳/����)z�mG���\K�|��*��LE�D.�ȇk�av�(C���1�"�3�-XT�����@>B��f����<�K�����pd���8L���9��ϐ��uD$e���-Un`ԗ���u!�e���]P��/�p��-/x�]TBO�䱋J*�QFu堞�a�"C_�|�K`*Y��s�o�:t)��8�{�G{�?ҫ$?��d�9�O�v�(� ��ec���ѩ +�`���T@*#�{E�2�MRհ3�����'���Nx���.Cn��6]dlxjt���ޕ7R�����a�N%^��;�R��i� +PVG6_�t��m��ǵj����vU���-mx���sv|�>���Z���ꆢ�h�����F��5x�.�^0���`Q�YZ�8^a���=}Pi��O'ؑ����r�0o�*<n��,�K( �9�i�{Z��9��S�1��9C���x''�����@x���0S�ᚋ�n��ؗ�s�<<5��tj�|�����$/w��.j-���)9�{2��9h�Z"�IM��cf:5ύ��xdD��m��S�a�QX��>Ay��e�!2�6� �,�QIo�bHx��+��P�Y�ٰ����R�q�{��!����iI�BY�)�S*f�\�oa��Zv���_�J������*MW�)�01�����М����&g�� +ρ��/�C��أ�k`�=�r1��L�q�<�VhuO��ԩfl�XY�����e��;��P�3ς��V�`��v�_�mʙ��׃������F��(j� ����c��%��M���dMg-���l�;��SuX|e)f/����2Q�eW���������ݬ�BK�L5/r�P��:�N5����R��BR�TO��H��g�t��8@CÛ[�I��+���P�q�S�E�G�����ǩ��b�2y��!>(����N����^�6���������O�X���}�R�� +_LW��/�,j��2�����E& 5f��`NN���*-W���ľ�mn�����y2�@%�Q��0�W� /��|�p6 h��|ɍ���g��à��>Ծ��cD�JTI)�H)����*������ O��$z%c q�)��te++!����}ȱ�XWE'\����6���G&�RJ�5� ��� +��A8�R���j�a�����@ؑ{�8y� +3h��ڏ�f|�pB��!_�7�j endstream endobj -2360 0 obj +2368 0 obj << /Type /Page -/Contents 2361 0 R -/Resources 2359 0 R +/Contents 2369 0 R +/Resources 2367 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2372 0 R -/Annots [ 2349 0 R 2350 0 R 2351 0 R 2352 0 R 2354 0 R 2355 0 R 2356 0 R 2353 0 R ] +/Parent 2380 0 R +/Annots [ 2357 0 R 2358 0 R 2359 0 R 2360 0 R 2362 0 R 2363 0 R 2364 0 R 2361 0 R ] >> endobj -2349 0 obj +2357 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [525.368 602.05 536.327 615.842] -/A << /S /GoTo /D (Hfootnote.80) >> +/A << /S /GoTo /D (Hfootnote.78) >> >> endobj -2350 0 obj +2358 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [148.419 586.94 159.378 601.396] -/A << /S /GoTo /D (Hfootnote.81) >> +/A << /S /GoTo /D (Hfootnote.79) >> >> endobj -2351 0 obj +2359 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [135.328 400.457 146.287 414.249] -/A << /S /GoTo /D (Hfootnote.82) >> +/A << /S /GoTo /D (Hfootnote.80) >> >> endobj -2352 0 obj +2360 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [452.927 400.457 463.886 414.249] -/A << /S /GoTo /D (Hfootnote.83) >> +/A << /S /GoTo /D (Hfootnote.81) >> >> endobj -2354 0 obj +2362 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [230.002 357.119 240.961 370.911] -/A << /S /GoTo /D (Hfootnote.84) >> +/A << /S /GoTo /D (Hfootnote.82) >> >> endobj -2355 0 obj +2363 0 obj << /Type /Annot /Subtype /Link @@ -32046,16 +32087,16 @@ endobj /A << /S /GoTo /D (subsubsection.9.24.2) >> >> endobj -2356 0 obj +2364 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [450.946 313.118 461.906 327.574] -/A << /S /GoTo /D (Hfootnote.85) >> +/A << /S /GoTo /D (Hfootnote.83) >> >> endobj -2353 0 obj +2361 0 obj << /Type /Annot /Subtype /Link @@ -32064,94 +32105,94 @@ endobj /A << /S /GoTo /D (subsection.9.33) >> >> endobj -2362 0 obj +2370 0 obj << -/D [2360 0 R /XYZ 55.693 823.059 null] +/D [2368 0 R /XYZ 55.693 823.059 null] >> endobj -2363 0 obj +2371 0 obj << -/D [2360 0 R /XYZ 253.533 562.034 null] +/D [2368 0 R /XYZ 253.533 562.034 null] >> endobj -2364 0 obj +2372 0 obj << -/D [2360 0 R /XYZ 240.096 541.112 null] +/D [2368 0 R /XYZ 240.096 541.112 null] >> endobj -2365 0 obj +2373 0 obj << -/D [2360 0 R /XYZ 230.989 517.416 null] +/D [2368 0 R /XYZ 230.989 517.416 null] >> endobj -2366 0 obj +2374 0 obj << -/D [2360 0 R /XYZ 74.626 249.822 null] +/D [2368 0 R /XYZ 74.626 249.822 null] >> endobj -2367 0 obj +2375 0 obj << -/D [2360 0 R /XYZ 74.626 237.867 null] +/D [2368 0 R /XYZ 74.626 237.867 null] >> endobj -2368 0 obj +2376 0 obj << -/D [2360 0 R /XYZ 74.626 225.911 null] +/D [2368 0 R /XYZ 74.626 225.911 null] >> endobj -2369 0 obj +2377 0 obj << -/D [2360 0 R /XYZ 74.626 213.956 null] +/D [2368 0 R /XYZ 74.626 213.956 null] >> endobj -2370 0 obj +2378 0 obj << -/D [2360 0 R /XYZ 74.626 178.091 null] +/D [2368 0 R /XYZ 74.626 178.091 null] >> endobj -2371 0 obj +2379 0 obj << -/D [2360 0 R /XYZ 74.626 154.18 null] +/D [2368 0 R /XYZ 74.626 154.18 null] >> endobj -2359 0 obj +2367 0 obj << -/Font << /F23 623 0 R /F14 963 0 R /F28 677 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R /F10 1076 0 R >> +/Font << /F23 623 0 R /F14 947 0 R /F28 677 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R /F10 1083 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2381 0 obj +2389 0 obj << /Length 1225 /Filter /FlateDecode >> stream xڕVK��6��W�(�D�(�{�L�L2mڤ�I����kK�z$���$�7���"R �����]Q�V/6��/QpΜRM��.�fډ¢H�b�->�j]9�ʷ�������_�-/7���m5/�X7�����DcJ٬?mެ~٬�W��~�Z&�,���ç���ڛ�f���k�<�rfL�ş�w���Sn.xjL͌��)�L�+�U�5u�\2��o�)��a<�}����У��㯋�i�z6�\6�ۮߦ�p��3��@�!y �d�m��0���+~�5/�[2�G��z\���0���}`�J Q^�S�a������������4`��LJ�b:j4��~^�0%�� >z`<@H3�m�h&](W���~ń��F��i\��H���A����~w\k�fV���Y�u��}�:U�k�*�_/Կ5�KQ(���)a/�ݒs�X�Ӻ�B]�)i�S�a��[B|�MJ~i����M$jQ���6I?��7�Ȣ -����C�<��c�5�@gA&gFPh/*���ܽ_�N��[L�ǚ�0NOՀ����N3SKB�I�Ȅ���)���������Ӥš�c̄�b�t��V�.�a�3��a6���@�v8�-sL��'��4����aIX�8A�ҾeLM����J�b���IDD������z8�$��XsÔr�P�HR"�13RQ˃l@a��g���ZB�Fn�a�1�M�k��Y��$�o`WG;�T�x^;CyE҂�7�t�! ���}M�����*�s��<��� !��c���{Ě7P�4?�^��I9�G��Z�mc��ʺ�E�I#�����D���%���)ZB��X��t��|�a]�X!u۔2>\��t���o���;��lz��4�x���e�@��c6���>�����8���h�e";c�R��*�BLh$�k�����_<�Q2����6�3����?4]��� �y'zsG:�0̙�G�`/�G=��vB�wDB�_!�蓍@3��/M�g�Y�p�0�uQI&(�>�mz`��)D��}jK�*U9-bUa�Լ������x|�����⮁��8>�"���ac����3F�F���- Y��J��Ӝj!=]��:�7]a(S@�\�]�7I��Lu���C��2Uk� -J��&��TX��TU9D�;�:�w�!*B�gi%��<��<.Sf6�腆Q<�N77�k�4�\�:ɜ�Q�@?�"��@�/��� +����C�<��c�5�@gA&gFPh/*���ܽ_�N��[L�ǚ�0NOՀ����N3SKB�I�Ȅ���)���������Ӥš�c̄�b�t��V�.�a�3��a6���@�v8�-sL��'��4����aIX�8A�ҾeLM����J�b���IDD������z8�$��XsÔr�P�HR"�13RQ˃l@a��g���ZB�Fn�a�1�M�k��Y��$�o`WG;�T�x^;CyE҂�7�t�! ���}M�����*�s��<��� !��c���{Ě7P�4?�^��I9�G��Z�mc��ʺ�E�I#�����D���%���)ZB��X��t��|�a]�X!u۔2>\��t���o���;��lz��4�x���e�@��c6���>�����8���h�e";c�R��*�BLh$�k�����_<�Q2����6�3����?4]��� �y'zsG:�0̙�G�`/�G=��vB�wDB�_!�蓍@3��/M�g�Y�p�0�uQI&(�>�mz`��)D��}jK�*U9-bUa�Լ������x|�����⮁��8>�"���ac����3F�F���- Y��J��Ӝj!=]��:�7]a(S@�\�]�7I��Lu���C��2Uk� +J��&��TX��TU9D�;�:�w�!*B�gi%��<��<.Sf6�腆Q<�N77�k�4�\�:ɜ�Q�@?�"��@�/��� endstream endobj -2380 0 obj +2388 0 obj << /Type /Page -/Contents 2381 0 R -/Resources 2379 0 R +/Contents 2389 0 R +/Resources 2387 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2372 0 R -/Group 2384 0 R -/Annots [ 2374 0 R 2375 0 R ] +/Parent 2380 0 R +/Group 2392 0 R +/Annots [ 2382 0 R 2383 0 R ] >> endobj -2357 0 obj +2365 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/aucmap677.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2387 0 R +/PTEX.InfoDict 2395 0 R /BBox [0 0 460.8 345.6] -/Group 2384 0 R +/Group 2392 0 R /Resources << /ExtGState << /A1 << @@ -32234,7 +32275,7 @@ endobj /Type /ExtGState /ca 0.08 >> ->>/Font << /F1 2388 0 R>> +>>/Font << /F1 2396 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -32253,54 +32294,54 @@ X# :�����{s������=�<�S�)�e����->n�>�7_��|�<��F�ߊ�����? ���0d�uh�0i��tj�Vh�& ������:����}Jl� endstream endobj -2387 0 obj +2395 0 obj << /CreationDate (D:20200911125111+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2388 0 obj +2396 0 obj << /BaseFont /DejaVuSans -/CharProcs 2389 0 R +/CharProcs 2397 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five 97/a 99/c 101/e/f 105/i 108/l 112/p 114/r 116/t/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2390 0 R +/FontDescriptor 2398 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2391 0 R +/Widths 2399 0 R >> endobj -2389 0 obj +2397 0 obj << -/a 2392 0 R -/c 2393 0 R -/e 2394 0 R -/f 2395 0 R -/five 2396 0 R -/four 2397 0 R -/i 2398 0 R -/l 2399 0 R -/one 2400 0 R -/p 2401 0 R -/period 2402 0 R -/r 2403 0 R -/t 2404 0 R -/three 2405 0 R -/two 2406 0 R -/u 2407 0 R -/zero 2408 0 R +/a 2400 0 R +/c 2401 0 R +/e 2402 0 R +/f 2403 0 R +/five 2404 0 R +/four 2405 0 R +/i 2406 0 R +/l 2407 0 R +/one 2408 0 R +/p 2409 0 R +/period 2410 0 R +/r 2411 0 R +/t 2412 0 R +/three 2413 0 R +/two 2414 0 R +/u 2415 0 R +/zero 2416 0 R >> endobj -2390 0 obj +2398 0 obj << /Ascent 929 /CapHeight 0 @@ -32315,10 +32356,10 @@ endobj /XHeight 0 >> endobj -2391 0 obj +2399 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2392 0 obj +2400 0 obj << /Filter /FlateDecode /Length 304 @@ -32328,7 +32369,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2393 0 obj +2401 0 obj << /Filter /FlateDecode /Length 230 @@ -32337,7 +32378,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -2394 0 obj +2402 0 obj << /Filter /FlateDecode /Length 245 @@ -32346,7 +32387,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2395 0 obj +2403 0 obj << /Filter /FlateDecode /Length 133 @@ -32355,7 +32396,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -2396 0 obj +2404 0 obj << /Filter /FlateDecode /Length 247 @@ -32365,7 +32406,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -2397 0 obj +2405 0 obj << /Filter /FlateDecode /Length 90 @@ -32374,7 +32415,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2398 0 obj +2406 0 obj << /Filter /FlateDecode /Length 68 @@ -32385,7 +32426,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -2399 0 obj +2407 0 obj << /Filter /FlateDecode /Length 45 @@ -32397,7 +32438,7 @@ x "���}� endstream endobj -2400 0 obj +2408 0 obj << /Filter /FlateDecode /Length 80 @@ -32406,7 +32447,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2401 0 obj +2409 0 obj << /Filter /FlateDecode /Length 236 @@ -32417,7 +32458,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2402 0 obj +2410 0 obj << /Filter /FlateDecode /Length 49 @@ -32426,7 +32467,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2403 0 obj +2411 0 obj << /Filter /FlateDecode /Length 157 @@ -32436,7 +32477,7 @@ x ���f�W����7y endstream endobj -2404 0 obj +2412 0 obj << /Filter /FlateDecode /Length 131 @@ -32445,7 +32486,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -2405 0 obj +2413 0 obj << /Filter /FlateDecode /Length 338 @@ -32459,7 +32500,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2406 0 obj +2414 0 obj << /Filter /FlateDecode /Length 248 @@ -32470,7 +32511,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2407 0 obj +2415 0 obj << /Filter /FlateDecode /Length 171 @@ -32480,7 +32521,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -2408 0 obj +2416 0 obj << /Filter /FlateDecode /Length 210 @@ -32490,21 +32531,21 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2384 0 obj +2392 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -2358 0 obj +2366 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/aucmap928.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2409 0 R +/PTEX.InfoDict 2417 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -32578,7 +32619,7 @@ endobj /Type /ExtGState /ca 0.08 >> ->>/Font << /F1 2410 0 R>> +>>/Font << /F1 2418 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -32598,54 +32639,54 @@ J ��J�5���c������T��RnI�]��IUЂ��8j%����������|�y�Ɇ���_�Yۻ���{��~]]���b��+��g��9��-aȁ�ئa֤w18�#���9����eN}���9lA endstream endobj -2409 0 obj +2417 0 obj << /CreationDate (D:20200924191025+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2410 0 obj +2418 0 obj << /BaseFont /DejaVuSans -/CharProcs 2411 0 R +/CharProcs 2419 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five 97/a 99/c 101/e/f 105/i 108/l 112/p 114/r 116/t/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2412 0 R +/FontDescriptor 2420 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2413 0 R +/Widths 2421 0 R >> endobj -2411 0 obj +2419 0 obj << -/a 2414 0 R -/c 2415 0 R -/e 2416 0 R -/f 2417 0 R -/five 2418 0 R -/four 2419 0 R -/i 2420 0 R -/l 2421 0 R -/one 2422 0 R -/p 2423 0 R -/period 2424 0 R -/r 2425 0 R -/t 2426 0 R -/three 2427 0 R -/two 2428 0 R -/u 2429 0 R -/zero 2430 0 R +/a 2422 0 R +/c 2423 0 R +/e 2424 0 R +/f 2425 0 R +/five 2426 0 R +/four 2427 0 R +/i 2428 0 R +/l 2429 0 R +/one 2430 0 R +/p 2431 0 R +/period 2432 0 R +/r 2433 0 R +/t 2434 0 R +/three 2435 0 R +/two 2436 0 R +/u 2437 0 R +/zero 2438 0 R >> endobj -2412 0 obj +2420 0 obj << /Ascent 929 /CapHeight 0 @@ -32660,10 +32701,10 @@ endobj /XHeight 0 >> endobj -2413 0 obj +2421 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2414 0 obj +2422 0 obj << /Filter /FlateDecode /Length 304 @@ -32673,7 +32714,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2415 0 obj +2423 0 obj << /Filter /FlateDecode /Length 230 @@ -32682,7 +32723,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -2416 0 obj +2424 0 obj << /Filter /FlateDecode /Length 245 @@ -32691,7 +32732,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2417 0 obj +2425 0 obj << /Filter /FlateDecode /Length 133 @@ -32700,7 +32741,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -2418 0 obj +2426 0 obj << /Filter /FlateDecode /Length 247 @@ -32710,7 +32751,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -2419 0 obj +2427 0 obj << /Filter /FlateDecode /Length 90 @@ -32719,7 +32760,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2420 0 obj +2428 0 obj << /Filter /FlateDecode /Length 68 @@ -32730,7 +32771,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -2421 0 obj +2429 0 obj << /Filter /FlateDecode /Length 45 @@ -32742,7 +32783,7 @@ x "���}� endstream endobj -2422 0 obj +2430 0 obj << /Filter /FlateDecode /Length 80 @@ -32751,7 +32792,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2423 0 obj +2431 0 obj << /Filter /FlateDecode /Length 236 @@ -32762,7 +32803,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2424 0 obj +2432 0 obj << /Filter /FlateDecode /Length 49 @@ -32771,7 +32812,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2425 0 obj +2433 0 obj << /Filter /FlateDecode /Length 157 @@ -32781,7 +32822,7 @@ x ���f�W����7y endstream endobj -2426 0 obj +2434 0 obj << /Filter /FlateDecode /Length 131 @@ -32790,7 +32831,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -2427 0 obj +2435 0 obj << /Filter /FlateDecode /Length 338 @@ -32804,7 +32845,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2428 0 obj +2436 0 obj << /Filter /FlateDecode /Length 248 @@ -32815,7 +32856,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2429 0 obj +2437 0 obj << /Filter /FlateDecode /Length 171 @@ -32825,7 +32866,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -2430 0 obj +2438 0 obj << /Filter /FlateDecode /Length 210 @@ -32835,14 +32876,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2373 0 obj +2381 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/drtoptagging.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2431 0 R +/PTEX.InfoDict 2439 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -32866,7 +32907,7 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 2432 0 R>> +>>/Font << /F1 2440 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -33021,57 +33062,57 @@ M �ҪT�Ko�[Y_'�6˰����vu��EJ�8���ֈXإ��P�i�CK�@���W����_��^+�T�V9�kD,���ǵQeQ<�?���-Z����g����*�~Vb�-�y��]�a�[�y��9�q�?^�����������D endstream endobj -2431 0 obj +2439 0 obj << /CreationDate (D:20201019173013+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2432 0 obj +2440 0 obj << /BaseFont /DejaVuSans -/CharProcs 2433 0 R +/CharProcs 2441 0 R /Encoding << /Differences [ 32/space 46/period 48/zero/one/two 52/four 54/six 56/eight 97/a 101/e/f 105/i 108/l 111/o/p 114/r/s/t/u/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2434 0 R +/FontDescriptor 2442 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2435 0 R +/Widths 2443 0 R >> endobj -2433 0 obj +2441 0 obj << -/a 2436 0 R -/e 2437 0 R -/eight 2438 0 R -/f 2439 0 R -/four 2440 0 R -/i 2441 0 R -/l 2442 0 R -/o 2443 0 R -/one 2444 0 R -/p 2445 0 R -/period 2446 0 R -/r 2447 0 R -/s 2448 0 R -/six 2449 0 R -/space 2450 0 R -/t 2451 0 R -/two 2452 0 R -/u 2453 0 R -/v 2454 0 R -/zero 2455 0 R +/a 2444 0 R +/e 2445 0 R +/eight 2446 0 R +/f 2447 0 R +/four 2448 0 R +/i 2449 0 R +/l 2450 0 R +/o 2451 0 R +/one 2452 0 R +/p 2453 0 R +/period 2454 0 R +/r 2455 0 R +/s 2456 0 R +/six 2457 0 R +/space 2458 0 R +/t 2459 0 R +/two 2460 0 R +/u 2461 0 R +/v 2462 0 R +/zero 2463 0 R >> endobj -2434 0 obj +2442 0 obj << /Ascent 929 /CapHeight 0 @@ -33086,10 +33127,10 @@ endobj /XHeight 0 >> endobj -2435 0 obj +2443 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2436 0 obj +2444 0 obj << /Filter /FlateDecode /Length 304 @@ -33099,7 +33140,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2437 0 obj +2445 0 obj << /Filter /FlateDecode /Length 245 @@ -33108,7 +33149,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2438 0 obj +2446 0 obj << /Filter /FlateDecode /Length 392 @@ -33118,7 +33159,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -2439 0 obj +2447 0 obj << /Filter /FlateDecode /Length 133 @@ -33127,7 +33168,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -2440 0 obj +2448 0 obj << /Filter /FlateDecode /Length 90 @@ -33136,7 +33177,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2441 0 obj +2449 0 obj << /Filter /FlateDecode /Length 68 @@ -33147,7 +33188,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -2442 0 obj +2450 0 obj << /Filter /FlateDecode /Length 45 @@ -33159,7 +33200,7 @@ x "���}� endstream endobj -2443 0 obj +2451 0 obj << /Filter /FlateDecode /Length 214 @@ -33170,7 +33211,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -2444 0 obj +2452 0 obj << /Filter /FlateDecode /Length 80 @@ -33179,7 +33220,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2445 0 obj +2453 0 obj << /Filter /FlateDecode /Length 236 @@ -33190,7 +33231,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2446 0 obj +2454 0 obj << /Filter /FlateDecode /Length 49 @@ -33199,7 +33240,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2447 0 obj +2455 0 obj << /Filter /FlateDecode /Length 157 @@ -33209,7 +33250,7 @@ x ���f�W����7y endstream endobj -2448 0 obj +2456 0 obj << /Filter /FlateDecode /Length 332 @@ -33220,7 +33261,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -2449 0 obj +2457 0 obj << /Filter /FlateDecode /Length 317 @@ -33231,7 +33272,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -2450 0 obj +2458 0 obj << /Filter /FlateDecode /Length 17 @@ -33240,7 +33281,7 @@ stream x�36�P0��C.��� endstream endobj -2451 0 obj +2459 0 obj << /Filter /FlateDecode /Length 131 @@ -33249,7 +33290,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -2452 0 obj +2460 0 obj << /Filter /FlateDecode /Length 248 @@ -33260,7 +33301,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2453 0 obj +2461 0 obj << /Filter /FlateDecode /Length 171 @@ -33270,7 +33311,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -2454 0 obj +2462 0 obj << /Filter /FlateDecode /Length 72 @@ -33279,7 +33320,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -2455 0 obj +2463 0 obj << /Filter /FlateDecode /Length 210 @@ -33289,16 +33330,16 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2374 0 obj +2382 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [308.481 83.792 319.44 97.584] -/A << /S /GoTo /D (Hfootnote.86) >> +/A << /S /GoTo /D (Hfootnote.84) >> >> endobj -2375 0 obj +2383 0 obj << /Type /Annot /Subtype /Link @@ -33307,74 +33348,72 @@ endobj /A << /S /GoTo /D (subsection.6.1) >> >> endobj -2382 0 obj +2390 0 obj << -/D [2380 0 R /XYZ 55.693 823.059 null] +/D [2388 0 R /XYZ 55.693 823.059 null] >> endobj 206 0 obj << -/D [2380 0 R /XYZ 56.693 782.706 null] +/D [2388 0 R /XYZ 56.693 782.706 null] >> endobj -2383 0 obj +2391 0 obj << -/D [2380 0 R /XYZ 56.693 727.412 null] +/D [2388 0 R /XYZ 56.693 727.412 null] >> endobj -2385 0 obj +2393 0 obj << -/D [2380 0 R /XYZ 56.693 529.218 null] +/D [2388 0 R /XYZ 56.693 529.218 null] >> endobj -2386 0 obj +2394 0 obj << -/D [2380 0 R /XYZ 74.626 78.113 null] +/D [2388 0 R /XYZ 74.626 78.113 null] >> endobj -2379 0 obj +2387 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F28 677 0 R /F29 679 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im39 2357 0 R /Im40 2358 0 R /Im41 2373 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F28 677 0 R /F29 679 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im39 2365 0 R /Im40 2366 0 R /Im41 2381 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2459 0 obj +2467 0 obj << -/Length 1087 +/Length 1088 /Filter /FlateDecode >> stream -xڕUMs�6��W�H�X0�ٛ��3m�:�t�I I��!`<��.Th%m��]`��a�!f{���[���HSɶ;�f<+�єh��ٻ(]o -]D�^��r���7�\Dۻׯ��噈~]�<*�f�QRG�Zؾ\��]=�\3q�k���U��݇���{�b���=��Kr���-{��m3S�c�SA��ƭ!�'Lh���D�����#�#�FC�'�o��'Z��X��8�@=U��6ljz��4#�tc V��O��}���Ϙ慎&���Z&,�J�{��QB| WH^�)�,N�s��@���5�RV�a�W�(����Ι�bh�,�F$<I2��i�&9��d,�v��� �\+��\�-p��.���{��%��O;92 � ����s��ؕ��qSm�z�@���93��:x����e��`>4����5COV{ �휍�֔#��C��9��i�Afs��% -S<�25r|E��`gՖ�6�c�T����8�m��O�h��;0�.��RE���� -�[@�{1���P0\�u�d?Џ�;r �7��_��<�)����2%nn��D�E)O��'Ri�>N��8t�:�����fEШd���/�$9�np��ha+�%���,��$����A)�����/�+��}A�d�nj���᪦�L��h�L���& ���}�J�7�4�T8�o�i�� bf���AzUٶ'*^У4-.��N�C�E�cIó�T�`qBM"� ��#���*��p�^���;�p��(�j -WCwl�3��C��t��(��B<�H��oZ;���Ns�C����7�IJg~�Юgd�y�����u ��9���N�ݛ'� X�ݞK�6�˞��_�������4U��7�fh6~';�e\�)���:+�_��m� -^d ����t���~h*|�~4 -D��SaiiMo�M 6�}�Y������/RD�ޘ��t�6��>����{h��;�}7��%�M��s�,����t��l���/���)�W�2��3��t&@��Gl@Z6P�4 �y���>���qr�IZT��8�u� +xڕUMs�6��W�H�X0��ٛ��3m�:�t�I I��!d<��.Th%m��]`��a�!f{���[��<OSɶ;�j�s�24%�m+�.Jכ��ѫ�����|���:������F�L��̢bo�%M�������O���J�51稱�HXٮ�}�Y��,�*�ؓ�ٲ$<�aڰ7��V�735&�&�ig�5��� �Ã������C1bry�r6����%�����Nx,�{z����c6��������\{�P����f��ṉ&���F&,�Je�{�������<�S�Y�(活�P�Ec���܈I_Ѣ�*����vxC;�2g��$���:M 4r�3�XFM��:#�Qʃ�8�-p�1.���{����O;�d�;&��yg���-�]=N���M��:�7�a�n��jN�LFHP�C��X`��Ǻ���IJ���C��b 63�^<�r�M"H=�\�0��,S� �Wd�p�M�\�>I�H �S��#���Ѓsf�%�W*Ϲ��{\A�@t/��5 +��6�����sG�{6!���+��i�B�+�s)S���OT�:Jy�<�J��q ����[p���G�^(�AE ��d�%�:���o��+Q(���#���RK�-���Rn} I�/�+��}A���nj���᪺+m�=��ڢs�M�1��� +��o*h����}I�lW�C���+��9Q��i~Y�njFd*Q�z04<�O% '�$� +2�9��_��,���h>�b'��e[N��o��ms�u��-�3���"��_�=��9ƛ��s1���܆�P�@�}��uR�ҙ_8��n��z�4@]�-N�<��Egw��,hw�w�_�����WA�@zĿ��"�2M��c�Mj����dǴ�"K��.6:_~I�y�Aⱕ�;�zŵ�~�K|�~4 +D��S�h�l��M 6�}�Y������/RD����Vt�6��.���U�;h��;�}���%�M��q�,�����l���/���)�W72��3���t&@��l@Z�P�4 �y���>���q ������ru� endstream endobj -2458 0 obj +2466 0 obj << /Type /Page -/Contents 2459 0 R -/Resources 2457 0 R +/Contents 2467 0 R +/Resources 2465 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2372 0 R -/Group 2462 0 R -/Annots [ 2376 0 R 2377 0 R ] +/Parent 2380 0 R +/Group 2470 0 R +/Annots [ 2384 0 R 2385 0 R ] >> endobj -2378 0 obj +2386 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/rtvl\0400\0402\0404\0405\0406\0407\0408\0409.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2465 0 R +/PTEX.InfoDict 2473 0 R /BBox [0 0 460.8 345.6] -/Group 2462 0 R +/Group 2470 0 R /Resources << /ExtGState << /A1 << @@ -33402,30 +33441,30 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 2466 0 R>> +>>/Font << /F1 2474 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 2467 0 R -/M1 2468 0 R -/M10 2469 0 R -/M11 2470 0 R -/M12 2471 0 R -/M13 2472 0 R -/M14 2473 0 R -/M15 2474 0 R -/M16 2475 0 R -/M17 2476 0 R -/M18 2477 0 R -/M2 2478 0 R -/M3 2479 0 R -/M4 2480 0 R -/M5 2481 0 R -/M6 2482 0 R -/M7 2483 0 R -/M8 2484 0 R -/M9 2485 0 R +/M0 2475 0 R +/M1 2476 0 R +/M10 2477 0 R +/M11 2478 0 R +/M12 2479 0 R +/M13 2480 0 R +/M14 2481 0 R +/M15 2482 0 R +/M16 2483 0 R +/M17 2484 0 R +/M18 2485 0 R +/M2 2486 0 R +/M3 2487 0 R +/M4 2488 0 R +/M5 2489 0 R +/M6 2490 0 R +/M7 2491 0 R +/M8 2492 0 R +/M9 2493 0 R >>>> /Length 31508 /Filter /FlateDecode @@ -33570,33 +33609,33 @@ zH ��9�|!nz� ��ͱ;j��$p,BZG-��6����nYH@/����ߞ���w�?�'��������� q6 endstream endobj -2465 0 obj +2473 0 obj << /CreationDate (D:20200616102855+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2466 0 obj +2474 0 obj << /BaseFont /DejaVuSans -/CharProcs 2486 0 R +/CharProcs 2494 0 R /Encoding << /Differences [ 32/space 42/asterisk 46/period/slash/zero/one/two/three/four/five/six/seven/eight/nine 97/a/b/c/d/e/f 104/h/i 107/k/l/m/n/o/p 114/r/s/t/u 119/w/x] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2487 0 R +/FontDescriptor 2495 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2488 0 R +/Widths 2496 0 R >> endobj -2467 0 obj +2475 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -33608,7 +33647,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2468 0 obj +2476 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -33620,7 +33659,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2469 0 obj +2477 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -33632,7 +33671,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2470 0 obj +2478 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -33644,7 +33683,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2471 0 obj +2479 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -33656,7 +33695,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2472 0 obj +2480 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -33668,7 +33707,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2473 0 obj +2481 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -33680,7 +33719,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2474 0 obj +2482 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -33692,7 +33731,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2475 0 obj +2483 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -33704,7 +33743,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2476 0 obj +2484 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -33716,7 +33755,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2477 0 obj +2485 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -33728,7 +33767,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2478 0 obj +2486 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -33740,7 +33779,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2479 0 obj +2487 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -33752,7 +33791,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2480 0 obj +2488 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -33764,7 +33803,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2481 0 obj +2489 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -33776,7 +33815,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2482 0 obj +2490 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -33788,7 +33827,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2483 0 obj +2491 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -33800,7 +33839,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2484 0 obj +2492 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -33812,7 +33851,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2485 0 obj +2493 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -33824,45 +33863,45 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2486 0 obj +2494 0 obj << -/a 2489 0 R -/asterisk 2490 0 R -/b 2491 0 R -/c 2492 0 R -/d 2493 0 R -/e 2494 0 R -/eight 2495 0 R -/f 2496 0 R -/five 2497 0 R -/four 2498 0 R -/h 2499 0 R -/i 2500 0 R -/k 2501 0 R -/l 2502 0 R -/m 2503 0 R -/n 2504 0 R -/nine 2505 0 R -/o 2506 0 R -/one 2507 0 R -/p 2508 0 R -/period 2509 0 R -/r 2510 0 R -/s 2511 0 R -/seven 2512 0 R -/six 2513 0 R -/slash 2514 0 R -/space 2515 0 R -/t 2516 0 R -/three 2517 0 R -/two 2518 0 R -/u 2519 0 R -/w 2520 0 R -/x 2521 0 R -/zero 2522 0 R +/a 2497 0 R +/asterisk 2498 0 R +/b 2499 0 R +/c 2500 0 R +/d 2501 0 R +/e 2502 0 R +/eight 2503 0 R +/f 2504 0 R +/five 2505 0 R +/four 2506 0 R +/h 2507 0 R +/i 2508 0 R +/k 2509 0 R +/l 2510 0 R +/m 2511 0 R +/n 2512 0 R +/nine 2513 0 R +/o 2514 0 R +/one 2515 0 R +/p 2516 0 R +/period 2517 0 R +/r 2518 0 R +/s 2519 0 R +/seven 2520 0 R +/six 2521 0 R +/slash 2522 0 R +/space 2523 0 R +/t 2524 0 R +/three 2525 0 R +/two 2526 0 R +/u 2527 0 R +/w 2528 0 R +/x 2529 0 R +/zero 2530 0 R >> endobj -2487 0 obj +2495 0 obj << /Ascent 929 /CapHeight 0 @@ -33877,10 +33916,10 @@ endobj /XHeight 0 >> endobj -2488 0 obj +2496 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2489 0 obj +2497 0 obj << /Filter /FlateDecode /Length 304 @@ -33890,7 +33929,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2490 0 obj +2498 0 obj << /Filter /FlateDecode /Length 105 @@ -33900,7 +33939,7 @@ x 傱v���<�Ɠ�ڲy�$���m��:�9^����}:� ����=�q��t��k(� endstream endobj -2491 0 obj +2499 0 obj << /Filter /FlateDecode /Length 237 @@ -33909,7 +33948,7 @@ stream x�EQIr!��+��+�Nͩ��k,3IN`k1i��-x�!��́/�|M�4|72��:�pO�.ܗ˂g�WT�w�/]�H}w��~fd{�H͐��:�B4&�!=#2�V,s��)�R�([�.ꕶN;���#�o�#��JvMl��:��˶.�:�$�vaqj�!"�uc5���N"v����0�Q$��g�q&�M�]9�y��V*9�>^�Ƅ�t��c��i��_�>}�����?��\" endstream endobj -2492 0 obj +2500 0 obj << /Filter /FlateDecode /Length 230 @@ -33918,7 +33957,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -2493 0 obj +2501 0 obj << /Filter /FlateDecode /Length 227 @@ -33929,7 +33968,7 @@ x *��s��>�h][M endstream endobj -2494 0 obj +2502 0 obj << /Filter /FlateDecode /Length 245 @@ -33938,7 +33977,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2495 0 obj +2503 0 obj << /Filter /FlateDecode /Length 392 @@ -33948,7 +33987,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -2496 0 obj +2504 0 obj << /Filter /FlateDecode /Length 133 @@ -33957,7 +33996,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -2497 0 obj +2505 0 obj << /Filter /FlateDecode /Length 247 @@ -33967,7 +34006,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -2498 0 obj +2506 0 obj << /Filter /FlateDecode /Length 90 @@ -33976,7 +34015,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2499 0 obj +2507 0 obj << /Filter /FlateDecode /Length 163 @@ -33985,7 +34024,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -2500 0 obj +2508 0 obj << /Filter /FlateDecode /Length 68 @@ -33996,7 +34035,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -2501 0 obj +2509 0 obj << /Filter /FlateDecode /Length 81 @@ -34005,7 +34044,7 @@ stream x�=̻�0�>S�B|�����[�D�|�!� n���Kw�}�z���Ȁ�Sj\N��i}�}j��KՉ?�����k endstream endobj -2502 0 obj +2510 0 obj << /Filter /FlateDecode /Length 45 @@ -34017,7 +34056,7 @@ x "���}� endstream endobj -2503 0 obj +2511 0 obj << /Filter /FlateDecode /Length 255 @@ -34026,7 +34065,7 @@ stream x�E�K� D���#���<��Ur��4�L6v����J#�,�y0����d������"��*�X�՝)�̵D���2r���� 箜T��Q�:�:8��������,ʾ#�2l�96p�a���Vw��D������v�l���ƾ���N6��%�~� L�M�u�@��)zr ��q��@��� �l���A�N�q����:Ý��W�w�;Lk��/1Ɋ��E���=���əcr�}C�\���A�����P�f� endstream endobj -2504 0 obj +2512 0 obj << /Filter /FlateDecode /Length 161 @@ -34035,7 +34074,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -2505 0 obj +2513 0 obj << /Filter /FlateDecode /Length 320 @@ -34046,7 +34085,7 @@ x �R�ӿ����ccz� endstream endobj -2506 0 obj +2514 0 obj << /Filter /FlateDecode /Length 214 @@ -34057,7 +34096,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -2507 0 obj +2515 0 obj << /Filter /FlateDecode /Length 80 @@ -34066,7 +34105,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2508 0 obj +2516 0 obj << /Filter /FlateDecode /Length 236 @@ -34077,7 +34116,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2509 0 obj +2517 0 obj << /Filter /FlateDecode /Length 49 @@ -34086,7 +34125,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2510 0 obj +2518 0 obj << /Filter /FlateDecode /Length 157 @@ -34096,7 +34135,7 @@ x ���f�W����7y endstream endobj -2511 0 obj +2519 0 obj << /Filter /FlateDecode /Length 332 @@ -34107,7 +34146,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -2512 0 obj +2520 0 obj << /Filter /FlateDecode /Length 68 @@ -34118,7 +34157,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -2513 0 obj +2521 0 obj << /Filter /FlateDecode /Length 317 @@ -34129,7 +34168,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -2514 0 obj +2522 0 obj << /Filter /FlateDecode /Length 52 @@ -34138,7 +34177,7 @@ stream x�366W0�B]K#c ���R!Ő������ �pY�U�p@i���4�ߪ � endstream endobj -2515 0 obj +2523 0 obj << /Filter /FlateDecode /Length 17 @@ -34147,7 +34186,7 @@ stream x�36�P0��C.��� endstream endobj -2516 0 obj +2524 0 obj << /Filter /FlateDecode /Length 131 @@ -34156,7 +34195,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -2517 0 obj +2525 0 obj << /Filter /FlateDecode /Length 338 @@ -34170,7 +34209,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2518 0 obj +2526 0 obj << /Filter /FlateDecode /Length 248 @@ -34181,7 +34220,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2519 0 obj +2527 0 obj << /Filter /FlateDecode /Length 171 @@ -34191,7 +34230,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -2520 0 obj +2528 0 obj << /Filter /FlateDecode /Length 88 @@ -34200,7 +34239,7 @@ stream x�5���0C{O����ɥJ�o��Ѐ�w���:A�)�.n�Wz���&���LC��`EՋZ-_nc�b*�?�$ �u�^8����{ endstream endobj -2521 0 obj +2529 0 obj << /Filter /FlateDecode /Length 87 @@ -34210,7 +34249,7 @@ x ���W6xU�������l�1ؠe��ηI���� endstream endobj -2522 0 obj +2530 0 obj << /Filter /FlateDecode /Length 210 @@ -34220,59 +34259,59 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2462 0 obj +2470 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -2376 0 obj +2384 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [373.421 767.43 384.38 781.222] -/A << /S /GoTo /D (Hfootnote.87) >> +/A << /S /GoTo /D (Hfootnote.85) >> >> endobj -2377 0 obj +2385 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [127.43 752.984 138.389 766.776] -/A << /S /GoTo /D (Hfootnote.88) >> +/A << /S /GoTo /D (Hfootnote.86) >> >> endobj -2460 0 obj +2468 0 obj << -/D [2458 0 R /XYZ 55.693 823.059 null] +/D [2466 0 R /XYZ 55.693 823.059 null] >> endobj -2461 0 obj +2469 0 obj << -/D [2458 0 R /XYZ 56.693 731.814 null] +/D [2466 0 R /XYZ 56.693 731.814 null] >> endobj -2463 0 obj +2471 0 obj << -/D [2458 0 R /XYZ 74.626 308.108 null] +/D [2466 0 R /XYZ 74.626 308.108 null] >> endobj -2464 0 obj +2472 0 obj << -/D [2458 0 R /XYZ 74.626 296.153 null] +/D [2466 0 R /XYZ 74.626 296.153 null] >> endobj -2457 0 obj +2465 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im42 2378 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im42 2386 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2526 0 obj +2534 0 obj << /Length 754 /Filter /FlateDecode @@ -34283,18 +34322,18 @@ xڵT ��� �h�辍oa�?љ�^��1�n����,+�m+�*�UX�y��M!��\E֭�Q��E��HE����u����΄���l����o���5�3�f��S�{z:�r�����],��l�آv�i�u~c_@����x$.t}��X�<K(j��i��Yl�?��n����w��t�K݅�kI�$�.�Y��XdO���Y)��^:���sT�t[=^9�R�Zl�H+��R�!�F`�ť��P}��B��B��W�����a���<m�i\d��N���6"m~L�=�_P�?۩� endstream endobj -2525 0 obj +2533 0 obj << /Type /Page -/Contents 2526 0 R -/Resources 2524 0 R +/Contents 2534 0 R +/Resources 2532 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2372 0 R -/Group 841 0 R -/Annots [ 2523 0 R ] +/Parent 2380 0 R +/Group 852 0 R +/Annots [ 2531 0 R ] >> endobj -2456 0 obj +2464 0 obj << /Type /XObject /Subtype /Image @@ -34302,7 +34341,7 @@ endobj /Height 197 /BitsPerComponent 8 /ColorSpace /DeviceRGB -/SMask 2530 0 R +/SMask 2538 0 R /Length 4128 /Filter /FlateDecode >> @@ -34324,7 +34363,7 @@ upp ����77�ݻw���vww�x�5-�����wtt�PTNN� 7��-J��Ξ=�*�^0!)))&UYY��*�y�OMM�t����h��������ŋfX__�V�cccU*uy����������YYY����Q��㊋����g͚���5��ā���W^amx� �!�������m���0T��(�:;;�O�,a��7�|������k�J���� �@^]]]'N� ��p���]Ú7o�V����t�K_��s�M�P���<���j����������������������C�b�G endstream endobj -2530 0 obj +2538 0 obj << /Type /XObject /Subtype /Image @@ -34339,7 +34378,7 @@ stream x��� ��� ��o7���������������������������������������������������������[���� endstream endobj -2523 0 obj +2531 0 obj << /Type /Annot /Subtype /Link @@ -34348,29 +34387,29 @@ endobj /A << /S /GoTo /D (subsection.3.4) >> >> endobj -2527 0 obj +2535 0 obj << -/D [2525 0 R /XYZ 55.693 823.059 null] +/D [2533 0 R /XYZ 55.693 823.059 null] >> endobj -2528 0 obj +2536 0 obj << -/D [2525 0 R /XYZ 56.693 789.929 null] +/D [2533 0 R /XYZ 56.693 789.929 null] >> endobj -2529 0 obj +2537 0 obj << -/D [2525 0 R /XYZ 56.693 391.892 null] +/D [2533 0 R /XYZ 56.693 391.892 null] >> endobj -2524 0 obj +2532 0 obj << /Font << /F23 623 0 R >> -/XObject << /Im43 2456 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -2537 0 obj +2545 0 obj << /Length 1946 /Filter /FlateDecode @@ -34381,35 +34420,35 @@ xڍXKs M��p���J�������¶�ҳ1Q��A��Jl��UZ|o�B i�x9_$y����`�6U�_�`M�� � t}��N���G��V�+Mō�'�O�|��C�P���8ݡ��-h�v��ڴ�;[��x�J���=aH���Ɖ$������KgW>Y��%b���0���'!�E�@.Ǒ���+���������@V��$��+i0�@A ���F���fM_�ҍ ��)�}�V�U~m�G��<�L�n=�U%V��e��Ś�g�,Z���� ���9Dq�;��3�����L[wm�,iF��Խ/�]@j�ۛS�Q�}�9��� -8�f�_> <Վ��p��;�@�+TI�;n,��*�Q��A\ ���b5�� Kc/ �X�U�8q�<�tPd���,@�M +8�f�_> <Վ��p��;�@�+TI�;n,��*�Q��A\ ���b5�� Kc/ �X�U:?q�<�tPd���,@�M ��\�JD�ю�=Az��-X(O>F��H�����2ut�D4@�OHt�;�ݔKs?J�'���R ��Ɨ�h'�,-3 '\�d`�<ȕsz$�T����1R2&�g��Hw·���5�LJ�f��P�ŋ@��bHwػb��I�NF�����hj�WX�<L��*���*�U�� �I���bf���l�F1|.D<��#�A��H��gnE ]Y(a���dk��0�1ľ��� 6�ΰ]����o��%.�S�E��A;�㳢�K(�9x�T� P�R�)X�s�} �3�+E���Bĵ �ָ�%��Qk6!��A'��X�j�I���ૣ�ݯ� �Ǐ �����N����c�;�Y���D��*>�0�f�U�M���zr,,��JC�c�ʄ��tc��p�bǯq&�@0�@�R�q�Y�9�mM &az�:�'�^��IB�b�8sr�G�=�xP(��4HC}����x#�H�c���bB���.�ov�^;<�(�R�Z~���P������.��mm��KI/�����,ġ��I1Lo�hRDcŦNJ���XA4W�b'(��p[��C�Q�E��4�'�9^�$��Uav����y�VT����������~��H��{dl̷k/ˠ�NA�$e_�h��� ��t� b I���u���R�GJ��X��#��r�6��z�P����[�#O"^m/����:�[�7[���U)�u�2�C�A7�}�竧zZ�0ih�����*��Z�;�r�XKq�I��B9I��$sBïEjD�:N����Z���s�i�2�d���S�j�����+�6r�S;j�Lz�:� ���~ .`�4�z�����dFҌ �wD�}�x�,IP�4�UI� �:T�dMsR��� �l35��5��"��ۮ�e+���&�8���Y8L��'e�0�jD���% ��~J�y�����n���jUz��<���<A��"L㹍o��Z˻���|�p4��Bz<o� -�.xo͊�)��Gp1�L8����� +�.xo͊�)��Gp1�L8���� endstream endobj -2536 0 obj +2544 0 obj << /Type /Page -/Contents 2537 0 R -/Resources 2535 0 R +/Contents 2545 0 R +/Resources 2543 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2372 0 R -/Group 2540 0 R -/Annots [ 2531 0 R 2532 0 R 2533 0 R ] +/Parent 2380 0 R +/Group 2548 0 R +/Annots [ 2539 0 R 2540 0 R 2541 0 R ] >> endobj -2534 0 obj +2542 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/m4scaleroc.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2542 0 R +/PTEX.InfoDict 2550 0 R /BBox [0 0 648 360] -/Group 2540 0 R +/Group 2548 0 R /Resources << /ExtGState << /A1 << @@ -34437,13 +34476,13 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 2543 0 R>> +>>/Font << /F1 2551 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 2544 0 R -/M1 2545 0 R +/M0 2552 0 R +/M1 2553 0 R >>>> /Length 1685 /Filter /FlateDecode @@ -34460,33 +34499,33 @@ T* wZ���fے�0�Ej�m 6���9BV�K,5�D�5������h,�Z�Z�.�Z|�\���ʩ����%-�,"�<�=E��?}�j� endstream endobj -2542 0 obj +2550 0 obj << /CreationDate (D:20201019165040+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2543 0 obj +2551 0 obj << /BaseFont /DejaVuSans -/CharProcs 2546 0 R +/CharProcs 2554 0 R /Encoding << /Differences [ 32/space 46/period 48/zero 50/two/three/four/five/six/seven/eight 65/A 67/C 85/U 97/a/b/c/d/e 104/h 109/m/n/o/p/q/r/s/t/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2547 0 R +/FontDescriptor 2555 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2548 0 R +/Widths 2556 0 R >> endobj -2544 0 obj +2552 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -34498,7 +34537,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2545 0 obj +2553 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -34510,39 +34549,39 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2546 0 obj +2554 0 obj << -/A 2549 0 R -/C 2550 0 R -/U 2551 0 R -/a 2552 0 R -/b 2553 0 R -/c 2554 0 R -/d 2555 0 R -/e 2556 0 R -/eight 2557 0 R -/five 2558 0 R -/four 2559 0 R -/h 2560 0 R -/m 2561 0 R -/n 2562 0 R -/o 2563 0 R -/p 2564 0 R -/period 2565 0 R -/q 2566 0 R -/r 2567 0 R -/s 2568 0 R -/seven 2569 0 R -/six 2570 0 R -/space 2571 0 R -/t 2572 0 R -/three 2573 0 R -/two 2574 0 R -/u 2575 0 R -/zero 2576 0 R +/A 2557 0 R +/C 2558 0 R +/U 2559 0 R +/a 2560 0 R +/b 2561 0 R +/c 2562 0 R +/d 2563 0 R +/e 2564 0 R +/eight 2565 0 R +/five 2566 0 R +/four 2567 0 R +/h 2568 0 R +/m 2569 0 R +/n 2570 0 R +/o 2571 0 R +/p 2572 0 R +/period 2573 0 R +/q 2574 0 R +/r 2575 0 R +/s 2576 0 R +/seven 2577 0 R +/six 2578 0 R +/space 2579 0 R +/t 2580 0 R +/three 2581 0 R +/two 2582 0 R +/u 2583 0 R +/zero 2584 0 R >> endobj -2547 0 obj +2555 0 obj << /Ascent 929 /CapHeight 0 @@ -34557,10 +34596,10 @@ endobj /XHeight 0 >> endobj -2548 0 obj +2556 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2549 0 obj +2557 0 obj << /Filter /FlateDecode /Length 88 @@ -34569,7 +34608,7 @@ stream x�5�� �0D{���8���R���[.�{��9��>G��-dC�xI9�>Q4Zo:�Hs��d3�3�}���d4I�!��r�Y)z>��~ endstream endobj -2550 0 obj +2558 0 obj << /Filter /FlateDecode /Length 232 @@ -34579,7 +34618,7 @@ x ] 3�o�g3�J��F��fa �=؈ė��oY�f~'���Y)��Q�TEX!��Y�j��s#S�r&>��'�b���8Ύ�f01��h9f�=!�#n�4�Ui�[���Z�SE�Ⱥ���)�Z�[�=����-���� ��c�� _Ĝ�E'��~3尒4��#1����5��όO���}���>h��w/��̈́L��Hœ�Ƙ1T��$��?г>�0TG endstream endobj -2551 0 obj +2559 0 obj << /Filter /FlateDecode /Length 153 @@ -34588,7 +34627,7 @@ stream x�5�� �0D�bX��!�d�S��낝HF<�3c2�a�4Gȁ/��i� ι�^$UQV�" ��9�'R�$�ZU�VޯN��]y���ճM��w�M�GbJ�)�u�G�$*����`�h���60�J�};�Z+�w�{\�x6� endstream endobj -2552 0 obj +2560 0 obj << /Filter /FlateDecode /Length 304 @@ -34598,7 +34637,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2553 0 obj +2561 0 obj << /Filter /FlateDecode /Length 237 @@ -34607,7 +34646,7 @@ stream x�EQIr!��+��+�Nͩ��k,3IN`k1i��-x�!��́/�|M�4|72��:�pO�.ܗ˂g�WT�w�/]�H}w��~fd{�H͐��:�B4&�!=#2�V,s��)�R�([�.ꕶN;���#�o�#��JvMl��:��˶.�:�$�vaqj�!"�uc5���N"v����0�Q$��g�q&�M�]9�y��V*9�>^�Ƅ�t��c��i��_�>}�����?��\" endstream endobj -2554 0 obj +2562 0 obj << /Filter /FlateDecode /Length 230 @@ -34616,7 +34655,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -2555 0 obj +2563 0 obj << /Filter /FlateDecode /Length 227 @@ -34627,7 +34666,7 @@ x *��s��>�h][M endstream endobj -2556 0 obj +2564 0 obj << /Filter /FlateDecode /Length 245 @@ -34636,7 +34675,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2557 0 obj +2565 0 obj << /Filter /FlateDecode /Length 392 @@ -34646,7 +34685,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -2558 0 obj +2566 0 obj << /Filter /FlateDecode /Length 247 @@ -34656,7 +34695,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -2559 0 obj +2567 0 obj << /Filter /FlateDecode /Length 90 @@ -34665,7 +34704,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2560 0 obj +2568 0 obj << /Filter /FlateDecode /Length 163 @@ -34674,7 +34713,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -2561 0 obj +2569 0 obj << /Filter /FlateDecode /Length 255 @@ -34683,7 +34722,7 @@ stream x�E�K� D���#���<��Ur��4�L6v����J#�,�y0����d������"��*�X�՝)�̵D���2r���� 箜T��Q�:�:8��������,ʾ#�2l�96p�a���Vw��D������v�l���ƾ���N6��%�~� L�M�u�@��)zr ��q��@��� �l���A�N�q����:Ý��W�w�;Lk��/1Ɋ��E���=���əcr�}C�\���A�����P�f� endstream endobj -2562 0 obj +2570 0 obj << /Filter /FlateDecode /Length 161 @@ -34692,7 +34731,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -2563 0 obj +2571 0 obj << /Filter /FlateDecode /Length 214 @@ -34703,7 +34742,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -2564 0 obj +2572 0 obj << /Filter /FlateDecode /Length 236 @@ -34714,7 +34753,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2565 0 obj +2573 0 obj << /Filter /FlateDecode /Length 49 @@ -34723,7 +34762,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2566 0 obj +2574 0 obj << /Filter /FlateDecode /Length 237 @@ -34734,7 +34773,7 @@ x �S�w�� ;�fS�GR�t�慷�r!��S��7҄�٧be�J���`��Dd��e8�ah��4`����֑ҋ��1 7���W���6K������+�n��|��IU\~ endstream endobj -2567 0 obj +2575 0 obj << /Filter /FlateDecode /Length 157 @@ -34744,7 +34783,7 @@ x ���f�W����7y endstream endobj -2568 0 obj +2576 0 obj << /Filter /FlateDecode /Length 332 @@ -34755,7 +34794,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -2569 0 obj +2577 0 obj << /Filter /FlateDecode /Length 68 @@ -34766,7 +34805,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -2570 0 obj +2578 0 obj << /Filter /FlateDecode /Length 317 @@ -34777,7 +34816,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -2571 0 obj +2579 0 obj << /Filter /FlateDecode /Length 17 @@ -34786,7 +34825,7 @@ stream x�36�P0��C.��� endstream endobj -2572 0 obj +2580 0 obj << /Filter /FlateDecode /Length 131 @@ -34795,7 +34834,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -2573 0 obj +2581 0 obj << /Filter /FlateDecode /Length 338 @@ -34809,7 +34848,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2574 0 obj +2582 0 obj << /Filter /FlateDecode /Length 248 @@ -34820,7 +34859,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2575 0 obj +2583 0 obj << /Filter /FlateDecode /Length 171 @@ -34830,7 +34869,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -2576 0 obj +2584 0 obj << /Filter /FlateDecode /Length 210 @@ -34840,14 +34879,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2540 0 obj +2548 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -2531 0 obj +2539 0 obj << /Type /Annot /Subtype /Link @@ -34856,7 +34895,7 @@ endobj /A << /S /GoTo /D (subsection.6.4) >> >> endobj -2532 0 obj +2540 0 obj << /Type /Annot /Subtype /Link @@ -34865,53 +34904,53 @@ endobj /A << /S /GoTo /D (subsection.3.4) >> >> endobj -2533 0 obj +2541 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [278.349 632.395 289.309 646.187] -/A << /S /GoTo /D (Hfootnote.89) >> +/A << /S /GoTo /D (Hfootnote.87) >> >> endobj -2538 0 obj +2546 0 obj << -/D [2536 0 R /XYZ 55.693 823.059 null] +/D [2544 0 R /XYZ 55.693 823.059 null] >> endobj 210 0 obj << -/D [2536 0 R /XYZ 56.693 722.806 null] +/D [2544 0 R /XYZ 56.693 722.806 null] >> endobj 214 0 obj << -/D [2536 0 R /XYZ 56.693 602.216 null] +/D [2544 0 R /XYZ 56.693 602.216 null] >> endobj -2539 0 obj +2547 0 obj << -/D [2536 0 R /XYZ 56.693 528.991 null] +/D [2544 0 R /XYZ 56.693 528.991 null] >> endobj 218 0 obj << -/D [2536 0 R /XYZ 56.693 239.685 null] +/D [2544 0 R /XYZ 56.693 239.685 null] >> endobj -2541 0 obj +2549 0 obj << -/D [2536 0 R /XYZ 74.626 179.128 null] +/D [2544 0 R /XYZ 74.626 179.128 null] >> endobj -2535 0 obj +2543 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im44 2534 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im44 2542 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2582 0 obj +2590 0 obj << /Length 766 /Filter /FlateDecode @@ -34920,26 +34959,26 @@ stream xڝT�n�0��+x���!%�"{K��I�-�6EVl�z8�� �%�v��@�^l��;�%��]r>ON�f9�Y�22�'J3msb��,�|A�S��la����g�/���F����U:˴т~L3C�e���R������<yH\Éء�I!I�&�o9Y@�p�[C�BfK��XX6�sr���t��\2c�6gJY���0�k�B��2��u��������ᆛ��g[����Da����I#ѫ�n���*f^�3�+zv���݁y���0��C��\�q�]��_{��!(��/�A�2��Y�-��nt��N+�&��+�\�p �,s �[&�@�:�XR0[p���BÅ��G Y�uh�`�K���%5-�M�t�R���OA�W��;���e�]=x�,�i��וkbe��v�r_&,�5�M��6�G��^JƵ��I�]�I���N�˥��r�\��'~�=|xb�Q7bF��j�qt?��U9����u x�/TǸ�"r�-���>c� �"pp�,7�x�p�4��͟+��Q�Byѩ�o��T���V������� ������������9m��������8p��lfNC\_s���ڹ퀆y{�#�NXe7>��z㷭�����I6m���{\�}8�<�������d��s;���LI��� ��W˔4����G]�m���O%�<�iK�C�c¢[��x����_�eW��"�T���Ra��mL�n��4������ڕ� endstream endobj -2581 0 obj +2589 0 obj << /Type /Page -/Contents 2582 0 R -/Resources 2580 0 R +/Contents 2590 0 R +/Resources 2588 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2372 0 R -/Group 2585 0 R +/Parent 2380 0 R +/Group 2593 0 R >> endobj -2577 0 obj +2585 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/pt0draw928.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2587 0 R +/PTEX.InfoDict 2595 0 R /BBox [0 0 460.8 345.6] -/Group 2585 0 R +/Group 2593 0 R /Resources << /ExtGState << /A1 << @@ -34962,12 +35001,12 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 2588 0 R>> +>>/Font << /F1 2596 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 2589 0 R +/DejaVuSans-minus 2597 0 R >>>> /Length 4546 /Filter /FlateDecode @@ -35005,33 +35044,33 @@ s k��Ym�vv3�7�ʔފ�y��6��M���r�3�4�g*^��)S3;��_ǩ6�����������_t����u���q�۹���X_�6�>���,�R����n^��ݴB�8�M+���De���VD19K�1^ة�"����l�Y0�ĩ]���:%-M�����&�h2�#�<�ٚ���-�t���@����M$im���Ÿ��i[�/;u��o���*��e_��o���%�q<�=���7�����O�f�ӁV_�J;0Wj괪<�(Me=����tz[������{���w������r|�J��s�+CuĒB�;��w)�"x�(2T�ޚ�w������?�}-�W��ʡL endstream endobj -2587 0 obj +2595 0 obj << /CreationDate (D:20201004111327+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2588 0 obj +2596 0 obj << /BaseFont /DejaVuSans -/CharProcs 2590 0 R +/CharProcs 2598 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four 54/six 56/eight 99/c/d/e 104/h/i 112/p 114/r 116/t/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2591 0 R +/FontDescriptor 2599 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2592 0 R +/Widths 2600 0 R >> endobj -2589 0 obj +2597 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -35045,28 +35084,28 @@ x endstream endobj -2590 0 obj +2598 0 obj << -/c 2593 0 R -/d 2594 0 R -/e 2595 0 R -/eight 2596 0 R -/four 2597 0 R -/h 2598 0 R -/i 2599 0 R -/one 2600 0 R -/p 2601 0 R -/period 2602 0 R -/r 2603 0 R -/six 2604 0 R -/t 2605 0 R -/three 2606 0 R -/two 2607 0 R -/u 2608 0 R -/zero 2609 0 R +/c 2601 0 R +/d 2602 0 R +/e 2603 0 R +/eight 2604 0 R +/four 2605 0 R +/h 2606 0 R +/i 2607 0 R +/one 2608 0 R +/p 2609 0 R +/period 2610 0 R +/r 2611 0 R +/six 2612 0 R +/t 2613 0 R +/three 2614 0 R +/two 2615 0 R +/u 2616 0 R +/zero 2617 0 R >> endobj -2591 0 obj +2599 0 obj << /Ascent 929 /CapHeight 0 @@ -35081,10 +35120,10 @@ endobj /XHeight 0 >> endobj -2592 0 obj +2600 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2593 0 obj +2601 0 obj << /Filter /FlateDecode /Length 230 @@ -35093,7 +35132,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -2594 0 obj +2602 0 obj << /Filter /FlateDecode /Length 227 @@ -35104,7 +35143,7 @@ x *��s��>�h][M endstream endobj -2595 0 obj +2603 0 obj << /Filter /FlateDecode /Length 245 @@ -35113,7 +35152,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2596 0 obj +2604 0 obj << /Filter /FlateDecode /Length 392 @@ -35123,7 +35162,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -2597 0 obj +2605 0 obj << /Filter /FlateDecode /Length 90 @@ -35132,7 +35171,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2598 0 obj +2606 0 obj << /Filter /FlateDecode /Length 163 @@ -35141,7 +35180,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -2599 0 obj +2607 0 obj << /Filter /FlateDecode /Length 68 @@ -35152,7 +35191,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -2600 0 obj +2608 0 obj << /Filter /FlateDecode /Length 80 @@ -35161,7 +35200,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2601 0 obj +2609 0 obj << /Filter /FlateDecode /Length 236 @@ -35172,7 +35211,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2602 0 obj +2610 0 obj << /Filter /FlateDecode /Length 49 @@ -35181,7 +35220,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2603 0 obj +2611 0 obj << /Filter /FlateDecode /Length 157 @@ -35191,7 +35230,7 @@ x ���f�W����7y endstream endobj -2604 0 obj +2612 0 obj << /Filter /FlateDecode /Length 317 @@ -35202,7 +35241,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -2605 0 obj +2613 0 obj << /Filter /FlateDecode /Length 131 @@ -35211,7 +35250,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -2606 0 obj +2614 0 obj << /Filter /FlateDecode /Length 338 @@ -35225,7 +35264,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2607 0 obj +2615 0 obj << /Filter /FlateDecode /Length 248 @@ -35236,7 +35275,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2608 0 obj +2616 0 obj << /Filter /FlateDecode /Length 171 @@ -35246,7 +35285,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -2609 0 obj +2617 0 obj << /Filter /FlateDecode /Length 210 @@ -35256,68 +35295,73 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2585 0 obj +2593 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -2583 0 obj +2591 0 obj << -/D [2581 0 R /XYZ 55.693 823.059 null] +/D [2589 0 R /XYZ 55.693 823.059 null] >> endobj -2584 0 obj +2592 0 obj << -/D [2581 0 R /XYZ 56.693 789.929 null] +/D [2589 0 R /XYZ 56.693 789.929 null] >> endobj -2586 0 obj +2594 0 obj << -/D [2581 0 R /XYZ 56.693 402.856 null] +/D [2589 0 R /XYZ 56.693 402.856 null] >> endobj -2580 0 obj +2588 0 obj << /Font << /F23 623 0 R /F28 677 0 R /F29 679 0 R >> -/XObject << /Im40 2358 0 R /Im45 2577 0 R >> +/XObject << /Im40 2366 0 R /Im45 2585 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2615 0 obj +2623 0 obj << /Length 1556 /Filter /FlateDecode >> stream -xڵWK��6��W�(Oc�_bfzH�&�L��Yw:�Mf�ش�FG�7���%ۻ���<A�� �̓mg�'��ç�L�`N�,Ynm�q2ɑ�l�\'ש�/�u��W�y���?�s�.��z9_d&7"�u��i����l����������L����Tn�*Yճ�<Y�ދ�3���c����; ��j�ی�Sk9�Z������%D�qW����..��D��毁H�i��aG����ҢA�[��h!�~�)�)Ң�nI���͡"ɲٴ]]e۰��8�^��S��'�o��G�]�?Y�ӫ�Yy|7�e~zKe43� �leY���.��Y.P�1��d!��7 ��(u�he5�r�̘�Q�n��$�NwEOİ�D�E=RCwX �.x:��v����0D��'�5R%�I�Ȓ�Q��z�9c�ɣ��l������5�4��M���>zX���5q�>*�˛r�״xc|v�7\��옴�H7���ep��PL)C�u�?TC�lAAYH���[T!�`�'�.�n&2 D|c�n�Z���C)����,���C�e<w�Н�W�꾉���5%f(q�����9;�\s)��2Eʆ^I��:���M��b?��3Y�\n�r�,7"{h V�A���]rYh�THj��������sΠ�r���i�Ag��Ũ��sq� �?=�?�a0��@�&t2@�;8����P�z��8��9��W����5/�!f���g���XvL8E�!(K��O�.�Z���O��jPܳ�Q�2�e���i�k�&��RJ�'З�H�X�u{Ru�X�@4>��B���h���2P�*�㩠N} �t�����PZG�n��ʶ;T�t���fM��5=������B�i��1hWnw!0��U\���d,�?k(PP\��D��A-�� �͜��"{~o�Q�.��}��ؐ�ag��CQ`]�I�y��'�����������v�f�# -�X��D,y�(�a�ri�'d��"�����c�p��F��x�����!�bZ���Qc==-���G4�0�(h��>�H1D9h�Ş6m���6h�@�"F�#�B�����[M`���3�L����a�4Q܆,�N�EշDQ>)��i,����b�;�*����{�$�*bn���'�tBU�h���2��1�؎>�wbl��=T�5;f�t�g8�C$Wm�9�p�H��x{$�����`j��C`9�9l����媨h��m����iu�E_���4��sl�T��m�G�����d*}��-��Ua�X�a�#檭�EV��� �Xvo�H�Kp!ƅ�G�����'�Bha1~�����0�|���/Y�����%�2�<l���|�n�04y�������� ����t��3B�`��4T� -��F�$@���E&�XW8h�CH��4"��1���!�IK�i -wc�I��Pk�!-�rU��)��zb7��&�y���I _�Gs,����)S����a�����{v�N��/�6�o +xڵWK��6��W�(Oc�ߙ�!i�L2m�&��L��T���=I�d�����u���H�`�m3�=Y<�X�\�L�.���Lf�����.6��\/W�������<����N�O_<_� +��]./�a���͕]��x���b�a!���|*�L �����<���3�]�1J6�r�9d��Z���_��Zά��e�5˕"����K�f��H�7]��Hd���K8��:�lQ���;Z�|X�Dg����k=��P�d�^v}S�Uײ��x���h��@���WG���jx��\篪v��������hf�A��*�|�}f��\��g���J0oe/��ɣ��լp(Y0��h� #�IJ��ʁ�q��f����}�tA���)�/�`�̑OBk&���ғ%�*���{�yc���{h�Fɇ��kJi�/�� +s/�C���7�lCR�TW�&lh�.���o�P=�1y�n�=t�(&�R+��R�\��p�Ǫ݂�����;ҷ�cҕ��@�]\]�:d���@]-��C�,R��,]�OR7�C�U:w��}������M���f(q���Ǚ�vJ��\)��D��^I��:���M��r?��3Y���09��In$�����ԇ�?8�Ђ��Ԟ ��/8h�gǿ�~;Π���� M8�$5����p.���!����.��̂N(w���A�%������Χq��5�'�)c�C��w�Y���Ywj���w0��$�"��T��ѧ ���-��Z���_5(�X�( i�- +�C�ż�5S��J)�q�%�5�i�U]1<m�x���e&"Z��k�ԣ��x,��P�)=)�cjv����~��-�.~���ݐ�C��@��|�-��eZ�S�U�]@�L?v�U{6sB�g +�����!�E��"ᶅWt[�b���5>Jw��}�r2�z��)~��b! +l*@5���s��,r��Rr��������`'h80����9'2i��5���s�%�ȸ5�%��� D��@�f>�dV���`�P�Yh�*FM����bo�И�l��-��_b@�1�Ac.��p٥j(i�&��kb�q< +)�[(�I��ߟ���V0�)W�e +���Ώ#���6f���&�pQ�CG��Lcq}Dv�����Չ\��0`&�u��#pS]'?q̠�*$�'WI ���v�1�S�F�vݡޜ���1S�}8�á�����q��D�M��ARz:���&�y��8D�G���>"��P�˚v��6)�ɑ0��t}�e�|ё]I�?Ŧ@�_'��6�P�s��maT�� +�7�g8b��f_�1q`5�~�\��w&�<�p.����DWu�<��T-,��7��������%ka�_��$<T���c�͠�Y�Ϡ� �&o<�Sq<����⼁�=N7J!h0#�vN汒TL��4:%��}XWC,2����A{�@�?� ����f�-�̺X��MS���#��C�:� i1V�:Oq���I�<5�N;�T�^J�">��"<㫜<�2��g�� ~`g1�(��bA�} endstream endobj -2614 0 obj +2622 0 obj << /Type /Page -/Contents 2615 0 R -/Resources 2613 0 R +/Contents 2623 0 R +/Resources 2621 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2621 0 R -/Group 2619 0 R -/Annots [ 2578 0 R 2579 0 R 2611 0 R 2612 0 R ] +/Parent 2629 0 R +/Group 2627 0 R +/Annots [ 2586 0 R 2587 0 R 2619 0 R 2620 0 R ] >> endobj -2610 0 obj +2618 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/aucmap534.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2622 0 R +/PTEX.InfoDict 2630 0 R /BBox [0 0 460.8 345.6] -/Group 2619 0 R +/Group 2627 0 R /Resources << /ExtGState << /A1 << @@ -35390,7 +35434,7 @@ endobj /Type /ExtGState /ca 0.45 >> ->>/Font << /F1 2623 0 R>> +>>/Font << /F1 2631 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -35409,54 +35453,54 @@ A Z0����RB�߭���w�n/�ǘlȿ�%������߇���g����[��8�S��A��hC�\�2 �"����C-0B��aR ����o_�a�7�?�m� endstream endobj -2622 0 obj +2630 0 obj << /CreationDate (D:20200727140312+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2623 0 obj +2631 0 obj << /BaseFont /DejaVuSans -/CharProcs 2624 0 R +/CharProcs 2632 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five 97/a 99/c 101/e/f 105/i 108/l 112/p 114/r 116/t/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2625 0 R +/FontDescriptor 2633 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2626 0 R +/Widths 2634 0 R >> endobj -2624 0 obj +2632 0 obj << -/a 2627 0 R -/c 2628 0 R -/e 2629 0 R -/f 2630 0 R -/five 2631 0 R -/four 2632 0 R -/i 2633 0 R -/l 2634 0 R -/one 2635 0 R -/p 2636 0 R -/period 2637 0 R -/r 2638 0 R -/t 2639 0 R -/three 2640 0 R -/two 2641 0 R -/u 2642 0 R -/zero 2643 0 R +/a 2635 0 R +/c 2636 0 R +/e 2637 0 R +/f 2638 0 R +/five 2639 0 R +/four 2640 0 R +/i 2641 0 R +/l 2642 0 R +/one 2643 0 R +/p 2644 0 R +/period 2645 0 R +/r 2646 0 R +/t 2647 0 R +/three 2648 0 R +/two 2649 0 R +/u 2650 0 R +/zero 2651 0 R >> endobj -2625 0 obj +2633 0 obj << /Ascent 929 /CapHeight 0 @@ -35471,10 +35515,10 @@ endobj /XHeight 0 >> endobj -2626 0 obj +2634 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2627 0 obj +2635 0 obj << /Filter /FlateDecode /Length 304 @@ -35484,7 +35528,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2628 0 obj +2636 0 obj << /Filter /FlateDecode /Length 230 @@ -35493,7 +35537,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -2629 0 obj +2637 0 obj << /Filter /FlateDecode /Length 245 @@ -35502,7 +35546,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2630 0 obj +2638 0 obj << /Filter /FlateDecode /Length 133 @@ -35511,7 +35555,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -2631 0 obj +2639 0 obj << /Filter /FlateDecode /Length 247 @@ -35521,7 +35565,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -2632 0 obj +2640 0 obj << /Filter /FlateDecode /Length 90 @@ -35530,7 +35574,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2633 0 obj +2641 0 obj << /Filter /FlateDecode /Length 68 @@ -35541,7 +35585,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -2634 0 obj +2642 0 obj << /Filter /FlateDecode /Length 45 @@ -35553,7 +35597,7 @@ x "���}� endstream endobj -2635 0 obj +2643 0 obj << /Filter /FlateDecode /Length 80 @@ -35562,7 +35606,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2636 0 obj +2644 0 obj << /Filter /FlateDecode /Length 236 @@ -35573,7 +35617,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2637 0 obj +2645 0 obj << /Filter /FlateDecode /Length 49 @@ -35582,7 +35626,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2638 0 obj +2646 0 obj << /Filter /FlateDecode /Length 157 @@ -35592,7 +35636,7 @@ x ���f�W����7y endstream endobj -2639 0 obj +2647 0 obj << /Filter /FlateDecode /Length 131 @@ -35601,7 +35645,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -2640 0 obj +2648 0 obj << /Filter /FlateDecode /Length 338 @@ -35615,7 +35659,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2641 0 obj +2649 0 obj << /Filter /FlateDecode /Length 248 @@ -35626,7 +35670,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2642 0 obj +2650 0 obj << /Filter /FlateDecode /Length 171 @@ -35636,7 +35680,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -2643 0 obj +2651 0 obj << /Filter /FlateDecode /Length 210 @@ -35646,23 +35690,23 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2619 0 obj +2627 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -2578 0 obj +2586 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [210.831 752.984 221.79 766.776] -/A << /S /GoTo /D (Hfootnote.90) >> +/A << /S /GoTo /D (Hfootnote.88) >> >> endobj -2579 0 obj +2587 0 obj << /Type /Annot /Subtype /Link @@ -35671,7 +35715,7 @@ endobj /A << /S /GoTo /D (subsection.5.1) >> >> endobj -2611 0 obj +2619 0 obj << /Type /Annot /Subtype /Link @@ -35680,7 +35724,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.2.1) >> >> endobj -2612 0 obj +2620 0 obj << /Type /Annot /Subtype /Link @@ -35689,70 +35733,67 @@ endobj /A << /S /GoTo /D (subsection.6.1) >> >> endobj -2616 0 obj +2624 0 obj << -/D [2614 0 R /XYZ 55.693 823.059 null] +/D [2622 0 R /XYZ 55.693 823.059 null] >> endobj -2617 0 obj +2625 0 obj << -/D [2614 0 R /XYZ 208.178 722.746 null] +/D [2622 0 R /XYZ 208.178 722.746 null] >> endobj -2618 0 obj +2626 0 obj << -/D [2614 0 R /XYZ 56.693 656.845 null] +/D [2622 0 R /XYZ 56.693 656.845 null] >> endobj -2620 0 obj +2628 0 obj << -/D [2614 0 R /XYZ 74.626 78.132 null] +/D [2622 0 R /XYZ 74.626 78.132 null] >> endobj -2613 0 obj +2621 0 obj << -/Font << /F23 623 0 R /F28 677 0 R /F29 679 0 R /F26 678 0 R /F14 963 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im46 2610 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F29 679 0 R /F26 678 0 R /F14 947 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im46 2618 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2673 0 obj +2681 0 obj << -/Length 2467 +/Length 2470 /Filter /FlateDecode >> stream -xڥYKsܸ��W�ȩx`��p�����M9�z��I�>@��ṙ%��O��!��c�h4�F�����y����߮.^^����ʬ ���gcg����$���{�ǫu�d��7�y��j�����W�������Z�6MC��+p�5bߤ��W?_����|�a�����A��6^~�x�1�60���(K��<x&�*͠Yy�^�r��Չ�jkf�&I��'{�����-6`Nb���W��o�OӮ���C������, 4.x�P�(�x�wŶh�:�E�����jm��Og�C�;9ݻ�.`�VZ�d}��_�)�i�2O���)J+{v����P�O���n�ӧ�O��)���2�<r.��i:>�amTd�P�c� �`L7u�|tt֏a�E���1��9��Lx>��qZ��i�s.�YH3�v��Z00ܖ�ܚQ�X����Eͼz�,��ɛ�+7Eˤ��{�MU5�wS�;�Z?�#�h�,p���9EUq�nڃ��? )0P@�=-K6��^-�T?��JS�EI��(C��|��(�-i̚44���7H=?6��'�u������'���a7^�;vBl1���VG���62��œ��wָ\AV���~��m�r���mj����[W��9���$��ιw��#x���P��ر�(����M�А�.�t} �ϯb�؈�(TI(���x,BP�]Q�!X�w=�M'-�|Y��yٕtZ���D���|�{Ӂ�L;..���=�ߪlqȺݴze��͵���U�z1��h�8A}$T�g -"�< f���-�}إ*�o=���e6���0�P��=��?�����f�ѧ}і�ʾ��EW��������wtVY���������nx(g����,U6Z��� -8͵�����`�0��S�}���G��qgiJ�� �ع���Y�#tP���u}#2@f��ZM'L��a�Xf���јd4f6¨b\�1ڿ��@���+GЅN���3�8��YdV�>���6a�j;yE�@�Jb��L��{ñ���)ez�3�y�'D�֦���:���\��̐�ᠹ؝���\�LD�$�Z2'�����mF��~�|��Пt�?�qL?<zZ�� �G'�"AA� 8��BC )���`>T9�&Fg��oDg�rrWjGl�ˊ#`l���*�9��U�ip��[bF�M����,�� -15��u���|t�� -ڕ�<@r�;��5N���U�Z�N�!�w�O\b<@@P�۳m��L��M�A�y�o�Vg*NB��T�5���3�ʄ�]&IU�%��M���������sb��/d6�Nn(8��P^0>�����ݽ}8jp?:��]W@���f;��2ʅ�Pmx�x#g`�bK`�ƻG�T�a��_ޞ���ñ-:9(����*&��i�d\��<,�� 9����_J�^�(y�Vڞ#d�^��l�|{�zá�-��wx�/c8�1��-�$'ʏ��o9�aFU��\�ޱ�M�`YRkKG���q��h\Ǐ7�G�[|�m�x;佨���������q�^�hAܜȢ�ĖLU$AI��7 �1>����5�wM?�$Eֽ㜪eXDb�rW� _;�sl�ƌ�0�kÍ���a��gƲ<.�C��e&ءpV��q�i;��{ϗ�Ti(�;��K�Π���i���^"��!Im���4��fQC��L�( X�� -��U�%".+�q����D�ݪ�ws�=�/���`���q.�������F�D��"�\E�9'[����6�:%=Ec�8@�R�4��z�",?���ʃ"d$@��!ץ�jj -c�7���\�Y� �0�� �,�Ɔ���J��G�(z1�ᆑ���M8���$�����������8��g�7��В���d�QI�fCY�Q�fC��T���|�� �P�q8�����_��W���gx���m����������<H�E;�Ce[�Cxå*2���H"b�3W8&Ӕ��K86(͟�d���W�p����g=��t���]�e�D�b�� �9�A�C\ �=�#��pi��,�����\��}4:���*O�0�>P����X�qӍ�s���}Q��o�s�fD�Qz���/��<���k"���Z�}�/n�t� -�=�!x�a��!z,P�-e2��d�0��t~8��� ��ߴ�BO����V�w ��Z��GX�$bL�ϙx��EQ6��4��d���8\���� ����/�i�d��!+���eU�qFd2��$o� ������u��䴛M�����|�彗��~� JXZ-�MK�^P��?w�����a(����^�Qv��卆��Y��GU�d8(?�k37Y� &�s�@��~ﱠ�I�%p�{A�!��E��)sV���M +xڥYKsܸ��W�ȩxh���p�����M9�z��I�>@��ṙ%��O��!��c�h4�F�����y����߮.^^F�S*Ȭ����g� δ���$���{�ǫu�d��7�y��j�������WQ����?~]�#������]��o��ǫ�/^_]|�P�Y�i�0 �2^~�x�1�60��:K��<x&UA�A��~���"�۫O%A���ٛ$a�X5٫Td���m�s��E��ʿ�?M�R�����^dI�p��[G*С�u�ۢ-���/�W��I����Ƈjwr�w?]�(d�A��ge���Ły���L T`�N�_���w���~����S��>g�,H9���4�ێ���6�6q$H�&��C�x0���h>�J���c��pQi�|LG�~�5>�ϼ}�?}Z���|�̹����em�fc,�����f^�C�m��Mݕ��eR��½ۦ�Ի)띈 +���ܑg4[8�������W7��U埄��͞�%�O����^�&HS��$�!��Rǖ4fM�����`���:�q��l����ol؍�厝[)@�U����j�W<�og��d��o��7�6-7\�ߦf����ueM�C��o K�o�pg/8�����x���"�]���� ��Oח���*&��X�Q�D�����"i�wE��h�x�z��NZ��2���)�+��;��#$� /;����q�v\\ I��z�U��u�i3��z6�kו���;�b��1�rq�,�H��c�2D�= f���fW߇]dq�g@����=��8��~�v��,t��.�¼j�i_�%7��/�`�U�*c0����G��UV��+>$����A����3�/K�����Nsm� �+�6�4pJ�o��ȴ;�,�@ɡp5�;�2q!�{� +��AU��oDȬ�A��d��60����=;�����FUL��1F�W�s���c�������{Q&gq]0+����ݧٸ��&�=P�Yp'���PI��i=o8AW8=�L�q�7/��(��4p�W��Ე�C��r;4w���>�=���h��[��A�]7<v����T�O��X���n��'}1��GO˟����DW$((�G��_h$e߱�̇*'���L���l]N�J�M�zYq��MX��\E=�ֲ�0 �v�p`K�ȱ �\[��sZ!$���ѵ�PP�`���@A�r=�B�wG�c�&c�i�pZ�*\�� :�`�N�K� �s{�ms���b��8�6o�M�j�,����5��g���֘�U&�`�2I� [�?��L���L�)��-a�0�� �8�BfC��䆂s� ���*�n\��ۇ��#��P���u�q��o��X+�\X Ն��7r&p+&�T��n�{�L�v,���Il?ۢ������b�IќNƅ�ȣ���О������D^�Վ�'h��9Bf��4f#�ۣ����haݽó�1��>PoA$9Q~�}�q 3�����El��˒Z�X:�\��5F�8~4�!�8ʦآ��o[���!�E���DP}�S��F���D&�d�:`� J��� ���e��ؠ�k�q')���T-�"[�;�B4�h�ڱ�c{�l]��5f<��^n�,� C�?3��q�5:��,3���:�KM�1e�{�<��J�0���k�T�Jk(�Ɵ��%�x1���ᡑZOa n5����ˀҀ�ܠ�J=��D�eE5����`����[5�n.����C۞r�\:�E��S�Q݈�HZ\��������2�dK۹���T���(`l�_J�&�P�p7V����~��<("Ft�q]ʭ��0}#�|�M����1 ����ʒklJ����-nx�cn�}�Cs7�x�_Zt���g_�s�#&���>�q"���o���%U��Ɇ!�F����*͆�B�@����@FQ�Ѩ�r|�+|%/_y�p��}"/��[�.Z�cKϏ�� ��8�ul�. ��W�F���ɸ�1��,]*��Ai�$� �W%��� +�;�T�w=�a��3 F��-�&�(�a�) Bg�*�j��q}�DKk��n����s�n4��蘧�h�<��8{�X@aΖFc��M7�A���E˾�Ι�q F�w��<��p^�v��X��Kfk��E��u�+����ཇ�ۇ�@��� x�����`ƛ��pf/&�#�i+�p�$0:�o�|�@a��Xy�5H"�$���gZ%a��H�,�I���N��å��]K� +b+�"ؑ�H�/�b�9]_V�gh���O�Ft.h3,�O:{���n6%"L^{X8B��^�[,��7(aah��6%u{Au���GA�~� C)�̏�B����-o4,��r&?���=�pP~�Wfn��;@L���(>�#��cA��%p�-����Ƌ����)sV����W endstream endobj -2672 0 obj +2680 0 obj << /Type /Page -/Contents 2673 0 R -/Resources 2671 0 R +/Contents 2681 0 R +/Resources 2679 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2621 0 R -/Group 2676 0 R -/Annots [ 2644 0 R 2645 0 R 2646 0 R 2647 0 R 2648 0 R 2649 0 R 2650 0 R 2651 0 R 2652 0 R 2653 0 R 2654 0 R 2655 0 R 2656 0 R 2657 0 R 2658 0 R 2659 0 R 2660 0 R 2661 0 R 2663 0 R 2664 0 R ] +/Parent 2629 0 R +/Group 2684 0 R +/Annots [ 2652 0 R 2653 0 R 2654 0 R 2655 0 R 2656 0 R 2657 0 R 2658 0 R 2659 0 R 2660 0 R 2661 0 R 2662 0 R 2663 0 R 2664 0 R 2665 0 R 2666 0 R 2667 0 R 2668 0 R 2669 0 R 2671 0 R 2672 0 R ] >> endobj -2662 0 obj +2670 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/aucmapb.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2679 0 R +/PTEX.InfoDict 2687 0 R /BBox [0 0 460.8 345.6] -/Group 2676 0 R +/Group 2684 0 R /Resources << /ExtGState << /A1 << @@ -35825,7 +35866,7 @@ endobj /Type /ExtGState /ca 0.45 >> ->>/Font << /F1 2680 0 R>> +>>/Font << /F1 2688 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -35844,54 +35885,54 @@ A Z0����RB�߭���w�n/�ǘlȿ�%������߇���g����[��8�S��A��hC�\�2 �"����C-0B��aR ����o_�a�7�?�m� endstream endobj -2679 0 obj +2687 0 obj << /CreationDate (D:20200826165151+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2680 0 obj +2688 0 obj << /BaseFont /DejaVuSans -/CharProcs 2681 0 R +/CharProcs 2689 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five 97/a 99/c 101/e/f 105/i 108/l 112/p 114/r 116/t/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2682 0 R +/FontDescriptor 2690 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2683 0 R +/Widths 2691 0 R >> endobj -2681 0 obj +2689 0 obj << -/a 2684 0 R -/c 2685 0 R -/e 2686 0 R -/f 2687 0 R -/five 2688 0 R -/four 2689 0 R -/i 2690 0 R -/l 2691 0 R -/one 2692 0 R -/p 2693 0 R -/period 2694 0 R -/r 2695 0 R -/t 2696 0 R -/three 2697 0 R -/two 2698 0 R -/u 2699 0 R -/zero 2700 0 R +/a 2692 0 R +/c 2693 0 R +/e 2694 0 R +/f 2695 0 R +/five 2696 0 R +/four 2697 0 R +/i 2698 0 R +/l 2699 0 R +/one 2700 0 R +/p 2701 0 R +/period 2702 0 R +/r 2703 0 R +/t 2704 0 R +/three 2705 0 R +/two 2706 0 R +/u 2707 0 R +/zero 2708 0 R >> endobj -2682 0 obj +2690 0 obj << /Ascent 929 /CapHeight 0 @@ -35906,10 +35947,10 @@ endobj /XHeight 0 >> endobj -2683 0 obj +2691 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2684 0 obj +2692 0 obj << /Filter /FlateDecode /Length 304 @@ -35919,7 +35960,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2685 0 obj +2693 0 obj << /Filter /FlateDecode /Length 230 @@ -35928,7 +35969,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -2686 0 obj +2694 0 obj << /Filter /FlateDecode /Length 245 @@ -35937,7 +35978,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2687 0 obj +2695 0 obj << /Filter /FlateDecode /Length 133 @@ -35946,7 +35987,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -2688 0 obj +2696 0 obj << /Filter /FlateDecode /Length 247 @@ -35956,7 +35997,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -2689 0 obj +2697 0 obj << /Filter /FlateDecode /Length 90 @@ -35965,7 +36006,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2690 0 obj +2698 0 obj << /Filter /FlateDecode /Length 68 @@ -35976,7 +36017,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -2691 0 obj +2699 0 obj << /Filter /FlateDecode /Length 45 @@ -35988,7 +36029,7 @@ x "���}� endstream endobj -2692 0 obj +2700 0 obj << /Filter /FlateDecode /Length 80 @@ -35997,7 +36038,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2693 0 obj +2701 0 obj << /Filter /FlateDecode /Length 236 @@ -36008,7 +36049,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2694 0 obj +2702 0 obj << /Filter /FlateDecode /Length 49 @@ -36017,7 +36058,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2695 0 obj +2703 0 obj << /Filter /FlateDecode /Length 157 @@ -36027,7 +36068,7 @@ x ���f�W����7y endstream endobj -2696 0 obj +2704 0 obj << /Filter /FlateDecode /Length 131 @@ -36036,7 +36077,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -2697 0 obj +2705 0 obj << /Filter /FlateDecode /Length 338 @@ -36050,7 +36091,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2698 0 obj +2706 0 obj << /Filter /FlateDecode /Length 248 @@ -36061,7 +36102,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2699 0 obj +2707 0 obj << /Filter /FlateDecode /Length 171 @@ -36071,7 +36112,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -2700 0 obj +2708 0 obj << /Filter /FlateDecode /Length 210 @@ -36081,14 +36122,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2676 0 obj +2684 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -2644 0 obj +2652 0 obj << /Type /Annot /Subtype /Link @@ -36097,7 +36138,7 @@ endobj /A << /S /GoTo /D (subsection.1.1) >> >> endobj -2645 0 obj +2653 0 obj << /Type /Annot /Subtype /Link @@ -36106,7 +36147,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.4.1) >> >> endobj -2646 0 obj +2654 0 obj << /Type /Annot /Subtype /Link @@ -36115,7 +36156,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.6.4) >> >> endobj -2647 0 obj +2655 0 obj << /Type /Annot /Subtype /Link @@ -36124,7 +36165,7 @@ endobj /A << /S /GoTo /D (section.4) >> >> endobj -2648 0 obj +2656 0 obj << /Type /Annot /Subtype /Link @@ -36133,7 +36174,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.5) >> >> endobj -2649 0 obj +2657 0 obj << /Type /Annot /Subtype /Link @@ -36142,7 +36183,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.2.2) >> >> endobj -2650 0 obj +2658 0 obj << /Type /Annot /Subtype /Link @@ -36151,7 +36192,7 @@ endobj /A << /S /GoTo /D (subsubsection.5.1.3) >> >> endobj -2651 0 obj +2659 0 obj << /Type /Annot /Subtype /Link @@ -36160,7 +36201,7 @@ endobj /A << /S /GoTo /D (section.8) >> >> endobj -2652 0 obj +2660 0 obj << /Type /Annot /Subtype /Link @@ -36169,7 +36210,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.5.3) >> >> endobj -2653 0 obj +2661 0 obj << /Type /Annot /Subtype /Link @@ -36178,7 +36219,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.7.2) >> >> endobj -2654 0 obj +2662 0 obj << /Type /Annot /Subtype /Link @@ -36187,7 +36228,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.16.3) >> >> endobj -2655 0 obj +2663 0 obj << /Type /Annot /Subtype /Link @@ -36196,7 +36237,7 @@ endobj /A << /S /GoTo /D (subsubsection.2.3.2) >> >> endobj -2656 0 obj +2664 0 obj << /Type /Annot /Subtype /Link @@ -36205,7 +36246,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.6.4) >> >> endobj -2657 0 obj +2665 0 obj << /Type /Annot /Subtype /Link @@ -36214,7 +36255,7 @@ endobj /A << /S /GoTo /D (subsubsection.5.1.3) >> >> endobj -2658 0 obj +2666 0 obj << /Type /Annot /Subtype /Link @@ -36223,7 +36264,7 @@ endobj /A << /S /GoTo /D (subsubsection.5.1.6) >> >> endobj -2659 0 obj +2667 0 obj << /Type /Annot /Subtype /Link @@ -36232,7 +36273,7 @@ endobj /A << /S /GoTo /D (subsection.6.2) >> >> endobj -2660 0 obj +2668 0 obj << /Type /Annot /Subtype /Link @@ -36241,7 +36282,7 @@ endobj /A << /S /GoTo /D (section.8) >> >> endobj -2661 0 obj +2669 0 obj << /Type /Annot /Subtype /Link @@ -36250,118 +36291,120 @@ endobj /A << /S /GoTo /D (subsubsection.9.4.2) >> >> endobj -2663 0 obj +2671 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [145.26 291.724 156.219 305.516] -/A << /S /GoTo /D (Hfootnote.91) >> +/A << /S /GoTo /D (Hfootnote.89) >> >> endobj -2664 0 obj +2672 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [525.368 219.495 536.327 233.287] -/A << /S /GoTo /D (Hfootnote.92) >> +/A << /S /GoTo /D (Hfootnote.90) >> >> endobj -2674 0 obj +2682 0 obj << -/D [2672 0 R /XYZ 55.693 823.059 null] +/D [2680 0 R /XYZ 55.693 823.059 null] >> endobj 222 0 obj << -/D [2672 0 R /XYZ 56.693 782.706 null] +/D [2680 0 R /XYZ 56.693 782.706 null] >> endobj 226 0 obj << -/D [2672 0 R /XYZ 56.693 730.726 null] +/D [2680 0 R /XYZ 56.693 730.726 null] >> endobj -2675 0 obj +2683 0 obj << -/D [2672 0 R /XYZ 56.693 673.109 null] +/D [2680 0 R /XYZ 56.693 673.109 null] >> endobj -2677 0 obj +2685 0 obj << -/D [2672 0 R /XYZ 74.626 141.089 null] +/D [2680 0 R /XYZ 74.626 141.089 null] >> endobj -2678 0 obj +2686 0 obj << -/D [2672 0 R /XYZ 74.626 105.224 null] +/D [2680 0 R /XYZ 74.626 105.224 null] >> endobj -2671 0 obj +2679 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R /F14 963 0 R >> -/XObject << /Im47 2662 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R /F14 947 0 R >> +/XObject << /Im47 2670 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2713 0 obj +2721 0 obj << -/Length 5047 -/Filter /FlateDecode ->> -stream -x��[���q���b>ra-�~�M�!':�6�K,��l ���r��hW�ק^M6g�� �����z���7��7��o����o�f�TZ:�7��7.O��l<V�b�i��9�onˢL��O����nn�.��~��Ӎ�ɏ��Ǜ[�����@C���G��������ç7��Q�X�Q��Y�Ze7�ӛ���mv���M���o��ic�J} �����|��HoQdi��;<T[ C�erB��[���k��0H���{��_�T�����#��o��,2�K��L3�665��J���L�%q>-�|s xK{�T7*iwLF3�o�Q�HSI� ��<�����?�������Ͷ:r]w�#����.�ȹ�c`�<�Pߟ��pG�[�`㾀�M�͙��MK�0����^j�csl~m�=�� -~� -j����x����8Nö];�t<H�ȕ�j�U;�����ݟ���t-Wv�\;�ë���l���x��Ѫ�P��� ����'�AUK� �4-��6e��kya8���:��;���{_.�"��U˝��d\�؝��횿g��}�n�jĮ�K�f��`��-�������}w�:��_�����w�@�߇ց�P�˹:S#qEh�[Ǻch�2����$������Hі;�L� -�f��������J��������������"\fv�� -�仛[�\�{��x8����ݥhB%�氶7�P�����F�=�� E���� ��n�6�[�ŭ��ͰaXk��� ׄC�N���9�D�B �>��%}�.�����g.�1Lcl&�`���B���M�Y`�O"Y~�!�$���6������GV�xH���uj��љ-j�担�G�AN��A4w˟r��]�6�P�ݰ�?�,+o�4S��m�S� �O]�v�����X?�TxM���Ն8+��k���P�#��)��d�xK�%���Ezz�� ��qG�Y��w�z���YoW��h����k����_ݑ��^&�R_�:�$O/�M{�s�<� �� -C��9�u�9TK<ם�2�䅗��ܐT��������7�0�[�����||U���#�nc�!eb�+ IևɬŬ ���S]���ԑ1�~����J�����L���cbn��46̄B��lif�l?��x�[`����J��w�vah�-¦�ִͩ�U��~טgנ��֯�1�����P<&-�_���<Y��:��Xr��NCu�QY��)�j��x�h�:Ĉ#n� a��S�}��j<�u�9�/��ű�C8��]��j��D:�_�BC������3�a|� �R롡��"¦:m�0���%��x���qX�P�u��,�{Uk���+�Hu���<Oz�N�BN�Aɓj�je����I�g�����Cj�=���3��}��[h$I�;�\�Q�ł}A98W.���*�f�����^\���|����B5�Q؎xXM��jw�ӷ��4�s��<5F��>3:�ї§�X�n�V���V|�>@@�v1Z�a�Q �����������G�d�A-�e��%��t�>RZX���tAIa9g�� -�,�,���p�q�#��f,��"v9�7�`G��>�#��?�N��c偿},vZ��~h�a$ S�F�,$��C -��Q~�ɫ�~��}��Fɡ��P5��h�߭�K�3��ʢ��h����EM� -h�c]�/�e���V�V��6��7��87� *mR�bFX���쨄��7y|B�ɺ -_n�����V*I�㌇yv��;n��� -*N� g[&�?"䂟�\Vn�~�ݒ -H��%�����O����-���:t3����-�*��Z&a�P]��n����1|be@����+M���� ˿�G����N��N��Ě,���G%`�m�d��;��ƾ�Ґ��$��J��(��{�1bGe�p�y���Mw������8ܒ2��cS#�5�Z���Qƶ0�(]0TLt�Gǿx���� țF�;A�`,��sq>=n���*�!PJ���$Cw�"�LN�V���TNi�~�X��'�i�b�Y�Lt;[�"�H�B%C�wa �}�W^ 6�>Z\�|X$�>,U����/W����Ī��W��NF4�e\��N�W|AAC`[���� ��ԣ�jZ�8�5�q���^CHZ�h8��`��!�+s���Z�qA�2���z0ŧT|�<-�_ߏ�.c�����]~��D��a�8J-�h©��c= -YVB�X{�W�u- �f�g)�5]��k/��U�*��o}d �{���qn݃�de��K�m�?9�XB��%��Π�=����e�� 6;-���6��<-}��}�%?Q<���e�k!������?�ƥYҤ^� �T�]Xˎ�¦���*uZ&���E� �q��x���z�1y��HU���)Azak$��},�2�or=�8��a���q���K�gոD�`�z� �uku�)�)��4(� -@x� ��L�A�vT���W��5��c-��2=����4uyL]�M�r�Y~?uZ��7�����<��b�)��Ң+�z{����lZ� kTW��bx���+t����4��qd�ص{rҍ ��)�C:��z��q��awȷ1�6��y�Yv��"-�tA�'#{�U&ԆhU͉�� -�Hy�X�n�E�A����8�M9rK9���α&�Pl]��N;"�9ach �2����.�_��5c|�&���V��B�� -^l[�m�}���L��8s�φ�x�䄎�Ǘ�;G��z0�0��W�D�1ʵ{��k��ب����< �j��R;��P���F0���}pl��f��W�lO�J��s�{�I���(H��K�@KM�s��u�j3�ۊ���.A�Aҽ2�}zGT̾q���4�E8���@��n�"���e{�0<,4�2��B�����B�ͩ9V=W0�����Y����҅��.�.w PB�mA����{dEh�wA%�e�wB:F�6��.�%`�߮�n�ڒ�������㙄ċ\�^s��Fb�f��ɱ����� ^9�:(L{��_9������dn9.�+�B���J�| ����G��y����9SlJ��<�HyF�P���N3R:؋�d0�z��X¨��Eڈ"���^=�7��^����I�6������DŽ �M��x`.�� iV2�P̠�����ǡ>>�&.�:ۮ�T0s���dKH�L��BF��O�R^Ҭ������"�:� ��p�D��p�&*jt�]��7x��lt�57 -�����¤7�i��\��3,�c�U�����Sͱ*�{T?ȴ͞��]�hp�5[`�o`1}��T2��r=)8��JN�[�@�?����Ř%��~��X� #���(�e��Xv -~Hp�NtU;u%i���t�k���2�f��ܝ��e�� ��p�]JG`k�J0^��?!-�b����A&�'Ж�WI@�*l�9��C��BMzz���(k�Px�z -�Il���^�����'�a�,y��Y�~"P�`W��O���S]䛨{��n�8d�����!N ��5�8�S}�z�H~vEu�}S��'�!|`+���M��Ͳ�(A'�)���z|��U��Y���,PDn�@;vpgp��r��52]��u����u�*g�⻬�WX_��֦���nNM���Nq|�1@N�㖅=&@�㞌յ��V��I<��|������?�����igi>+�Zz��H,t(7�������T�s�zA��ީ`�H�]q����V�5�&�T��`N~�D��Ө⛓t�\�V��2�'��������ٴ2�#�8?��JJ�1T`7Dh�C�GY,��1��\�T]����u�]��v�L�$�8�y� -�p,e��R���OI@i��[�H6 kV���h�kM�$r���5���`���Th ���)o馄�rΔT1:�y3�sd�<�0��4j�|�d妧�1TE�:=��^��FO#�Ty�/���x}�qx2 ����+�c�|+D��v��zѧ�e ���.Z�������_�������Xg�b�?�� �E���Te�� >�fk��N����o��qV��,�5&������:��L5+Sg -�'+����:|�>�{��;k��A��gl�{I�&���6��x=�`~1�a89K=��r8-����Jqs[ e�Ą��)%؈Aq��A�Ѣ�� x��U�3FyB��a��Y�3�s���2���>���价WPR(�)l���iV��Ƭtp�ѐ���14��09�Z]:�5'����r�n�!��2�L/�ϻ�4+��*K�@װ>PlŔ��%ӆ=��� ��#/\���[��\ 7_9.$�� ؊K��ygEAiٗ��K|��Ip�IB(��s�/���Λ����;T�3������9D���]����K���헹<�g*8�K�|Z�5����\��q��|�� �յ�Y][��j�ד�Pf����.��KH0��R�4}%�E����e3��bn�z`�����ds���7k�{N�I�~41��D#/C�D)����_�J��M9���L������=���V2t����;t��-�Ĺ���aD�Yo/R\�*�c��̄����H��%2'���ɹ��f����!%w���Ȼ�tM��^��Ԫz@��z��a}�9<'_p�C^�M�-��y�.h��e&kk\���a�&v�_��K�A���TlsFuzp.���bɮo�M+%��Ƿ"o�U�?$�������y����3�"z�����'rQ��$��W�� �pX.��bG 1sذ� �K�����φ�T�K�4���W��}�����o�-�L����E~���㴩��&����Ô�JsF;���oe��>��_�(M� +/Length 5039 +/Filter /FlateDecode +>> +stream +x��[���q���b>ra-�~�M�!':�6�K,��l ���r��hW�ק^M6g�� �Y���ǯ�{���&����>����l�JK�������i^��G�-6�v�����,�����_�����"��O?�h�����|����{��� TT5��[���ӟ�|���7 +&�6j;+R��f{|��?������RS���<n�W�/�x�||�o�W�-�,-�b~��jl�L���i���3�P���ϸ���Xe�a�oĹ�M��E�p*��i��Ʀ�x��Tҕ�;gΧe�on�oaj���F%��hF�-2��5�t\Q?��P5�0��pO�Q��{j�H�:4�����4>�F.oC�;�&�}����y���?��6�J��}�Z�3���6�a�c�۽PNcsh~m���~� +(ML ��?t���t�nۮF�dpd�d֎ �Z�X1���nǦk���3u��gOiu�rY��(�ŭUɾn��+2Н�#OX�����iXl5-�85Sya ء��:���;&T��qϭϧEQ`e���Fpnү[����v��3e�n�M5b��%C���`��-���������4��_�����w�@�߇ځ;�@��T@�Q��*��Ʊ�CZ�<M/=:��~�����r����>�¶���+f8F�+�8`��"96�����s�.�������*���I��#wE�]"}���;WM �jkk�������j��C] RDm���b2�-��a�8�U��/km�<�嘰K����<��h�Xl�[यC��ZW����e?�a��d,�0X���)3��I� K����e��`æ�J;���7��<\g� 0��ra���f�X�y���D��r��)�{߅e��uX �������<�I3�/7ئ:]�#�u��I[0J��C��Z�I5�F� I:�VL�k����G.�P`%Z�f7��K����$�:VA��������r��;���Og��h����k����\ݑ��^�R_;\$/Ħ�DZx��셡v�������u��t!}��~95�� `V�A3��[9��oA�J��<��6�RƳ� ��}��:p̖����>Յ_:��cI@�g� �� n�%@ �1&�6>Lc�H��ʎ(�f�!P�� +O����9; +&��@�c�];�1ź�m�ͯR�&<������ĬJs�/,�{�$LZ*�0 �x���ou�ű��vCu��X��)�j�t�ftCb�J��0�Tɱ�6�u5��:��������I �K��.��-U +|$���P�!ˊ��hyu���0��{�v��YCaS���mP��$~<F���-��r^:~��{���5�������d��~�GM�'=H'B!�����`��4P�2N�4�kEZ�Y��u>���W=�d�D� �o�xd���i�uG��++ +�X�/��e��Є�ڡ5�_9�6�oWW��L�F; +ˑ�ɴL�v�<ˁ�L]JpW*�Ss洨Q��s�]�)�*b� K5 +�Z�eS��Q��ha��F%��2���KL��^е�� �Жp"��|}d�����t�H!��3�|��|2+)M R��f��Ƞ��=��ANl 1s���b�ϡ���x��c߁�ף��~ �!��0 +��5!�ЄB�w�j�*�ݯu�!�Q��>�T�������wk�R�Lh��迀m Z�-xQ������`Y��kس���`���ţ-� �l�F�L��Vp��f`��P'1�&�w?��C�� Wߐ�� +�=���G��Z�ox�`�d +�f +_�#B.���e���gQ�-��2��]�_���#ܯ\��a���Ei�Zw��0�2�v�=��V�`��+��"m�`��t�|�Z���Z4��B';� +�k���V�]t8$⁒����ce�|i(&�g�|�Ӳ�8��+��ڀ��c���A��[�kػ�Zp1��`a��(�_I��X�`9>�B���@PI��0�n-��sbO���컁���A��@������� �%3��*� +�HȊ�bBfM�c��;Б�zQT��h����~�ؾ�<�d"Ɂ�M=���j��F�D9���b�-h�i2 +i'Qv�T�u U�z\ (��Q"�Ne +�f�^���;Ӝ(X�,G%�N�¦!{=wJ�����Ү��R�֒��Ҋ}��ty�Kr���E��+�A�,�z�fƟ�����O)`rɏ(�9�D)�2h1��d2,�s��J�G�2��S�q���z�Ѥ��B���T]K>��0 �RW�8��'�j$0PL���nɜ�u+ڭ{4 ���R�9 +%A7P8��%t�<��܄ޑԃ��3W���M�^Xo�,F�[��'J���ө9Ip!����x*��k�`��N��.گݑ�¦>W/ݑ�R�!#�$�ˑb��������w��Ej����?�M \���?k�d��<����g�3�]��;��0���IȂ6\|t=V���=�I��0,�s�`���P����|�&D�s=�N��3�g���~��cq�����.��+��]��8���Nk����^��7g�=��sB�t�}�jo�Pv<�MK?�p��/��*I����8�r�� +Ս i��)�Î�̘r��ԍ���pP�ۘ}��ݼ�,�\B�v: Ń���� Ԑ����c�T�)��ѭ�&-5�<�g���Gn�G��9������ic�MDH'b��^���V��ؿ��p�o� �;��z��@����e=Ѣ��/��#�0'���po��Б���t�� ���6LQ@����1��{{ ��!5���]ma�Z�#�5���`�s��9���)���JF�JV� ��ݣRM�D�(���#ʆ�)��U����������E��kJ�P�8V�E�n����Rt����/A��o�/�"��^��0��a�Q��w�1��ͱ9T=X�i~��$�nji�CzL�a���(4��}:�1C)���]PD��2&@t;Om�����oWD�Lm��f���~;�HI���;G2l$�jf��{��,N��p��P��s��i&�:�����e���W.����0}|B�O$���oK���<�`)�yF9Q����O32:؊�d�6:{h,ans�"-D���/�!�I�W>h�a��&���a��-��P�$m�;��Tr�Jn�� �TV?�|��������ζk�B����+�p]3��3}Q>m�PyͲ~E��R�R���=��$��C7qQch�27�d��Da�-��Rp���$&��M;5dgѰ��xW�FKK���5g���}�a��:�pծ�hp�%[`�o`1}���e���z2pR�6� �H�b~J��!o��K����X�D�F���Q�*Ӱ����� �,�vjJ9�Y~�(�^k�T� ����w�"ԗ%G]Oa�s�Ԏ ִ�"`���NEZ���^\�)�D��2�u�Wa�)��>\�Q�IOoR�ݝ��;���cT�'q���$v;��dɣ4̢�x��S���|�\N��"�Dm0���Ɓ��;�6ws�8]j�{���7�~�ϡ�p�'���p"��;}f;gng�,!J��vJ5��߭FU&uֽ��Q�E������?���L��v\.+xv\�����:+�������������Ci�[�Df��5v��K�oέ�xL��M�=9�K��0�D4��(G��֕gqj������|6:��0іXhPn"-�����������&����.�@�]�� �� �V�5�ޫ��=`Nq�D���h⛣4��l�[>K7��g�f�%�Ϧ�{���h���t}��P���9��Ae����'9�ڤL��������ݎ�蒃��*�L���̥��L�X���`$��5+� )�*�L�O�T'�%sT;���.v��6 "�������b��p�� ����P0GF�3×��}�>ٸ������K;=��V�FO=��p�"_t�ǁ���5&�S���me���X�f_���]�k��T���Yû5����41���o�e�����\��U��_0��F[�2~�O}3���U��b��͚9Ίԕŋ��d�9Y"5S�����fe�L�dŅ�Z�Q�����%��\c�ze>`_MZ7��l=��m<j0?��7�0���(���6����0D\���.h��� aiDsJI6"F���y�c9&C~��'uY�ו�������L�,��yM8}�sVD��;����ؽ����y�Na9h��Nݸ����9f۠Cx��� �O���8�{��ə���<��䎣�oX����B&�A��3��g<�r����,��zG�N��\n^��a�=a�v���3p�Ԓ��+ۅ�Q>k1c)��("-���zM.?�I +��n��7z���s�<�)��<����S�/[�%�T��DI��~�~���t�B0�ḑ�1/Z0S����Y���+Mmh���u/���uS{9��� +����?wA�҅T���!�s�WrZ���f60/�Y����j�N�/�����4�5$q�M�� + ;���Pّŕe|^�֯�J�HL�>p��3U����qs�m[����F��qAgx��OI��(��7��9����Wd��\�3�"^T$��%2&����s3��4S$"�A(Mp���Ȼ��RG����O�ԗx��s� :ܪ��� / �k����k�$)p�*+�����@>0�҄� ��T�k�}���\�W�ٔ]�<4����jz��� b�p�f�������N�3Y+3+ ��N��6�g�!���)_n����$p��;�[�Y��5��\j�}1�Pf~vbdf^{a��h���0���c-����~K�@dP�1|�4M��߯xr�*;Y��p������d�|��W��2�����/�Oe endstream endobj -2712 0 obj +2720 0 obj << /Type /Page -/Contents 2713 0 R -/Resources 2711 0 R +/Contents 2721 0 R +/Resources 2719 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2621 0 R -/Annots [ 2665 0 R 2666 0 R 2667 0 R 2668 0 R 2669 0 R 2670 0 R 2701 0 R 2702 0 R 2703 0 R 2704 0 R 2706 0 R 2707 0 R 2705 0 R ] +/Parent 2629 0 R +/Annots [ 2673 0 R 2674 0 R 2675 0 R 2676 0 R 2677 0 R 2678 0 R 2709 0 R 2710 0 R 2711 0 R 2712 0 R 2714 0 R 2715 0 R 2713 0 R ] >> endobj -2665 0 obj +2673 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.717 767.43 175.676 781.222] -/A << /S /GoTo /D (Hfootnote.93) >> +/A << /S /GoTo /D (Hfootnote.91) >> >> endobj -2666 0 obj +2674 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [369.746 680.091 380.705 694.547] -/A << /S /GoTo /D (Hfootnote.94) >> +/A << /S /GoTo /D (Hfootnote.92) >> >> endobj -2667 0 obj +2675 0 obj << /Type /Annot /Subtype /Link @@ -36370,34 +36413,34 @@ endobj /A << /S /GoTo /D (subsubsection.4.2.1) >> >> endobj -2668 0 obj +2676 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [426.042 651.864 437.001 665.655] -/A << /S /GoTo /D (Hfootnote.95) >> +/A << /S /GoTo /D (Hfootnote.93) >> >> endobj -2669 0 obj +2677 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [435.009 651.864 445.968 665.655] -/A << /S /GoTo /D (Hfootnote.96) >> +/A << /S /GoTo /D (Hfootnote.94) >> >> endobj -2670 0 obj +2678 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [97.383 622.972 108.342 636.764] -/A << /S /GoTo /D (Hfootnote.97) >> +/A << /S /GoTo /D (Hfootnote.95) >> >> endobj -2701 0 obj +2709 0 obj << /Type /Annot /Subtype /Link @@ -36406,7 +36449,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.16.3) >> >> endobj -2702 0 obj +2710 0 obj << /Type /Annot /Subtype /Link @@ -36415,43 +36458,43 @@ endobj /A << /S /GoTo /D (subsection.9.17) >> >> endobj -2703 0 obj +2711 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [477.312 468.509 488.271 482.301] -/A << /S /GoTo /D (Hfootnote.98) >> +/A << /S /GoTo /D (Hfootnote.96) >> >> endobj -2704 0 obj +2712 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [83.658 410.726 94.617 424.518] -/A << /S /GoTo /D (Hfootnote.99) >> +/Rect [127.768 410.726 138.727 424.518] +/A << /S /GoTo /D (Hfootnote.97) >> >> endobj -2706 0 obj +2714 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [399.64 381.834 414.834 395.626] -/A << /S /GoTo /D (Hfootnote.100) >> +/Rect [419.578 381.834 430.537 395.626] +/A << /S /GoTo /D (Hfootnote.98) >> >> endobj -2707 0 obj +2715 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.134 381.834 536.327 395.626] -/A << /S /GoTo /D (Hfootnote.101) >> +/Rect [525.368 381.834 536.327 395.626] +/A << /S /GoTo /D (Hfootnote.99) >> >> endobj -2705 0 obj +2713 0 obj << /Type /Annot /Subtype /Link @@ -36460,70 +36503,70 @@ endobj /A << /S /GoTo /D (subsection.2.2) >> >> endobj -2714 0 obj +2722 0 obj << -/D [2712 0 R /XYZ 55.693 823.059 null] +/D [2720 0 R /XYZ 55.693 823.059 null] >> endobj 230 0 obj << -/D [2712 0 R /XYZ 56.693 549.456 null] +/D [2720 0 R /XYZ 56.693 549.456 null] >> endobj -2715 0 obj +2723 0 obj << -/D [2712 0 R /XYZ 74.626 375.658 null] +/D [2720 0 R /XYZ 74.626 375.658 null] >> endobj -2716 0 obj +2724 0 obj << -/D [2712 0 R /XYZ 74.626 351.747 null] +/D [2720 0 R /XYZ 74.626 351.747 null] >> endobj -2717 0 obj +2725 0 obj << -/D [2712 0 R /XYZ 74.626 339.792 null] +/D [2720 0 R /XYZ 74.626 339.792 null] >> endobj -2718 0 obj +2726 0 obj << -/D [2712 0 R /XYZ 74.626 327.837 null] +/D [2720 0 R /XYZ 74.626 327.837 null] >> endobj -2719 0 obj +2727 0 obj << -/D [2712 0 R /XYZ 74.626 291.971 null] +/D [2720 0 R /XYZ 74.626 291.971 null] >> endobj -2720 0 obj +2728 0 obj << -/D [2712 0 R /XYZ 74.626 256.106 null] +/D [2720 0 R /XYZ 74.626 256.106 null] >> endobj -2721 0 obj +2729 0 obj << -/D [2712 0 R /XYZ 74.626 220.24 null] +/D [2720 0 R /XYZ 74.626 220.24 null] >> endobj -2724 0 obj +2732 0 obj << -/D [2712 0 R /XYZ 74.626 100.689 null] +/D [2720 0 R /XYZ 74.626 100.689 null] >> endobj -2725 0 obj +2733 0 obj << -/D [2712 0 R /XYZ 74.626 76.778 null] +/D [2720 0 R /XYZ 74.626 76.778 null] >> endobj -2711 0 obj +2719 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F17 619 0 R /F28 677 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R /F14 963 0 R /F10 1076 0 R /F13 2722 0 R /F34 1124 0 R /F9 2723 0 R /F52 2726 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F17 619 0 R /F28 677 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R /F14 947 0 R /F10 1083 0 R /F13 2730 0 R /F34 1131 0 R /F9 2731 0 R /F52 2734 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2744 0 obj +2752 0 obj << -/Length 2138 +/Length 2137 /Filter /FlateDecode >> stream @@ -36531,32 +36574,33 @@ xڥXYs އ�rU�e�ӛ?_�\���ß_]���E����-W:- ����uȑ�i��p�������B�aq����<JT����⠂��82e��>H %����E����y�b}g��n��U���e��������� (���'�����*ý����wnϣ��0>Vxa��ڱ��r"Զ��^��k������P�>B��+�DI��u�;�a@�ڶ8(�����$�;;2�eR�FM�t�-������F������V�����6L�8;NK�~s��v��tb�'n���z^0�лC���0��>��~+�z���Q�� -�?+�< �Ș��X�N��C�(iغ�m���,���`��C�?4��]�:���Yv����;�F+w��t�Ms�� ������m��p�)� h]̵6:�T��"���9�K��t=��7���t�K��,�{Hy)�Ą��"��t�<�>P!���+���nW��#;���������#���o�32;�y�gᷓp� U��'�N<i�-O�J��`�X��ڮ!��@=�#]/�E9{ ���]��� -�PP ��֜0�9 -F>c���N�wp�}`�@���FHS���[�4��W`� "�9���aYw�^Pv�R.X+�G� �{� �5�'�l�C��!:�/H�>��8��B�ԑ�3��Qa2�r̆��� �ٛ}R/;�����yV^�j&��r`r�F�����ԃ�tY�Y���i O�=��f��� ��5��gH�'| ��؏]�'W1���ۋ�W"��O�h�#����a�$]�JN�Y�%����?�k�XD �,|>0��R5b6���{�H]�0�w�ֻ��<1����w��p�)�K���8�]�y�=��-�u�B�VÕ��4�Ee潄��.�Dسx]p+X�������9��7Py��%`PG���蝭 �����S�U�`��\� ��i��)PC�b�EO��L�Ȓ�G:�\�������Yf�%KΗ��X�z_*o����ʩ��%Q�2N�L�v�X([�l�E�!fM�}��0�Mû>M�脁��z�bp [l��؛Or.a nxN�����O����b��]�H}�� �1��4���5)����c��.�y$Q�SDI-VO���l�مT���n�2��2�]P� ��]Pq��c8C��2Й�4��JL�E�J�=J�V��^�K��c}���)��⓭r)P�o����]C�PC�wTs�9��{f-�А����R>���jpP����6��Vژ�Vߓ�$ǭzB�V��%HB;�r�tJ�0�(;��O�ݓ�~̄�۽�b-����e�y+�b{A��^�O�0<�/H���ᒝ tl�,Oy�r/�<2�7��[��H��<����9K8Ҁ�ǂ5�7��J+���L�T͵dPP��db�*z#L�0H!1����L�Lu{����'�/xO�%t�:3Yᤄ�I]tBqJO�]���>~�yƗ��Ji�Y����A��}�ʆ��pRe���!k�..��%��I��8������%�O*�7O��c���H�y��%@*`��6�g%F� [���B��c�/���(��zt6?F�`�����;-��LZ��l:6� f(T9Q)2:J=b#�&\a��B���NX�,���{���*5��/��M��y�@{�z�u .������J~�1� ���È_�*@,$<�6p�I�,��g���t���QH�q��Q��/�؝����F��[�� �f�h(��P��7���m���+|���_��R�B�Ss����)y���Xl7A�# ����>�����"(�2c�J�(Q��],����@C�b66 ��~��r<}u��=�7%/S� ~ێW�����[�*G�Sc��'_�F�n��Ndq�ķ�����ݳ�v���~�i��g���Yw�g�aǧN���Z��-��������Wj+ +�?+�< �Ș��8����xQ&Ұu5�-WY���A�2�zh���u������wv�V��%^�d��'tA�oMk���_�� SR�.�Z�F*�`i���Y��G���m��u��h�[���%�\��=����KbBA[�q:v|�LU�RLx����LMI�FF�S��_pk�7���<ɳ��I�j�*Gߓ'�4���%s`�n,�Dm�r�V�x����������ԮEmf�`(��AokN��?#�1p�|'�;8Ɉ>0Q Gp�#���)���ʍ�D��+����������;�E/(;K)�ԍ#���r���g6�!_���$x��U�DE�S�H���O��0�9fCZ������>)����S��<+/|5��t90��b�����v��m�,�,��������rp3��X����z��3 ��>����_f�Ǯ������������+��'`�ґ������L��.\%��,��`�q˟ʵ��L, "|>�|O�1�e�Y�=O��u�;^�]cq +��{���ىY�ǔ��f�yI�ʉ.�<�{���`�k��J�bϢ2�^��B�]"�Y�.�,_P�P������<J�0��\Ks��V����m�)�Z0����DR����� �!T1��m�FdI�#�R.��NAq|�,3Œ%���a��T�/���n�yv��`��(V�~&S;L,��W��"����>�p��]��zt���w=d1��-6My��'9��7<'U\c{ѧ��u{w��`���{��F���J�Հ������}�1TDɼ�����)��+��'���y���B*�pm7mw_���D��.��]���.�8vA�ʱ�kF��CY��n�} %�ȢB��%H+@��R/C�%n������q��K��V���7�~�Z��!@�!U�;������=�� fh��}ad)�FP�58(�p�x���s+mL�^+���s����=�p+O�$��k�o:%\�L�������IK?f���a�������PaǼ�|����r/ΧH������p��:6N���D��_����߭H�$_ugf~%i@_�c��Û�`�U�{�Z��Z2(��r2��C�&����x��|&a��=��������'�:��<�d���Nh$u� �)u<�v�B����_ ++�Y0g���V��F��*V�H��G��P����h���{&�c�|��[HО*V�P>���<Y��}C#-�a��P��� ��������l�j�=?P�=�8�ZX��#�P�f������u[�چZﴜ�3i�f^����'��P�D��8�(���Hx؛pI����8a=�@�w`���?��H�[�����6}�����5�5\;��Cw`��R+�u�Lj&���#~��<������!&��L���2��i���G!5�y:G̎���cw^�b +U��o������qXd�����B=����÷ͣ?������J�%O���+z��A�c����4��$���o�g�������*��Dip�w��G�6 I���$��� j����c���D��L 70�m;^i�v�On��=O���p|�|mE��P8:��l߮�V�3w���]������ݓ��7g�Q����v8��Sj%f�L�?��.>f ���j# endstream endobj -2743 0 obj +2751 0 obj << /Type /Page -/Contents 2744 0 R -/Resources 2742 0 R +/Contents 2752 0 R +/Resources 2750 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2621 0 R -/Group 2747 0 R -/Annots [ 2708 0 R 2727 0 R 2729 0 R 2730 0 R 2731 0 R 2709 0 R 2728 0 R ] +/Parent 2629 0 R +/Group 2755 0 R +/Annots [ 2716 0 R 2735 0 R 2737 0 R 2738 0 R 2739 0 R 2717 0 R 2736 0 R ] >> endobj -2710 0 obj +2718 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/mabe3.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2750 0 R +/PTEX.InfoDict 2758 0 R /BBox [0 0 460.8 345.6] -/Group 2747 0 R +/Group 2755 0 R /Resources << /ExtGState << /A1 << @@ -36584,13 +36628,13 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 2751 0 R>> +>>/Font << /F1 2759 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 2752 0 R -/M1 2753 0 R +/M0 2760 0 R +/M1 2761 0 R >>>> /Length 1700 /Filter /FlateDecode @@ -36602,33 +36646,33 @@ x h+T���k׳���|ĩ q՟����u���5�M��T����u�0��G�wj���!d����=���\���xƠN�����`�(^� 6@�z�[Y)�|!8(K��ԕꆨ�� � F��� �A�WD�� �Y�l�lx�Ri��2��kkJcC���y�H+w��ֆz����o ��CC^c֊]����梱��[���6�(��_�ӷ�oo?~��a�z��� endstream endobj -2750 0 obj +2758 0 obj << /CreationDate (D:20200826164856+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2751 0 obj +2759 0 obj << /BaseFont /DejaVuSans -/CharProcs 2754 0 R +/CharProcs 2762 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five/six/seven/eight 97/a 99/c/d/e 103/g/h 110/n/o/p 114/r/s 117/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2755 0 R +/FontDescriptor 2763 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2756 0 R +/Widths 2764 0 R >> endobj -2752 0 obj +2760 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -36640,7 +36684,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2753 0 obj +2761 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -36652,33 +36696,33 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2754 0 obj +2762 0 obj << -/a 2757 0 R -/c 2758 0 R -/d 2759 0 R -/e 2760 0 R -/eight 2761 0 R -/five 2762 0 R -/four 2763 0 R -/g 2764 0 R -/h 2765 0 R -/n 2766 0 R -/o 2767 0 R -/one 2768 0 R -/p 2769 0 R -/period 2770 0 R -/r 2771 0 R -/s 2772 0 R -/seven 2773 0 R -/six 2774 0 R -/three 2775 0 R -/two 2776 0 R -/u 2777 0 R -/zero 2778 0 R +/a 2765 0 R +/c 2766 0 R +/d 2767 0 R +/e 2768 0 R +/eight 2769 0 R +/five 2770 0 R +/four 2771 0 R +/g 2772 0 R +/h 2773 0 R +/n 2774 0 R +/o 2775 0 R +/one 2776 0 R +/p 2777 0 R +/period 2778 0 R +/r 2779 0 R +/s 2780 0 R +/seven 2781 0 R +/six 2782 0 R +/three 2783 0 R +/two 2784 0 R +/u 2785 0 R +/zero 2786 0 R >> endobj -2755 0 obj +2763 0 obj << /Ascent 929 /CapHeight 0 @@ -36693,10 +36737,10 @@ endobj /XHeight 0 >> endobj -2756 0 obj +2764 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2757 0 obj +2765 0 obj << /Filter /FlateDecode /Length 304 @@ -36706,7 +36750,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2758 0 obj +2766 0 obj << /Filter /FlateDecode /Length 230 @@ -36715,7 +36759,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -2759 0 obj +2767 0 obj << /Filter /FlateDecode /Length 227 @@ -36726,7 +36770,7 @@ x *��s��>�h][M endstream endobj -2760 0 obj +2768 0 obj << /Filter /FlateDecode /Length 245 @@ -36735,7 +36779,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2761 0 obj +2769 0 obj << /Filter /FlateDecode /Length 392 @@ -36745,7 +36789,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -2762 0 obj +2770 0 obj << /Filter /FlateDecode /Length 247 @@ -36755,7 +36799,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -2763 0 obj +2771 0 obj << /Filter /FlateDecode /Length 90 @@ -36764,7 +36808,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2764 0 obj +2772 0 obj << /Filter /FlateDecode /Length 338 @@ -36773,7 +36817,7 @@ stream x�ERKr�0��\ 3�g��NW����p:�<� 2=eH��6�d���Wd�Ր�F�D��)����\�n�J�?��72ͮЪ�G�6�F5+#� C�zV���Q�d��v!�:S�p,�C��u�)�mA��#�o<���r��Ln���[��:[�m@ �s�`��� ������)(U��I�\';P�Ъt�7�9`Ò��ho��>��F����, ���f��1�H�'�N=q:őpI8�@�������/���� u:eM����B��Rq�"n]E�lO� �?*�3b��� �Ԓ����������枾�?�9������ endstream endobj -2765 0 obj +2773 0 obj << /Filter /FlateDecode /Length 163 @@ -36782,7 +36826,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -2766 0 obj +2774 0 obj << /Filter /FlateDecode /Length 161 @@ -36791,7 +36835,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -2767 0 obj +2775 0 obj << /Filter /FlateDecode /Length 214 @@ -36802,7 +36846,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -2768 0 obj +2776 0 obj << /Filter /FlateDecode /Length 80 @@ -36811,7 +36855,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2769 0 obj +2777 0 obj << /Filter /FlateDecode /Length 236 @@ -36822,7 +36866,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2770 0 obj +2778 0 obj << /Filter /FlateDecode /Length 49 @@ -36831,7 +36875,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2771 0 obj +2779 0 obj << /Filter /FlateDecode /Length 157 @@ -36841,7 +36885,7 @@ x ���f�W����7y endstream endobj -2772 0 obj +2780 0 obj << /Filter /FlateDecode /Length 332 @@ -36852,7 +36896,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -2773 0 obj +2781 0 obj << /Filter /FlateDecode /Length 68 @@ -36863,7 +36907,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -2774 0 obj +2782 0 obj << /Filter /FlateDecode /Length 317 @@ -36874,7 +36918,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -2775 0 obj +2783 0 obj << /Filter /FlateDecode /Length 338 @@ -36888,7 +36932,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2776 0 obj +2784 0 obj << /Filter /FlateDecode /Length 248 @@ -36899,7 +36943,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2777 0 obj +2785 0 obj << /Filter /FlateDecode /Length 171 @@ -36909,7 +36953,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -2778 0 obj +2786 0 obj << /Filter /FlateDecode /Length 210 @@ -36919,32 +36963,32 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2747 0 obj +2755 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -2708 0 obj +2716 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [124.437 738.539 139.63 752.33] -/A << /S /GoTo /D (Hfootnote.102) >> +/A << /S /GoTo /D (Hfootnote.100) >> >> endobj -2727 0 obj +2735 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [429.311 278.2 444.504 291.992] -/A << /S /GoTo /D (Hfootnote.103) >> +/A << /S /GoTo /D (Hfootnote.101) >> >> endobj -2729 0 obj +2737 0 obj << /Type /Annot /Subtype /Link @@ -36953,7 +36997,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.17.1) >> >> endobj -2730 0 obj +2738 0 obj << /Type /Annot /Subtype /Link @@ -36962,7 +37006,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.17.2) >> >> endobj -2731 0 obj +2739 0 obj << /Type /Annot /Subtype /Link @@ -36971,7 +37015,7 @@ endobj /A << /S /GoTo /D (subsubsection.6.1.1) >> >> endobj -2709 0 obj +2717 0 obj << /Type /Annot /Subtype /Link @@ -36980,7 +37024,7 @@ endobj /A << /S /GoTo /D (subsection.6.2) >> >> endobj -2728 0 obj +2736 0 obj << /Type /Annot /Subtype /Link @@ -36989,79 +37033,79 @@ endobj /A << /S /GoTo /D (subsection.6.2) >> >> endobj -2745 0 obj +2753 0 obj << -/D [2743 0 R /XYZ 55.693 823.059 null] +/D [2751 0 R /XYZ 55.693 823.059 null] >> endobj -2746 0 obj +2754 0 obj << -/D [2743 0 R /XYZ 56.693 688.476 null] +/D [2751 0 R /XYZ 56.693 688.476 null] >> endobj 234 0 obj << -/D [2743 0 R /XYZ 56.693 146.901 null] +/D [2751 0 R /XYZ 56.693 146.901 null] >> endobj -2748 0 obj +2756 0 obj << -/D [2743 0 R /XYZ 74.626 104.941 null] +/D [2751 0 R /XYZ 74.626 104.941 null] >> endobj -2749 0 obj +2757 0 obj << -/D [2743 0 R /XYZ 74.626 92.986 null] +/D [2751 0 R /XYZ 74.626 92.986 null] >> endobj -2742 0 obj +2750 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im48 2710 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im48 2718 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2788 0 obj +2796 0 obj << -/Length 2443 +/Length 2442 /Filter /FlateDecode >> stream xڵXKs�8��W�HU�A|�6;If=[;�I������K��1E*|���~��d)��\e5� ������M�\������DJE�1Ip�Le� d�yp� ->������7�y�zq��<�����ER����LJ�ub�" ���v�P"�Z|������+�Ł�֎�(Ui��]}�+��kG�,���i����>\���/뛧QT��Qn�{�E%b�l�0��ڻ��xЮ�7�8��}�f�D�\'3�ͰP�Gw,Ń�W�õ]�e�������Z��r�ZQ�n�ʌ�-���]U?�łk�GƔ�Fi��h�4�H�<t��C�iH[�Ҡ0�{��\g��#_���x��/h�,ȣ2��R�`u�i�u��8���S�+%��lŵQ:|�V��9�>����d��k����QGp����}��'��f��{ٰ���1Q�92���q]���T�p�]�zaVͺ�v��Iu��Y�B[�G�9Pv��|�v���]+T�,O�� s@��d��P���{�s����c�v��nX��E �)�l�����3<qْ�wUCg�ڈ��a��yn��� Q�±^�o��ٙ�+P�$����n2�Y�˱��Ʈf��� n�{v�,��s�Ǹ��=%)��ۥC��.Υ��������x��'�nl��m�q�:�l�i�j��X�m����w�0 -�ޭ��=0 ��_x�d �|=��; ��b2�"�m�[p�lC��}4�8NG����FU2�i��<���X �Ȇ-#0�`���^����V�O����-��(���Z��bFH��бT䮜EJ� -pNCX͓�FS{��9�����(2��y��ZGe����ٞ.�����������D��8ƀ�E���N�H' �������=�[{�S���Ō�YQ��r���+(�p��b -���C���D^�5 ���nku�a�ދ����?�<N�g>��s��R^�����/�b�2�Vg%�`�Rb�}���V<���50�p��lϺ���7�����h*'�e�l'���{Ω�����ٍTi嗒���Rd>���s���"@�q���t�a������L���*}�i(J���#��w��g��觢��Zҳ浊���C}_pC�^&����(�AVZ���l�,HW�T-�# @��@1�x���`j.�2$�K9�@�؟;%I(���7�-�\M����7) 3��i��U-l]�gJvȠժ��\n�p'_�d �E��VI����ٙ���m���/�T<M�.��<bT?2�*p&�������ֵ������b_+)ɇϜ���� ��A���������*��x��/��>�o��$�eG��M+���ٺ��A����j b�Q��O���.c�T9BbҔw:�MnA@I�pr�Cq��nk�5S���n���� �8���VdR�q�����ɧR�,h;������L)5 ;�c��2ədg�{.�*�!�-���k�֔�9ge�0�<�k�p(�&�{v-�㻮z(~}�W<��&�gE����_̫~ -�2��Lt�W"s�@c`��0��.����E�k��Er,�Q�<z%���U -c Q`�]�*�s�+�-kP�X!�\' -̛��n��мwk�ՐWq�w3@��Oz#�SFt��?��|�Gwm�����@�ڝ�5n� �R����u�K�����<�4�\wQa�Qz�2,���f0�G�������rv=p�5\�/i��˯ �� -"�L��d��/C�>��=pj��:��Sl��A[ Oم9p۽v��#�PR��p��=�F����$�"�� ����.J���N`I���w?�>r���*�"�I�GqZ���H�YZ����O~�0^��`������o�ʢ"-��Z��~5���� J���3]ϼ�&��4H�b/e#��6c'���������$����pHw���kzga6�6_g���hY���&�q��m��<�� ������SG)^mt�Ty�����z{���Z�t�� ����=��Z�CνHU��E�/��d�h�5�Vj��N���\� �� -S�� '�ۆG��,���+ -�s~����s=�*�Gq%�?�0�}�T'T|��Y��2B�X��z��Đ���{O���=������o� K�~c�i��s�˷EP��|�*@D�������3�3�Ȝ����Y�I��;?ڵW�x���8Z��)=zN�����OS���U�^Qx�l��_��^��B�W��7���) �({S��Y�=�KP�)� )��0��m'ds�*��)��^ �o���5��~)ٲ �(����8'�y�3�c"��c���r̈́>,l]:����&K'O:��lF���1��� +>������7�y�zq��<�����ER����LJ�ub�" ���v�P"�Z|������+�Ł�֎�(Ui��]}�+��kG�,���i����>\���/뛧QT��Qn�{�E%b�l�0��ڻ��xЮ�7�8��}�f�D�\'3�ͰP�Gw,Ń�W�õ]�e�������Z��r�ZQ�n�ʌ�-���]U?�łk�GƔ�Fi��h�4�H�<t��C�iH[�Ҡ0�{��\g��#_���x��/h�,ȣ2��R�`u�i�u��8���S�+%��lŵQ:|�V��9�>����d��k����QGp����}��'��f��{ٰ���1Q�92���q]���T�p�]�zaVͺ�v��Iu��Y�B[�G�9Pv��|�v���]+T�,O�� s@��d��P���{�s����c��v��nX��E �)�l�����3<qْ�wUCg�ڈ��a��yn��� Q�±^�o��ٙ�+P�$����n2�Y�˱��Ʈf��� n�{v�,��s�Ǹ��=%)��ۥC��.Υ��������x��'�nl��m�q�:�l�i�j��X�m����w�0 +�ޭ��=0 ��_x�� �|=��; ��b2�"�m�[p�lC��}4�8NG����FU2�i��<���X �Ȇ-#0�`���^����V�O����-��(���Z��bFH��бT䮜EJ� +pNCX͓�FS{��9�����(2��y��ZGe���lO�O��n���}�JU���vc@�"��B�y�����W ESV����\���=�)sf�bFլ(�J�^a��؉}1��Y���AF"/К�JZl������k�Ed�Gן['�3{��9�l)�S��b�L 1� a���s0r)��ؾ�Wh+�DVj�J8�L�g]��d���O��G4����v����=�T��Q���F���KIx~\)2WMҋ�9�b��l �@�o�v�0F��V�O���|���4��d���q����䳀�l�S�IJ-�Y�Z�A_䡾/�!�X/��I�y��� +��w[m�h������ �U�d���xp05\����?n o����$GH�̖^���il�����r�4K�����3%;d�j��i.�@��/|��"�y�$�r`���I����p��f*�&���G1��̇k8�D��|�M�ZYml��W������g�MЋWԄ���PD���l��YJ��k<o�\��Be��7GC���w�O���j�~��l]I���BN��è�a�'�CT��d�!1i�;��&� ��Q89ˡ�A����){�`�]�H���w�Wz�f+2��8]�����S��V��|�^��yU������MA��L���=�o��I��5Pk�㜳2^�c�5F8�V��=���R��]W=���+�W�γ�F��C�/�U?�^�ep&:�+�9��10�K��ET��HC���5X�"9��(C�D��*���(0Ԯi�9��5(p�J���LL7`Uh5�jȫ���� ����)#ߌ����a������I����;_k܀AB��?�%���֗�?b��y ij?���$���TeXH�5�$*`@�03�ềc��z��k�� ^�01�_WDҙ�5�Bp_�}p3�{��>$�u +e��z�7:��@��r�{!�f�Gȡ�t���{N7�҃oHZE*7<#%��]�p= ���N��~~}�7���U�Ep +�"���ǫ/W�γ� �I��4a��������;����EEZ�)?����j^W/�@����g��y9+L�i�d�^�Fz[m�N<{ť��r��+HP]����96����lhm��|?�Ѳ�a"L����y���#OMa��R���.���+=��Х Ե�����{M����{��䗋�_5 +>�B/�,�k*��6�_��� �R��c�6�N� ��{Y��W��"���s]�z�!T +��J��a���(T3�N��Ѝ�R�e��5�z'1�� 8�!G�����U �3zz&���&�A�@ ��X�ң�ʗo��.�+&�$JU��2%��@�Y�g�gԑ9�%��?�Г,/%v~�k�r����p�,R?�Sz��tY%3E���/r�����&&(��d�.䝽(7�� +�oD��S�Q�(��ѳ�{���JS�R��a.��(N +��4U�W9Rt?�@T�.Ykj�5�R�e�Qr ?�qN +�g8�D&QǮ1�r̈́>,l]:����&K�'Vt6#�����sǧ� endstream endobj -2787 0 obj +2795 0 obj << /Type /Page -/Contents 2788 0 R -/Resources 2786 0 R +/Contents 2796 0 R +/Resources 2794 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2621 0 R -/Group 2791 0 R -/Annots [ 2732 0 R 2735 0 R 2737 0 R 2740 0 R 2779 0 R 2780 0 R 2783 0 R 2733 0 R 2734 0 R 2736 0 R 2738 0 R 2739 0 R 2741 0 R ] +/Parent 2629 0 R +/Group 2799 0 R +/Annots [ 2740 0 R 2743 0 R 2745 0 R 2748 0 R 2787 0 R 2788 0 R 2791 0 R 2741 0 R 2742 0 R 2744 0 R 2746 0 R 2747 0 R 2749 0 R ] >> endobj -2781 0 obj +2789 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/sephist928.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2796 0 R +/PTEX.InfoDict 2804 0 R /BBox [0 0 460.8 345.6] -/Group 2791 0 R +/Group 2799 0 R /Resources << /ExtGState << /A1 << @@ -37084,7 +37128,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 2797 0 R>> +>>/Font << /F1 2805 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -37112,57 +37156,57 @@ h _O�+<��b��k9z�0��}]Ɨ0�6��1(�e!pX���g\9�ɝ�O?���﯂�:��ԃ<X�'��R��j�go��UV�ЬA���"�a�&�����k���Ճ� endstream endobj -2796 0 obj +2804 0 obj << /CreationDate (D:20201019162951+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2797 0 obj +2805 0 obj << /BaseFont /DejaVuSans -/CharProcs 2798 0 R +/CharProcs 2806 0 R /Encoding << /Differences [ 32/space 35/numbersign 48/zero/one/two/three/four/five/six 99/c/d/e/f 108/l 110/n/o/p/q 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2799 0 R +/FontDescriptor 2807 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2800 0 R +/Widths 2808 0 R >> endobj -2798 0 obj +2806 0 obj << -/c 2801 0 R -/d 2802 0 R -/e 2803 0 R -/f 2804 0 R -/five 2805 0 R -/four 2806 0 R -/l 2807 0 R -/n 2808 0 R -/numbersign 2809 0 R -/o 2810 0 R -/one 2811 0 R -/p 2812 0 R -/q 2813 0 R -/s 2814 0 R -/six 2815 0 R -/space 2816 0 R -/t 2817 0 R -/three 2818 0 R -/two 2819 0 R -/zero 2820 0 R +/c 2809 0 R +/d 2810 0 R +/e 2811 0 R +/f 2812 0 R +/five 2813 0 R +/four 2814 0 R +/l 2815 0 R +/n 2816 0 R +/numbersign 2817 0 R +/o 2818 0 R +/one 2819 0 R +/p 2820 0 R +/q 2821 0 R +/s 2822 0 R +/six 2823 0 R +/space 2824 0 R +/t 2825 0 R +/three 2826 0 R +/two 2827 0 R +/zero 2828 0 R >> endobj -2799 0 obj +2807 0 obj << /Ascent 929 /CapHeight 0 @@ -37177,10 +37221,10 @@ endobj /XHeight 0 >> endobj -2800 0 obj +2808 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2801 0 obj +2809 0 obj << /Filter /FlateDecode /Length 230 @@ -37189,7 +37233,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -2802 0 obj +2810 0 obj << /Filter /FlateDecode /Length 227 @@ -37200,7 +37244,7 @@ x *��s��>�h][M endstream endobj -2803 0 obj +2811 0 obj << /Filter /FlateDecode /Length 245 @@ -37209,7 +37253,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2804 0 obj +2812 0 obj << /Filter /FlateDecode /Length 133 @@ -37218,7 +37262,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -2805 0 obj +2813 0 obj << /Filter /FlateDecode /Length 247 @@ -37228,7 +37272,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -2806 0 obj +2814 0 obj << /Filter /FlateDecode /Length 90 @@ -37237,7 +37281,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2807 0 obj +2815 0 obj << /Filter /FlateDecode /Length 45 @@ -37249,7 +37293,7 @@ x "���}� endstream endobj -2808 0 obj +2816 0 obj << /Filter /FlateDecode /Length 161 @@ -37258,7 +37302,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -2809 0 obj +2817 0 obj << /Filter /FlateDecode /Length 148 @@ -37267,7 +37311,7 @@ stream x�M�9!DsO�XD�>�&r�.؝�ׂ*���l.����CE��V�_���"��Q8J5:�uq>�9:�@I�*���z��= �Qg�C�O;&)�4C}�ʠC��$qZ��Q$�6q�O�N-��}`ep�IwyўY�;�-c��ŀC� endstream endobj -2810 0 obj +2818 0 obj << /Filter /FlateDecode /Length 214 @@ -37278,7 +37322,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -2811 0 obj +2819 0 obj << /Filter /FlateDecode /Length 80 @@ -37287,7 +37331,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2812 0 obj +2820 0 obj << /Filter /FlateDecode /Length 236 @@ -37298,7 +37342,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2813 0 obj +2821 0 obj << /Filter /FlateDecode /Length 237 @@ -37309,7 +37353,7 @@ x �S�w�� ;�fS�GR�t�慷�r!��S��7҄�٧be�J���`��Dd��e8�ah��4`����֑ҋ��1 7���W���6K������+�n��|��IU\~ endstream endobj -2814 0 obj +2822 0 obj << /Filter /FlateDecode /Length 332 @@ -37320,7 +37364,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -2815 0 obj +2823 0 obj << /Filter /FlateDecode /Length 317 @@ -37331,7 +37375,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -2816 0 obj +2824 0 obj << /Filter /FlateDecode /Length 17 @@ -37340,7 +37384,7 @@ stream x�36�P0��C.��� endstream endobj -2817 0 obj +2825 0 obj << /Filter /FlateDecode /Length 131 @@ -37349,7 +37393,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -2818 0 obj +2826 0 obj << /Filter /FlateDecode /Length 338 @@ -37363,7 +37407,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2819 0 obj +2827 0 obj << /Filter /FlateDecode /Length 248 @@ -37374,7 +37418,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2820 0 obj +2828 0 obj << /Filter /FlateDecode /Length 210 @@ -37384,21 +37428,21 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2791 0 obj +2799 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -2782 0 obj +2790 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/seproc928.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2821 0 R +/PTEX.InfoDict 2829 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -37427,7 +37471,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 2822 0 R>> +>>/Font << /F1 2830 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -37482,67 +37526,67 @@ Y Z���Yy�Z�Sf���ysҩ��Sqj|��ve��H���~,#{�D�d.�_��2�j��̰��� ��ms/e z��<���]��^���z�Re�!�ǒ��������TR���UId�d�4闵�^�`&�0C俿������n��[4�����ׯSl�ٛ�?��f���_�}`�'?�Ư��`7�������n�7���vʋ ��dv�?�v��h���I�0b��qu��O'^i��?��o����7H�s��X�:����������?}k��j��q��������{���&����1o�������o��۷_��N��j�c��>�����"A�os��_�K�E^�^h��[o�ޣ��ۯ���Ƅz���5-�����W����������ׯ����?������S~� endstream endobj -2821 0 obj +2829 0 obj << /CreationDate (D:20201019163020+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2822 0 obj +2830 0 obj << /BaseFont /DejaVuSans -/CharProcs 2823 0 R +/CharProcs 2831 0 R /Encoding << /Differences [ 32/space 40/parenleft/parenright 44/comma 46/period 48/zero/one/two/three/four/five/six 56/eight 61/equal 97/a/b/c/d/e/f 105/i 108/l 110/n/o/p 114/r/s/t/u/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2824 0 R +/FontDescriptor 2832 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2825 0 R +/Widths 2833 0 R >> endobj -2823 0 obj +2831 0 obj << -/a 2826 0 R -/b 2827 0 R -/c 2828 0 R -/comma 2829 0 R -/d 2830 0 R -/e 2831 0 R -/eight 2832 0 R -/equal 2833 0 R -/f 2834 0 R -/five 2835 0 R -/four 2836 0 R -/i 2837 0 R -/l 2838 0 R -/n 2839 0 R -/o 2840 0 R -/one 2841 0 R -/p 2842 0 R -/parenleft 2843 0 R -/parenright 2844 0 R -/period 2845 0 R -/r 2846 0 R -/s 2847 0 R -/six 2848 0 R -/space 2849 0 R -/t 2850 0 R -/three 2851 0 R -/two 2852 0 R -/u 2853 0 R -/v 2854 0 R -/zero 2855 0 R +/a 2834 0 R +/b 2835 0 R +/c 2836 0 R +/comma 2837 0 R +/d 2838 0 R +/e 2839 0 R +/eight 2840 0 R +/equal 2841 0 R +/f 2842 0 R +/five 2843 0 R +/four 2844 0 R +/i 2845 0 R +/l 2846 0 R +/n 2847 0 R +/o 2848 0 R +/one 2849 0 R +/p 2850 0 R +/parenleft 2851 0 R +/parenright 2852 0 R +/period 2853 0 R +/r 2854 0 R +/s 2855 0 R +/six 2856 0 R +/space 2857 0 R +/t 2858 0 R +/three 2859 0 R +/two 2860 0 R +/u 2861 0 R +/v 2862 0 R +/zero 2863 0 R >> endobj -2824 0 obj +2832 0 obj << /Ascent 929 /CapHeight 0 @@ -37557,10 +37601,10 @@ endobj /XHeight 0 >> endobj -2825 0 obj +2833 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2826 0 obj +2834 0 obj << /Filter /FlateDecode /Length 304 @@ -37570,7 +37614,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2827 0 obj +2835 0 obj << /Filter /FlateDecode /Length 237 @@ -37579,7 +37623,7 @@ stream x�EQIr!��+��+�Nͩ��k,3IN`k1i��-x�!��́/�|M�4|72��:�pO�.ܗ˂g�WT�w�/]�H}w��~fd{�H͐��:�B4&�!=#2�V,s��)�R�([�.ꕶN;���#�o�#��JvMl��:��˶.�:�$�vaqj�!"�uc5���N"v����0�Q$��g�q&�M�]9�y��V*9�>^�Ƅ�t��c��i��_�>}�����?��\" endstream endobj -2828 0 obj +2836 0 obj << /Filter /FlateDecode /Length 230 @@ -37588,7 +37632,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -2829 0 obj +2837 0 obj << /Filter /FlateDecode /Length 66 @@ -37597,7 +37641,7 @@ stream x�36�P0P07W�544U022P042QH1�2443s�`�9`���a$�r�`Zs�: �P�9\i�M8� endstream endobj -2830 0 obj +2838 0 obj << /Filter /FlateDecode /Length 227 @@ -37608,7 +37652,7 @@ x *��s��>�h][M endstream endobj -2831 0 obj +2839 0 obj << /Filter /FlateDecode /Length 245 @@ -37617,7 +37661,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2832 0 obj +2840 0 obj << /Filter /FlateDecode /Length 392 @@ -37627,7 +37671,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -2833 0 obj +2841 0 obj << /Filter /FlateDecode /Length 71 @@ -37636,7 +37680,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -2834 0 obj +2842 0 obj << /Filter /FlateDecode /Length 133 @@ -37645,7 +37689,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -2835 0 obj +2843 0 obj << /Filter /FlateDecode /Length 247 @@ -37655,7 +37699,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -2836 0 obj +2844 0 obj << /Filter /FlateDecode /Length 90 @@ -37664,7 +37708,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2837 0 obj +2845 0 obj << /Filter /FlateDecode /Length 68 @@ -37675,7 +37719,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -2838 0 obj +2846 0 obj << /Filter /FlateDecode /Length 45 @@ -37687,7 +37731,7 @@ x "���}� endstream endobj -2839 0 obj +2847 0 obj << /Filter /FlateDecode /Length 161 @@ -37696,7 +37740,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -2840 0 obj +2848 0 obj << /Filter /FlateDecode /Length 214 @@ -37707,7 +37751,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -2841 0 obj +2849 0 obj << /Filter /FlateDecode /Length 80 @@ -37716,7 +37760,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2842 0 obj +2850 0 obj << /Filter /FlateDecode /Length 236 @@ -37727,7 +37771,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2843 0 obj +2851 0 obj << /Filter /FlateDecode /Length 147 @@ -37737,7 +37781,7 @@ x \b��9/i?�i�X5G�aX�n��,JW�-^��B]H��ޭLd�<�;p'�>TYz@;DY�I�X�V]j�����u=̪��'k)PTB�t��{���o/� endstream endobj -2844 0 obj +2852 0 obj << /Filter /FlateDecode /Length 149 @@ -37747,7 +37791,7 @@ x ����$jeF�2�T���`��<�3�\脇�ʰ�N1��fF~����{20c endstream endobj -2845 0 obj +2853 0 obj << /Filter /FlateDecode /Length 49 @@ -37756,7 +37800,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2846 0 obj +2854 0 obj << /Filter /FlateDecode /Length 157 @@ -37766,7 +37810,7 @@ x ���f�W����7y endstream endobj -2847 0 obj +2855 0 obj << /Filter /FlateDecode /Length 332 @@ -37777,7 +37821,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -2848 0 obj +2856 0 obj << /Filter /FlateDecode /Length 317 @@ -37788,7 +37832,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -2849 0 obj +2857 0 obj << /Filter /FlateDecode /Length 17 @@ -37797,7 +37841,7 @@ stream x�36�P0��C.��� endstream endobj -2850 0 obj +2858 0 obj << /Filter /FlateDecode /Length 131 @@ -37806,7 +37850,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -2851 0 obj +2859 0 obj << /Filter /FlateDecode /Length 338 @@ -37820,7 +37864,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2852 0 obj +2860 0 obj << /Filter /FlateDecode /Length 248 @@ -37831,7 +37875,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2853 0 obj +2861 0 obj << /Filter /FlateDecode /Length 171 @@ -37841,7 +37885,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -2854 0 obj +2862 0 obj << /Filter /FlateDecode /Length 72 @@ -37850,7 +37894,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -2855 0 obj +2863 0 obj << /Filter /FlateDecode /Length 210 @@ -37860,43 +37904,43 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2732 0 obj +2740 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [197.554 752.984 212.747 766.776] -/A << /S /GoTo /D (Hfootnote.104) >> +/A << /S /GoTo /D (Hfootnote.102) >> >> endobj -2735 0 obj +2743 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [459.915 738.539 475.109 752.33] -/A << /S /GoTo /D (Hfootnote.105) >> +/A << /S /GoTo /D (Hfootnote.103) >> >> endobj -2737 0 obj +2745 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [493.22 709.647 508.413 723.439] -/A << /S /GoTo /D (Hfootnote.106) >> +/A << /S /GoTo /D (Hfootnote.104) >> >> endobj -2740 0 obj +2748 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [389.683 680.755 404.876 694.547] -/A << /S /GoTo /D (Hfootnote.107) >> +/A << /S /GoTo /D (Hfootnote.105) >> >> endobj -2779 0 obj +2787 0 obj << /Type /Annot /Subtype /Link @@ -37905,7 +37949,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.5.3) >> >> endobj -2780 0 obj +2788 0 obj << /Type /Annot /Subtype /Link @@ -37914,7 +37958,7 @@ endobj /A << /S /GoTo /D (subsection.3.4) >> >> endobj -2783 0 obj +2791 0 obj << /Type /Annot /Subtype /Link @@ -37923,7 +37967,7 @@ endobj /A << /S /GoTo /D (section.3) >> >> endobj -2733 0 obj +2741 0 obj << /Type /Annot /Subtype /Link @@ -37932,7 +37976,7 @@ endobj /A << /S /GoTo /D (subsection.3.5) >> >> endobj -2734 0 obj +2742 0 obj << /Type /Annot /Subtype /Link @@ -37941,7 +37985,7 @@ endobj /A << /S /GoTo /D (section.4) >> >> endobj -2736 0 obj +2744 0 obj << /Type /Annot /Subtype /Link @@ -37950,7 +37994,7 @@ endobj /A << /S /GoTo /D (subsection.6.1) >> >> endobj -2738 0 obj +2746 0 obj << /Type /Annot /Subtype /Link @@ -37959,7 +38003,7 @@ endobj /A << /S /GoTo /D (subsection.9.2) >> >> endobj -2739 0 obj +2747 0 obj << /Type /Annot /Subtype /Link @@ -37968,7 +38012,7 @@ endobj /A << /S /GoTo /D (subsection.9.8) >> >> endobj -2741 0 obj +2749 0 obj << /Type /Annot /Subtype /Link @@ -37977,54 +38021,54 @@ endobj /A << /S /GoTo /D (cite.latentspace) >> >> endobj -2789 0 obj +2797 0 obj << -/D [2787 0 R /XYZ 55.693 823.059 null] +/D [2795 0 R /XYZ 55.693 823.059 null] >> endobj 238 0 obj << -/D [2787 0 R /XYZ 56.693 535.01 null] +/D [2795 0 R /XYZ 56.693 535.01 null] >> endobj 242 0 obj << -/D [2787 0 R /XYZ 56.693 454.271 null] +/D [2795 0 R /XYZ 56.693 454.271 null] >> endobj -2790 0 obj +2798 0 obj << -/D [2787 0 R /XYZ 56.693 424.383 null] +/D [2795 0 R /XYZ 56.693 424.383 null] >> endobj -2792 0 obj +2800 0 obj << -/D [2787 0 R /XYZ 74.626 210.304 null] +/D [2795 0 R /XYZ 74.626 210.304 null] >> endobj -2793 0 obj +2801 0 obj << -/D [2787 0 R /XYZ 74.626 198.348 null] +/D [2795 0 R /XYZ 74.626 198.348 null] >> endobj -2794 0 obj +2802 0 obj << -/D [2787 0 R /XYZ 74.626 186.393 null] +/D [2795 0 R /XYZ 74.626 186.393 null] >> endobj -2795 0 obj +2803 0 obj << -/D [2787 0 R /XYZ 74.626 162.483 null] +/D [2795 0 R /XYZ 74.626 162.483 null] >> endobj -2786 0 obj +2794 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im49 2781 0 R /Im50 2782 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im49 2789 0 R /Im50 2790 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2866 0 obj +2874 0 obj << /Length 870 /Filter /FlateDecode @@ -38035,27 +38079,27 @@ xڵ �K[�B�^�d'�I)�$א`��IN��Z����(*��H.T�"C8�qC�U���D��^� 1�'�����)�?WJ!M��i(� 52�?w7@[�������_Ƙ}�el�9�{������t5��p���D�����unqחU�ES����BSm�#L�C�~]����C��GK����D�y��[�>����5����k���Eü(���p6�A,�u_f>ס�ϲH�/�$��%5ЈM�s�W]Fu��u��!���#Z���nç�U�W� �9������h�X|��> endstream endobj -2865 0 obj +2873 0 obj << /Type /Page -/Contents 2866 0 R -/Resources 2864 0 R +/Contents 2874 0 R +/Resources 2872 0 R /MediaBox [0 0 595.276 841.89] -/Parent 2621 0 R -/Group 2869 0 R -/Annots [ 2861 0 R ] +/Parent 2629 0 R +/Group 2877 0 R +/Annots [ 2869 0 R ] >> endobj -2784 0 obj +2792 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/simpledraw928.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2872 0 R +/PTEX.InfoDict 2880 0 R /BBox [0 0 460.8 345.6] -/Group 2869 0 R +/Group 2877 0 R /Resources << /ExtGState << /A1 << @@ -38078,12 +38122,12 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 2873 0 R>> +>>/Font << /F1 2881 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 2874 0 R +/DejaVuSans-minus 2882 0 R >>>> /Length 2344 /Filter /FlateDecode @@ -38099,33 +38143,33 @@ v%!hy~ n�l��'f؞@UIo5`�6M�*e� �2��0 �訣tw��*�T�UTa�G��}_�U�a�Rj8�w~Y���§pY�[\-�K��.����5���-��}N� 1TNWpM�����`K��`!�8�Ҋ���K#*�D��(�~r.�g6LS�]%��?-���1����G֜iUk�R$:��`1��Wwd�4}Z(ƭ��J��&<ta[{���[TF�w�'q�_�!�x���p%Z�,h"`�-Z��W������2n��>P���������������;\��|5��>��}휾=�@z��R�y���v��m��u��*�ϩ7�J�?�PL9"��K\��/$o���N��y!��/��H�W��$�X�!S�A��Y+5W,p��"qz ����"�l ��p�6�3 cY���p;>.�63�j���f]s<$�X��ڔ���������]lNu5���\� endstream endobj -2872 0 obj +2880 0 obj << /CreationDate (D:20201019163444+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2873 0 obj +2881 0 obj << /BaseFont /DejaVuSans -/CharProcs 2875 0 R +/CharProcs 2883 0 R /Encoding << /Differences [ 45/hyphen/period 48/zero/one/two 52/four 54/six 56/eight 61/equal 91/bracketleft 93/bracketright 97/a 101/e 104/h/i 108/l 111/o/p 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2876 0 R +/FontDescriptor 2884 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2877 0 R +/Widths 2885 0 R >> endobj -2874 0 obj +2882 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -38139,31 +38183,31 @@ x endstream endobj -2875 0 obj +2883 0 obj << -/a 2878 0 R -/bracketleft 2879 0 R -/bracketright 2880 0 R -/e 2881 0 R -/eight 2882 0 R -/equal 2883 0 R -/four 2884 0 R -/h 2885 0 R -/hyphen 2886 0 R -/i 2887 0 R -/l 2888 0 R -/o 2889 0 R -/one 2890 0 R -/p 2891 0 R -/period 2892 0 R -/s 2893 0 R -/six 2894 0 R -/t 2895 0 R -/two 2896 0 R -/zero 2897 0 R +/a 2886 0 R +/bracketleft 2887 0 R +/bracketright 2888 0 R +/e 2889 0 R +/eight 2890 0 R +/equal 2891 0 R +/four 2892 0 R +/h 2893 0 R +/hyphen 2894 0 R +/i 2895 0 R +/l 2896 0 R +/o 2897 0 R +/one 2898 0 R +/p 2899 0 R +/period 2900 0 R +/s 2901 0 R +/six 2902 0 R +/t 2903 0 R +/two 2904 0 R +/zero 2905 0 R >> endobj -2876 0 obj +2884 0 obj << /Ascent 929 /CapHeight 0 @@ -38178,10 +38222,10 @@ endobj /XHeight 0 >> endobj -2877 0 obj +2885 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2878 0 obj +2886 0 obj << /Filter /FlateDecode /Length 304 @@ -38191,7 +38235,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2879 0 obj +2887 0 obj << /Filter /FlateDecode /Length 71 @@ -38201,7 +38245,7 @@ x �X�\0�0���247Cb�Be�X �r�`�����J��# endstream endobj -2880 0 obj +2888 0 obj << /Filter /FlateDecode /Length 67 @@ -38210,7 +38254,7 @@ stream x�3�4P0P�4W�546T060Q073PH1�1s�,�lL�eb� �̀Ɓ%��9p�r���� endstream endobj -2881 0 obj +2889 0 obj << /Filter /FlateDecode /Length 245 @@ -38219,7 +38263,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2882 0 obj +2890 0 obj << /Filter /FlateDecode /Length 392 @@ -38229,7 +38273,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -2883 0 obj +2891 0 obj << /Filter /FlateDecode /Length 71 @@ -38238,7 +38282,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -2884 0 obj +2892 0 obj << /Filter /FlateDecode /Length 90 @@ -38247,7 +38291,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2885 0 obj +2893 0 obj << /Filter /FlateDecode /Length 163 @@ -38256,7 +38300,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -2886 0 obj +2894 0 obj << /Filter /FlateDecode /Length 52 @@ -38265,7 +38309,7 @@ stream x�363T0P0�T026Q064b�C.������@�r���s`�r���� � endstream endobj -2887 0 obj +2895 0 obj << /Filter /FlateDecode /Length 68 @@ -38276,7 +38320,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -2888 0 obj +2896 0 obj << /Filter /FlateDecode /Length 45 @@ -38288,7 +38332,7 @@ x "���}� endstream endobj -2889 0 obj +2897 0 obj << /Filter /FlateDecode /Length 214 @@ -38299,7 +38343,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -2890 0 obj +2898 0 obj << /Filter /FlateDecode /Length 80 @@ -38308,7 +38352,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2891 0 obj +2899 0 obj << /Filter /FlateDecode /Length 236 @@ -38319,7 +38363,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2892 0 obj +2900 0 obj << /Filter /FlateDecode /Length 49 @@ -38328,7 +38372,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2893 0 obj +2901 0 obj << /Filter /FlateDecode /Length 332 @@ -38339,7 +38383,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -2894 0 obj +2902 0 obj << /Filter /FlateDecode /Length 317 @@ -38350,7 +38394,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -2895 0 obj +2903 0 obj << /Filter /FlateDecode /Length 131 @@ -38359,7 +38403,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -2896 0 obj +2904 0 obj << /Filter /FlateDecode /Length 248 @@ -38370,7 +38414,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2897 0 obj +2905 0 obj << /Filter /FlateDecode /Length 210 @@ -38380,21 +38424,21 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2869 0 obj +2877 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -2785 0 obj +2793 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/ptdraw928.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2898 0 R +/PTEX.InfoDict 2906 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -38418,14 +38462,14 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 2899 0 R>> +>>/Font << /F1 2907 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 2900 0 R -/M0 2901 0 R -/M1 2902 0 R +/DejaVuSans-minus 2908 0 R +/M0 2909 0 R +/M1 2910 0 R >>>> /Length 1271 /Filter /FlateDecode @@ -38435,33 +38479,33 @@ x ��ߠk��kPW�.�Uj��uRMR��[j4��ͯH}��<�ʠӘr�=��\O�o�m�a����[u+��`�j��ܤ݂�х����� ��T��ӈ�(v`\���3,g4�)t�4�Eb�4�W�Y��CÆ&���Z���!7�D��5��ߚ�^�Z*��onaox�Y�v o���Ū��[35�Y5]����y��Zx��j�x��n��7���^D endstream endobj -2898 0 obj +2906 0 obj << /CreationDate (D:20201019163510+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2899 0 obj +2907 0 obj << /BaseFont /DejaVuSans -/CharProcs 2903 0 R +/CharProcs 2911 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five 55/seven 97/a 99/c/d/e 104/h/i 108/l 110/n/o/p 114/r 116/t/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2904 0 R +/FontDescriptor 2912 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2905 0 R +/Widths 2913 0 R >> endobj -2900 0 obj +2908 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -38475,7 +38519,7 @@ x endstream endobj -2901 0 obj +2909 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -38487,7 +38531,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2902 0 obj +2910 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -38499,32 +38543,32 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -2903 0 obj +2911 0 obj << -/a 2906 0 R -/c 2907 0 R -/d 2908 0 R -/e 2909 0 R -/five 2910 0 R -/four 2911 0 R -/h 2912 0 R -/i 2913 0 R -/l 2914 0 R -/n 2915 0 R -/o 2916 0 R -/one 2917 0 R -/p 2918 0 R -/period 2919 0 R -/r 2920 0 R -/seven 2921 0 R -/t 2922 0 R -/three 2923 0 R -/two 2924 0 R -/u 2925 0 R -/zero 2926 0 R +/a 2914 0 R +/c 2915 0 R +/d 2916 0 R +/e 2917 0 R +/five 2918 0 R +/four 2919 0 R +/h 2920 0 R +/i 2921 0 R +/l 2922 0 R +/n 2923 0 R +/o 2924 0 R +/one 2925 0 R +/p 2926 0 R +/period 2927 0 R +/r 2928 0 R +/seven 2929 0 R +/t 2930 0 R +/three 2931 0 R +/two 2932 0 R +/u 2933 0 R +/zero 2934 0 R >> endobj -2904 0 obj +2912 0 obj << /Ascent 929 /CapHeight 0 @@ -38539,10 +38583,10 @@ endobj /XHeight 0 >> endobj -2905 0 obj +2913 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2906 0 obj +2914 0 obj << /Filter /FlateDecode /Length 304 @@ -38552,7 +38596,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2907 0 obj +2915 0 obj << /Filter /FlateDecode /Length 230 @@ -38561,7 +38605,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -2908 0 obj +2916 0 obj << /Filter /FlateDecode /Length 227 @@ -38572,7 +38616,7 @@ x *��s��>�h][M endstream endobj -2909 0 obj +2917 0 obj << /Filter /FlateDecode /Length 245 @@ -38581,7 +38625,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2910 0 obj +2918 0 obj << /Filter /FlateDecode /Length 247 @@ -38591,7 +38635,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -2911 0 obj +2919 0 obj << /Filter /FlateDecode /Length 90 @@ -38600,7 +38644,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2912 0 obj +2920 0 obj << /Filter /FlateDecode /Length 163 @@ -38609,7 +38653,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -2913 0 obj +2921 0 obj << /Filter /FlateDecode /Length 68 @@ -38620,7 +38664,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -2914 0 obj +2922 0 obj << /Filter /FlateDecode /Length 45 @@ -38632,7 +38676,7 @@ x "���}� endstream endobj -2915 0 obj +2923 0 obj << /Filter /FlateDecode /Length 161 @@ -38641,7 +38685,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -2916 0 obj +2924 0 obj << /Filter /FlateDecode /Length 214 @@ -38652,7 +38696,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -2917 0 obj +2925 0 obj << /Filter /FlateDecode /Length 80 @@ -38661,7 +38705,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2918 0 obj +2926 0 obj << /Filter /FlateDecode /Length 236 @@ -38672,7 +38716,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2919 0 obj +2927 0 obj << /Filter /FlateDecode /Length 49 @@ -38681,7 +38725,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2920 0 obj +2928 0 obj << /Filter /FlateDecode /Length 157 @@ -38691,7 +38735,7 @@ x ���f�W����7y endstream endobj -2921 0 obj +2929 0 obj << /Filter /FlateDecode /Length 68 @@ -38702,7 +38746,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -2922 0 obj +2930 0 obj << /Filter /FlateDecode /Length 131 @@ -38711,7 +38755,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -2923 0 obj +2931 0 obj << /Filter /FlateDecode /Length 338 @@ -38725,7 +38769,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2924 0 obj +2932 0 obj << /Filter /FlateDecode /Length 248 @@ -38736,7 +38780,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2925 0 obj +2933 0 obj << /Filter /FlateDecode /Length 171 @@ -38746,7 +38790,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -2926 0 obj +2934 0 obj << /Filter /FlateDecode /Length 210 @@ -38756,14 +38800,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2857 0 obj +2865 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/sephist1128.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2927 0 R +/PTEX.InfoDict 2935 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -38792,7 +38836,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 2928 0 R>> +>>/Font << /F1 2936 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -38825,57 +38869,57 @@ g ��b�(�s�؏bl��3)��*CXD��h���na���6.�p�Q���Z\G��@Xd����'���àO�4�}CCv��F���k:F����q�s"�����܇������O���w�O���B�����v��q����%��2���/D��Ot� ���(�V�_wڴ:�ό�ԃ���%�u�`3�aӆ�J#�f2��2���̖r�t{�j>95C�Oɣt^�^�A���� z��S�\ݗ����Q�y�ܜ=L��&�M��D����'Z�w�[�.��C�/�^��y��~�B4��S_���0��ƨ�P�)LqJ�ү:K~�&�$�}��q���H����{=ȋ�r#��"���s_l�Հ?�5j�7V_�j���GM�p����! endstream endobj -2927 0 obj +2935 0 obj << /CreationDate (D:20201019162141+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2928 0 obj +2936 0 obj << /BaseFont /DejaVuSans -/CharProcs 2929 0 R +/CharProcs 2937 0 R /Encoding << /Differences [ 32/space 35/numbersign 48/zero/one/two/three/four 54/six 56/eight 99/c/d/e/f 108/l 110/n/o/p/q 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2930 0 R +/FontDescriptor 2938 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2931 0 R +/Widths 2939 0 R >> endobj -2929 0 obj +2937 0 obj << -/c 2932 0 R -/d 2933 0 R -/e 2934 0 R -/eight 2935 0 R -/f 2936 0 R -/four 2937 0 R -/l 2938 0 R -/n 2939 0 R -/numbersign 2940 0 R -/o 2941 0 R -/one 2942 0 R -/p 2943 0 R -/q 2944 0 R -/s 2945 0 R -/six 2946 0 R -/space 2947 0 R -/t 2948 0 R -/three 2949 0 R -/two 2950 0 R -/zero 2951 0 R +/c 2940 0 R +/d 2941 0 R +/e 2942 0 R +/eight 2943 0 R +/f 2944 0 R +/four 2945 0 R +/l 2946 0 R +/n 2947 0 R +/numbersign 2948 0 R +/o 2949 0 R +/one 2950 0 R +/p 2951 0 R +/q 2952 0 R +/s 2953 0 R +/six 2954 0 R +/space 2955 0 R +/t 2956 0 R +/three 2957 0 R +/two 2958 0 R +/zero 2959 0 R >> endobj -2930 0 obj +2938 0 obj << /Ascent 929 /CapHeight 0 @@ -38890,10 +38934,10 @@ endobj /XHeight 0 >> endobj -2931 0 obj +2939 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2932 0 obj +2940 0 obj << /Filter /FlateDecode /Length 230 @@ -38902,7 +38946,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -2933 0 obj +2941 0 obj << /Filter /FlateDecode /Length 227 @@ -38913,7 +38957,7 @@ x *��s��>�h][M endstream endobj -2934 0 obj +2942 0 obj << /Filter /FlateDecode /Length 245 @@ -38922,7 +38966,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2935 0 obj +2943 0 obj << /Filter /FlateDecode /Length 392 @@ -38932,7 +38976,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -2936 0 obj +2944 0 obj << /Filter /FlateDecode /Length 133 @@ -38941,7 +38985,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -2937 0 obj +2945 0 obj << /Filter /FlateDecode /Length 90 @@ -38950,7 +38994,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2938 0 obj +2946 0 obj << /Filter /FlateDecode /Length 45 @@ -38962,7 +39006,7 @@ x "���}� endstream endobj -2939 0 obj +2947 0 obj << /Filter /FlateDecode /Length 161 @@ -38971,7 +39015,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -2940 0 obj +2948 0 obj << /Filter /FlateDecode /Length 148 @@ -38980,7 +39024,7 @@ stream x�M�9!DsO�XD�>�&r�.؝�ׂ*���l.����CE��V�_���"��Q8J5:�uq>�9:�@I�*���z��= �Qg�C�O;&)�4C}�ʠC��$qZ��Q$�6q�O�N-��}`ep�IwyўY�;�-c��ŀC� endstream endobj -2941 0 obj +2949 0 obj << /Filter /FlateDecode /Length 214 @@ -38991,7 +39035,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -2942 0 obj +2950 0 obj << /Filter /FlateDecode /Length 80 @@ -39000,7 +39044,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2943 0 obj +2951 0 obj << /Filter /FlateDecode /Length 236 @@ -39011,7 +39055,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2944 0 obj +2952 0 obj << /Filter /FlateDecode /Length 237 @@ -39022,7 +39066,7 @@ x �S�w�� ;�fS�GR�t�慷�r!��S��7҄�٧be�J���`��Dd��e8�ah��4`����֑ҋ��1 7���W���6K������+�n��|��IU\~ endstream endobj -2945 0 obj +2953 0 obj << /Filter /FlateDecode /Length 332 @@ -39033,7 +39077,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -2946 0 obj +2954 0 obj << /Filter /FlateDecode /Length 317 @@ -39044,7 +39088,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -2947 0 obj +2955 0 obj << /Filter /FlateDecode /Length 17 @@ -39053,7 +39097,7 @@ stream x�36�P0��C.��� endstream endobj -2948 0 obj +2956 0 obj << /Filter /FlateDecode /Length 131 @@ -39062,7 +39106,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -2949 0 obj +2957 0 obj << /Filter /FlateDecode /Length 338 @@ -39076,7 +39120,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2950 0 obj +2958 0 obj << /Filter /FlateDecode /Length 248 @@ -39087,7 +39131,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2951 0 obj +2959 0 obj << /Filter /FlateDecode /Length 210 @@ -39097,14 +39141,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2858 0 obj +2866 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/seproc1128.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2952 0 R +/PTEX.InfoDict 2960 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -39133,7 +39177,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 2953 0 R>> +>>/Font << /F1 2961 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -39197,67 +39241,67 @@ o �ߒL"��]�8�f��H��V'bˣIDK�L���Xf��D�ū��F,;�s[X����j�4c�s�ʹú��; �;�����ԁID�q.'b��ճw0̫Z�(�L�b�RR�W��+\�Q���Ң�t����?���?N%�])���F1.{�:O�����?�<��o���������P�>����n�7���և���л�� �b�����6���q��h�[O�w�������)Ѻ��{����/�%�������|#RBk���f����������7��M^�v���}}o�����}��^vz��K���#�_��v�������B�>����������|�%���_����LU菟��m�{�3���~���~������{���?~���������ҍ�� endstream endobj -2952 0 obj +2960 0 obj << /CreationDate (D:20201019162627+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2953 0 obj +2961 0 obj << /BaseFont /DejaVuSans -/CharProcs 2954 0 R +/CharProcs 2962 0 R /Encoding << /Differences [ 32/space 40/parenleft/parenright 44/comma 46/period 48/zero/one/two/three/four 54/six/seven/eight 61/equal 97/a/b/c/d/e/f 105/i 108/l 110/n/o/p 114/r/s/t/u/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2955 0 R +/FontDescriptor 2963 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2956 0 R +/Widths 2964 0 R >> endobj -2954 0 obj +2962 0 obj << -/a 2957 0 R -/b 2958 0 R -/c 2959 0 R -/comma 2960 0 R -/d 2961 0 R -/e 2962 0 R -/eight 2963 0 R -/equal 2964 0 R -/f 2965 0 R -/four 2966 0 R -/i 2967 0 R -/l 2968 0 R -/n 2969 0 R -/o 2970 0 R -/one 2971 0 R -/p 2972 0 R -/parenleft 2973 0 R -/parenright 2974 0 R -/period 2975 0 R -/r 2976 0 R -/s 2977 0 R -/seven 2978 0 R -/six 2979 0 R -/space 2980 0 R -/t 2981 0 R -/three 2982 0 R -/two 2983 0 R -/u 2984 0 R -/v 2985 0 R -/zero 2986 0 R +/a 2965 0 R +/b 2966 0 R +/c 2967 0 R +/comma 2968 0 R +/d 2969 0 R +/e 2970 0 R +/eight 2971 0 R +/equal 2972 0 R +/f 2973 0 R +/four 2974 0 R +/i 2975 0 R +/l 2976 0 R +/n 2977 0 R +/o 2978 0 R +/one 2979 0 R +/p 2980 0 R +/parenleft 2981 0 R +/parenright 2982 0 R +/period 2983 0 R +/r 2984 0 R +/s 2985 0 R +/seven 2986 0 R +/six 2987 0 R +/space 2988 0 R +/t 2989 0 R +/three 2990 0 R +/two 2991 0 R +/u 2992 0 R +/v 2993 0 R +/zero 2994 0 R >> endobj -2955 0 obj +2963 0 obj << /Ascent 929 /CapHeight 0 @@ -39272,10 +39316,10 @@ endobj /XHeight 0 >> endobj -2956 0 obj +2964 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2957 0 obj +2965 0 obj << /Filter /FlateDecode /Length 304 @@ -39285,7 +39329,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2958 0 obj +2966 0 obj << /Filter /FlateDecode /Length 237 @@ -39294,7 +39338,7 @@ stream x�EQIr!��+��+�Nͩ��k,3IN`k1i��-x�!��́/�|M�4|72��:�pO�.ܗ˂g�WT�w�/]�H}w��~fd{�H͐��:�B4&�!=#2�V,s��)�R�([�.ꕶN;���#�o�#��JvMl��:��˶.�:�$�vaqj�!"�uc5���N"v����0�Q$��g�q&�M�]9�y��V*9�>^�Ƅ�t��c��i��_�>}�����?��\" endstream endobj -2959 0 obj +2967 0 obj << /Filter /FlateDecode /Length 230 @@ -39303,7 +39347,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -2960 0 obj +2968 0 obj << /Filter /FlateDecode /Length 66 @@ -39312,7 +39356,7 @@ stream x�36�P0P07W�544U022P042QH1�2443s�`�9`���a$�r�`Zs�: �P�9\i�M8� endstream endobj -2961 0 obj +2969 0 obj << /Filter /FlateDecode /Length 227 @@ -39323,7 +39367,7 @@ x *��s��>�h][M endstream endobj -2962 0 obj +2970 0 obj << /Filter /FlateDecode /Length 245 @@ -39332,7 +39376,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2963 0 obj +2971 0 obj << /Filter /FlateDecode /Length 392 @@ -39342,7 +39386,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -2964 0 obj +2972 0 obj << /Filter /FlateDecode /Length 71 @@ -39351,7 +39395,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -2965 0 obj +2973 0 obj << /Filter /FlateDecode /Length 133 @@ -39360,7 +39404,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -2966 0 obj +2974 0 obj << /Filter /FlateDecode /Length 90 @@ -39369,7 +39413,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -2967 0 obj +2975 0 obj << /Filter /FlateDecode /Length 68 @@ -39380,7 +39424,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -2968 0 obj +2976 0 obj << /Filter /FlateDecode /Length 45 @@ -39392,7 +39436,7 @@ x "���}� endstream endobj -2969 0 obj +2977 0 obj << /Filter /FlateDecode /Length 161 @@ -39401,7 +39445,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -2970 0 obj +2978 0 obj << /Filter /FlateDecode /Length 214 @@ -39412,7 +39456,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -2971 0 obj +2979 0 obj << /Filter /FlateDecode /Length 80 @@ -39421,7 +39465,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -2972 0 obj +2980 0 obj << /Filter /FlateDecode /Length 236 @@ -39432,7 +39476,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -2973 0 obj +2981 0 obj << /Filter /FlateDecode /Length 147 @@ -39442,7 +39486,7 @@ x \b��9/i?�i�X5G�aX�n��,JW�-^��B]H��ޭLd�<�;p'�>TYz@;DY�I�X�V]j�����u=̪��'k)PTB�t��{���o/� endstream endobj -2974 0 obj +2982 0 obj << /Filter /FlateDecode /Length 149 @@ -39452,7 +39496,7 @@ x ����$jeF�2�T���`��<�3�\脇�ʰ�N1��fF~����{20c endstream endobj -2975 0 obj +2983 0 obj << /Filter /FlateDecode /Length 49 @@ -39461,7 +39505,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -2976 0 obj +2984 0 obj << /Filter /FlateDecode /Length 157 @@ -39471,7 +39515,7 @@ x ���f�W����7y endstream endobj -2977 0 obj +2985 0 obj << /Filter /FlateDecode /Length 332 @@ -39482,7 +39526,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -2978 0 obj +2986 0 obj << /Filter /FlateDecode /Length 68 @@ -39493,7 +39537,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -2979 0 obj +2987 0 obj << /Filter /FlateDecode /Length 317 @@ -39504,7 +39548,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -2980 0 obj +2988 0 obj << /Filter /FlateDecode /Length 17 @@ -39513,7 +39557,7 @@ stream x�36�P0��C.��� endstream endobj -2981 0 obj +2989 0 obj << /Filter /FlateDecode /Length 131 @@ -39522,7 +39566,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -2982 0 obj +2990 0 obj << /Filter /FlateDecode /Length 338 @@ -39536,7 +39580,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -2983 0 obj +2991 0 obj << /Filter /FlateDecode /Length 248 @@ -39547,7 +39591,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -2984 0 obj +2992 0 obj << /Filter /FlateDecode /Length 171 @@ -39557,7 +39601,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -2985 0 obj +2993 0 obj << /Filter /FlateDecode /Length 72 @@ -39566,7 +39610,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -2986 0 obj +2994 0 obj << /Filter /FlateDecode /Length 210 @@ -39576,14 +39620,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2859 0 obj +2867 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/simpledraw1128.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 2987 0 R +/PTEX.InfoDict 2995 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -39612,12 +39656,12 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 2988 0 R>> +>>/Font << /F1 2996 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 2989 0 R +/DejaVuSans-minus 2997 0 R >>>> /Length 2384 /Filter /FlateDecode @@ -39638,33 +39682,33 @@ g Wy)�3�[o��^�����wo�_�˛�w�'���O����V���=���u��6b�|���ڟ(��*(Zv��J�� ���_on~�?~��g/eYU�v����ª����X��`��� 4h�[��@��p9�@uf:���P�� ���:y�Ͱ���`-6�D�,���̐�w=��3��y��VU���{��3 endstream endobj -2987 0 obj +2995 0 obj << /CreationDate (D:20201019163704+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -2988 0 obj +2996 0 obj << /BaseFont /DejaVuSans -/CharProcs 2990 0 R +/CharProcs 2998 0 R /Encoding << /Differences [ 45/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight 61/equal 91/bracketleft 93/bracketright 97/a 101/e 104/h/i 108/l 111/o/p 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 2991 0 R +/FontDescriptor 2999 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 2992 0 R +/Widths 3000 0 R >> endobj -2989 0 obj +2997 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -39678,34 +39722,34 @@ x endstream endobj -2990 0 obj +2998 0 obj << -/a 2993 0 R -/bracketleft 2994 0 R -/bracketright 2995 0 R -/e 2996 0 R -/eight 2997 0 R -/equal 2998 0 R -/five 2999 0 R -/four 3000 0 R -/h 3001 0 R -/hyphen 3002 0 R -/i 3003 0 R -/l 3004 0 R -/o 3005 0 R -/one 3006 0 R -/p 3007 0 R -/period 3008 0 R -/s 3009 0 R -/seven 3010 0 R -/six 3011 0 R -/t 3012 0 R -/three 3013 0 R -/two 3014 0 R -/zero 3015 0 R +/a 3001 0 R +/bracketleft 3002 0 R +/bracketright 3003 0 R +/e 3004 0 R +/eight 3005 0 R +/equal 3006 0 R +/five 3007 0 R +/four 3008 0 R +/h 3009 0 R +/hyphen 3010 0 R +/i 3011 0 R +/l 3012 0 R +/o 3013 0 R +/one 3014 0 R +/p 3015 0 R +/period 3016 0 R +/s 3017 0 R +/seven 3018 0 R +/six 3019 0 R +/t 3020 0 R +/three 3021 0 R +/two 3022 0 R +/zero 3023 0 R >> endobj -2991 0 obj +2999 0 obj << /Ascent 929 /CapHeight 0 @@ -39720,10 +39764,10 @@ endobj /XHeight 0 >> endobj -2992 0 obj +3000 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -2993 0 obj +3001 0 obj << /Filter /FlateDecode /Length 304 @@ -39733,7 +39777,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -2994 0 obj +3002 0 obj << /Filter /FlateDecode /Length 71 @@ -39743,7 +39787,7 @@ x �X�\0�0���247Cb�Be�X �r�`�����J��# endstream endobj -2995 0 obj +3003 0 obj << /Filter /FlateDecode /Length 67 @@ -39752,7 +39796,7 @@ stream x�3�4P0P�4W�546T060Q073PH1�1s�,�lL�eb� �̀Ɓ%��9p�r���� endstream endobj -2996 0 obj +3004 0 obj << /Filter /FlateDecode /Length 245 @@ -39761,7 +39805,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -2997 0 obj +3005 0 obj << /Filter /FlateDecode /Length 392 @@ -39771,7 +39815,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -2998 0 obj +3006 0 obj << /Filter /FlateDecode /Length 71 @@ -39780,7 +39824,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -2999 0 obj +3007 0 obj << /Filter /FlateDecode /Length 247 @@ -39790,7 +39834,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -3000 0 obj +3008 0 obj << /Filter /FlateDecode /Length 90 @@ -39799,7 +39843,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3001 0 obj +3009 0 obj << /Filter /FlateDecode /Length 163 @@ -39808,7 +39852,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -3002 0 obj +3010 0 obj << /Filter /FlateDecode /Length 52 @@ -39817,7 +39861,7 @@ stream x�363T0P0�T026Q064b�C.������@�r���s`�r���� � endstream endobj -3003 0 obj +3011 0 obj << /Filter /FlateDecode /Length 68 @@ -39828,7 +39872,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -3004 0 obj +3012 0 obj << /Filter /FlateDecode /Length 45 @@ -39840,7 +39884,7 @@ x "���}� endstream endobj -3005 0 obj +3013 0 obj << /Filter /FlateDecode /Length 214 @@ -39851,7 +39895,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -3006 0 obj +3014 0 obj << /Filter /FlateDecode /Length 80 @@ -39860,7 +39904,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3007 0 obj +3015 0 obj << /Filter /FlateDecode /Length 236 @@ -39871,7 +39915,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -3008 0 obj +3016 0 obj << /Filter /FlateDecode /Length 49 @@ -39880,7 +39924,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -3009 0 obj +3017 0 obj << /Filter /FlateDecode /Length 332 @@ -39891,7 +39935,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -3010 0 obj +3018 0 obj << /Filter /FlateDecode /Length 68 @@ -39902,7 +39946,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -3011 0 obj +3019 0 obj << /Filter /FlateDecode /Length 317 @@ -39913,7 +39957,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -3012 0 obj +3020 0 obj << /Filter /FlateDecode /Length 131 @@ -39922,7 +39966,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -3013 0 obj +3021 0 obj << /Filter /FlateDecode /Length 338 @@ -39936,7 +39980,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -3014 0 obj +3022 0 obj << /Filter /FlateDecode /Length 248 @@ -39947,7 +39991,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3015 0 obj +3023 0 obj << /Filter /FlateDecode /Length 210 @@ -39957,14 +40001,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2860 0 obj +2868 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/ptdraw1128.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3016 0 R +/PTEX.InfoDict 3024 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -39988,14 +40032,14 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 3017 0 R>> +>>/Font << /F1 3025 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 3018 0 R -/M0 3019 0 R -/M1 3020 0 R +/DejaVuSans-minus 3026 0 R +/M0 3027 0 R +/M1 3028 0 R >>>> /Length 1267 /Filter /FlateDecode @@ -40006,33 +40050,33 @@ w �A�R5N�V�n���v�jPͦ���9���6���M7��D���|�=m����;��J�&j5.�<쳮��^8 ѷ�s3��[ys���ɦ�hq:�W�y�M]�]�EgJĝ����p�{����rh ���4��j�˞�~���j��������uh�f�ۺ���n/��fߚ�ܮupU��Y�NӤ�Mnsuy�z��q�����t~L� endstream endobj -3016 0 obj +3024 0 obj << /CreationDate (D:20201019163717+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3017 0 obj +3025 0 obj << /BaseFont /DejaVuSans -/CharProcs 3021 0 R +/CharProcs 3029 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five 55/seven 97/a 99/c/d/e 104/h/i 108/l 110/n/o/p 114/r 116/t/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3022 0 R +/FontDescriptor 3030 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3023 0 R +/Widths 3031 0 R >> endobj -3018 0 obj +3026 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -40046,7 +40090,7 @@ x endstream endobj -3019 0 obj +3027 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -40058,7 +40102,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -3020 0 obj +3028 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -40070,32 +40114,32 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -3021 0 obj +3029 0 obj << -/a 3024 0 R -/c 3025 0 R -/d 3026 0 R -/e 3027 0 R -/five 3028 0 R -/four 3029 0 R -/h 3030 0 R -/i 3031 0 R -/l 3032 0 R -/n 3033 0 R -/o 3034 0 R -/one 3035 0 R -/p 3036 0 R -/period 3037 0 R -/r 3038 0 R -/seven 3039 0 R -/t 3040 0 R -/three 3041 0 R -/two 3042 0 R -/u 3043 0 R -/zero 3044 0 R +/a 3032 0 R +/c 3033 0 R +/d 3034 0 R +/e 3035 0 R +/five 3036 0 R +/four 3037 0 R +/h 3038 0 R +/i 3039 0 R +/l 3040 0 R +/n 3041 0 R +/o 3042 0 R +/one 3043 0 R +/p 3044 0 R +/period 3045 0 R +/r 3046 0 R +/seven 3047 0 R +/t 3048 0 R +/three 3049 0 R +/two 3050 0 R +/u 3051 0 R +/zero 3052 0 R >> endobj -3022 0 obj +3030 0 obj << /Ascent 929 /CapHeight 0 @@ -40110,10 +40154,10 @@ endobj /XHeight 0 >> endobj -3023 0 obj +3031 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3024 0 obj +3032 0 obj << /Filter /FlateDecode /Length 304 @@ -40123,7 +40167,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -3025 0 obj +3033 0 obj << /Filter /FlateDecode /Length 230 @@ -40132,7 +40176,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -3026 0 obj +3034 0 obj << /Filter /FlateDecode /Length 227 @@ -40143,7 +40187,7 @@ x *��s��>�h][M endstream endobj -3027 0 obj +3035 0 obj << /Filter /FlateDecode /Length 245 @@ -40152,7 +40196,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -3028 0 obj +3036 0 obj << /Filter /FlateDecode /Length 247 @@ -40162,7 +40206,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -3029 0 obj +3037 0 obj << /Filter /FlateDecode /Length 90 @@ -40171,7 +40215,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3030 0 obj +3038 0 obj << /Filter /FlateDecode /Length 163 @@ -40180,7 +40224,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -3031 0 obj +3039 0 obj << /Filter /FlateDecode /Length 68 @@ -40191,7 +40235,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -3032 0 obj +3040 0 obj << /Filter /FlateDecode /Length 45 @@ -40203,7 +40247,7 @@ x "���}� endstream endobj -3033 0 obj +3041 0 obj << /Filter /FlateDecode /Length 161 @@ -40212,7 +40256,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -3034 0 obj +3042 0 obj << /Filter /FlateDecode /Length 214 @@ -40223,7 +40267,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -3035 0 obj +3043 0 obj << /Filter /FlateDecode /Length 80 @@ -40232,7 +40276,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3036 0 obj +3044 0 obj << /Filter /FlateDecode /Length 236 @@ -40243,7 +40287,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -3037 0 obj +3045 0 obj << /Filter /FlateDecode /Length 49 @@ -40252,7 +40296,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -3038 0 obj +3046 0 obj << /Filter /FlateDecode /Length 157 @@ -40262,7 +40306,7 @@ x ���f�W����7y endstream endobj -3039 0 obj +3047 0 obj << /Filter /FlateDecode /Length 68 @@ -40273,7 +40317,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -3040 0 obj +3048 0 obj << /Filter /FlateDecode /Length 131 @@ -40282,7 +40326,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -3041 0 obj +3049 0 obj << /Filter /FlateDecode /Length 338 @@ -40296,7 +40340,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -3042 0 obj +3050 0 obj << /Filter /FlateDecode /Length 248 @@ -40307,7 +40351,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3043 0 obj +3051 0 obj << /Filter /FlateDecode /Length 171 @@ -40317,7 +40361,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -3044 0 obj +3052 0 obj << /Filter /FlateDecode /Length 210 @@ -40327,7 +40371,7 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -2861 0 obj +2869 0 obj << /Type /Annot /Subtype /Link @@ -40336,44 +40380,44 @@ endobj /A << /S /GoTo /D (subsection.7.1) >> >> endobj -2867 0 obj +2875 0 obj << -/D [2865 0 R /XYZ 55.693 823.059 null] +/D [2873 0 R /XYZ 55.693 823.059 null] >> endobj -2868 0 obj +2876 0 obj << -/D [2865 0 R /XYZ 56.693 789.929 null] +/D [2873 0 R /XYZ 56.693 789.929 null] >> endobj 246 0 obj << -/D [2865 0 R /XYZ 56.693 611.458 null] +/D [2873 0 R /XYZ 56.693 611.458 null] >> endobj -2870 0 obj +2878 0 obj << -/D [2865 0 R /XYZ 56.693 564.799 null] +/D [2873 0 R /XYZ 56.693 564.799 null] >> endobj -2871 0 obj +2879 0 obj << -/D [2865 0 R /XYZ 56.693 364.618 null] +/D [2873 0 R /XYZ 56.693 364.618 null] >> endobj 250 0 obj << -/D [2865 0 R /XYZ 56.693 186.146 null] +/D [2873 0 R /XYZ 56.693 186.146 null] >> endobj -2864 0 obj +2872 0 obj << /Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R >> -/XObject << /Im51 2784 0 R /Im52 2785 0 R /Im53 2857 0 R /Im54 2858 0 R /Im55 2859 0 R /Im56 2860 0 R >> +/XObject << /Im51 2792 0 R /Im52 2793 0 R /Im53 2865 0 R /Im54 2866 0 R /Im55 2867 0 R /Im56 2868 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3050 0 obj +3058 0 obj << /Length 1289 /Filter /FlateDecode @@ -40391,27 +40435,27 @@ G Ck�i-�'L�$�q�n`5�X������ âdsFX݇���Ti����0O���a��#-1�y���ru5]L�����D{��s� n��(ӊ^P���Su�跧 j��ES������| �6P�q��K���՛0�pn�dXq �j �����I�����Iu�/'5y"���fE���8�3�"S�<�w]�C��-$���u_�x��.$�a�A;���������Y' endstream endobj -3049 0 obj +3057 0 obj << /Type /Page -/Contents 3050 0 R -/Resources 3048 0 R +/Contents 3058 0 R +/Resources 3056 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3055 0 R -/Group 3053 0 R -/Annots [ 3045 0 R 3046 0 R ] +/Parent 3063 0 R +/Group 3061 0 R +/Annots [ 3053 0 R 3054 0 R ] >> endobj -2862 0 obj +2870 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/simpledraw1404.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3056 0 R +/PTEX.InfoDict 3064 0 R /BBox [0 0 460.8 345.6] -/Group 3053 0 R +/Group 3061 0 R /Resources << /ExtGState << /A1 << @@ -40434,12 +40478,12 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 3057 0 R>> +>>/Font << /F1 3065 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 3058 0 R +/DejaVuSans-minus 3066 0 R >>>> /Length 4189 /Filter /FlateDecode @@ -40458,33 +40502,33 @@ x mᠺ����4�F&��۬rJ6��k���d�Ԧ*�^��9ŰJ&����]�Z݅57M h�a�i9+x��X\2I[N���_+ˆ#sJ�~˲Q�*W�+ea|=6Z�)��M?"�x�3\Gc%)���9/FE���y�=��Cgѻ<{ⴒ��'nV2��*ڴ�G��@��zM�7�M��jG��i�Q(������D�T�T����L���U��q�z*�<��Jо[X�}Ly���E�r�O���҆����zqjh=�h<y���UyD�m���a���M�&�YvMz��yԛ>I�l�H�w�?�=��S5����1�M��z���U�w�݂�P��i���(tYn3R������e��m<�2l��%��x1���F����`�#�W�ru���A�`J�)�1����'�ko��wJ��R� ,|��H��5���1�����}���V��xM�T2e���ڿ��^��B(��I[z]����(yj.<��[�n��z�YO��:�;�Sh�H'Շ�-���ʟ���ґa�3�ƣK�ԑ�d�j�_՚&8A p���r-֠4'��*Ҩ���>��.荪���(e@k���H�f��/�T���RƯ���ha�����}س�_���/?}�����ݯ��~lv�������4�y�/����<�����l~�5۫�}�0~|���'2��-z7$�����z��s_�����5�g��?�;Eb��'|���h�u��^���u9����T��W'�/.'P���/i��~|]��b�^�)%�֜7�w${��15�^O�h`��\ls�W��?]� endstream endobj -3056 0 obj +3064 0 obj << /CreationDate (D:20201019164010+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3057 0 obj +3065 0 obj << /BaseFont /DejaVuSans -/CharProcs 3059 0 R +/CharProcs 3067 0 R /Encoding << /Differences [ 45/hyphen/period 48/zero/one/two 52/four 54/six 56/eight 61/equal 91/bracketleft 93/bracketright 97/a 101/e 104/h/i 108/l 111/o/p 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3060 0 R +/FontDescriptor 3068 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3061 0 R +/Widths 3069 0 R >> endobj -3058 0 obj +3066 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -40498,31 +40542,31 @@ x endstream endobj -3059 0 obj +3067 0 obj << -/a 3062 0 R -/bracketleft 3063 0 R -/bracketright 3064 0 R -/e 3065 0 R -/eight 3066 0 R -/equal 3067 0 R -/four 3068 0 R -/h 3069 0 R -/hyphen 3070 0 R -/i 3071 0 R -/l 3072 0 R -/o 3073 0 R -/one 3074 0 R -/p 3075 0 R -/period 3076 0 R -/s 3077 0 R -/six 3078 0 R -/t 3079 0 R -/two 3080 0 R -/zero 3081 0 R +/a 3070 0 R +/bracketleft 3071 0 R +/bracketright 3072 0 R +/e 3073 0 R +/eight 3074 0 R +/equal 3075 0 R +/four 3076 0 R +/h 3077 0 R +/hyphen 3078 0 R +/i 3079 0 R +/l 3080 0 R +/o 3081 0 R +/one 3082 0 R +/p 3083 0 R +/period 3084 0 R +/s 3085 0 R +/six 3086 0 R +/t 3087 0 R +/two 3088 0 R +/zero 3089 0 R >> endobj -3060 0 obj +3068 0 obj << /Ascent 929 /CapHeight 0 @@ -40537,10 +40581,10 @@ endobj /XHeight 0 >> endobj -3061 0 obj +3069 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3062 0 obj +3070 0 obj << /Filter /FlateDecode /Length 304 @@ -40550,7 +40594,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -3063 0 obj +3071 0 obj << /Filter /FlateDecode /Length 71 @@ -40560,7 +40604,7 @@ x �X�\0�0���247Cb�Be�X �r�`�����J��# endstream endobj -3064 0 obj +3072 0 obj << /Filter /FlateDecode /Length 67 @@ -40569,7 +40613,7 @@ stream x�3�4P0P�4W�546T060Q073PH1�1s�,�lL�eb� �̀Ɓ%��9p�r���� endstream endobj -3065 0 obj +3073 0 obj << /Filter /FlateDecode /Length 245 @@ -40578,7 +40622,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -3066 0 obj +3074 0 obj << /Filter /FlateDecode /Length 392 @@ -40588,7 +40632,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -3067 0 obj +3075 0 obj << /Filter /FlateDecode /Length 71 @@ -40597,7 +40641,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -3068 0 obj +3076 0 obj << /Filter /FlateDecode /Length 90 @@ -40606,7 +40650,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3069 0 obj +3077 0 obj << /Filter /FlateDecode /Length 163 @@ -40615,7 +40659,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -3070 0 obj +3078 0 obj << /Filter /FlateDecode /Length 52 @@ -40624,7 +40668,7 @@ stream x�363T0P0�T026Q064b�C.������@�r���s`�r���� � endstream endobj -3071 0 obj +3079 0 obj << /Filter /FlateDecode /Length 68 @@ -40635,7 +40679,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -3072 0 obj +3080 0 obj << /Filter /FlateDecode /Length 45 @@ -40647,7 +40691,7 @@ x "���}� endstream endobj -3073 0 obj +3081 0 obj << /Filter /FlateDecode /Length 214 @@ -40658,7 +40702,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -3074 0 obj +3082 0 obj << /Filter /FlateDecode /Length 80 @@ -40667,7 +40711,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3075 0 obj +3083 0 obj << /Filter /FlateDecode /Length 236 @@ -40678,7 +40722,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -3076 0 obj +3084 0 obj << /Filter /FlateDecode /Length 49 @@ -40687,7 +40731,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -3077 0 obj +3085 0 obj << /Filter /FlateDecode /Length 332 @@ -40698,7 +40742,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -3078 0 obj +3086 0 obj << /Filter /FlateDecode /Length 317 @@ -40709,7 +40753,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -3079 0 obj +3087 0 obj << /Filter /FlateDecode /Length 131 @@ -40718,7 +40762,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -3080 0 obj +3088 0 obj << /Filter /FlateDecode /Length 248 @@ -40729,7 +40773,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3081 0 obj +3089 0 obj << /Filter /FlateDecode /Length 210 @@ -40739,21 +40783,21 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3053 0 obj +3061 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -2863 0 obj +2871 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/ptdraw1404.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3082 0 R +/PTEX.InfoDict 3090 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -40777,14 +40821,14 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 3083 0 R>> +>>/Font << /F1 3091 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 3084 0 R -/M0 3085 0 R -/M1 3086 0 R +/DejaVuSans-minus 3092 0 R +/M0 3093 0 R +/M1 3094 0 R >>>> /Length 1493 /Filter /FlateDecode @@ -40798,33 +40842,33 @@ NF34 J_�x���|�{��v7����?� endstream endobj -3082 0 obj +3090 0 obj << /CreationDate (D:20201019164025+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3083 0 obj +3091 0 obj << /BaseFont /DejaVuSans -/CharProcs 3087 0 R +/CharProcs 3095 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five/six/seven/eight/nine 97/a 99/c/d/e 104/h/i 108/l 110/n/o/p 114/r 116/t/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3088 0 R +/FontDescriptor 3096 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3089 0 R +/Widths 3097 0 R >> endobj -3084 0 obj +3092 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -40838,7 +40882,7 @@ x endstream endobj -3085 0 obj +3093 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -40850,7 +40894,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -3086 0 obj +3094 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -40862,35 +40906,35 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -3087 0 obj +3095 0 obj << -/a 3090 0 R -/c 3091 0 R -/d 3092 0 R -/e 3093 0 R -/eight 3094 0 R -/five 3095 0 R -/four 3096 0 R -/h 3097 0 R -/i 3098 0 R -/l 3099 0 R -/n 3100 0 R -/nine 3101 0 R -/o 3102 0 R -/one 3103 0 R -/p 3104 0 R -/period 3105 0 R -/r 3106 0 R -/seven 3107 0 R -/six 3108 0 R -/t 3109 0 R -/three 3110 0 R -/two 3111 0 R -/u 3112 0 R -/zero 3113 0 R +/a 3098 0 R +/c 3099 0 R +/d 3100 0 R +/e 3101 0 R +/eight 3102 0 R +/five 3103 0 R +/four 3104 0 R +/h 3105 0 R +/i 3106 0 R +/l 3107 0 R +/n 3108 0 R +/nine 3109 0 R +/o 3110 0 R +/one 3111 0 R +/p 3112 0 R +/period 3113 0 R +/r 3114 0 R +/seven 3115 0 R +/six 3116 0 R +/t 3117 0 R +/three 3118 0 R +/two 3119 0 R +/u 3120 0 R +/zero 3121 0 R >> endobj -3088 0 obj +3096 0 obj << /Ascent 929 /CapHeight 0 @@ -40905,10 +40949,10 @@ endobj /XHeight 0 >> endobj -3089 0 obj +3097 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3090 0 obj +3098 0 obj << /Filter /FlateDecode /Length 304 @@ -40918,7 +40962,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -3091 0 obj +3099 0 obj << /Filter /FlateDecode /Length 230 @@ -40927,7 +40971,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -3092 0 obj +3100 0 obj << /Filter /FlateDecode /Length 227 @@ -40938,7 +40982,7 @@ x *��s��>�h][M endstream endobj -3093 0 obj +3101 0 obj << /Filter /FlateDecode /Length 245 @@ -40947,7 +40991,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -3094 0 obj +3102 0 obj << /Filter /FlateDecode /Length 392 @@ -40957,7 +41001,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -3095 0 obj +3103 0 obj << /Filter /FlateDecode /Length 247 @@ -40967,7 +41011,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -3096 0 obj +3104 0 obj << /Filter /FlateDecode /Length 90 @@ -40976,7 +41020,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3097 0 obj +3105 0 obj << /Filter /FlateDecode /Length 163 @@ -40985,7 +41029,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -3098 0 obj +3106 0 obj << /Filter /FlateDecode /Length 68 @@ -40996,7 +41040,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -3099 0 obj +3107 0 obj << /Filter /FlateDecode /Length 45 @@ -41008,7 +41052,7 @@ x "���}� endstream endobj -3100 0 obj +3108 0 obj << /Filter /FlateDecode /Length 161 @@ -41017,7 +41061,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -3101 0 obj +3109 0 obj << /Filter /FlateDecode /Length 320 @@ -41028,7 +41072,7 @@ x �R�ӿ����ccz� endstream endobj -3102 0 obj +3110 0 obj << /Filter /FlateDecode /Length 214 @@ -41039,7 +41083,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -3103 0 obj +3111 0 obj << /Filter /FlateDecode /Length 80 @@ -41048,7 +41092,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3104 0 obj +3112 0 obj << /Filter /FlateDecode /Length 236 @@ -41059,7 +41103,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -3105 0 obj +3113 0 obj << /Filter /FlateDecode /Length 49 @@ -41068,7 +41112,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -3106 0 obj +3114 0 obj << /Filter /FlateDecode /Length 157 @@ -41078,7 +41122,7 @@ x ���f�W����7y endstream endobj -3107 0 obj +3115 0 obj << /Filter /FlateDecode /Length 68 @@ -41089,7 +41133,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -3108 0 obj +3116 0 obj << /Filter /FlateDecode /Length 317 @@ -41100,7 +41144,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -3109 0 obj +3117 0 obj << /Filter /FlateDecode /Length 131 @@ -41109,7 +41153,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -3110 0 obj +3118 0 obj << /Filter /FlateDecode /Length 338 @@ -41123,7 +41167,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -3111 0 obj +3119 0 obj << /Filter /FlateDecode /Length 248 @@ -41134,7 +41178,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3112 0 obj +3120 0 obj << /Filter /FlateDecode /Length 171 @@ -41144,7 +41188,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -3113 0 obj +3121 0 obj << /Filter /FlateDecode /Length 210 @@ -41154,14 +41198,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3047 0 obj +3055 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/m4scalesep.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3114 0 R +/PTEX.InfoDict 3122 0 R /BBox [0 0 648 360] /Group << /CS /DeviceRGB @@ -41195,13 +41239,13 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 3115 0 R>> +>>/Font << /F1 3123 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 3116 0 R -/M1 3117 0 R +/M0 3124 0 R +/M1 3125 0 R >>>> /Length 1595 /Filter /FlateDecode @@ -41219,33 +41263,33 @@ x �A[,du�1�*��ft}�.��E�Ь��Z���.�� hA�`Y�C4-�+7�7�g�,(�mf7J��0Z�^s��Ӱi��o��Lq����� endstream endobj -3114 0 obj +3122 0 obj << /CreationDate (D:20201019165030+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3115 0 obj +3123 0 obj << /BaseFont /DejaVuSans -/CharProcs 3118 0 R +/CharProcs 3126 0 R /Encoding << /Differences [ 32/space 46/period 48/zero 50/two/three/four/five/six/seven/eight 65/A 67/C 85/U 97/a/b/c/d/e 104/h 109/m/n/o/p/q/r/s/t/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3119 0 R +/FontDescriptor 3127 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3120 0 R +/Widths 3128 0 R >> endobj -3116 0 obj +3124 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -41257,7 +41301,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -3117 0 obj +3125 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -41269,39 +41313,39 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -3118 0 obj +3126 0 obj << -/A 3121 0 R -/C 3122 0 R -/U 3123 0 R -/a 3124 0 R -/b 3125 0 R -/c 3126 0 R -/d 3127 0 R -/e 3128 0 R -/eight 3129 0 R -/five 3130 0 R -/four 3131 0 R -/h 3132 0 R -/m 3133 0 R -/n 3134 0 R -/o 3135 0 R -/p 3136 0 R -/period 3137 0 R -/q 3138 0 R -/r 3139 0 R -/s 3140 0 R -/seven 3141 0 R -/six 3142 0 R -/space 3143 0 R -/t 3144 0 R -/three 3145 0 R -/two 3146 0 R -/u 3147 0 R -/zero 3148 0 R +/A 3129 0 R +/C 3130 0 R +/U 3131 0 R +/a 3132 0 R +/b 3133 0 R +/c 3134 0 R +/d 3135 0 R +/e 3136 0 R +/eight 3137 0 R +/five 3138 0 R +/four 3139 0 R +/h 3140 0 R +/m 3141 0 R +/n 3142 0 R +/o 3143 0 R +/p 3144 0 R +/period 3145 0 R +/q 3146 0 R +/r 3147 0 R +/s 3148 0 R +/seven 3149 0 R +/six 3150 0 R +/space 3151 0 R +/t 3152 0 R +/three 3153 0 R +/two 3154 0 R +/u 3155 0 R +/zero 3156 0 R >> endobj -3119 0 obj +3127 0 obj << /Ascent 929 /CapHeight 0 @@ -41316,10 +41360,10 @@ endobj /XHeight 0 >> endobj -3120 0 obj +3128 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3121 0 obj +3129 0 obj << /Filter /FlateDecode /Length 88 @@ -41328,7 +41372,7 @@ stream x�5�� �0D{���8���R���[.�{��9��>G��-dC�xI9�>Q4Zo:�Hs��d3�3�}���d4I�!��r�Y)z>��~ endstream endobj -3122 0 obj +3130 0 obj << /Filter /FlateDecode /Length 232 @@ -41338,7 +41382,7 @@ x ] 3�o�g3�J��F��fa �=؈ė��oY�f~'���Y)��Q�TEX!��Y�j��s#S�r&>��'�b���8Ύ�f01��h9f�=!�#n�4�Ui�[���Z�SE�Ⱥ���)�Z�[�=����-���� ��c�� _Ĝ�E'��~3尒4��#1����5��όO���}���>h��w/��̈́L��Hœ�Ƙ1T��$��?г>�0TG endstream endobj -3123 0 obj +3131 0 obj << /Filter /FlateDecode /Length 153 @@ -41347,7 +41391,7 @@ stream x�5�� �0D�bX��!�d�S��낝HF<�3c2�a�4Gȁ/��i� ι�^$UQV�" ��9�'R�$�ZU�VޯN��]y���ճM��w�M�GbJ�)�u�G�$*����`�h���60�J�};�Z+�w�{\�x6� endstream endobj -3124 0 obj +3132 0 obj << /Filter /FlateDecode /Length 304 @@ -41357,7 +41401,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -3125 0 obj +3133 0 obj << /Filter /FlateDecode /Length 237 @@ -41366,7 +41410,7 @@ stream x�EQIr!��+��+�Nͩ��k,3IN`k1i��-x�!��́/�|M�4|72��:�pO�.ܗ˂g�WT�w�/]�H}w��~fd{�H͐��:�B4&�!=#2�V,s��)�R�([�.ꕶN;���#�o�#��JvMl��:��˶.�:�$�vaqj�!"�uc5���N"v����0�Q$��g�q&�M�]9�y��V*9�>^�Ƅ�t��c��i��_�>}�����?��\" endstream endobj -3126 0 obj +3134 0 obj << /Filter /FlateDecode /Length 230 @@ -41375,7 +41419,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -3127 0 obj +3135 0 obj << /Filter /FlateDecode /Length 227 @@ -41386,7 +41430,7 @@ x *��s��>�h][M endstream endobj -3128 0 obj +3136 0 obj << /Filter /FlateDecode /Length 245 @@ -41395,7 +41439,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -3129 0 obj +3137 0 obj << /Filter /FlateDecode /Length 392 @@ -41405,7 +41449,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -3130 0 obj +3138 0 obj << /Filter /FlateDecode /Length 247 @@ -41415,7 +41459,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -3131 0 obj +3139 0 obj << /Filter /FlateDecode /Length 90 @@ -41424,7 +41468,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3132 0 obj +3140 0 obj << /Filter /FlateDecode /Length 163 @@ -41433,7 +41477,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -3133 0 obj +3141 0 obj << /Filter /FlateDecode /Length 255 @@ -41442,7 +41486,7 @@ stream x�E�K� D���#���<��Ur��4�L6v����J#�,�y0����d������"��*�X�՝)�̵D���2r���� 箜T��Q�:�:8��������,ʾ#�2l�96p�a���Vw��D������v�l���ƾ���N6��%�~� L�M�u�@��)zr ��q��@��� �l���A�N�q����:Ý��W�w�;Lk��/1Ɋ��E���=���əcr�}C�\���A�����P�f� endstream endobj -3134 0 obj +3142 0 obj << /Filter /FlateDecode /Length 161 @@ -41451,7 +41495,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -3135 0 obj +3143 0 obj << /Filter /FlateDecode /Length 214 @@ -41462,7 +41506,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -3136 0 obj +3144 0 obj << /Filter /FlateDecode /Length 236 @@ -41473,7 +41517,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -3137 0 obj +3145 0 obj << /Filter /FlateDecode /Length 49 @@ -41482,7 +41526,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -3138 0 obj +3146 0 obj << /Filter /FlateDecode /Length 237 @@ -41493,7 +41537,7 @@ x �S�w�� ;�fS�GR�t�慷�r!��S��7҄�٧be�J���`��Dd��e8�ah��4`����֑ҋ��1 7���W���6K������+�n��|��IU\~ endstream endobj -3139 0 obj +3147 0 obj << /Filter /FlateDecode /Length 157 @@ -41503,7 +41547,7 @@ x ���f�W����7y endstream endobj -3140 0 obj +3148 0 obj << /Filter /FlateDecode /Length 332 @@ -41514,7 +41558,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -3141 0 obj +3149 0 obj << /Filter /FlateDecode /Length 68 @@ -41525,7 +41569,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -3142 0 obj +3150 0 obj << /Filter /FlateDecode /Length 317 @@ -41536,7 +41580,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -3143 0 obj +3151 0 obj << /Filter /FlateDecode /Length 17 @@ -41545,7 +41589,7 @@ stream x�36�P0��C.��� endstream endobj -3144 0 obj +3152 0 obj << /Filter /FlateDecode /Length 131 @@ -41554,7 +41598,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -3145 0 obj +3153 0 obj << /Filter /FlateDecode /Length 338 @@ -41568,7 +41612,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -3146 0 obj +3154 0 obj << /Filter /FlateDecode /Length 248 @@ -41579,7 +41623,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3147 0 obj +3155 0 obj << /Filter /FlateDecode /Length 171 @@ -41589,7 +41633,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -3148 0 obj +3156 0 obj << /Filter /FlateDecode /Length 210 @@ -41599,7 +41643,7 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3045 0 obj +3053 0 obj << /Type /Annot /Subtype /Link @@ -41608,7 +41652,7 @@ endobj /A << /S /GoTo /D (section.3) >> >> endobj -3046 0 obj +3054 0 obj << /Type /Annot /Subtype /Link @@ -41617,62 +41661,66 @@ endobj /A << /S /GoTo /D (subsubsection.5.1.4) >> >> endobj -3051 0 obj +3059 0 obj << -/D [3049 0 R /XYZ 55.693 823.059 null] +/D [3057 0 R /XYZ 55.693 823.059 null] >> endobj -3052 0 obj +3060 0 obj << -/D [3049 0 R /XYZ 56.693 789.929 null] +/D [3057 0 R /XYZ 56.693 789.929 null] >> endobj -3054 0 obj +3062 0 obj << -/D [3049 0 R /XYZ 56.693 546.41 null] +/D [3057 0 R /XYZ 56.693 546.41 null] >> endobj -3048 0 obj +3056 0 obj << /Font << /F23 623 0 R /F28 677 0 R >> -/XObject << /Im57 2862 0 R /Im58 2863 0 R /Im59 3047 0 R >> +/XObject << /Im57 2870 0 R /Im58 2871 0 R /Im59 3055 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3174 0 obj +3182 0 obj << /Length 3570 /Filter /FlateDecode >> stream -xڭks�6��>R36K��~s/i�N�I��t��,Ak�T *���߾��L���>X���b_`��-�ś�V��F��"I��j�HR?-�E��8[�6�O^��*�»����2W��oy�����[���#������w�̼�{�_���7n�Z�iW�<��?�^� -�<�>����L����/^�.��P�c�P=KA��*^����y�Q�/��s��4��Nj_/��6U�P��$m3�?KT�M��Ļ>����GY�u��r���WyS�H�ߦۛ���ik:���ɦ��/�@���*T~D��ofkZS��(��+��Wqy�H���v'"����(_� �@0�D�~;Q�~��d���E$�g2y�,����W��{|ē� -�$��J�~�|��F�G��P�=7o�W���7��:{:2B���fS��8����67@/���t�C�e�ap��/��0p�����f��]��R��ܸU���掭�R6'�!�˽Ƶ��ؙ��*a��r�CwK�m�h�a��!_F`\�p+-©�,|q�|5�$�$��nF�5TMǍ�n�xe[nW���]YU4k���IW(8^��[��t��瀲H=����m-�mSU��;�7T�M�jjA�OG�q��$�3�SmJ:�����Z���۲���ծ�^�d��Mg֝[|fo$G��4�-�ΰ�2�bo�7�Z��!r�9P4���*-0�h���a��םii�r Һ�S���}�A�q���Abk�8(���0ڵ��������5 �ƷM{�]��m��Pg8v]���w L�' -����~]X�5�I�;��� '�["��D �y�u�wr��Y��}�(�US����E~�W#F -���!2�ߜT���NLy�,8>5s�x�`���mS����7b���U�[�z�mNkrɈ�+S�p���{M6T� Y2� ѡ�9����Xd��0h k0��n���l�{�<6�V�kP*[��/2��,R ��6���-]�N��8��u��3��"r:Y5�E]h�n<I��2d�-�!�`�:ȐВ�R3���US�L�e坩��U��Vz�,-A�.h�E��5^'vBS\Q�V��i-��3D$��UE����C�q�{���d��Z���`d��'�-G��iGذ zI�u�qu���56�σhMZ�Ɓ�V�tk�Z"a� ×�͐���#=���ҳ��E#�h���>�`AhF)����o �+!��("q@�xy �x���x���2��4�ݣX#�@<LRt~I{BQ���!�ޑ�g��Ǝ�s�Bf`���/� -|5��ٯ��c�������=O�E�Gj� T�힀m,"�����ls�$)�M�*4 -C�0��("����ok��| ,| /ܕ������Y��ֶ3Z�s*<K0=pR�<����@������iaJn��n���Y��� M�x��\����.U�,�_^ydj�}-I0D�,<h�*w�Z�$<J�=�{ri�y��r8_V��(��O (���gg��A*�m��C�������K[�Ybytx�8�!$�֖;��qk�a`��a�q]ϊv��#4�um ٍ��a#Q�ؚ���Q 9���VF� y��b�D�Z�ݰ��A���0#�YP�X��g����5��CHi���h�hs&V�є~����TSD�I�È�0��/�;hTc�di��o'_<+u)�����WZxוm�qӲ�������/�˟^D�jI�7ޣ�Aq'~G\E��W!84�S���Ȏ�H7(偬�}q�� �Nh�fh�e��4�MM�z�)���O��-��x��- -�,y$2<���$��*�R��I��UgEϲ���\\,�D�D5'a� ۓ�Vg����T��iE��Y����xxlɅ��@�Hk�;h'��q4H��Q��!�%��.��Ȋ�2h�8�/��[��C�=�+!D3�������\J�����"�M���`����M� C�{��d�*D���5�;�ύ;�D�A�O":>[�G1] �8�!�=��R�H��$�N�>��'�c$�=��i~]E����lF 2n˃m*!�!L@4\/���%��t(~a[��j����Z-[͙�.6�������l �"0/g�g,�!����O�X��q�t�^�ч\unQ7���q��H#K�j3��$QRIBɷ&Rh��D��(%KW���.�,;w�Ԡ�+��� 8L{�Y�5kj�:ZXz�� Z-��VNn>W��-T;NCy�b?�=C�J"�I���X����L;���A�ʓ�?0d��^2?zIU]�/.���Q��-3Q�l�n���5�md�5dQ��i%8�B���ww�8��nj[Z7�x��g�O� km%�Od�ƙ�t�2����kʡ��@4*��,�� �@�4�� P"�|������ל��fr8�yX7�f#_���,W�#ϔT\������s�xH�퍌�IRz�<R���p�aH3�.�G�p-��w�T��`��o+;civ��D��^�˂���$�6���� -sC��#V_OF,,����R$���A��8���\���\XY���.�N��#N�ehW����S�>��������u��[d��( ���/ �8���T�5��9��Qk��� -�Ќ���\� -���1�4@.YKÑ�[}U�\�A��a`f.��T!�� ����Qim�X`�֚9����}"K���R:��tl���S&��yx&�\^^r'�M��T�V�G����1�%E�@ӧ�43I'k��.@�<��!�yd�^K�i9�6ذ��m�u���l��6�H�4��*��� _����g�b�S�Vf�{����%����2<>z� q��/�%�A�ʩX����*���� -� D#-CuO�-�rU�O -G�k��k�_��S�Z�"��$����,20�E� *�y�%�=�A�Gy:yz���|�����cB�J��G�i���# ��\\��ѰO���ĵe�a<��qJ�?]���1���5d��{�����?��1 ܱΆ֢{��T𬝭�y��;'�_2W�2q� f�R�$}�3�3��FE���6��:J9�~>@ظ0��զ�W@�5Z^���:ms�\\@UD|�>M�U�ؽUa��h'���zS��<@� -o���v����!�R�@$ăX9F]C�� o�N�X�r��#�Ƞ�x�%�5Ǯ<����2ODII��zd>�h��!�A`,z��!� -cɏ�10͟!u����qCk�rZ� � �F�<�<��H6PH��d��L�9r�ڄ��ψ'i�3�0�m�$��/����B1�Ʌ��<r��N4��D� �#�H�[�ř�貏'����G�duS�ˉ���9��#Wc~�f�B�'����,��Ε���e�V���t�2<�ޑ��(���UMo��ߕ�n�\�~���=ٗ_�6א���k�����/8���څJ +xڭks�6��>R36K|��{I�trM�ht�` �XS�JPq|���>d�u<���bX,���n,�\������H-��/�$Z���$��B-r��b�Y|��U�����y�����7�+��꧷�����^��f��3���q����H�Z�w��� +��H�����0f/�X�|�zu��E<��g)��8���ŧ?���~^�*��aq�y�j���`��0[���I<�f�~���6�0J��㱺/�p�%^�/-� |Coc*i��t{�rs�;mMgq �t��E��b���B_���lMk���e{e���*Δ���;ow"���\�M�2���L�Q�G�N��ԏ��,�����d�L&O��߾R�� +?�c��xry@���X\���)��Q�Q�U��]����� +�^���"�/X��bOGFh���l�{֝P���A�x��y趬7n��E��N��X�{�,�ܻ��[��� +���ܱ5_��3Dp��^;�ZX%*B����ݒw�0ZsX�^��/#0.D���Tn��8f��v a�[7#�����^�K����+ +��]YU4k���IW(8^��[��t��瀲H=����m-�mSU��;�7T�M�jjA�OG�q��$�3�SmJ:�����Z���۲���ծ�^�d��Mg֝[|fo$GE�4�-�ΰ�2T���A�I����� C��HN��j4���0�v������z9i]�)�l��ؾ� �8Hd� �5M��� �w�Z]�`�Iar�D�ۦ=�lq�6��� �3���M�ֻ��he�m�.,��$���q���-��R"��:�;9X�,^�>h��Ě=�bʏ��jD�H!X�=D��� +����É��%�O �.�7�+�}�T|�7<獘.�a����{�Ӛ\2"v���(\�-�^A� UqB�LuBt(a�U��� =��Yc?Z�-G����Ev8[��#�ͩ��ʖt���{;�T�&�� `{�@׳��5�#LJc��������NVMsQ�O�%��*6`��m�A<�끎2$�$�T����~��;#ShYygjpd�?���mFD�F���pA�@k���WT���tZ)�I��%j+�]0�8�G��>�NF���� +F+x�`��p�K>�v� ۠���Q��P��\c��<��t��ixo�L���%�@�-�0| ���*=�#�8,=�/ZT��@k���YB�H�d� +g���5Xl�����P��$�@n1�b� ��<�e(]i@�G)�F�x +��4���"�>62$��4�Cֽ#��x{�������_��jP�_i�� ��'lRax{�`��W�'ȿ���E�tzܿ�mN�$)�ԩBSbha��E&,>D��Z�8���w���>��{ֶ��팖��܀ +�L�T?Omd�#99�%������`Z����h�[s|�§C���`C�:^�-����K!��=25����$"q�k��r-C���=���<�J9��/+�W�Lק|�����^� �W�6D��!�Qm{�]]����,�<:�y��Lk�xI鸵x��0� ��b�(O���gE���������ll��KΨ���yD�n+#w�<HY�S�u-�nX�� S�z��,(\,H�`\nu�K�!����f�C�9+�hJ�nwms�)���$ő�<!�˹�N�X"Y���I���J]����`���ueGaܴ,.l�>�z}�K��ѬZ;���(lP܉�WJ�0{e�C�8�k ���t�R���+dLHwB�4C�,K� ��lj����8��`��b��x�آ@ϒG"�C�*�ݑN�0[�/�!��>�^uV�,�o���ŲL�MT�p�۰=�mu���.L%��FPT\��A����dž�\8�������vbG�D<���_r�� ��h)�֍���@/��>���ӹB43n�ب��4�R�[�櫋l�6K�8�eB.6=6��Q&�Yܪ� +�����>7���Y>������>��b5���$����CKE"���h:�@�۞����Ħ �U�u:�B��p�q[�hS � a��z�-��C�ےP{G����h�jδ?p������L=�fk(�y9�=c) �/�R�Ī$�c��[��>�s��ٌ�0�{��@Y��U�Q�^ I(%�$�|;�d�Bj�����_��d����%��y"5(�����y�^rV�B Ě�����0��V����Uc|��Վ�H^T�ءg?���wR.��*�+�<��?0@����2�E���^RU��W�(�ꖙ(B6[�dG���62��(L��Ҵ��!�}ۻ�H +�X7�-��\�[Գ�������'��C�Lˉ +�}�{P\�5���@4*��,�� �@�4�� E��-����9�G9��px�n�ͮ+?����\)W�)��BQ5t��+��O�������Z�<R��j��0�D���#R9\���@��]E)p7X�<�� +��X��+�W��'(��$A�9����17cQx���Ɉ�����>R���T?(�當�k\Ù� �����)�yĩ��J�0 u*�g�>U�r<Y��`�s�����w����%A(N,�7�~M#mN&`�#���14�>).עi�G(��K��h����V_�A(W}��$d�G��K�U14�#)%�lTZ�9�Ǹ�f��oi��R.������@�� ��x�I#�����"G�;U�����Q�*�=�B�}I$���$�LR��ɚ'�=�'e�j���RnZ�*� 6�e[z8p�/[� ���5�4��G@�� +�� ��W��`��D����T����Ef�3qI��-,�ϟ��~B�}&��~�P��r*���(� +~�d��=�H�Pݓj�\U���Q����s�ZDA�Q�Կa�Y���-�'��{�a� +fb pQ�*O'OO���/`���V~F�i(W�#�T=�7�àC«1Wnv4�r��2qm�z��a����Oƕ��1F`6ࢆ�2w�>��4���7&�;���Zt��Y���������/ �+��8��3u)������ g�"T�f{S�E? l\J�jӈ��+��-/�@�u]�6�9p..�*��/קi��ꂊ�[���v��a�7%8����l�0���*�DB<��c�5��������*�8ҏ�����^2^s��C�_y\!�DA����G�#Wyc�C��VK~�� �i������Z[���ay4��y �0@��BW�&#|�eΑs�j��r�>#��}�x����?��E�b���x��?5��(Q�����cq�z)��� �x�(р�n*s9� 1�^$���j�/���QH�$ +�&�x�Ix�J��вg�Q�f�M�So�~-RRX@���m�S��r��i��������ɾ�����<��^se���a��+�\ endstream endobj -3173 0 obj +3181 0 obj << /Type /Page -/Contents 3174 0 R -/Resources 3172 0 R +/Contents 3182 0 R +/Resources 3180 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3055 0 R -/Annots [ 3149 0 R 3150 0 R 3151 0 R 3152 0 R 3153 0 R 3154 0 R 3155 0 R 3156 0 R 3157 0 R 3159 0 R 3161 0 R 3162 0 R 3163 0 R 3165 0 R 3166 0 R 3167 0 R 3168 0 R 3169 0 R 3158 0 R 3160 0 R 3164 0 R ] +/Parent 3063 0 R +/Annots [ 3157 0 R 3158 0 R 3159 0 R 3160 0 R 3161 0 R 3162 0 R 3163 0 R 3164 0 R 3165 0 R 3167 0 R 3169 0 R 3170 0 R 3171 0 R 3173 0 R 3174 0 R 3175 0 R 3176 0 R 3177 0 R 3166 0 R 3168 0 R 3172 0 R ] >> endobj -3149 0 obj +3157 0 obj << /Type /Annot /Subtype /Link @@ -41681,7 +41729,7 @@ endobj /A << /S /GoTo /D (subsection.1.1) >> >> endobj -3150 0 obj +3158 0 obj << /Type /Annot /Subtype /Link @@ -41690,7 +41738,7 @@ endobj /A << /S /GoTo /D (subsection.2.2) >> >> endobj -3151 0 obj +3159 0 obj << /Type /Annot /Subtype /Link @@ -41699,7 +41747,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.6.4) >> >> endobj -3152 0 obj +3160 0 obj << /Type /Annot /Subtype /Link @@ -41708,7 +41756,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.2.1) >> >> endobj -3153 0 obj +3161 0 obj << /Type /Annot /Subtype /Link @@ -41717,7 +41765,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.2.2) >> >> endobj -3154 0 obj +3162 0 obj << /Type /Annot /Subtype /Link @@ -41726,7 +41774,7 @@ endobj /A << /S /GoTo /D (section.8) >> >> endobj -3155 0 obj +3163 0 obj << /Type /Annot /Subtype /Link @@ -41735,7 +41783,7 @@ endobj /A << /S /GoTo /D (subsection.8.1) >> >> endobj -3156 0 obj +3164 0 obj << /Type /Annot /Subtype /Link @@ -41744,52 +41792,52 @@ endobj /A << /S /GoTo /D (subsubsection.9.7.2) >> >> endobj -3157 0 obj +3165 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [139.971 659.452 155.164 673.244] -/A << /S /GoTo /D (Hfootnote.108) >> +/A << /S /GoTo /D (Hfootnote.106) >> >> endobj -3159 0 obj +3167 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [111.933 587.223 127.126 601.014] -/A << /S /GoTo /D (Hfootnote.109) >> +/A << /S /GoTo /D (Hfootnote.107) >> >> endobj -3161 0 obj +3169 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [152.011 575.101 167.204 586.569] -/A << /S /GoTo /D (Hfootnote.110) >> +/A << /S /GoTo /D (Hfootnote.108) >> >> endobj -3162 0 obj +3170 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.134 486.102 536.327 499.894] -/A << /S /GoTo /D (Hfootnote.111) >> +/A << /S /GoTo /D (Hfootnote.109) >> >> endobj -3163 0 obj +3171 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [500.775 442.764 515.968 456.556] -/A << /S /GoTo /D (Hfootnote.112) >> +/A << /S /GoTo /D (Hfootnote.110) >> >> endobj -3165 0 obj +3173 0 obj << /Type /Annot /Subtype /Link @@ -41798,7 +41846,7 @@ endobj /A << /S /GoTo /D (subsubsection.7.2.2) >> >> endobj -3166 0 obj +3174 0 obj << /Type /Annot /Subtype /Link @@ -41807,7 +41855,7 @@ endobj /A << /S /GoTo /D (subsection.7.3) >> >> endobj -3167 0 obj +3175 0 obj << /Type /Annot /Subtype /Link @@ -41816,7 +41864,7 @@ endobj /A << /S /GoTo /D (subsection.9.18) >> >> endobj -3168 0 obj +3176 0 obj << /Type /Annot /Subtype /Link @@ -41825,7 +41873,7 @@ endobj /A << /S /GoTo /D (cite.ldm) >> >> endobj -3169 0 obj +3177 0 obj << /Type /Annot /Subtype /Link @@ -41834,7 +41882,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.2.1) >> >> endobj -3158 0 obj +3166 0 obj << /Type /Annot /Subtype /Link @@ -41843,7 +41891,7 @@ endobj /A << /S /GoTo /D (cite.leakage) >> >> endobj -3160 0 obj +3168 0 obj << /Type /Annot /Subtype /Link @@ -41852,7 +41900,7 @@ endobj /A << /S /GoTo /D (subsection.3.7) >> >> endobj -3164 0 obj +3172 0 obj << /Type /Annot /Subtype /Link @@ -41861,53 +41909,53 @@ endobj /A << /S /GoTo /D (subsection.9.17) >> >> endobj -3175 0 obj +3183 0 obj << -/D [3173 0 R /XYZ 55.693 823.059 null] +/D [3181 0 R /XYZ 55.693 823.059 null] >> endobj 254 0 obj << -/D [3173 0 R /XYZ 56.693 782.706 null] +/D [3181 0 R /XYZ 56.693 782.706 null] >> endobj 258 0 obj << -/D [3173 0 R /XYZ 56.693 371.573 null] +/D [3181 0 R /XYZ 56.693 371.573 null] >> endobj -3176 0 obj +3184 0 obj << -/D [3173 0 R /XYZ 74.626 210.726 null] +/D [3181 0 R /XYZ 74.626 210.726 null] >> endobj -3177 0 obj +3185 0 obj << -/D [3173 0 R /XYZ 74.626 198.771 null] +/D [3181 0 R /XYZ 74.626 198.771 null] >> endobj -3178 0 obj +3186 0 obj << -/D [3173 0 R /XYZ 74.626 186.816 null] +/D [3181 0 R /XYZ 74.626 186.816 null] >> endobj -3179 0 obj +3187 0 obj << -/D [3173 0 R /XYZ 74.626 138.995 null] +/D [3181 0 R /XYZ 74.626 138.995 null] >> endobj -3180 0 obj +3188 0 obj << -/D [3173 0 R /XYZ 74.626 127.04 null] +/D [3181 0 R /XYZ 74.626 127.04 null] >> endobj -3172 0 obj +3180 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F14 963 0 R /F28 677 0 R /F7 820 0 R /F8 822 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F14 947 0 R /F28 677 0 R /F7 836 0 R /F8 838 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3187 0 obj +3195 0 obj << /Length 804 /Filter /FlateDecode @@ -41920,26 +41968,26 @@ xڕUKs �ĩ�t��h�gG�n(rt��y�����I�L�}e��Uf,��=7�Jf��Lۀ�-[�9U�Ёp�v=�q���.ܰ�����90�7TB�� endstream endobj -3186 0 obj +3194 0 obj << /Type /Page -/Contents 3187 0 R -/Resources 3185 0 R +/Contents 3195 0 R +/Resources 3193 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3055 0 R -/Group 3190 0 R +/Parent 3063 0 R +/Group 3198 0 R >> endobj -3170 0 obj +3178 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/angulardistLDM.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3192 0 R +/PTEX.InfoDict 3200 0 R /BBox [0 0 864 432] -/Group 3190 0 R +/Group 3198 0 R /Resources << /ExtGState << /A1 << @@ -41952,12 +42000,12 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 3193 0 R>> +>>/Font << /F1 3201 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 3194 0 R +/DejaVuSans-minus 3202 0 R >>>> /Length 15450 /Filter /FlateDecode @@ -42003,33 +42051,33 @@ r^ ��2��߾����/�t�M�e�Rue����'��:.���l��/TWvb�}_��W���[���pT�p�>����Y�)�3 ��ξ��65����6�]o*�'�N�P�6�����62\n���x���˾hS}?l7Qn�����禎l�%���w?e�J\����9�6����?~���ͯ^��ld7u�{�֔?��7��rMMp���~���+��ݮ���2myl;@1m��^�����U���?��b endstream endobj -3192 0 obj +3200 0 obj << /CreationDate (D:20200526181739+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3193 0 obj +3201 0 obj << /BaseFont /DejaVuSans -/CharProcs 3195 0 R +/CharProcs 3203 0 R /Encoding << /Differences [ 46/period 48/zero 50/two 52/four 54/six 56/eight 99/c/d 108/l/m 113/q] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3196 0 R +/FontDescriptor 3204 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3197 0 R +/Widths 3205 0 R >> endobj -3194 0 obj +3202 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -42043,22 +42091,22 @@ x endstream endobj -3195 0 obj +3203 0 obj << -/c 3198 0 R -/d 3199 0 R -/eight 3200 0 R -/four 3201 0 R -/l 3202 0 R -/m 3203 0 R -/period 3204 0 R -/q 3205 0 R -/six 3206 0 R -/two 3207 0 R -/zero 3208 0 R +/c 3206 0 R +/d 3207 0 R +/eight 3208 0 R +/four 3209 0 R +/l 3210 0 R +/m 3211 0 R +/period 3212 0 R +/q 3213 0 R +/six 3214 0 R +/two 3215 0 R +/zero 3216 0 R >> endobj -3196 0 obj +3204 0 obj << /Ascent 929 /CapHeight 0 @@ -42073,10 +42121,10 @@ endobj /XHeight 0 >> endobj -3197 0 obj +3205 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3198 0 obj +3206 0 obj << /Filter /FlateDecode /Length 230 @@ -42085,7 +42133,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -3199 0 obj +3207 0 obj << /Filter /FlateDecode /Length 227 @@ -42096,7 +42144,7 @@ x *��s��>�h][M endstream endobj -3200 0 obj +3208 0 obj << /Filter /FlateDecode /Length 392 @@ -42106,7 +42154,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -3201 0 obj +3209 0 obj << /Filter /FlateDecode /Length 90 @@ -42115,7 +42163,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3202 0 obj +3210 0 obj << /Filter /FlateDecode /Length 45 @@ -42127,7 +42175,7 @@ x "���}� endstream endobj -3203 0 obj +3211 0 obj << /Filter /FlateDecode /Length 255 @@ -42136,7 +42184,7 @@ stream x�E�K� D���#���<��Ur��4�L6v����J#�,�y0����d������"��*�X�՝)�̵D���2r���� 箜T��Q�:�:8��������,ʾ#�2l�96p�a���Vw��D������v�l���ƾ���N6��%�~� L�M�u�@��)zr ��q��@��� �l���A�N�q����:Ý��W�w�;Lk��/1Ɋ��E���=���əcr�}C�\���A�����P�f� endstream endobj -3204 0 obj +3212 0 obj << /Filter /FlateDecode /Length 49 @@ -42145,7 +42193,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -3205 0 obj +3213 0 obj << /Filter /FlateDecode /Length 237 @@ -42156,7 +42204,7 @@ x �S�w�� ;�fS�GR�t�慷�r!��S��7҄�٧be�J���`��Dd��e8�ah��4`����֑ҋ��1 7���W���6K������+�n��|��IU\~ endstream endobj -3206 0 obj +3214 0 obj << /Filter /FlateDecode /Length 317 @@ -42167,7 +42215,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -3207 0 obj +3215 0 obj << /Filter /FlateDecode /Length 248 @@ -42178,7 +42226,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3208 0 obj +3216 0 obj << /Filter /FlateDecode /Length 210 @@ -42188,21 +42236,21 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3190 0 obj +3198 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -3171 0 obj +3179 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/altangulardistLDM.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3209 0 R +/PTEX.InfoDict 3217 0 R /BBox [0 0 864 432] /Group << /CS /DeviceRGB @@ -42231,12 +42279,12 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 3210 0 R>> +>>/Font << /F1 3218 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 3211 0 R +/DejaVuSans-minus 3219 0 R >>>> /Length 6738 /Filter /FlateDecode @@ -42264,33 +42312,33 @@ Z +d3OV�d ����[�D����Q4sQl\:ۈ��g�S��fk��_�>*�3���Q������������y~��_�o��~������/����?�zo�͵�Ά)�.���t]����[^s�ו,0����#Dl��3�H_<����.14������?�Gz�NA�4n�i�S��;�.u� ͳ����>K�C��,�� ���$�}�:7hS[�哯����.���=��C���-�S�L<�������o���4A�ߚRx_��?~\�GO=Nw6���[b���Q�~����j��t�M;�}���8��N�� ���;��MŽ m���1�-�ٿ�z�Y�_�ަo���ũ;:}�l� }`-�Vܴפ�MaS�3�Q� 4��~����q�}��M&��A��D6cx���N#����I�7g|���'o*�"���'op����W�� endstream endobj -3209 0 obj +3217 0 obj << /CreationDate (D:20200526182743+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3210 0 obj +3218 0 obj << /BaseFont /DejaVuSans -/CharProcs 3212 0 R +/CharProcs 3220 0 R /Encoding << /Differences [ 32/space 35/numbersign 40/parenleft/parenright 46/period 48/zero/one/two/three/four/five/six 56/eight 97/a 99/c/d/e/f 104/h/i 108/l/m/n/o/p/q/r/s/t 120/x] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3213 0 R +/FontDescriptor 3221 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3214 0 R +/Widths 3222 0 R >> endobj -3211 0 obj +3219 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -42304,41 +42352,41 @@ x endstream endobj -3212 0 obj +3220 0 obj << -/a 3215 0 R -/c 3216 0 R -/d 3217 0 R -/e 3218 0 R -/eight 3219 0 R -/f 3220 0 R -/five 3221 0 R -/four 3222 0 R -/h 3223 0 R -/i 3224 0 R -/l 3225 0 R -/m 3226 0 R -/n 3227 0 R -/numbersign 3228 0 R -/o 3229 0 R -/one 3230 0 R -/p 3231 0 R -/parenleft 3232 0 R -/parenright 3233 0 R -/period 3234 0 R -/q 3235 0 R -/r 3236 0 R -/s 3237 0 R -/six 3238 0 R -/space 3239 0 R -/t 3240 0 R -/three 3241 0 R -/two 3242 0 R -/x 3243 0 R -/zero 3244 0 R +/a 3223 0 R +/c 3224 0 R +/d 3225 0 R +/e 3226 0 R +/eight 3227 0 R +/f 3228 0 R +/five 3229 0 R +/four 3230 0 R +/h 3231 0 R +/i 3232 0 R +/l 3233 0 R +/m 3234 0 R +/n 3235 0 R +/numbersign 3236 0 R +/o 3237 0 R +/one 3238 0 R +/p 3239 0 R +/parenleft 3240 0 R +/parenright 3241 0 R +/period 3242 0 R +/q 3243 0 R +/r 3244 0 R +/s 3245 0 R +/six 3246 0 R +/space 3247 0 R +/t 3248 0 R +/three 3249 0 R +/two 3250 0 R +/x 3251 0 R +/zero 3252 0 R >> endobj -3213 0 obj +3221 0 obj << /Ascent 929 /CapHeight 0 @@ -42353,10 +42401,10 @@ endobj /XHeight 0 >> endobj -3214 0 obj +3222 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3215 0 obj +3223 0 obj << /Filter /FlateDecode /Length 304 @@ -42366,7 +42414,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -3216 0 obj +3224 0 obj << /Filter /FlateDecode /Length 230 @@ -42375,7 +42423,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -3217 0 obj +3225 0 obj << /Filter /FlateDecode /Length 227 @@ -42386,7 +42434,7 @@ x *��s��>�h][M endstream endobj -3218 0 obj +3226 0 obj << /Filter /FlateDecode /Length 245 @@ -42395,7 +42443,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -3219 0 obj +3227 0 obj << /Filter /FlateDecode /Length 392 @@ -42405,7 +42453,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -3220 0 obj +3228 0 obj << /Filter /FlateDecode /Length 133 @@ -42414,7 +42462,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -3221 0 obj +3229 0 obj << /Filter /FlateDecode /Length 247 @@ -42424,7 +42472,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -3222 0 obj +3230 0 obj << /Filter /FlateDecode /Length 90 @@ -42433,7 +42481,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3223 0 obj +3231 0 obj << /Filter /FlateDecode /Length 163 @@ -42442,7 +42490,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -3224 0 obj +3232 0 obj << /Filter /FlateDecode /Length 68 @@ -42453,7 +42501,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -3225 0 obj +3233 0 obj << /Filter /FlateDecode /Length 45 @@ -42465,7 +42513,7 @@ x "���}� endstream endobj -3226 0 obj +3234 0 obj << /Filter /FlateDecode /Length 255 @@ -42474,7 +42522,7 @@ stream x�E�K� D���#���<��Ur��4�L6v����J#�,�y0����d������"��*�X�՝)�̵D���2r���� 箜T��Q�:�:8��������,ʾ#�2l�96p�a���Vw��D������v�l���ƾ���N6��%�~� L�M�u�@��)zr ��q��@��� �l���A�N�q����:Ý��W�w�;Lk��/1Ɋ��E���=���əcr�}C�\���A�����P�f� endstream endobj -3227 0 obj +3235 0 obj << /Filter /FlateDecode /Length 161 @@ -42483,7 +42531,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -3228 0 obj +3236 0 obj << /Filter /FlateDecode /Length 148 @@ -42492,7 +42540,7 @@ stream x�M�9!DsO�XD�>�&r�.؝�ׂ*���l.����CE��V�_���"��Q8J5:�uq>�9:�@I�*���z��= �Qg�C�O;&)�4C}�ʠC��$qZ��Q$�6q�O�N-��}`ep�IwyўY�;�-c��ŀC� endstream endobj -3229 0 obj +3237 0 obj << /Filter /FlateDecode /Length 214 @@ -42503,7 +42551,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -3230 0 obj +3238 0 obj << /Filter /FlateDecode /Length 80 @@ -42512,7 +42560,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3231 0 obj +3239 0 obj << /Filter /FlateDecode /Length 236 @@ -42523,7 +42571,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -3232 0 obj +3240 0 obj << /Filter /FlateDecode /Length 147 @@ -42533,7 +42581,7 @@ x \b��9/i?�i�X5G�aX�n��,JW�-^��B]H��ޭLd�<�;p'�>TYz@;DY�I�X�V]j�����u=̪��'k)PTB�t��{���o/� endstream endobj -3233 0 obj +3241 0 obj << /Filter /FlateDecode /Length 149 @@ -42543,7 +42591,7 @@ x ����$jeF�2�T���`��<�3�\脇�ʰ�N1��fF~����{20c endstream endobj -3234 0 obj +3242 0 obj << /Filter /FlateDecode /Length 49 @@ -42552,7 +42600,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -3235 0 obj +3243 0 obj << /Filter /FlateDecode /Length 237 @@ -42563,7 +42611,7 @@ x �S�w�� ;�fS�GR�t�慷�r!��S��7҄�٧be�J���`��Dd��e8�ah��4`����֑ҋ��1 7���W���6K������+�n��|��IU\~ endstream endobj -3236 0 obj +3244 0 obj << /Filter /FlateDecode /Length 157 @@ -42573,7 +42621,7 @@ x ���f�W����7y endstream endobj -3237 0 obj +3245 0 obj << /Filter /FlateDecode /Length 332 @@ -42584,7 +42632,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -3238 0 obj +3246 0 obj << /Filter /FlateDecode /Length 317 @@ -42595,7 +42643,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -3239 0 obj +3247 0 obj << /Filter /FlateDecode /Length 17 @@ -42604,7 +42652,7 @@ stream x�36�P0��C.��� endstream endobj -3240 0 obj +3248 0 obj << /Filter /FlateDecode /Length 131 @@ -42613,7 +42661,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -3241 0 obj +3249 0 obj << /Filter /FlateDecode /Length 338 @@ -42627,7 +42675,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -3242 0 obj +3250 0 obj << /Filter /FlateDecode /Length 248 @@ -42638,7 +42686,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3243 0 obj +3251 0 obj << /Filter /FlateDecode /Length 87 @@ -42648,7 +42696,7 @@ x ���W6xU�������l�1ؠe��ηI���� endstream endobj -3244 0 obj +3252 0 obj << /Filter /FlateDecode /Length 210 @@ -42658,14 +42706,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3183 0 obj +3191 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/pthistLDM.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3245 0 R +/PTEX.InfoDict 3253 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -42694,7 +42742,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 3246 0 R>> +>>/Font << /F1 3254 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -42724,50 +42772,50 @@ i ��À���/ϵ����ӥ3���\:�/H�5� ��V*ue��S$�s&��j����뇏�s��5b�$>o��N6��}N���u0Z����E��àĆ�]�ҏ��y�<>>�>�.�ն� endstream endobj -3245 0 obj +3253 0 obj << /CreationDate (D:20201004120622+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3246 0 obj +3254 0 obj << /BaseFont /DejaVuSans -/CharProcs 3247 0 R +/CharProcs 3255 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five/six 99/c/d 108/l/m 113/q] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3248 0 R +/FontDescriptor 3256 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3249 0 R +/Widths 3257 0 R >> endobj -3247 0 obj +3255 0 obj << -/c 3250 0 R -/d 3251 0 R -/five 3252 0 R -/four 3253 0 R -/l 3254 0 R -/m 3255 0 R -/one 3256 0 R -/period 3257 0 R -/q 3258 0 R -/six 3259 0 R -/three 3260 0 R -/two 3261 0 R -/zero 3262 0 R +/c 3258 0 R +/d 3259 0 R +/five 3260 0 R +/four 3261 0 R +/l 3262 0 R +/m 3263 0 R +/one 3264 0 R +/period 3265 0 R +/q 3266 0 R +/six 3267 0 R +/three 3268 0 R +/two 3269 0 R +/zero 3270 0 R >> endobj -3248 0 obj +3256 0 obj << /Ascent 929 /CapHeight 0 @@ -42782,10 +42830,10 @@ endobj /XHeight 0 >> endobj -3249 0 obj +3257 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3250 0 obj +3258 0 obj << /Filter /FlateDecode /Length 230 @@ -42794,7 +42842,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -3251 0 obj +3259 0 obj << /Filter /FlateDecode /Length 227 @@ -42805,7 +42853,7 @@ x *��s��>�h][M endstream endobj -3252 0 obj +3260 0 obj << /Filter /FlateDecode /Length 247 @@ -42815,7 +42863,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -3253 0 obj +3261 0 obj << /Filter /FlateDecode /Length 90 @@ -42824,7 +42872,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3254 0 obj +3262 0 obj << /Filter /FlateDecode /Length 45 @@ -42836,7 +42884,7 @@ x "���}� endstream endobj -3255 0 obj +3263 0 obj << /Filter /FlateDecode /Length 255 @@ -42845,7 +42893,7 @@ stream x�E�K� D���#���<��Ur��4�L6v����J#�,�y0����d������"��*�X�՝)�̵D���2r���� 箜T��Q�:�:8��������,ʾ#�2l�96p�a���Vw��D������v�l���ƾ���N6��%�~� L�M�u�@��)zr ��q��@��� �l���A�N�q����:Ý��W�w�;Lk��/1Ɋ��E���=���əcr�}C�\���A�����P�f� endstream endobj -3256 0 obj +3264 0 obj << /Filter /FlateDecode /Length 80 @@ -42854,7 +42902,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3257 0 obj +3265 0 obj << /Filter /FlateDecode /Length 49 @@ -42863,7 +42911,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -3258 0 obj +3266 0 obj << /Filter /FlateDecode /Length 237 @@ -42874,7 +42922,7 @@ x �S�w�� ;�fS�GR�t�慷�r!��S��7҄�٧be�J���`��Dd��e8�ah��4`����֑ҋ��1 7���W���6K������+�n��|��IU\~ endstream endobj -3259 0 obj +3267 0 obj << /Filter /FlateDecode /Length 317 @@ -42885,7 +42933,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -3260 0 obj +3268 0 obj << /Filter /FlateDecode /Length 338 @@ -42899,7 +42947,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -3261 0 obj +3269 0 obj << /Filter /FlateDecode /Length 248 @@ -42910,7 +42958,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3262 0 obj +3270 0 obj << /Filter /FlateDecode /Length 210 @@ -42920,64 +42968,64 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3188 0 obj +3196 0 obj << -/D [3186 0 R /XYZ 55.693 823.059 null] +/D [3194 0 R /XYZ 55.693 823.059 null] >> endobj -3189 0 obj +3197 0 obj << -/D [3186 0 R /XYZ 56.693 789.929 null] +/D [3194 0 R /XYZ 56.693 789.929 null] >> endobj -3191 0 obj +3199 0 obj << -/D [3186 0 R /XYZ 56.693 606.557 null] +/D [3194 0 R /XYZ 56.693 606.557 null] >> endobj -3185 0 obj +3193 0 obj << /Font << /F23 623 0 R >> -/XObject << /Im60 3170 0 R /Im61 3171 0 R /Im62 3183 0 R >> +/XObject << /Im60 3178 0 R /Im61 3179 0 R /Im62 3191 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3268 0 obj +3276 0 obj << /Length 2331 /Filter /FlateDecode >> stream xڥ]��6�}�e`�E}�-�$m�^�6EZ�2m�+K�(%����/ʲ���E�Cr��q����m�^':P*��, 6� ˣ��A���6��CX��UQ�/�nU��7��Z�$7y�п߾|��E�y˨��o^�����_��ͪL��_m`�JtY��p��-Sf��ͷw�6w��)8c��Hq�* ��݇_�`s�q��2�D�� -UTV������b���{�*N��TAZ�(�*���]T�<ψbҔ_'��7�\/{���x�=���� 9�8�2�i���LYЯ��4�$�H�Z�:���(����v`)��!�6n��il��1��i�����1�s�� ��'��٭�~8��.:��2|JE���b��*J��IT$b#�Ͷ}F��3�x1��ю|�<dtv�Ȉ�+��3�&gwS˰ܸ6��E|�<q�'���q}羺8��k0����q��,X'i��%���XW��&�Q�D�v�kd:��t`��8�e���de�O��ǡu'�Jݘ�}f��`�;��+ v4�C��O#���3hd]����R&�~�����x"���� ��F)�� -�46uk]FW���`F�9�ThM�x4�x>>����Fa�����8�ur�b�3��f������9��-E��#�<7�b��W{q�I�yPDU+�o��0�ZLB)�e��Q��������th9\���c���~�xf�0�k�1��j4`�#�.�wH��`s,,�ϺA�������*8��y��{�:�h��"<��m��V��p�J���vLӑgP����!k0"9+�liǷ�| �<J/tD��) >� 3rT��d��!��Ob�0�~��BS�{|�4�{�ߑA�a51f�y :l)QQ�0�Up�9�9N�[!�C�*�zrMQ�h���d�Z�{_�Ρyц�[��o�j��C=@�o�;�� +�46uk]FW���`F�9�ThM�x4�x>>����Fa�����8�ur�b�3��f������9��-E��#�<7�b��W{q�I�yPDU+�o��0�ZLB)�e��Q��������th9\���c���~�xf�0�k�1��j4`�#�.�wH��`s,,�ϺA�������*8��y��{�:�h��"<��m��V��p�J���vLӑgP����!k0"9+�liǷ�| �<J/tD��) >� 3rT��d��!��Ob�0�~��BS�{|�4�{�ߑA�a51f�y :l)QQ�0�Up�9�9N�[!�C�*�zrMQ�h���d�Z�{_�Ρyц�[��o�j��C=@�o�;�� Q�5O�)0�4Y4�� [�A�ט���<�yU\�b�2��x�g�𬠡r�!�)("�9�͵1��^�Y�( �S���U�At��[��0O�Su�B�x"` |0���!�f��e�(%f���!�@�Q�����</����3!�[��9����uu?X��x�n�=��C��9 ĕ��]߶=�,( -獳 �d�]��?iXAJdԲz�a˫{2l$���ٮ��dR�����mF�)T]����oH�I^�GLw��Q%�@���Shc0���+2�*�Z.J��2�LF��HFI�'5�'6��P��C����a]�c����(>BM�P_N�8X�+�<�irm�d4�Gpr����I���2 +獳 �d�]��?iXAJdԲz�a˫{2l$���ٮ��dR�����mF�)T]����oH�I^�GLw��Q%�@���Shc0���+2�*�Z.J��2�LF��HFI�'5�'6��P��C����a]�c����(>BM�P_N�8X�+�<�irm�d4�Gpr����I���2 #���k������"Р��$*|VNզ�4��Q��6��)''���E� 4s*���q���Br{�偏j4a�P�I�c!�����KkgG|jƃ���W*����gyO(�uC<��xc��@��{$�u��Z�r -���xj�������/!M��Z3x�s�A�6�ts���}��-ZU��I�]���d�#�q���������Ir�p�lv���� Jkτ�pΙ�@�qp�a1�K��@�'�ղ�'�Y_�?�;e|'p�����k�����Y�b.|"������OC�?Li�7�� ��~>aɯ2o´m�GAp�}Z];ge,��g^|KkW�M=�4�US�6X�>�&�Z����"Ju*���[%�OX�&eJf8`��%fN�rB+�#�\��vJߧ!�`[ȹ��C�3`چ��SM�%�!`�JD�E5ox�g�n;`I�zC�����]��zqUpĮ�S�?h���������ɠ'�{��D^]w���o742���u�m�8{���Hu�w��,dÏR�`�2Jc@�Tos�A�HbF�m���Q�GV��Sa3Ȫ����S��R�G,=��"=�~Z��w̑���_�OP�`��Im`|�7<�Z���-�*%�U�/w�Đn�خ����� :����O��w�OH��f�����ҹ�M.7S�n�θg��a&�:����Tr���'�0�qk:2��� Y�(��/�G�*��L���X9|X�����RGY�_�><�.�*�rD�#E����Q��n�_�b��?���֍�����c���z�X�X/�X�se��t��H����"VSc6��d�Fh9��s�C��ZS:y�8�s�LN��V��r�����|�R,�5�;h��_�ag�mSK� cs�'~X�X�KM@ᝀ7�P�^���̷ �^:�ۿ��^9O����O7�"p+�1L'nݡ�$D@�:Kkyra4;ڙ?)kI%gA��U�$��c]���B�|^������// +���xj�������/!M��Z3x�s�A�6�ts���}��-ZU��I�]���d�#�q���������Ir�p�lv���� Jkτ�pΙ�@�qp�a1�K��@�'�ղ�'�Y_�?�;e|'p�����k�����Y�b.|"������OC�?Li�7�� ��~>aɯ2o´m�GAp�}Z];ge,��g^|KkW�M=�4�US�6X�>�&�Z����"Ju*���[%�OX�&eJf8`��%fN�rB+�#�\��vJߧ!�`[ȹ��C�3`چ��SM�%�!`�JD�E5ox�g�n;`I�zC�����]��zqUpĮ�S�?h���������ɠ'�{��D^]w���o742���u�m�8{���Hu�w��,dÏR�`�2Jc@�Tos�A�HbF�m���Q�GV��Sa3Ȫ����S��R�G,=��"=�~Z��w̑���_�OP�`��Im`|�7<�Z���-�*%�U�/w�Đn�خ����� :����O��w�OH��f�����ҹ�M.7S�n�θg��a&�:����Tr���'�0�qk:2沿�� Y�(��/�G�*��L���X9|X�����RGY�_�><�.�*�rD�#E����Q��n�_�b��?���֍�����c���z�X�X/�X�se��t��H����"VSc6��d�Fh9��s�C��ZS:y�8�s�LN��V��r�����|�R,�5�;h��_�ag�mSK� cs�'~X�X�KM@ᝀ7�P�^���̷ �^:�ۿ��^9O����O7�"p+�1L'nݡ�$D@�:Kkyra4;ڙ?)kI%gA��U�$��c]���B�|^����[�/' endstream endobj -3267 0 obj +3275 0 obj << /Type /Page -/Contents 3268 0 R -/Resources 3266 0 R +/Contents 3276 0 R +/Resources 3274 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3055 0 R -/Group 3271 0 R -/Annots [ 3263 0 R 3264 0 R 3265 0 R ] +/Parent 3063 0 R +/Group 3279 0 R +/Annots [ 3271 0 R 3272 0 R 3273 0 R ] >> endobj -3184 0 obj +3192 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/nhistldm.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3274 0 R +/PTEX.InfoDict 3282 0 R /BBox [0 0 460.8 345.6] -/Group 3271 0 R +/Group 3279 0 R /Resources << /ExtGState << /A1 << @@ -43000,7 +43048,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 3275 0 R>> +>>/Font << /F1 3283 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -43029,48 +43077,48 @@ N u*��fS��2��NQ�*cr��G�D�>!�t��?�����*��t����@9�:M0�F�=�p�|�[z�����n� ���m��9���Nv6�������~���Q?�f�V����~nBm��-�asl>EE��vS��O�����Wt+D�"�\� U���9���w��̷k�}O|��ߜ\d�����:������O�Πx��K���Q����O�����?�k�� endstream endobj -3274 0 obj +3282 0 obj << /CreationDate (D:20201004115400+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3275 0 obj +3283 0 obj << /BaseFont /DejaVuSans -/CharProcs 3276 0 R +/CharProcs 3284 0 R /Encoding << /Differences [ 48/zero/one/two 52/four 54/six 56/eight 99/c/d 108/l/m 113/q] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3277 0 R +/FontDescriptor 3285 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3278 0 R +/Widths 3286 0 R >> endobj -3276 0 obj +3284 0 obj << -/c 3279 0 R -/d 3280 0 R -/eight 3281 0 R -/four 3282 0 R -/l 3283 0 R -/m 3284 0 R -/one 3285 0 R -/q 3286 0 R -/six 3287 0 R -/two 3288 0 R -/zero 3289 0 R +/c 3287 0 R +/d 3288 0 R +/eight 3289 0 R +/four 3290 0 R +/l 3291 0 R +/m 3292 0 R +/one 3293 0 R +/q 3294 0 R +/six 3295 0 R +/two 3296 0 R +/zero 3297 0 R >> endobj -3277 0 obj +3285 0 obj << /Ascent 929 /CapHeight 0 @@ -43085,10 +43133,10 @@ endobj /XHeight 0 >> endobj -3278 0 obj +3286 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3279 0 obj +3287 0 obj << /Filter /FlateDecode /Length 230 @@ -43097,7 +43145,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -3280 0 obj +3288 0 obj << /Filter /FlateDecode /Length 227 @@ -43108,7 +43156,7 @@ x *��s��>�h][M endstream endobj -3281 0 obj +3289 0 obj << /Filter /FlateDecode /Length 392 @@ -43118,7 +43166,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -3282 0 obj +3290 0 obj << /Filter /FlateDecode /Length 90 @@ -43127,7 +43175,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3283 0 obj +3291 0 obj << /Filter /FlateDecode /Length 45 @@ -43139,7 +43187,7 @@ x "���}� endstream endobj -3284 0 obj +3292 0 obj << /Filter /FlateDecode /Length 255 @@ -43148,7 +43196,7 @@ stream x�E�K� D���#���<��Ur��4�L6v����J#�,�y0����d������"��*�X�՝)�̵D���2r���� 箜T��Q�:�:8��������,ʾ#�2l�96p�a���Vw��D������v�l���ƾ���N6��%�~� L�M�u�@��)zr ��q��@��� �l���A�N�q����:Ý��W�w�;Lk��/1Ɋ��E���=���əcr�}C�\���A�����P�f� endstream endobj -3285 0 obj +3293 0 obj << /Filter /FlateDecode /Length 80 @@ -43157,7 +43205,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3286 0 obj +3294 0 obj << /Filter /FlateDecode /Length 237 @@ -43168,7 +43216,7 @@ x �S�w�� ;�fS�GR�t�慷�r!��S��7҄�٧be�J���`��Dd��e8�ah��4`����֑ҋ��1 7���W���6K������+�n��|��IU\~ endstream endobj -3287 0 obj +3295 0 obj << /Filter /FlateDecode /Length 317 @@ -43179,7 +43227,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -3288 0 obj +3296 0 obj << /Filter /FlateDecode /Length 248 @@ -43190,7 +43238,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3289 0 obj +3297 0 obj << /Filter /FlateDecode /Length 210 @@ -43200,23 +43248,23 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3271 0 obj +3279 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -3263 0 obj +3271 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [97.318 384.136 112.511 397.928] -/A << /S /GoTo /D (Hfootnote.113) >> +/A << /S /GoTo /D (Hfootnote.111) >> >> endobj -3264 0 obj +3272 0 obj << /Type /Annot /Subtype /Link @@ -43225,43 +43273,43 @@ endobj /A << /S /GoTo /D (subsection.6.4) >> >> endobj -3265 0 obj +3273 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [288.838 277.536 304.031 291.328] -/A << /S /GoTo /D (Hfootnote.114) >> +/A << /S /GoTo /D (Hfootnote.112) >> >> endobj -3269 0 obj +3277 0 obj << -/D [3267 0 R /XYZ 55.693 823.059 null] +/D [3275 0 R /XYZ 55.693 823.059 null] >> endobj -3270 0 obj +3278 0 obj << -/D [3267 0 R /XYZ 56.693 789.929 null] +/D [3275 0 R /XYZ 56.693 789.929 null] >> endobj -3272 0 obj +3280 0 obj << -/D [3267 0 R /XYZ 74.626 91.865 null] +/D [3275 0 R /XYZ 74.626 91.865 null] >> endobj -3273 0 obj +3281 0 obj << -/D [3267 0 R /XYZ 74.626 67.955 null] +/D [3275 0 R /XYZ 74.626 67.955 null] >> endobj -3266 0 obj +3274 0 obj << -/Font << /F23 623 0 R /F14 963 0 R /F26 678 0 R /F28 677 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im63 3184 0 R >> +/Font << /F23 623 0 R /F14 947 0 R /F26 678 0 R /F28 677 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im63 3192 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3296 0 obj +3304 0 obj << /Length 2169 /Filter /FlateDecode @@ -43270,35 +43318,36 @@ stream x�}XI��6��W�H�g��/s���y��Ě�<'�I���i���S(�[�E� U@�֏ ��z?���]ݽ�/��*�bo���<ȫ�+���>��zS����o�2�������M����7x�����~�i�o�1����W�����(�]������8)�=fάX���u�j����@�Ћf��"H��۵���^ {�za�T�w&��K�((+�6އ�����,3��^Q�A�E��/��ލ����E��4h�;$��; 5�Uǣ^G~�C��g�I������Т��(�=���:68�������oݶ�LKyx����+v�{D��S7Q�i��i�A�jG��h���ը���/�^45���L��,Ez�$ez۷h������#Z����H�ߎf�Lm���Y�����^�^���L"oû��WO��}+B!��7����?0!�N�����o�ӉAO�FF�7�̨_�HqP3���'^�����cC��S�$%J_����t�ӝ�8ہ9ى7 NLɉ� ,h��N����1Xo�<��GGk��dʚ�L�d�G��L�>��Qɹc�����[�ĽZST�$���� ��&�G~͇X��DDs|���v0�K96�j�͋���c�Li�yd��)�k^S<�3I�G&��`�y����=g�|��B\���%�i�= �X������b7a Rw�6h�ai�L`�aT"�/�� -�Y��3�{iK����1;5��N=��:+�f���(�(��La���d��ځo�!*U`��T��RY��/��:�9��t�l�*sN*ؑ"��Q�`�Ce�E!�)�q�t����L(�L��rJ�~�xĉ�zs�)W�̆�t�?�p�^TEa�J�"(��K�$��FQ��R�1o"�MZ�A�+7��F��&Β����І�܃2i6X^XbЪ���Q ��kJ ��ԠtK'�R(3������p�E�*9�,��TNr�������n�&,/ f����\� mVJ�H�@��b�Q(�v�y�>�N�5�jZ��;%�Pꏟ^2�=Z�q�$��b�O�IS�N�V��q�'Jz5��i�Թ��ҽ���f�!�P�8O������(N�a1�-'&��7m�z/{@\��x6r�fq� <rK�ȋ�$(�� ��&g�~��LO�s����\f�JN�vjFc�)8�&U�M������I���{q���qa��a���D��}��G���eƕ�bT#Q�0����;f8��_`�:]cq᠒oz+�t[n]��q�إRDE�e� -�R���e/�$v�������'�\7*l�"7 �"��R -Z>\ v���Pyq~I� �(@8��u�t`�557�/�[%�� z&v}R��k'����}BO�6rp��s�e@� X,�@l�u�����Z]�!pp9 ;#�*v���K��d����PIxuU!�zLW]�*|:.j0��d�9 ���?��InKBe��Z��3�+h��a���fh���2�ҷ��?��M?YR-I$�`2Y��0����h$X3RD��^�x�yr'0�?@a�!��#�?1��O���K��9��R�ޑ�j����#�.�Bx�>_=2�G���Ykv7"� -1�F�5��4��� ��W�Q&�Pp�O"�Z�ߏ\�` �~�M��q���b�f���5�i�0ks岋�V��̰8[-.;ꄪ�FM�GbL�8���7}f�e���l�<c�J���*E��;���I�"� ��kM?���E~l�f����}�rP��Gwp<R �x!�"Ih �K}�Ñ�|��O#�囐��Y���i��N�w0�_U���O��E��+�<�X<���1?��&���f��� a���#��{9�;J=`��R���^�^T9�iDq�h�v�G�Ro(�S)} %�r�L�)]6�*&ΐ�����fAX,3q��G& - S�^zo��.��bm��ɵLԔ��f�tN�t�E�}��aT�ҍ�=g$`yy\G���01�� -n4fq���A��~�?~�Ź�!�G�_Cr<���[��t�Әc��B�����ˇ6��_�ևAk���8]G��r��aaT���?)��a&�����bi~8 +�Y��3�{iK����1;5��N=��:+�f���(�(��La���d��ځo�!*U`��T��RY��/��:�9��t�l�*sN*ؑ"��Q�`�Ce�E!�)�q�t����L(�L��rJ�~�xĉ�zs�)W�̆�t�?�p�^TEa�J�"(��K�$��F��K]� �Y��6iQ9Ю�t>��8K.�:�.Bfsʤ�`ya�A��� +HG5�®)5`�S�N�-�\J��\���sg�E�i�䐳D"R9��fcGT�Fֺ����p$�y�vsa��1X)M#��;��F�����%�;��8@�i9��x�xB�?~zɴ�hI���J��>�&M�^8y[ �� �Y�(��l��YR�f\ЫK�j���-`,��J@A���< J�3@X�W���8%�Ŕ����y��q]0����ٛ��7�X�-M#/N��H6�ks�� ��!�J21 < �{��ߚ�s�+9�ک�է�D�T��6q#8�f�z'qP����as�Dž�ކ�E��ɞK��R��n$�W�Q�D��$�����j~���t�Ņ�Jb���C�m�u)g��uc�JA�U?(RHa�j�玗���ؕ����P2~�Tsݨ����������K)h�p5�ڍ�+C���%e6����8�3םҁ ���l��o��R6���I=j�����[_ �j�Yi<��������X`���Q����g�ju)����$�X�ؕ�j.�7^H� ��~v@%��U� �1]u}��鸨�;�B����"��Z&�- }��j5B�4��iS䇥k���2d�(^H��R�@�6�dI�$�̂�d�~¤JR�2�A�`�H�6{��-�ɝ�,��� D��w�����Ě{<Ak؛/=��ijKE�{G� �vP���|�)�|�Ȍy:�g��1܈�*�PX� ��.P�$K�&X�^\G��C��?��:8hq?2p��5���7�^��Fp�'����f�N,ִ�Qì�M��.�Z�_�0��l�,���r5y�1 � �*��m�E���d�s�9c��1B(e��n�}���'Y��'h^�Q<4�( +|?���GD����A�:�]��H5p�|\�$�5�/�aG��a�?���oB�g�l�}b:}��8U� +?a/�m�F��3`��ϛ� +�����>�%�7� +/t��v����(��-t�K :�{]zUP���I����AIJ��N��5�3�-3ɧt�X���8C^<����ߚia��ġ���(N�{�m�ᮺ\nG����&�2QS�?�E�9����� +�ӆQ�K7��8�����q���L��*��P��!WC}� ������� ���y�l��i�Oc����6�.�tJ��Z�]���ta���/��1@P}��`��І�DHp.��_BM~4 endstream endobj -3295 0 obj +3303 0 obj << /Type /Page -/Contents 3296 0 R -/Resources 3294 0 R +/Contents 3304 0 R +/Resources 3302 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3055 0 R -/Group 3299 0 R -/Annots [ 3290 0 R 3292 0 R ] +/Parent 3063 0 R +/Group 3307 0 R +/Annots [ 3298 0 R 3300 0 R ] >> endobj -3291 0 obj +3299 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/multisep10.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3301 0 R +/PTEX.InfoDict 3309 0 R /BBox [0 0 460.8 345.6] -/Group 3299 0 R +/Group 3307 0 R /Resources << /ExtGState << /A1 << @@ -43316,13 +43365,13 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 3302 0 R>> +>>/Font << /F1 3310 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 3303 0 R -/M1 3304 0 R +/M0 3311 0 R +/M1 3312 0 R >>>> /Length 1363 /Filter /FlateDecode @@ -43335,33 +43384,33 @@ lG\ ��U�/@�@A]�%��M�>}�gZfBE��pI[aЬ�>E�`WD�6{�-��O6�#5�ւhdR,��ywY� h�{T m�o������ �6ʙ�K6Gu�ѣ]�����[��q\�-N�}�k�n�)=1Ntbo˗����F兟ۨ�0I�����Q�2n#o�m�C�qK����]���9GaX�T�9�ׯYW��6�4f�P�HGDt�*�.4��bB��1�@\��m�u���c<�דa���͠��Y"Ol�3o�l.�G�n�mq��3[eC}Ib�3K����[�8�V3 endstream endobj -3301 0 obj +3309 0 obj << /CreationDate (D:20201004121259+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3302 0 obj +3310 0 obj << /BaseFont /DejaVuSans -/CharProcs 3305 0 R +/CharProcs 3313 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five 57/nine] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3306 0 R +/FontDescriptor 3314 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3307 0 R +/Widths 3315 0 R >> endobj -3303 0 obj +3311 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -43373,7 +43422,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -3304 0 obj +3312 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -43385,19 +43434,19 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -3305 0 obj +3313 0 obj << -/five 3308 0 R -/four 3309 0 R -/nine 3310 0 R -/one 3311 0 R -/period 3312 0 R -/three 3313 0 R -/two 3314 0 R -/zero 3315 0 R +/five 3316 0 R +/four 3317 0 R +/nine 3318 0 R +/one 3319 0 R +/period 3320 0 R +/three 3321 0 R +/two 3322 0 R +/zero 3323 0 R >> endobj -3306 0 obj +3314 0 obj << /Ascent 929 /CapHeight 0 @@ -43412,10 +43461,10 @@ endobj /XHeight 0 >> endobj -3307 0 obj +3315 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3308 0 obj +3316 0 obj << /Filter /FlateDecode /Length 247 @@ -43425,7 +43474,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -3309 0 obj +3317 0 obj << /Filter /FlateDecode /Length 90 @@ -43434,7 +43483,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3310 0 obj +3318 0 obj << /Filter /FlateDecode /Length 320 @@ -43445,7 +43494,7 @@ x �R�ӿ����ccz� endstream endobj -3311 0 obj +3319 0 obj << /Filter /FlateDecode /Length 80 @@ -43454,7 +43503,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3312 0 obj +3320 0 obj << /Filter /FlateDecode /Length 49 @@ -43463,7 +43512,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -3313 0 obj +3321 0 obj << /Filter /FlateDecode /Length 338 @@ -43477,7 +43526,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -3314 0 obj +3322 0 obj << /Filter /FlateDecode /Length 248 @@ -43488,7 +43537,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3315 0 obj +3323 0 obj << /Filter /FlateDecode /Length 210 @@ -43498,23 +43547,23 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3299 0 obj +3307 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -3290 0 obj +3298 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.134 646.384 536.327 660.176] -/A << /S /GoTo /D (Hfootnote.115) >> +/A << /S /GoTo /D (Hfootnote.113) >> >> endobj -3292 0 obj +3300 0 obj << /Type /Annot /Subtype /Link @@ -43523,29 +43572,29 @@ endobj /A << /S /GoTo /D (subsubsection.4.2.2) >> >> endobj -3297 0 obj +3305 0 obj << -/D [3295 0 R /XYZ 55.693 823.059 null] +/D [3303 0 R /XYZ 55.693 823.059 null] >> endobj -3298 0 obj +3306 0 obj << -/D [3295 0 R /XYZ 56.693 596.322 null] +/D [3303 0 R /XYZ 56.693 596.322 null] >> endobj -3300 0 obj +3308 0 obj << -/D [3295 0 R /XYZ 74.626 100.387 null] +/D [3303 0 R /XYZ 74.626 100.387 null] >> endobj -3294 0 obj +3302 0 obj << -/Font << /F23 623 0 R /F14 963 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im64 3291 0 R >> +/Font << /F23 623 0 R /F14 947 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im64 3299 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3329 0 obj +3337 0 obj << /Length 2638 /Filter /FlateDecode @@ -43555,41 +43604,41 @@ xڝXYs l����Q&�����`c��8�e���&0����:x��$��6�<��T�6� ��s0�U��u}�������� ,L ޢ�B������觖 ��;��-����m�F��`�}���w��c���[�"�����FW]���0����\�Ș�w2���z��j����^���@��Q�c�Rt|�Z���e�Q�� -]��8ʊ$0��%�W*��|����t����%�OL�튭F_���Z8�����o���� ���s�� m2Rt�2�ε��L:��>���k�(n?OÕ���=1;{��I�,_�GJ$��l��%t"i]O|,��}O�,5q�[6����C��#&1tj�Z���vt+���Å�]�{��|�������L��IĿ�7�>��$�� ƺz�q�#2�y #:=��8|�:�g�Ǣzo����c��G���K�UW��H��0�qP�#�!Cw0��.n���&�ٺXrgP�Nx��HC�wL@��R����B[et�m;�<���>;��t�;U!��85������i��Ī4���p��`�6Ix�!�1�"�y$� -w���k������s��]"����_��7lշ������ce�.ü�~�]��<kVU!|^���fV(M�c ���Cy���6q�u��E���V��BK�8?����z��g��+-��8�J�9�s��?�`���卐��p��#��C��� +]��8ʊ$0��%�W��Z>���W:J`����'&�v�V��k�u-�Q��x��7xs�U�������6):W���B��DY&�G D�J��5x����ʎvp㞘����$�T�/�#%�N���:���'>��۾'F��8�-���Z�A��:5d�]�z;�^I���Ʈֽ�n>���@_yp&��$��܍oYi�K�c]�ݸ�: #:=��8|�:�g�Ǣzo����c��G���K�UW��H��0�qP�#�!Cw0��.n���&�ٺXrgP�Nx��HC�wL@��R����B[et�m;�<���>;��t�;U!��85������i��Ī4���p��`�6Ix�!�1�"�y$� +w���k������s��]"����_��7lշ������ce�.ü�~�]��<kVU!|^���fV(M�c ���Cy���6q�u��E���V��BK�8?����z��g��+-��8�J�9�s��?�`���卐��p��#��C��� �R�ޢ[ؓ�Il���Mٸʢj� ��`0��vv��T7�<d�5�θ�5��W^_������ۤux���⟆�$�k;�� ���r+ �/�ُ�4zG�:��� � O���9an��5��< ���\T�ֵ�(Ji��8VG� ��h)%�INI��K��_'[���Ǒ��e�[�گ� g^��.��'>�Ϊk��p�n.��,2�&)�".�|�z�<3M�#ih^&�'/�, �vPν]��E�)�%�LZ6K�m��`�%y �jg��Q�E���E�k���~=�R��Q�F]��7*�WS��|S]��W)"`l)sT�`�N�<)X� �p���m>c ��L ���vw��^�o���c��R��}Hq)�'D�;�܋6F��_wD�+r��-�8�+�aZ�Ce7T�0¥��?�|�n|7 �ష[�'?*Nhb�{�H&t*�pŇ��7X���tcGP�uU��]�^N`n찳~�JL�E�F�Y�t��2�{���62�%�� S_'? -��_ݍ�Ƅ�j�H����n�WL�eJ�����zɡ�3r�7��^�N�9009EڽL�.�%�ˀ�rއ�a����7�K`�-��a"r(�a�Ư�U���|��� +��_ݍ�Ƅ�j�H����n�WL�eJ�����zɡ�3r�7��^�N�9009EڽL�.�%�ˀ�rއ�a����7�K`�-��a"r(�a�Ư�U���|��� #R���[v5�xX���e��L����5�C�驨�Z���n�!0�?��+O�9Ma^=�`:S�q #^,�I�iI^F&C�$�~9ֽ�6�j�Q��a���ҳ���G,��ʮ��[���s�Ѧ�窡�HS�.<fQ�\�#N��v�$�L�d�G���4b�����.P����<�����#�����q�������M~�~�Wj�<���sg�;t�R?����z��ٮ|�I0���!���[6s�~!���TS_���]���R[Ds������}�0e���k�,tEJ5���M#�Wqb!yB���F�W��B��29�������k����i`��Aƽe {^���$`��t�4�������Ś�����0:��P���i�$�ɜ�����!��/E)�0���Z�����h%ȹ��e\��=�|�߳���N�]�,Bl�z��IYb;���{o^���H�^�J� �ts�L� �t5ϭv9��0ޠ��j�9\HӤj����|����ډI�~+�It~sUGȞ�Xh �v�&&%�lN����>�'NL����(B,̗�\������,�ʯE���$8L��� �9/j���=xWf1�4���?Ʊ:�R�G�I/�ǰ'�����I\�da�G����7����;l����CD���qfK9�Z��������(ƃ����4�qT*���*!ťzy���"2ؽ.����z��!���"(�2�6 ��$2 -�eJ�Rs9��o���4�d�R�o���Q�#ciW�#!!=t��,Ǣv 5���S�S��@��ՒD%xﯮ��m���7��mE~ꎿ���D�e+�K��M��B� ��=��������)�b,������0W%1>�SB�X� ��H"�Ol��z`�26?�㡆E��RcKTj �t+��2�1$X+R��`)]��A������DrP��Y��5�^��;�t߶5�e���,�`Ϛ塎��P+z_-��]�Ա��n�_��&o\�����i��^�9J5=TEG[��?)e� +�eJ�Rs9��o���4�d�R�o���Q�#ciW�#!!=t��,Ǣv 5���S�S��@��ՒD%xﯮ��m���7��mE~ꎿ���D�e+�K��M��B� ��=��������)�b,������0W%1>�SB�X� ��H"�Ol��z`�26?�㡆E��RcKTj �t+��2�1$X+R��`)]��A������DrP��Y��5�^��;�t߶5�e���,�`Ϛ塎��P+z_-��]�Ա��n�_��&o\�����i��^�9J5=TEG[��?�!� endstream endobj -3328 0 obj +3336 0 obj << /Type /Page -/Contents 3329 0 R -/Resources 3327 0 R +/Contents 3337 0 R +/Resources 3335 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3055 0 R -/Group 3332 0 R -/Annots [ 3293 0 R 3316 0 R 3317 0 R 3318 0 R 3319 0 R 3322 0 R 3323 0 R 3324 0 R ] +/Parent 3063 0 R +/Group 3340 0 R +/Annots [ 3301 0 R 3324 0 R 3325 0 R 3326 0 R 3327 0 R 3330 0 R 3331 0 R 3332 0 R ] >> endobj -3320 0 obj +3328 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/drquarkgluon.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3335 0 R +/PTEX.InfoDict 3343 0 R /BBox [0 0 460.8 345.6] -/Group 3332 0 R +/Group 3340 0 R /Resources << /ExtGState << /A1 << @@ -43607,7 +43656,7 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 3336 0 R>> +>>/Font << /F1 3344 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -43755,57 +43804,57 @@ k1 �����ػ��z�N��aMܐk���TuAўQ�j�Ba�~���5,[|�_?����9 齃���hs~���N��"���5�=��v���������|oe� endstream endobj -3335 0 obj +3343 0 obj << /CreationDate (D:20201019165402+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3336 0 obj +3344 0 obj << /BaseFont /DejaVuSans -/CharProcs 3337 0 R +/CharProcs 3345 0 R /Encoding << /Differences [ 32/space 46/period 48/zero/one/two 52/four 54/six 56/eight 97/a 101/e/f 105/i 108/l 111/o/p 114/r/s/t/u/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3338 0 R +/FontDescriptor 3346 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3339 0 R +/Widths 3347 0 R >> endobj -3337 0 obj +3345 0 obj << -/a 3340 0 R -/e 3341 0 R -/eight 3342 0 R -/f 3343 0 R -/four 3344 0 R -/i 3345 0 R -/l 3346 0 R -/o 3347 0 R -/one 3348 0 R -/p 3349 0 R -/period 3350 0 R -/r 3351 0 R -/s 3352 0 R -/six 3353 0 R -/space 3354 0 R -/t 3355 0 R -/two 3356 0 R -/u 3357 0 R -/v 3358 0 R -/zero 3359 0 R +/a 3348 0 R +/e 3349 0 R +/eight 3350 0 R +/f 3351 0 R +/four 3352 0 R +/i 3353 0 R +/l 3354 0 R +/o 3355 0 R +/one 3356 0 R +/p 3357 0 R +/period 3358 0 R +/r 3359 0 R +/s 3360 0 R +/six 3361 0 R +/space 3362 0 R +/t 3363 0 R +/two 3364 0 R +/u 3365 0 R +/v 3366 0 R +/zero 3367 0 R >> endobj -3338 0 obj +3346 0 obj << /Ascent 929 /CapHeight 0 @@ -43820,10 +43869,10 @@ endobj /XHeight 0 >> endobj -3339 0 obj +3347 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3340 0 obj +3348 0 obj << /Filter /FlateDecode /Length 304 @@ -43833,7 +43882,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -3341 0 obj +3349 0 obj << /Filter /FlateDecode /Length 245 @@ -43842,7 +43891,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -3342 0 obj +3350 0 obj << /Filter /FlateDecode /Length 392 @@ -43852,7 +43901,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -3343 0 obj +3351 0 obj << /Filter /FlateDecode /Length 133 @@ -43861,7 +43910,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -3344 0 obj +3352 0 obj << /Filter /FlateDecode /Length 90 @@ -43870,7 +43919,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3345 0 obj +3353 0 obj << /Filter /FlateDecode /Length 68 @@ -43881,7 +43930,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -3346 0 obj +3354 0 obj << /Filter /FlateDecode /Length 45 @@ -43893,7 +43942,7 @@ x "���}� endstream endobj -3347 0 obj +3355 0 obj << /Filter /FlateDecode /Length 214 @@ -43904,7 +43953,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -3348 0 obj +3356 0 obj << /Filter /FlateDecode /Length 80 @@ -43913,7 +43962,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3349 0 obj +3357 0 obj << /Filter /FlateDecode /Length 236 @@ -43924,7 +43973,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -3350 0 obj +3358 0 obj << /Filter /FlateDecode /Length 49 @@ -43933,7 +43982,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -3351 0 obj +3359 0 obj << /Filter /FlateDecode /Length 157 @@ -43943,7 +43992,7 @@ x ���f�W����7y endstream endobj -3352 0 obj +3360 0 obj << /Filter /FlateDecode /Length 332 @@ -43954,7 +44003,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -3353 0 obj +3361 0 obj << /Filter /FlateDecode /Length 317 @@ -43965,7 +44014,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -3354 0 obj +3362 0 obj << /Filter /FlateDecode /Length 17 @@ -43974,7 +44023,7 @@ stream x�36�P0��C.��� endstream endobj -3355 0 obj +3363 0 obj << /Filter /FlateDecode /Length 131 @@ -43983,7 +44032,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -3356 0 obj +3364 0 obj << /Filter /FlateDecode /Length 248 @@ -43994,7 +44043,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3357 0 obj +3365 0 obj << /Filter /FlateDecode /Length 171 @@ -44004,7 +44053,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -3358 0 obj +3366 0 obj << /Filter /FlateDecode /Length 72 @@ -44013,7 +44062,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -3359 0 obj +3367 0 obj << /Filter /FlateDecode /Length 210 @@ -44023,21 +44072,21 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3332 0 obj +3340 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -3321 0 obj +3329 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/dsquarkgluon.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3360 0 R +/PTEX.InfoDict 3368 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -44061,7 +44110,7 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 3361 0 R>> +>>/Font << /F1 3369 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -44213,57 +44262,57 @@ l s�n�)6M���T RY�X��VB����*cf-��W��/��*ͲUkaa�4=���m8�1�WF��C�5�\�HVtF�VC�5������WT�$�&��H�M��U�ٴNVT��C�A�q�NVF���R)tϪu�V��7�Be̤u��>����V9��7���`^���2�zXXz)�s1���`a�(�>����`>�3��WpiA䦝x�CQ�Z�mq�S�W�c]ZՂҼ�b��G�E���U~*U���۹��(��pz��P�^��5q�*� NN0������d-�v_�$?Z(+��Ђ�;��E�c��؝UH�G��Q)�v-����}!-��γ��������rb۴ �PqF���тX8_lf����Ћ:�⊈��ҟ����E���?����>B��qؿĿ��(�ާ1�V�����f������O~��O�? � endstream endobj -3360 0 obj +3368 0 obj << /CreationDate (D:20201019165447+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3361 0 obj +3369 0 obj << /BaseFont /DejaVuSans -/CharProcs 3362 0 R +/CharProcs 3370 0 R /Encoding << /Differences [ 32/space 46/period 48/zero/one/two 52/four 54/six 56/eight 97/a 101/e/f 105/i 108/l 111/o/p 114/r/s/t/u/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3363 0 R +/FontDescriptor 3371 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3364 0 R +/Widths 3372 0 R >> endobj -3362 0 obj +3370 0 obj << -/a 3365 0 R -/e 3366 0 R -/eight 3367 0 R -/f 3368 0 R -/four 3369 0 R -/i 3370 0 R -/l 3371 0 R -/o 3372 0 R -/one 3373 0 R -/p 3374 0 R -/period 3375 0 R -/r 3376 0 R -/s 3377 0 R -/six 3378 0 R -/space 3379 0 R -/t 3380 0 R -/two 3381 0 R -/u 3382 0 R -/v 3383 0 R -/zero 3384 0 R +/a 3373 0 R +/e 3374 0 R +/eight 3375 0 R +/f 3376 0 R +/four 3377 0 R +/i 3378 0 R +/l 3379 0 R +/o 3380 0 R +/one 3381 0 R +/p 3382 0 R +/period 3383 0 R +/r 3384 0 R +/s 3385 0 R +/six 3386 0 R +/space 3387 0 R +/t 3388 0 R +/two 3389 0 R +/u 3390 0 R +/v 3391 0 R +/zero 3392 0 R >> endobj -3363 0 obj +3371 0 obj << /Ascent 929 /CapHeight 0 @@ -44278,10 +44327,10 @@ endobj /XHeight 0 >> endobj -3364 0 obj +3372 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3365 0 obj +3373 0 obj << /Filter /FlateDecode /Length 304 @@ -44291,7 +44340,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -3366 0 obj +3374 0 obj << /Filter /FlateDecode /Length 245 @@ -44300,7 +44349,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -3367 0 obj +3375 0 obj << /Filter /FlateDecode /Length 392 @@ -44310,7 +44359,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -3368 0 obj +3376 0 obj << /Filter /FlateDecode /Length 133 @@ -44319,7 +44368,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -3369 0 obj +3377 0 obj << /Filter /FlateDecode /Length 90 @@ -44328,7 +44377,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3370 0 obj +3378 0 obj << /Filter /FlateDecode /Length 68 @@ -44339,7 +44388,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -3371 0 obj +3379 0 obj << /Filter /FlateDecode /Length 45 @@ -44351,7 +44400,7 @@ x "���}� endstream endobj -3372 0 obj +3380 0 obj << /Filter /FlateDecode /Length 214 @@ -44362,7 +44411,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -3373 0 obj +3381 0 obj << /Filter /FlateDecode /Length 80 @@ -44371,7 +44420,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3374 0 obj +3382 0 obj << /Filter /FlateDecode /Length 236 @@ -44382,7 +44431,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -3375 0 obj +3383 0 obj << /Filter /FlateDecode /Length 49 @@ -44391,7 +44440,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -3376 0 obj +3384 0 obj << /Filter /FlateDecode /Length 157 @@ -44401,7 +44450,7 @@ x ���f�W����7y endstream endobj -3377 0 obj +3385 0 obj << /Filter /FlateDecode /Length 332 @@ -44412,7 +44461,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -3378 0 obj +3386 0 obj << /Filter /FlateDecode /Length 317 @@ -44423,7 +44472,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -3379 0 obj +3387 0 obj << /Filter /FlateDecode /Length 17 @@ -44432,7 +44481,7 @@ stream x�36�P0��C.��� endstream endobj -3380 0 obj +3388 0 obj << /Filter /FlateDecode /Length 131 @@ -44441,7 +44490,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -3381 0 obj +3389 0 obj << /Filter /FlateDecode /Length 248 @@ -44452,7 +44501,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3382 0 obj +3390 0 obj << /Filter /FlateDecode /Length 171 @@ -44462,7 +44511,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -3383 0 obj +3391 0 obj << /Filter /FlateDecode /Length 72 @@ -44471,7 +44520,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -3384 0 obj +3392 0 obj << /Filter /FlateDecode /Length 210 @@ -44481,16 +44530,16 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3293 0 obj +3301 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.379 752.32 221.572 766.776] -/A << /S /GoTo /D (Hfootnote.116) >> +/A << /S /GoTo /D (Hfootnote.114) >> >> endobj -3316 0 obj +3324 0 obj << /Type /Annot /Subtype /Link @@ -44499,7 +44548,7 @@ endobj /A << /S /GoTo /D (cite.madgraph) >> >> endobj -3317 0 obj +3325 0 obj << /Type /Annot /Subtype /Link @@ -44508,7 +44557,7 @@ endobj /A << /S /GoTo /D (cite.pythia) >> >> endobj -3318 0 obj +3326 0 obj << /Type /Annot /Subtype /Link @@ -44517,16 +44566,16 @@ endobj /A << /S /GoTo /D (cite.delphes) >> >> endobj -3319 0 obj +3327 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [247.003 616.206 262.197 629.997] -/A << /S /GoTo /D (Hfootnote.117) >> +/A << /S /GoTo /D (Hfootnote.115) >> >> endobj -3322 0 obj +3330 0 obj << /Type /Annot /Subtype /Link @@ -44535,7 +44584,7 @@ endobj /A << /S /GoTo /D (subsection.7.1) >> >> endobj -3323 0 obj +3331 0 obj << /Type /Annot /Subtype /Link @@ -44544,7 +44593,7 @@ endobj /A << /S /GoTo /D (cite.quarkdata) >> >> endobj -3324 0 obj +3332 0 obj << /Type /Annot /Subtype /Link @@ -44553,83 +44602,85 @@ endobj /A << /S /GoTo /D (subsection.7.3) >> >> endobj -3330 0 obj +3338 0 obj << -/D [3328 0 R /XYZ 55.693 823.059 null] +/D [3336 0 R /XYZ 55.693 823.059 null] >> endobj 262 0 obj << -/D [3328 0 R /XYZ 56.693 736.587 null] +/D [3336 0 R /XYZ 56.693 736.587 null] >> endobj 266 0 obj << -/D [3328 0 R /XYZ 56.693 713.922 null] +/D [3336 0 R /XYZ 56.693 713.922 null] >> endobj -3331 0 obj +3339 0 obj << -/D [3328 0 R /XYZ 56.693 566.143 null] +/D [3336 0 R /XYZ 56.693 566.143 null] >> endobj 270 0 obj << -/D [3328 0 R /XYZ 56.693 284.725 null] +/D [3336 0 R /XYZ 56.693 284.725 null] >> endobj -3333 0 obj +3341 0 obj << -/D [3328 0 R /XYZ 74.626 168.71 null] +/D [3336 0 R /XYZ 74.626 168.71 null] >> endobj -3334 0 obj +3342 0 obj << -/D [3328 0 R /XYZ 74.626 156.754 null] +/D [3336 0 R /XYZ 74.626 156.754 null] >> endobj -3327 0 obj +3335 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F17 619 0 R /F28 677 0 R /F14 963 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im65 3320 0 R /Im66 3321 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F17 619 0 R /F28 677 0 R /F14 947 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im65 3328 0 R /Im66 3329 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3395 0 obj +3403 0 obj << -/Length 1640 +/Length 1641 /Filter /FlateDecode >> stream -xڕW�o�6��>`�X��&���M���[�i��W[�5��H��9�u��LQE�?~8�/�^�~ٮ.n��"(�4��^�Y{������?_oʼ�/?|�u]����_�7q���7o?�����_����{b�߾��%�j �K<�]���z�D���d�H2-�_��V��շ��CO�&�y��ī��/_C���w^�e����K -%���i�q�3��)̳ �2/K� -ST�m�y�V`A�-w�o�Y�]�p��y/YP$�;���N�KC7QQ�z���g��0Hb/�A(����fةy����$q����MT��ixD𣏕���@D���F��N�6"���y��l������'Z�J,$��*ɷ�<�ɂ��;�j��'��O$�S�Aw �0=�x\2��2NM�F�j�7�S�\� �Q7"�D�If��y��%�( ��=�1`TD��j�GtQ��U�?�A��D��A����V�(R�p��ՠ��Z�&�`C�_س��`߂o��(��9�_��gAw6�;�$�(�; �8"� qg}��u֕�������S�ѝ<��o���J�mpX@�-������l�h]+�*<���)�cF��;#��P$]=��O`�१x,�fv��>��߮����^�V��(��KM��0�M�o��q "i�_v5�bk:�������Uj��]A�l'i����>@@� �"_>߸�q�Hp/~��(��D���=��٣��m�����[K�D�lID6G�Ɩn?��W��d��02ydC{�B��������F" -�4� ?�N -Q<ˉ��I8�Y�����Z�Di��@��1J]#γ,S�#Zr�>е����C�9ŋ��z2�L����^wz�&��k�J�n̎�o�R�à ��9;���� mu���"9���C�'9I����gԐӴ1��\T�.l��r$ x��?��:������Υ2m��i!�@�ć�vݝ�q��a�X4���),��]FΆ�+Ds�e,��R����n�d�h� �0QӉ�n��sg�jeΥ��ԑ�g��L�OmMB;yjt�k�]z��+!��4�-�g`4��[|}M�E���\� O�]�p�N�V?.�4��G�����C�SLf)W:g�s��W��d{q�˞�{�%H9W[^OxiI�����/��+��%Dk�:[@�A�H���3�Oc5`���L�\�FR}'بA�!��<영��� -a�`a&��,�<E�6���nO|�����Y�kC���LaU%/f -:�ØM �p��&M:�|��\�Y������{% �� 6�G-}*���P��E��Ƥ��y����Xȶt��`"d�?�Q��0�\$��+ik*��u�a��}�%a �u��Ж�5( ��eK�dǓr��Dc����M9��,n"`�&V>(9�N{o�ƞ4��I(���m=K(��Պ3h��O��WK�0�����e�Jr/�&ؒ3�c�o 9�����M�A�Aӧn��f� ����`�STUhlq�)��0a0L��}�Nc#���kn�$)[�`�ڪ�NU�5�r;Vy��-qv���WW��������$ +xڕW�o�6��>`�X����eM�lk�0]�)gŧ�g_m9i���"�8�u��LQE�?~8� ^�~ٮή�4"��< ��A.#Y�A����u�%,֛����~]�"������M��p���'�~{q�+�E�}O���7��D^���g��2 �?]n�HҲ?��j4I�������r���`c�٤��2������8�a�]GiUN�d��� +�6���������2��<��*G��VQZȬt�m�c�8{{�Ep���DȨ�*��i+����n�*��"6[O-q���LA(��]�fةE$^o�4���&)��w�p���#�o���Vmߍ./�lD*#Q��FE�9o����#��'Z�Z,��jŷ�<�ɂ�����G��O$����t ��=뜎Gx\2X��=�2NM�G�k�7�ӃZ��QgW�D��t�ۈ"�� +^�ER��(��$_ ��.*�p��j0#{!�"��X���ieN���t�s��<�P���,�xh8���[�5��g��W��Yн���,�|��'�$n��tc�ιy�-~S2#qvxt��kZ=���J�.8,��_��Tb�A������;<i��+�cV�w�;���Xd]=���`��O�X���F;MC4�]�I8��i���P����"ta�5���]��1���yx�դ��鼎~j�D�/�pVi�6=����B{o(���f�D|e��}�ǽ�{U���D)O&��v�����;լ�=��Z�%ڎ`K&�]�[��Բ^5��}�R��� �����S/CO��E�$Js@~��B>ˉ��I8�Y���8�:�$y��@��1*S#�e�i�9c���D8�!ኜ�E�;=�!ө��{0߽^��C��}ƚ�����'���4�0h9�C�����hC[�F};�H'v@����HN�w� �4m�Vu5U��[�P�$/px���廎C�n`@��L��pZ(�P��a��t���7T��B,JR�ͅN��a�� +���\� �T���[$2�v9�F��t"B�[E��ģZYp)»;���KYf�OmMB{���N=�%n��@�WA���[`��h������x�b��XA>�v���nx +��~!fX�;�m=b?�d�����f{��|%၊�,�\���,Aʻ��z��HK*�@����xi�|��/!����@� +��@.���H>�Հ�Z��7ra<I��`�sЄ�CZ�c2��v��0a�d�ib���c�⃝�`唕��]Z�g +�*{1S�i�\j���?.i�������\��05�jeyͰa���[ �Sm> +��r\֘��1Ͻ��t;r-���,�:����f�,�,�gZ���(�@=�0E����8��:��Ў�5(����J�TǓrݤDc��uM9��,n"`�&V>h5�^{o�ƞ4��I(���k=K(���J%4R���%*��t��r%E ���%�d s,��A#��Y?�*�*�$4}���H`���`]�G���w;��+.0E��&,�i��5���i�hU�4`��$U�YۮwS��xͣܞU>����87���㫋�������� endstream endobj -3394 0 obj +3402 0 obj << /Type /Page -/Contents 3395 0 R -/Resources 3393 0 R +/Contents 3403 0 R +/Resources 3401 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3400 0 R -/Group 3398 0 R -/Annots [ 3389 0 R 3390 0 R 3391 0 R ] +/Parent 3408 0 R +/Group 3406 0 R +/Annots [ 3397 0 R 3398 0 R 3399 0 R ] >> endobj -3325 0 obj +3333 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/drleptons.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3401 0 R +/PTEX.InfoDict 3409 0 R /BBox [0 0 460.8 345.6] -/Group 3398 0 R +/Group 3406 0 R /Resources << /ExtGState << /A1 << @@ -44647,7 +44698,7 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 3402 0 R>> +>>/Font << /F1 3410 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -44790,57 +44841,57 @@ _[ ;�u��8������+<U1��p���V����y˵���Q�ʱ��}���҂Ub:4ڰ��t^#���Q��V��n؉2�B�G�^��I�_!=�f�J~ؠ�I�������;����3*Ǯq�Q8:�W�^r��(gS}������Q��� ��qB�a����|�����WP�Iǝ�\:�^�;6�������������˱y������N� �~"���3�5����'_�?���H�g endstream endobj -3401 0 obj +3409 0 obj << /CreationDate (D:20201019165403+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3402 0 obj +3410 0 obj << /BaseFont /DejaVuSans -/CharProcs 3403 0 R +/CharProcs 3411 0 R /Encoding << /Differences [ 32/space 46/period 48/zero/one/two 52/four 54/six 56/eight 97/a 101/e/f 105/i 108/l 111/o/p 114/r/s/t/u/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3404 0 R +/FontDescriptor 3412 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3405 0 R +/Widths 3413 0 R >> endobj -3403 0 obj +3411 0 obj << -/a 3406 0 R -/e 3407 0 R -/eight 3408 0 R -/f 3409 0 R -/four 3410 0 R -/i 3411 0 R -/l 3412 0 R -/o 3413 0 R -/one 3414 0 R -/p 3415 0 R -/period 3416 0 R -/r 3417 0 R -/s 3418 0 R -/six 3419 0 R -/space 3420 0 R -/t 3421 0 R -/two 3422 0 R -/u 3423 0 R -/v 3424 0 R -/zero 3425 0 R +/a 3414 0 R +/e 3415 0 R +/eight 3416 0 R +/f 3417 0 R +/four 3418 0 R +/i 3419 0 R +/l 3420 0 R +/o 3421 0 R +/one 3422 0 R +/p 3423 0 R +/period 3424 0 R +/r 3425 0 R +/s 3426 0 R +/six 3427 0 R +/space 3428 0 R +/t 3429 0 R +/two 3430 0 R +/u 3431 0 R +/v 3432 0 R +/zero 3433 0 R >> endobj -3404 0 obj +3412 0 obj << /Ascent 929 /CapHeight 0 @@ -44855,10 +44906,10 @@ endobj /XHeight 0 >> endobj -3405 0 obj +3413 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3406 0 obj +3414 0 obj << /Filter /FlateDecode /Length 304 @@ -44868,7 +44919,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -3407 0 obj +3415 0 obj << /Filter /FlateDecode /Length 245 @@ -44877,7 +44928,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -3408 0 obj +3416 0 obj << /Filter /FlateDecode /Length 392 @@ -44887,7 +44938,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -3409 0 obj +3417 0 obj << /Filter /FlateDecode /Length 133 @@ -44896,7 +44947,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -3410 0 obj +3418 0 obj << /Filter /FlateDecode /Length 90 @@ -44905,7 +44956,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3411 0 obj +3419 0 obj << /Filter /FlateDecode /Length 68 @@ -44916,7 +44967,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -3412 0 obj +3420 0 obj << /Filter /FlateDecode /Length 45 @@ -44928,7 +44979,7 @@ x "���}� endstream endobj -3413 0 obj +3421 0 obj << /Filter /FlateDecode /Length 214 @@ -44939,7 +44990,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -3414 0 obj +3422 0 obj << /Filter /FlateDecode /Length 80 @@ -44948,7 +44999,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3415 0 obj +3423 0 obj << /Filter /FlateDecode /Length 236 @@ -44959,7 +45010,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -3416 0 obj +3424 0 obj << /Filter /FlateDecode /Length 49 @@ -44968,7 +45019,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -3417 0 obj +3425 0 obj << /Filter /FlateDecode /Length 157 @@ -44978,7 +45029,7 @@ x ���f�W����7y endstream endobj -3418 0 obj +3426 0 obj << /Filter /FlateDecode /Length 332 @@ -44989,7 +45040,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -3419 0 obj +3427 0 obj << /Filter /FlateDecode /Length 317 @@ -45000,7 +45051,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -3420 0 obj +3428 0 obj << /Filter /FlateDecode /Length 17 @@ -45009,7 +45060,7 @@ stream x�36�P0��C.��� endstream endobj -3421 0 obj +3429 0 obj << /Filter /FlateDecode /Length 131 @@ -45018,7 +45069,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -3422 0 obj +3430 0 obj << /Filter /FlateDecode /Length 248 @@ -45029,7 +45080,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3423 0 obj +3431 0 obj << /Filter /FlateDecode /Length 171 @@ -45039,7 +45090,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -3424 0 obj +3432 0 obj << /Filter /FlateDecode /Length 72 @@ -45048,7 +45099,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -3425 0 obj +3433 0 obj << /Filter /FlateDecode /Length 210 @@ -45058,21 +45109,21 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3398 0 obj +3406 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -3326 0 obj +3334 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/dsleptons.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3426 0 R +/PTEX.InfoDict 3434 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -45096,7 +45147,7 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 3427 0 R>> +>>/Font << /F1 3435 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -45230,57 +45281,57 @@ j i���}X�Eř��1�<�[)G�ʥ�E�?nW��ص��甊�pZ����6[ďKI�Ȩ-meO.%OV��_����`0l㦢IxM��`�}�4E�k�?��Vi]x)ǂ���ݕ�Mx�R�oK����Rv��hdT��*�Y�{��b�ɵ��b����� �^�+1;����U�}-�!eL6�hD����!���\;��|�M�N�IXB�2�������������;�%\j"�ߤ���;\hv{��n�`x����cˌ����?���/��n����/��> ��{E���k���������}���/�?�v( endstream endobj -3426 0 obj +3434 0 obj << /CreationDate (D:20201019165449+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3427 0 obj +3435 0 obj << /BaseFont /DejaVuSans -/CharProcs 3428 0 R +/CharProcs 3436 0 R /Encoding << /Differences [ 32/space 46/period 48/zero/one/two 52/four 54/six 56/eight 97/a 101/e/f 105/i 108/l 111/o/p 114/r/s/t/u/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3429 0 R +/FontDescriptor 3437 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3430 0 R +/Widths 3438 0 R >> endobj -3428 0 obj +3436 0 obj << -/a 3431 0 R -/e 3432 0 R -/eight 3433 0 R -/f 3434 0 R -/four 3435 0 R -/i 3436 0 R -/l 3437 0 R -/o 3438 0 R -/one 3439 0 R -/p 3440 0 R -/period 3441 0 R -/r 3442 0 R -/s 3443 0 R -/six 3444 0 R -/space 3445 0 R -/t 3446 0 R -/two 3447 0 R -/u 3448 0 R -/v 3449 0 R -/zero 3450 0 R +/a 3439 0 R +/e 3440 0 R +/eight 3441 0 R +/f 3442 0 R +/four 3443 0 R +/i 3444 0 R +/l 3445 0 R +/o 3446 0 R +/one 3447 0 R +/p 3448 0 R +/period 3449 0 R +/r 3450 0 R +/s 3451 0 R +/six 3452 0 R +/space 3453 0 R +/t 3454 0 R +/two 3455 0 R +/u 3456 0 R +/v 3457 0 R +/zero 3458 0 R >> endobj -3429 0 obj +3437 0 obj << /Ascent 929 /CapHeight 0 @@ -45295,10 +45346,10 @@ endobj /XHeight 0 >> endobj -3430 0 obj +3438 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3431 0 obj +3439 0 obj << /Filter /FlateDecode /Length 304 @@ -45308,7 +45359,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -3432 0 obj +3440 0 obj << /Filter /FlateDecode /Length 245 @@ -45317,7 +45368,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -3433 0 obj +3441 0 obj << /Filter /FlateDecode /Length 392 @@ -45327,7 +45378,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -3434 0 obj +3442 0 obj << /Filter /FlateDecode /Length 133 @@ -45336,7 +45387,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -3435 0 obj +3443 0 obj << /Filter /FlateDecode /Length 90 @@ -45345,7 +45396,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3436 0 obj +3444 0 obj << /Filter /FlateDecode /Length 68 @@ -45356,7 +45407,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -3437 0 obj +3445 0 obj << /Filter /FlateDecode /Length 45 @@ -45368,7 +45419,7 @@ x "���}� endstream endobj -3438 0 obj +3446 0 obj << /Filter /FlateDecode /Length 214 @@ -45379,7 +45430,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -3439 0 obj +3447 0 obj << /Filter /FlateDecode /Length 80 @@ -45388,7 +45439,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3440 0 obj +3448 0 obj << /Filter /FlateDecode /Length 236 @@ -45399,7 +45450,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -3441 0 obj +3449 0 obj << /Filter /FlateDecode /Length 49 @@ -45408,7 +45459,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -3442 0 obj +3450 0 obj << /Filter /FlateDecode /Length 157 @@ -45418,7 +45469,7 @@ x ���f�W����7y endstream endobj -3443 0 obj +3451 0 obj << /Filter /FlateDecode /Length 332 @@ -45429,7 +45480,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -3444 0 obj +3452 0 obj << /Filter /FlateDecode /Length 317 @@ -45440,7 +45491,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -3445 0 obj +3453 0 obj << /Filter /FlateDecode /Length 17 @@ -45449,7 +45500,7 @@ stream x�36�P0��C.��� endstream endobj -3446 0 obj +3454 0 obj << /Filter /FlateDecode /Length 131 @@ -45458,7 +45509,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -3447 0 obj +3455 0 obj << /Filter /FlateDecode /Length 248 @@ -45469,7 +45520,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3448 0 obj +3456 0 obj << /Filter /FlateDecode /Length 171 @@ -45479,7 +45530,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -3449 0 obj +3457 0 obj << /Filter /FlateDecode /Length 72 @@ -45488,7 +45539,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -3450 0 obj +3458 0 obj << /Filter /FlateDecode /Length 210 @@ -45498,7 +45549,7 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3389 0 obj +3397 0 obj << /Type /Annot /Subtype /Link @@ -45507,16 +45558,16 @@ endobj /A << /S /GoTo /D (subsubsection.7.2.2) >> >> endobj -3390 0 obj +3398 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [68.053 486.842 83.246 500.633] -/A << /S /GoTo /D (Hfootnote.118) >> +/A << /S /GoTo /D (Hfootnote.116) >> >> endobj -3391 0 obj +3399 0 obj << /Type /Annot /Subtype /Link @@ -45525,34 +45576,34 @@ endobj /A << /S /GoTo /D (section.4) >> >> endobj -3396 0 obj +3404 0 obj << -/D [3394 0 R /XYZ 55.693 823.059 null] +/D [3402 0 R /XYZ 55.693 823.059 null] >> endobj -3397 0 obj +3405 0 obj << -/D [3394 0 R /XYZ 56.693 789.929 null] +/D [3402 0 R /XYZ 56.693 789.929 null] >> endobj 274 0 obj << -/D [3394 0 R /XYZ 56.693 580.739 null] +/D [3402 0 R /XYZ 56.693 580.739 null] >> endobj -3399 0 obj +3407 0 obj << -/D [3394 0 R /XYZ 74.626 365.098 null] +/D [3402 0 R /XYZ 74.626 365.098 null] >> endobj -3393 0 obj +3401 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im67 3325 0 R /Im68 3326 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im67 3333 0 R /Im68 3334 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3456 0 obj +3464 0 obj << /Length 2409 /Filter /FlateDecode @@ -45565,32 +45616,32 @@ O �9�\�:�_:�2��a�J ���/���a�`关�l��hΖ,����'0v�vӭp/�l�!ޠ�Pm� u�A�Z P`ex�jÂ�$�LqY@F3%�]$�]�,f�a��[�[/�����Q�$��J1 �$apݕ~X�8Z��+�8��ӂIy�:�3�[u��]�UJ圭a��u� x����q�t������N�Chr��zl��6�\*rXڎC3�Y a��Vs@�:�N��H���\���!#0�56'0}����9���N�T�]8�̳�����;��|즩��,�`Z�7��䮙�.As�l�]S;�q��@��-��sS?N�˜ ���Y_����1Y��'�8:�O�Ct:�,<~$:�� �?��>�� /�DZ��j���,�T*�&�Y����,ҵ���T۬^8�����>D��,Î��v�t�H���a��l��<�̋J�S��2뗦s������|̺�ڬ��(s�g��!&�b�<��OaP�gܧ]�NĎ�2���]�Yp�y �_=İ�l�:�!���s 2,�Uӌ�&�K#��z2u�����>��L����ɸS�T -��t��'�M�ܵ�g��z�`�ˊs��hVs���s��ˆ����PX|�9���:�'����Cl�c�,��)�@n�9��g� ��fs��J�3��q��Ψ��&��dz�j���̫�_R��@?�γS�����Z}���8���)DР����*� \�H$��#���B������j3%�����4f�f����V��wDU ����u$$���O��D�]�n��c���\*θ w�m�E4�����3�sDz2v��HW��MR7H�I}+��e�$]O��3A����um��n�v�M.��H��G�K�Ԩ*�vPVg��r@�;Gys��ar6�y!��jFRD��Ȼ�t�̤m�ĆE��>�������3*��H[�������<��;��r���<�P(Ы��s�>Bs2㜠1 'f�7����G4gī1�\VÀ���H�@�Y5TEX��E3҈��5]�?oZ䟈r4܌9���� ɿ@�~��^{I����pQ�32���qf��ʅ��:���TC}�,�-����X����ĔJ_�B�=O�UXF{�3��&��^��V"H��P�j��+,��v�Uɠ���p{�٧�|����<�!�G 9¬H(y��$GP�+r��/���?��D�`��"HD���� Ky����aT� �^��ʖM[��K��hJ������1���j��8r��h�X�����uV�f^��~�e��4�Y&�W=m�� +��t��'�M�ܵ�g��z�`�ˊs��hVs���s��ˆ����PX|�9���:�'����Cl�c�,��)�@n�9��g� ��fs��J�3��q��Ψ��&��dz�j���̫�_R��@?�γS�����Z}���8���)DР����*� \�H$��#���B������j3%�����4f�f����V��wDU ����u$$���O��D�]�n��c���\*θ w�m�E4�����3�sDz2v��HW��MR7H�I}+��e�$]O��3A����um��n�v�M.��H��G�K�Ԩ*�vPVg��r@�;Gys��ar6�y!��jFRD��Ȼ�t�̤m�ĆE��>�������3*��H[�������<��;��r���<�P(Ы��s�>Bs2㜠1 'f�7����G4gī1�\VÀ���H�@�Y5TEX��E3҈��5]�?oZ䟈r4܌9���� ɿ@�~��^{I����pQ�32���qf��ʅ��:���TC}�,�-����X����ĔJ_�B�=O�UXF{�3��&��^��V"H��P�j��+,��v�Uɠ���p{�٧�|����<�!�G 9¬H(y��$GP�+r��/���?��D�`��"HD���� Ky����aT� �^��ʖM[��K��hJ������1���j��8r��h�X�����uV�f^��~�e��4�Y&�W=m�� �dMkj����c����ݫ�_Vm���p�y�I����n3'՚���Eu3��G`�c�p�H�#-� ?������扑=L�H=|��Nh��z�����fT�w����k�,�9=���m��t4�i�4T v����&!�I�Vu�����(*�$���ޘ����W(��;Eϡv�O;� -�����ujES.�����M�>�5�%},t��el`�ҳXy�@J$h�̤є�d6����*ٝ��j|o�j�o���|OKR�H|[o���T=��#��J@�7=�4�g�a&�����8�R�uI(rA`Mxg��������[� +�����ujES.�����M�>�5�%},t��el`�ҳXy�@J$h�̤є�d6����*ٝ��j|o�j�o���|OKR�H|[o���T=��#��J@�7=�4�g�a&�����8�R�uI(rA`Mxg��������[� endstream endobj -3455 0 obj +3463 0 obj << /Type /Page -/Contents 3456 0 R -/Resources 3454 0 R +/Contents 3464 0 R +/Resources 3462 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3400 0 R -/Group 3459 0 R -/Annots [ 3451 0 R 3452 0 R 3453 0 R ] +/Parent 3408 0 R +/Group 3467 0 R +/Annots [ 3459 0 R 3460 0 R 3461 0 R ] >> endobj -3392 0 obj +3400 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/crosssep.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3462 0 R +/PTEX.InfoDict 3470 0 R /BBox [0 0 460.8 345.6] -/Group 3459 0 R +/Group 3467 0 R /Resources << /ExtGState << /A1 << @@ -45768,7 +45819,7 @@ endobj /Type /ExtGState /ca 0.09 >> ->>/Font << /F1 3463 0 R>> +>>/Font << /F1 3471 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -45798,64 +45849,64 @@ Iɞ'EIT :f =��f���W�yVK��+�v�Z�5���$�4�y(Ha5��zrԷ�$�ٟ���k?B_CN�h�("����d'[Ҏ����%WE��ľb! G�G-#�8���"��Y9�W~C��[.3@�l���q,�aY8�h-]8f�pA&�W�8R���q�$���4�`�/Mvޏ�(��q�ج-S�p|IK�p�ω ]8�*g�pD �Vb_���#G����f���s��笘�o�p���jj[&����p����E;L4q`!�Ȕ8ZK�f�%��,���$l�`�<��a/%�B�W�Q���յ���Y$N:]`��ڔ��-N�`%�5p82�4j�4�/���8g��o��N�T,&Ggb���~e9�� �I6RYe�筅8�9R���4��L_��aQ`_��ɜ��AGXh��6�D�p��J�k*�pdHi�i>�I_>�qΊy=�p�gZ��i[8b,�N����n��y����Bwx����M����n��"�!�O�V�M��-?f��*�0�9������{O��*�-��-��%���^�����k~0 endstream endobj -3462 0 obj +3470 0 obj << /CreationDate (D:20201004123036+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3463 0 obj +3471 0 obj << /BaseFont /DejaVuSans -/CharProcs 3464 0 R +/CharProcs 3472 0 R /Encoding << /Differences [ 32/space 40/parenleft/parenright 48/zero/one/two/three/four/five/six/seven/eight 97/a/b/c/d/e 103/g 105/i 109/m/n/o/p/q/r 116/t/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3465 0 R +/FontDescriptor 3473 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3466 0 R +/Widths 3474 0 R >> endobj -3464 0 obj +3472 0 obj << -/a 3467 0 R -/b 3468 0 R -/c 3469 0 R -/d 3470 0 R -/e 3471 0 R -/eight 3472 0 R -/five 3473 0 R -/four 3474 0 R -/g 3475 0 R -/i 3476 0 R -/m 3477 0 R -/n 3478 0 R -/o 3479 0 R -/one 3480 0 R -/p 3481 0 R -/parenleft 3482 0 R -/parenright 3483 0 R -/q 3484 0 R -/r 3485 0 R -/seven 3486 0 R -/six 3487 0 R -/space 3488 0 R -/t 3489 0 R -/three 3490 0 R -/two 3491 0 R -/u 3492 0 R -/zero 3493 0 R +/a 3475 0 R +/b 3476 0 R +/c 3477 0 R +/d 3478 0 R +/e 3479 0 R +/eight 3480 0 R +/five 3481 0 R +/four 3482 0 R +/g 3483 0 R +/i 3484 0 R +/m 3485 0 R +/n 3486 0 R +/o 3487 0 R +/one 3488 0 R +/p 3489 0 R +/parenleft 3490 0 R +/parenright 3491 0 R +/q 3492 0 R +/r 3493 0 R +/seven 3494 0 R +/six 3495 0 R +/space 3496 0 R +/t 3497 0 R +/three 3498 0 R +/two 3499 0 R +/u 3500 0 R +/zero 3501 0 R >> endobj -3465 0 obj +3473 0 obj << /Ascent 929 /CapHeight 0 @@ -45870,10 +45921,10 @@ endobj /XHeight 0 >> endobj -3466 0 obj +3474 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3467 0 obj +3475 0 obj << /Filter /FlateDecode /Length 304 @@ -45883,7 +45934,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -3468 0 obj +3476 0 obj << /Filter /FlateDecode /Length 237 @@ -45892,7 +45943,7 @@ stream x�EQIr!��+��+�Nͩ��k,3IN`k1i��-x�!��́/�|M�4|72��:�pO�.ܗ˂g�WT�w�/]�H}w��~fd{�H͐��:�B4&�!=#2�V,s��)�R�([�.ꕶN;���#�o�#��JvMl��:��˶.�:�$�vaqj�!"�uc5���N"v����0�Q$��g�q&�M�]9�y��V*9�>^�Ƅ�t��c��i��_�>}�����?��\" endstream endobj -3469 0 obj +3477 0 obj << /Filter /FlateDecode /Length 230 @@ -45901,7 +45952,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -3470 0 obj +3478 0 obj << /Filter /FlateDecode /Length 227 @@ -45912,7 +45963,7 @@ x *��s��>�h][M endstream endobj -3471 0 obj +3479 0 obj << /Filter /FlateDecode /Length 245 @@ -45921,7 +45972,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -3472 0 obj +3480 0 obj << /Filter /FlateDecode /Length 392 @@ -45931,7 +45982,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -3473 0 obj +3481 0 obj << /Filter /FlateDecode /Length 247 @@ -45941,7 +45992,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -3474 0 obj +3482 0 obj << /Filter /FlateDecode /Length 90 @@ -45950,7 +46001,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3475 0 obj +3483 0 obj << /Filter /FlateDecode /Length 338 @@ -45959,7 +46010,7 @@ stream x�ERKr�0��\ 3�g��NW����p:�<� 2=eH��6�d���Wd�Ր�F�D��)����\�n�J�?��72ͮЪ�G�6�F5+#� C�zV���Q�d��v!�:S�p,�C��u�)�mA��#�o<���r��Ln���[��:[�m@ �s�`��� ������)(U��I�\';P�Ъt�7�9`Ò��ho��>��F����, ���f��1�H�'�N=q:őpI8�@�������/���� u:eM����B��Rq�"n]E�lO� �?*�3b��� �Ԓ����������枾�?�9������ endstream endobj -3476 0 obj +3484 0 obj << /Filter /FlateDecode /Length 68 @@ -45970,7 +46021,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -3477 0 obj +3485 0 obj << /Filter /FlateDecode /Length 255 @@ -45979,7 +46030,7 @@ stream x�E�K� D���#���<��Ur��4�L6v����J#�,�y0����d������"��*�X�՝)�̵D���2r���� 箜T��Q�:�:8��������,ʾ#�2l�96p�a���Vw��D������v�l���ƾ���N6��%�~� L�M�u�@��)zr ��q��@��� �l���A�N�q����:Ý��W�w�;Lk��/1Ɋ��E���=���əcr�}C�\���A�����P�f� endstream endobj -3478 0 obj +3486 0 obj << /Filter /FlateDecode /Length 161 @@ -45988,7 +46039,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -3479 0 obj +3487 0 obj << /Filter /FlateDecode /Length 214 @@ -45999,7 +46050,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -3480 0 obj +3488 0 obj << /Filter /FlateDecode /Length 80 @@ -46008,7 +46059,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3481 0 obj +3489 0 obj << /Filter /FlateDecode /Length 236 @@ -46019,7 +46070,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -3482 0 obj +3490 0 obj << /Filter /FlateDecode /Length 147 @@ -46029,7 +46080,7 @@ x \b��9/i?�i�X5G�aX�n��,JW�-^��B]H��ޭLd�<�;p'�>TYz@;DY�I�X�V]j�����u=̪��'k)PTB�t��{���o/� endstream endobj -3483 0 obj +3491 0 obj << /Filter /FlateDecode /Length 149 @@ -46039,7 +46090,7 @@ x ����$jeF�2�T���`��<�3�\脇�ʰ�N1��fF~����{20c endstream endobj -3484 0 obj +3492 0 obj << /Filter /FlateDecode /Length 237 @@ -46050,7 +46101,7 @@ x �S�w�� ;�fS�GR�t�慷�r!��S��7҄�٧be�J���`��Dd��e8�ah��4`����֑ҋ��1 7���W���6K������+�n��|��IU\~ endstream endobj -3485 0 obj +3493 0 obj << /Filter /FlateDecode /Length 157 @@ -46060,7 +46111,7 @@ x ���f�W����7y endstream endobj -3486 0 obj +3494 0 obj << /Filter /FlateDecode /Length 68 @@ -46071,7 +46122,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -3487 0 obj +3495 0 obj << /Filter /FlateDecode /Length 317 @@ -46082,7 +46133,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -3488 0 obj +3496 0 obj << /Filter /FlateDecode /Length 17 @@ -46091,7 +46142,7 @@ stream x�36�P0��C.��� endstream endobj -3489 0 obj +3497 0 obj << /Filter /FlateDecode /Length 131 @@ -46100,7 +46151,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -3490 0 obj +3498 0 obj << /Filter /FlateDecode /Length 338 @@ -46114,7 +46165,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -3491 0 obj +3499 0 obj << /Filter /FlateDecode /Length 248 @@ -46125,7 +46176,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3492 0 obj +3500 0 obj << /Filter /FlateDecode /Length 171 @@ -46135,7 +46186,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -3493 0 obj +3501 0 obj << /Filter /FlateDecode /Length 210 @@ -46145,14 +46196,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3459 0 obj +3467 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -3451 0 obj +3459 0 obj << /Type /Annot /Subtype /Link @@ -46161,16 +46212,16 @@ endobj /A << /S /GoTo /D (subsection.7.1) >> >> endobj -3452 0 obj +3460 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [116.828 119.988 132.021 131.455] -/A << /S /GoTo /D (Hfootnote.119) >> +/A << /S /GoTo /D (Hfootnote.117) >> >> endobj -3453 0 obj +3461 0 obj << /Type /Annot /Subtype /Link @@ -46179,34 +46230,34 @@ endobj /A << /S /GoTo /D (subsection.5.1) >> >> endobj -3457 0 obj +3465 0 obj << -/D [3455 0 R /XYZ 55.693 823.059 null] +/D [3463 0 R /XYZ 55.693 823.059 null] >> endobj -3458 0 obj +3466 0 obj << -/D [3455 0 R /XYZ 56.693 789.929 null] +/D [3463 0 R /XYZ 56.693 789.929 null] >> endobj -3460 0 obj +3468 0 obj << -/D [3455 0 R /XYZ 56.693 352.895 null] +/D [3463 0 R /XYZ 56.693 352.895 null] >> endobj -3461 0 obj +3469 0 obj << -/D [3455 0 R /XYZ 74.626 113.978 null] +/D [3463 0 R /XYZ 74.626 113.978 null] >> endobj -3454 0 obj +3462 0 obj << -/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im69 3392 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im69 3400 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3496 0 obj +3504 0 obj << /Length 529 /Filter /FlateDecode @@ -46217,231 +46268,265 @@ o VR3���ͪ�!���=u����<e4�[���BN�nn8"����'�n�2����6���F9K���U���8�J�""G*V�J����(�()�FE��<�S���-�W��f�T��m�]��T��D���9���S�ͥ���Ѩ_|���mX��e���vc�k�x>��$�[zg���d'��Sm�{ܰ��?�y�1�-/iuh,��~�����`,�C?.|�����= �t$�SS���XϪq~M�nT��?���,�⣿�#�jG<�y�/(���ǟb~γ������ endstream endobj -3495 0 obj +3503 0 obj << /Type /Page -/Contents 3496 0 R -/Resources 3494 0 R +/Contents 3504 0 R +/Resources 3502 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3400 0 R +/Parent 3408 0 R >> endobj -3497 0 obj +3505 0 obj << -/D [3495 0 R /XYZ 55.693 823.059 null] +/D [3503 0 R /XYZ 55.693 823.059 null] >> endobj -3494 0 obj +3502 0 obj << /Font << /F23 623 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3512 0 obj +3521 0 obj << -/Length 3654 +/Length 3703 /Filter /FlateDecode >> stream -xڕ�v�6��_�G��!�ؗ=n�n�x7V����,-�2�Ty�������RS�O���s(Xl����oWg�ިh�~�$j��_$����B#*����WO//�,�^{�����ͻ��:R�*�Y^D*�R��}������ϳ��[.��8���ٯ�� ����('��-b�:�Zܞ��,��f�0�U���,�$t,��J��M����lj���p��B��� t]//�8���������i�=��O0�ʨ����-w���L�d�M�l�Oe�eĶ-�B2���r�f`cZy�e�X��g� �6�x4<K�q��Yv��P��Y�X��-#����T胍���7BoN��mӖ�î㱽��}_�ʿ�|�Ԃ�9Z8����?L���b�{�e��k ���D<�T/��Y�<� �P�oAtF�A�l�B{�a'7Q�%�sEO*˺�nEi�����H������+�[ᷦ����v��e��ԯ��7]�JVcՕ5�����g��aN~�C3Tp�*O���;�A��!���� ���ϥ��k�e�=�q�0���O /��R+���m���r#��� d>�ޝ�U2m�b��O����N�7m��8H!�ܢ`47@��{ԭ8�ɐ7t}�c�j��'�z��D<�#`wŧ�j�_��d{;6����5d�/w��h�R�9Ԩz��k${(��i�F��0�#� I]�,tW|{(z�J�+�Y7�5��Yָ�3�Z0���aݏ6ɐ=�<gG<; C�n���~g���<��5�*��Pp����C����U���<�gFژ����5��9�s�X�BZ�����F[V֖ �.���y�LbXj0<�oZ�*"�����q�}_DY� u7�ټ�Dz#G���@��n����~�V�>0� uz��<���0���\8�|�P��Y �(����H�4�n868�1��~�<c��b��䫄�xoa��p| -��`�p9�p��Dž'��jR�Ql6����W>��Џ���*��G����GbulƘ�}[���E?�h8A'����ȝ5�Lw�phg=�h ��O�^͠S�(Ҭ9�<����H��$�z���$Ac̔��L -�ޕ[˗b8X7�=�Y�rG��;B��hn�=f.k���e�E(0�_X��9!%|�c -�� ?�RSog���N\$ŝQX��b��!t)���D���b����CVo���<I���+ײL�ۤ�"�OL'A�=_�;ٯ$F��cYTsz3����A�����/�-R�p"����O۶(@���`�+�uQ1rS�4=2 ���,QrddZg>@�.j^�X� ;�4��5������;]&V$����8SY�r�*�$����U%�ca`��1���"I����4-��eq2J�lo� B�L����@����l[�-� D8�FC��h��XV� ��Sa�A��el�Ȥ�I�_�l������BV�n^�9\d��pT�^�D5���k�=c�S�y�_��TzǙ!�~آBɹ���:Rs�<AxdU�ag�'ZID�U���&�T��*��dZrI��)g�bʰ�3T���0�}g'cF�.l ��d?V{MKIzNC�1_W���34���0����4��|)���Z���(����+�+�4���ϑ�!2!�DG����3�s?0=j?ΐ�"��l6H\�~'Fe�wʦĹ��{�r{I�ߊ8��4f���n@3��4F� �=���%�,Z������ -��u�/'�u/��wdӳ�b��5���� ���t6��T���A�M�5��(y�Iv;�A�l�2���?Hz3٤�Mb�����ڻda�2�̰�-�p-Y��f*�4*��"�ԨQe�hT�8��Ś�q�kPt�9D�I�R_�$HԪ$GS�6%|$w���B�;�L -S"��r�PV�^��K*��M/�4 w������s�s��p'D�,�4�;/�4�C�د2e�P��`��$�R�%Q.+Q�#��qa5@��N�ʿ�4"����d�@�k��I��+h�����ڢ��O�I�C���K�(*��D�l�J��Bʺi�FV�Z}�nYjzF!�bь�ul�]A,}9��t>�G)B&i�VH��U�� ���R���s��9��]Sq��Q48� ,rR���5����=��נ��8/Q�x0��'S�����94x����'��|tB�q�/�2e�'�4�Ϸ�1�ё=�8y����5�%{��:�p>�,�����DLI|���ѿ���yS��e�?hb���$�T fG�,Y�����.;�����N�f��4{��P���5@�fv������N����<�ZFחS0�/�3�q�❸(�F���Δig[��f���u�=1װn %%�2���J4�qV�\���? -�6����9=,�$SeҴ�4ՙ�� �j<���dF04���i�j$"7��N)F��j�CO�Ɩ�l�,��q�p+j,W��q�F��-O�� �)iKy�)�EY3��vs����f��O��;�6�ެ�ڶ����gX�C q �:����n1�|o3���:�6mQ�a`8q�:�����Тc�9J�-�5�Oza�������$�e��A�Wv�W��bH��;�3�I�T�XFZ���m���|�iO���߈��/��ݒ�D�� �U(�ÒYb{�"��qu�šw�v��2QP@MĢ���tDx0՞�w��ʖ�0� -�v≩1�c�&s�z��ٽ�p�Gqj�q��OR-N�~�������__zV~�����=E�8I�����VLʈ��t���$8ދ��RW�H�غ�s���i�%��{iy\�`��ȉaα!扠3�/�XAl�շʩ��̣��`0ɒ�I�����mphiUjtL���,�_����qlph�H<�'0�bgz~���yٽ$��6�i��9���SϦKK�ϝ� %�u^O���R����/�X2?�%�ʐB��v|���z��=5^�n ~�홗<�یM�ˇN�F���8B�2�Pܩy�$v��(1uFӁ�Wy��W;�D�s�!,���!��X��US/`�p���"XnLA�E�\eb��0RP�<.�"y�F�� '���qV�T�Ŧ܌��"���'����M3$+톮 ӎ/j�SB�,��E��D8��`�l�ef�[I5�ɶ�ȓ���������?t�7d�R���(Ryp#�'ii"�:����}ű ���,t�c9��`�)g��r���~�~�=~{���|X!y�7?_�~p3o��:����z�(nWa��nW����ꖡw7�/7�?"�7�:g�a�[>��k^)�>^�}�зW<�0W�1����|��Ձ���&�~��"_��k�fGF,�u���_0�)Xz��t�{f�G~5��D����~C�'��^���J�N���!��D� -*���u�de�7��v��r#��`.f�6����;х0x澲��'G�A��4���))��W�rlm���D״�&(��lD�r~y̨?&����� �oAF��5�4�b6�t��ru���k|�fj ����M�m��Mo��^����mcf +xڕ�v۶r�В>�fH|esO�:��Ծ7Vnm�Il(R�É���HJ��tE`0x�`�`��.�ŏg��g/ުh�~�j��,��O�h�!H���z_�i�y���������ʲHy�=W�g���2R����?�?�]-��:a�`���C�X��~�#X�a��E�Gy��L����B?ˡY.���wL���0�U���4��8��*���ժ�ۢ��,@\�H�< B�,.U�GA�s�ۍml��k8���zy~������`��P���3��������t�F8n��P�Z'��u��^�+Zײm�^`'�>#3-H;���RZ]��b(��V�*�:A�L��OE��νmc;A�q>.^�����~ �N� ��^֭7H"3C�7�ˮ8�A,�u�{F�Y��m�S���P�2ϔۺ)�ݾeT�l��JW싿�Z �e��!���e�y�?m��ZE�]"@Ǥ�=�'1���ȣ����<ro/H}i�߃8h���%3ƚ1V�^Xc:�S3ݳ2G�;��ڗ/^�u��f K�E[��_��Ei:�v/N��րS�s�>���p��vW�%jD��]�5C�Yh��`F������D�k8bàδ�Z�">�g�'�M�Gx(�h��e�t�XT��N���r�Bd4��W�%���L����G$ +��:c�����V���L��������.��֦�Vr�0�Xн��z,K�x5��<��V��-�hb�T�LUY[��7 +tVH��:X�y��ȏO 2�W!���{�}�1�pߖ�U-��*e hg�۠a[���~%�x �d|���ܩ��л�eU��9q���. ����JӶh�m^�VtkO��`��X��N62%*��B�/��e�(���Wx�o��pÔ���n��t�TZ9�r��U�X���u����י�M��J�V�!���l��T�� ��4t��s�1�U:�,�վy�x����^��-�ց��>gw{�����5�z �ly8�~��S6¬�}�aC���n�=�(l� �F-�I�u��wP�3���9�`!s���l-}ӹX"�_�Ɛ���aû���v���8ZgdjV���Pp��Y1d�R�����!�r�t�7�F9�<�c�]t�-9����Ŗ�'N:�z*)܁~�R��z9V�"BY��WH�W��Ӹpt��a��[�@�|�-w�˅���Y6X�l�׆�[c�%�l�yݖ1��.�y�U��e��o����0 M\��x��g�(yl�U;��:@�T^�V�d@�D8��[���tM�P��;c( A0����j�w�.����dB�E�h��d���E���~�6u�L�½�o�m���<gm����'�������-���bXh�LE���J����°ń��8�i��P��4{���UaczUpa�-�(� �!�Do<��1�`�`��4?M8D�V���'+�F�Sy�j�?Nd؉��Z=$�L 1�b ��A�h�[Ӭ�� +Y�T�xws�;��@h�z�f� �_��T���HkL&@$Ō�M�/��[��g�����>lw�z�{ņ�]�m\�����6i���X��=Ì��JDݹͺ������ ��r�_�,af�$ �7W��6v? ,d��'�= �;U�G���jp��4��p��=f��7e�7�dHi�SQ��2�o:�r`�1\I2�P���mC��{OrZ��� +nMx��,� n\�)Ɩ��(�M���{�c�̶{t +����80�N������eH*���Ӌ���=�����`FL�HP#[O�N\��^�}r~!��@Q����d8��4Y��<�H��u�d��B�� +�����n!�nek81�<-i0�2XɹJ:�l��$6��҉�LL]hΕ`�LI��Vk��U�9)t0�s�L� Ǻ�#�8�c���Fٜp]��Q��X��Q\ʋՒ�k�;:|��8�!�"����c2 ��>�W�b��ۤ��D�b�a��:qV2dc�����p������EcW����3���B6��X��ppl$wa�rW +n��\���~(������،� �k����((Lz�UjF���0���O�Ҙ���W��zHv��0��ʓ'^$L%jd�I��T����T,�����>h��c�7 +��I��7<`C�A�)*r���@3�Ô`��y�9+F�'w�M�����IE�J[��yr�2�Ռ;X�<����v.��|w�����e39%�N[A�BD��Y#%P�4 �|C�9.����.�Qq6�3x4!���c�1��TPJ�Jde�̡ ��H�c,`�����E����\���2 +^]1���<SVFk��◲gj�T�"%GA��y +�aꡱv�3'$$qB\��P���*�6>�S�*=D�~�F����"L��s!\��9W|���*}*�+a<�t 8�WG9*"`ᮠ��z�H����p#���]贿�n�8�gK�|���wuI�N ��k��x �ޙQq��Ax�C�Q*xE��b(���b:�(��x���|�(A< 1+6�?0ѕXԴ�p�Ô�2��M1��X�UF`t������P���K|A���Ch��6Bl[�H$_{t�C�ZNi���A�qܮ���5n���5�4M)����I+Q[���VbY���I�����uZ' ;IW�d��Gq.|!=1v���,VbK2z�ڊ1%�5T�<��g�u ���,�����[���@�3���Z�8��8�/�� ���Q��]�q�Ys�dP|��NLC��;���⣨�Go�k6rR�YG?�d�Q�3U�!Ő��5Iƽ��Iʡ�� �ؗ�� �x4�O"A�6����p��c�X4��<��� ����G��g����ڇlH�[|��$q��x��G ���Qe�t��3�����0��n������sS�;6Ǡ���d��f6ؗ��L�6=ך��T�S��KIq�%��X�K�)e���]�$U�h!���=z��Ɗ=6E�+�W�*�箔�3:���j�I�_`����h��^�����D�`�/0ƽ���f+�� ����3�O�\������1Ρ�+�R~��[�ޢ�ɉj: +-skT��[�n� ~ �=Q�0���B��N����5[��1��Rſh$�!I���w�xu��ZK���c�i��3E�灍{Bo[Qj�F�&9�����`�F�6*N�Vf]�d��2c����ґe���t��\R��A�~����D��D�o(Z��I�`W��2�����ɯ"T��'|H��L�{+�O��� +oT�c9�zA���䓫t&�_]���+̦")��O˟n~����èW�o?,9�����j��0�����'8�_/��凷o��%���������w��H���_.�̰���WJ�����q����������^�_�zu���C��OV:��A���Y�0=�t�gV�gѐ���V�ԓ�L�bI�W������A�s̐�_w��XMbv���ڦ��_�J�I)RW���YuT��]���:� D�ڤs�O���$C�%�pD[����<N�tN2lq�E+��t& � ���⌡L2e�ӧ�W˳��4~� endstream endobj -3511 0 obj +3520 0 obj << /Type /Page -/Contents 3512 0 R -/Resources 3510 0 R +/Contents 3521 0 R +/Resources 3519 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3400 0 R -/Annots [ 3498 0 R 3499 0 R 3500 0 R 3501 0 R 3502 0 R 3503 0 R 3504 0 R 3505 0 R 3506 0 R 3507 0 R 3508 0 R 3509 0 R ] +/Parent 3408 0 R +/Annots [ 3506 0 R 3507 0 R 3508 0 R 3509 0 R 3510 0 R 3511 0 R 3512 0 R 3513 0 R 3514 0 R 3515 0 R 3516 0 R 3517 0 R 3518 0 R ] >> endobj -3498 0 obj +3506 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [114.39 746.459 127.203 756.421] +/A << /S /GoTo /D (subsection.1.1) >> +>> +endobj +3507 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [300.154 711.59 509.723 725.537] +/Rect [322.06 702.125 531.775 716.073] /Subtype/Link/A<</Type/Action/S/URI/URI(https://grapa.readthedocs.io/en/latest/)>> >> endobj -3499 0 obj +3508 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [120.656 668.252 137.606 682.2] +/Rect [144.429 658.788 161.38 672.735] /A << /S /GoTo /D (subsection.3.5) >> >> endobj -3500 0 obj +3509 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [433.7 668.252 450.65 682.2] +/Rect [468.501 658.788 485.451 672.735] /A << /S /GoTo /D (subsection.3.7) >> >> endobj -3501 0 obj +3510 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [292.544 639.36 309.495 653.308] +/Rect [329.227 629.896 346.177 643.844] /A << /S /GoTo /D (subsection.3.8) >> >> endobj -3502 0 obj +3511 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [225.681 624.915 251.735 638.862] +/Rect [262.82 615.45 288.875 629.398] /A << /S /GoTo /D (subsubsection.4.1.4) >> >> endobj -3503 0 obj +3512 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [461.104 610.469 487.158 624.416] +/Rect [505.72 601.004 531.775 614.952] /A << /S /GoTo /D (subsubsection.4.2.1) >> >> endobj -3504 0 obj +3513 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [116.913 524.458 124.759 537.077] +/Rect [207.984 500.548 215.83 513.167] /A << /S /GoTo /D (section.5) >> >> endobj -3505 0 obj +3514 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [392.581 437.783 400.427 450.402] +/Rect [55.697 399.427 63.542 412.046] /A << /S /GoTo /D (section.6) >> >> endobj -3506 0 obj +3515 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.84 408.227 230.79 422.175] +/Rect [358.864 384.317 375.814 398.265] /A << /S /GoTo /D (subsection.6.1) >> >> endobj -3507 0 obj +3516 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [394.589 336.662 402.435 349.282] +/Rect [139.416 298.306 147.262 310.925] /A << /S /GoTo /D (section.7) >> >> endobj -3508 0 obj +3517 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [417.401 236.59 425.246 249.209] +/Rect [416.476 198.14 424.322 210.759] /A << /S /GoTo /D (section.7) >> >> endobj -3509 0 obj +3518 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [97.348 207.034 111.046 220.982] +/Rect [105.542 168.584 119.241 182.532] /A << /S /GoTo /D (section.10) >> >> endobj -3513 0 obj +3522 0 obj << -/D [3511 0 R /XYZ 55.693 823.059 null] +/D [3520 0 R /XYZ 55.693 823.059 null] >> endobj 278 0 obj << -/D [3511 0 R /XYZ 56.693 782.706 null] +/D [3520 0 R /XYZ 56.693 782.706 null] >> endobj 282 0 obj << -/D [3511 0 R /XYZ 56.693 277.686 null] +/D [3520 0 R /XYZ 56.693 239.236 null] >> endobj -3510 0 obj +3519 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F28 677 0 R /F14 963 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F14 947 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3517 0 obj +3529 0 obj << -/Length 1265 +/Length 2275 /Filter /FlateDecode >> stream -x��X�r�6��+��f,�����d2q[�+;3�IHḃ -�v��|/^��*�%�ڕH���{����a��|��0�0�$ ���K� �#/SK1��w�g�YNr�������W_��0ˢ��u�.�t���Fӯ�O���ɟ�q�1�����~E^ {�<Dy�=铍g8�rx����odMD��b�kj�8�<BP@lL�[��>�w�AB2��g?� �;>V0��g8���c3��T��['���$�ԛ�T�F�B���!��S^�B2Z��B��U�4KMװV�$�Y�Z�+W���Z+@2�\��^�} -��_����X5�i�G�)�H&�Q]t����j���V��+�;�#ƕ[�/�����&Q���I.�q(Rx�tHP�{��!1P�� �%��4�6N�8�Ĥ>5Qn�֔�!͇�������!�H���5�,*e��dAJBh�1�����+�i��B�?��8 -0I��jzgC��F�G٩�Ŀ�4����J5��'U�0o]k>����h Cb0hXi�bs��2=UM��Ez�+$��� -Q�}��A���Gpb�� �m����:`�� �ZA�[ ��J�IiY:�T?����Jf-{�&�OyE�,�y��@��@D�k6���<�~�P���� ��bi��q�6�U%(k��<��D��G���o��צ�����a�ơj�m,�ȕU�6߉J ;TawF�7&04J&u=�n���\��t��0Q^n��I�����������,7�����EᾇB[.ո=k�Um�J�¤���?�G�G�"�ΖB� -���P�F�=�]�:5��YQ�j�5s�igʦf� -�^P�R�\��x%W͙�Ys �� -�������k�G��]ʗ����4Tab�<_ZN����w�����3�:�Nh1E_*=��������Uc���u[.����F�빅�d�,?:��q�х�}�M�S؊``�]Ԥ�-a��{�a�'1SmLYjM&r+e�F7�a -.���ָ�K�!�`�K@�V�i;w��7aX��Z��T��᠀J7��?��M�������ՠ}��W��H<bd'��ƍ��G���X�-����R\8���ȭ&L���X�����p�`};̅�?��yEk��/��N�z�џLc��{x�)�e�{E��*��b;�F�l�&�^�o�b`����*�.�fu���e�����+:��� �&��U�vsh���O��J�` +xڽYY��6~ׯ�#U�<EjN6�+�z����#a$�y(�8�����R4��O��hv7����}�.�~�x��4�$�E���:Zo��¥�nv�ǰZ�6�&|���o�}x������4�q������*K��:[�r��⛛ů���A2���(O�`�.>�;��.��lSD�y�D��M�~��"㹨�a&j�GIZeGe���?�IIR�s�����P:"sPݾ����;�&e�,����'wC�uuߝ�M��Y��E�J�h���O�FEYyA���Ұ��<-�m?4;��`5�� ��qݒ�q�ԟ���֖���V5ۡQN��u�ި� +�N���ۣ2BVh�p�� �*ɣ<_��7�����{w`m{�x N��ؤu�������|_�/�*[F�Qsb�=qRF�627���O^�Jl�J�(ξ���MU�C�?G�t��iQ�Q1ܩ;��~Y�2����-���-We��_kpȼ#�-�l��vt0�� ������b>��jI��4=N,Ϋ���nt�3�!\�����#U��j���ݡ�;ӷ�ʓw��'�Uo>�4J2q!��r��غ=6����1�A�j6&.+�iz��8 ߫]#G���YScD����n�L�vŰ�x�c��p��;^�zwI�����a+n�$��yC���3}��"��+{��:`T�����{J������|yD�F���,?t�Z��M��KC��ia�&���h�]��t��.����4�����,J�Zr���,��xG��E���U��9��oFE`���!\*d�֢&U�J�� ��_%��>n���[�f�k$���H��$�t��T>��+�oJ�a̫c $K����]�%����@��jG|1�:�q�;�� $q�I�,�<>��?�^���N+ ���-�/��U�9���|�8�z�w�����ZHe���pŧY�T�d���%�8=+�(�m�Q!����j(X�6�$O���N�`��X4��E�����H��<�v� �lj1ɟX �J�N/�q��5��}�A��T�����ab��auwI�2�!�a�Q��e�����u����/��_+��v��8�-�,��шRSh2�dc +�V��܈c&H%[�O�����YȄ���F�?��..�mL)���c'c������E�N�Qz����W�n����ͥ��m����_J�9��J�����j�&��}l�`��3�c ��A���Q�'��a��($jp\Eu���5a�@B�ua�NA4��rO���&�~M�~�1H��C�ꦑ����*A��`!QP��#!���nm/U�1�����ol�rl�RZ@�_]鯮�@I�Hl��}����B`?��v�3�N��Xdp$/��X�A��N��?�SE�o�#��Y����0EMT�r�uM�I倰���|8����«�O�f����3�(w ����)|���'�hv������$9:+���%s/J��D�>�Be�ãt돹��d �TU���A�Ce�}�v��NJ�m�� :��� ������Z�y����I�ŕ��e�5��3(\Ϸ{��v�_���0�p�y�nm�㗊5�m�eb����bM9����k\|�Ĩ�+��mUb{�����WRu<�fb4rAS_�;�?��-��6��|�D��;�D���R=6/��-H="j�ӳ�zʫ��ړA�xC��������u@[V�dD0�� �H���Ps��|���'/ƣ������~9W�s�4��Bi��<tv�o����SËcaSw;-�0���B��q,�,��&.���X���k�>�* 3�n'�p�A|�^+ϫWMS}q�[��Ȭ�w��c[;��>�q�E���� | < 1�O�+���ط�(;��J�C@8�G��.�}}<NR��/�4�2܇��t^������w,l�.,D�vz%W7="�xٮe4t(�s �ܶ%������E��H_�Ϋ@��o�|��q t����Rl���W�((�� '�� ���@[~_$r��`�J��aĉT�$>P�ma�F�c�uj�b��_+c���}����%#�FM>��&�P��@�e��s�3����"�O ��f�`�gI@�,���EZK��_|8�7Z�ۊtd��N�A�g���%b6��������>@}��7x�Ri���������gy +�(Q�a.9�77���z� endstream endobj -3516 0 obj +3528 0 obj << /Type /Page -/Contents 3517 0 R -/Resources 3515 0 R +/Contents 3529 0 R +/Resources 3527 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3400 0 R -/Annots [ 3514 0 R ] +/Parent 3408 0 R +/Annots [ 3523 0 R 3524 0 R 3525 0 R 3526 0 R ] >> endobj -3514 0 obj +3523 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [430.035 501.382 446.985 515.33] +/A << /S /GoTo /D (subsection.2.2) >> +>> +endobj +3524 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [327.39 244.168 356.253 258.116] +/Subtype/Link/A<</Type/Action/S/URI/URI(https://colab.research.google.com/drive/14lNlb2s3-2cEXiserMzu3getwCisvUT_?usp=sharing)>> +>> +endobj +3525 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [338.136 403.296 360.939 415.915] +/Rect [338.136 212.356 360.939 224.975] /A << /S /GoTo /D (subsection.9.17) >> >> endobj -3518 0 obj +3526 0 obj << -/D [3516 0 R /XYZ 55.693 823.059 null] +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [132.605 129.607 158.66 139.304] +/A << /S /GoTo /D (subsubsection.4.2.1) >> >> endobj -3515 0 obj +3530 0 obj +<< +/D [3528 0 R /XYZ 55.693 823.059 null] +>> +endobj +3527 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F14 963 0 R /F28 677 0 R >> +/Font << /F23 623 0 R /F14 947 0 R /F17 619 0 R /F28 677 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3528 0 obj +3540 0 obj << -/Length 3853 +/Length 3854 /Filter /FlateDecode >> stream @@ -46450,33 +46535,28 @@ xڭَ *�m�N'`FEUw��!;<�ĩ�hw��V�q�k�+���ui"W7��Di����=V#���.��<QB �R�eJ�W�Pu{�oMTw�]ߚ<�~�S���r.��� ��� o@?�Jg"�u�-a=��zo:X�(���UF{�ƣ;M��C���]7 ��:׀YDO��=����c�V�s�����^�J?����ʣ[��$&��GZ㙧L�*�Y����ŭӡ��ٶ�p��*r���qp�G��P��=6����y:r݁?%�t0P��x�'i�W�Y1�0N�A�pȳচw�s�pv��{��ûNl����%�"���S�c8'�Fw�j0U����lё� �8���K*�9T@�������W�'���|��C�>Js�8��fk#�05�"c��������z"�N����A�a�[�8�PC$��$(c�H�=� �3�0�_Yr�D��ti�o�z3r���� Ø� X�E����zL6!*7�Yq��h��M2�l"�� ��7���Lü_V''b��o�85/�5��=� �T��5�)]<���xwj`�d����ڊ�f�1�yn��,�1�ݕ +�X�0���?ߴs:Γ���[tn�J��C�b��`ƃ!�����5l�۞���jƭ��Xe���Q�A�9\-�+8�A@b*�(��#p��>(|���=z���K�JA� ����_X�]la��=y�Z.[(�[0*�u���u���D���9`Xa��m�˦�JT� B�r��Cjb[O��d����[,�x���6f�[0��LG -+��ɳ���G�n�Z�3�F���a��k�{���ܡ��wpͶ���q����YY���W��E�a�81j�KZ2-���K�)d���c��*6�9�w���=)�?���ՠǿW7l2��[ȃ�W���߮!�q�,�A'�9���M#q�$S�D����d�C ~,��̈́�ꅁ" ��L0e{%\o���'�l�����{r�[3�u��j��<���L �ES�Uh�Q�F -s���U�n�a��ۿ�ked��Չ]1��?�Ǻ#3�����6N��5x��4"��BW�Gx>L�zAh"�B��w������'4]�7ﳓ�����m��͈hD�3qm����i�Ƒ<"���ٶ�M%a�j2�u�Y�"k���ӰD�3��8�j�� ���}ρW�n܇VDd�Z��72L�^���c`*����"?�K^�7���KD����ؐ;���^B�u� �<G���o����xƳľ�{���� ��,�M��K �q)뙄ЯoN8Ȅ��g�����&2�23�$7�l4�qR�@�m��2N+��::Nt�Y��@Tc��{&C��4��#~Lf=�_��@td���,Vi��_0i�i}.� Oq���� 9�N.+Թ�X"*%�\�|1��#Vq�B�Yq#�,�+ <��<� b?@p�q�Q����<c�=���g��2��3ʔ/������X,���M �ʊhS��ZЫK�d��a9E�A,�2H��t#mD����k%l}�D�]���"G#'�2�2s���KY���{J�$$u/�����AP�~b�S�����u9���%�N|.�4qæ�4� �j�~�����K�T"��`)1��x`82�U���tB2Y���֪�++6������Ƨ��Ā2J3���ߒ�.�{s���`��}m�:�pG��Mh̨�)y���CXO���2�~O��XV��G��_yТ�&%�~�J�oQf��A�/��#)���V���>�V"y�9�6��l�ڼb�?����D� ;-�H,]�USj��T�H�R��m𪬊�$_�M�m����#)&��Z/B����p�CjW�!�4Z̃�(��F"$Vfv���ACY�_9W<��dv���t�%4�v�� -�?�G�Mη1� �/a����#G -����C�l���l��L���0��V�&D:�8I5�P2�\�U� y�/����릞B�E�`9.�c_���'G��I~��/^��SI�t�����#���,N����[�W�����:�����# �����;���K~��d ��$U�aѐ�d������\vrY�F���M@��~@O%���r���t$�(��Cm�R9��t �"�6'd���y��:��N��?x�Z\����x���� -��dX\;���p����� S����?_���_DJ�%���ښ��Z[wu�'kk��;�.�&�k��*mc >p� -����R����5y�*G�Z������Dx�*b�Ի8 ���IA�� ���>���ZL�p��!��=I -�{��\,�t!����瑕壊��O%n�N�9P���>QbIW��~﹂<p�$o7S�_�6sTI�BR��j���5FC�s��~r��� U -G���d��n���h�ǟ�g�iܚJK$W�aqidhx���cP�[�~��K�_KO)��5BlU�@�i}�D�aQ,�'��D5B?&��6VϞ��xr{��N�{��L�l\���QTӤ#���`���I�aCx3K:V XC�s�*�<�liV���7T.�]��^�#�Au��]�֜ei f�w�I�f+7��:3D���l�a3�G��(����!��ֻz���z��Ʃ�WM��� 6%y���>�������;ls�}= �Z�Hǧ�z�#�Dj��\K����gzuB�,��}�3]+/w��W�����ǚE��8DV#����qwȝd���.+�X0�܉�dG�|�C�<�� -��A�#�u��|4�I4���8BS*���E�!&�&�,fi�<w�M�ɬ����õG#52S�a�N�y�� - -���+F�+�()�X4����.�Gō��*�B�Ԗ����"����h+WB)L\J%�-�WPRʬ�op��<<[#�{�c���~�E�X,�!��y�_8d�� -�Y���P��yL�=��"���n��l7[��(cbk����J�6 ����(�.�s�2$�:֘�y�$��+ͧ�������*Δ��-��j�&�2��$�b�6�{%�,�M�z��R�< J�b�� ��bS���l�Z�V8�����8V��H��ї�4x`�qT�1��3tYC��ߜ���� ��*/�A�(0ɕ�H�M�¦��@���4�?��-��y��0�+���@�Hy�,����jY��ɳ�Z�n3�0��"N�Y��u��� -��-�wMRI���}��/\����:Q����B<�GEz�?/�0�_�F��g�GA�$���E���츻Zx��甭=B���I�Bۧ��CR�����yb���|8���R��� -��R��(�,�W��?B�~��>�Km�y7��3��=~%3�Q~������*���Z�"�0��b��ݶ>NK���pR�A�Vz/X ��$�7��zIH6뉻�t����g�� �����!�ɓ��� �8�UNO��`ؘ~�+�\!+� |���������^�-�ؼ�̡� -8���ء=�����t�f�2�����P%�z���EVB�����5�Q��0B���/�|�����R���a�5����/����x� ++��ɳ���G�n�Z�3�F���a��k�{���ܡ��wpͶ���q����YY���W��E�a�81j�KZ2-���K�)d���c��*6�9�w���=)�?���ՠǿW7l2��[ȃ�W���߮!�q�,�A'�9���M#q�$S�D����d�C ~,��̈́�ꅁ" ��L0e{%\o���'�l�����{r�[3�u��j��<���L �ES�Uh�Q�F +s���U�n�a��ۿ�ked��Չ]1��?�Ǻ#3�����6N��5x��4"��BW�Gx>L�zAh"�B��w������'4]�7ﳓ�����m��͈hD�3qm����i�Ƒ<"���ٶ�M%a�j2�u�Y�"k���ӰD�3��8�j�� ���}ρW�n܇VDd�Z��72L�^���c`*����"?�K^�7���KD����ؐ;���^B�u� �<G���o����xƳľ�{���� ��,�M��K �q)뙄ЯoN8Ȅ��g�����&2�23�$7�l4�qR�@�m��2N+��::Nt�Y��@Tc��{&C��4��#~Lf=�_��@td���,Vi��_0i�i}.� Oq���� 9�N.+Թ�X"*%�\�|1��#Vq�B�Yq#�,�+ <��<� b?@p�q�Q����<c�=c�aϘ�e��g�)_lEe?%6i9�XR9`ϛ@��Ѧ����W�4�I�r�1�X�kd�g�Fڈ\%ɥ�J����B���GE�FNre�e�$PǗ��!8����%IH�^�7N탠t�Ā�.d� Z'�r\K^��\i"�M�i���v'�ﷱ���D(��Rb�(��pd�Pu��d�0����U9WVl�9��OōOջ�/d�f��ɿ%�]���������u�� ��ИQ�S�S����fkEe@� �V���4;�$t!�>�E�M0J���:ߢ�V���_�GR������!-}�D�:sv)l���r+�y�`G!=ԉZvZt�X����x��>���6%L��UYI�0�$�]��GRL�^�4,���Ԯ�B�+i��CQ&�DH4��4�(�!�����r�xl���`5 ��.�Kh +���\ +����o9b�_ �Z�.w F�\ak-�D����ـՙ8d�wa�����M�t8/p�j��d��>���A�7^d?U��M=����]�r\0Ǿ$��O�|%%����_��� +�c3���F.��Y$�ZE!-�d�V�9��u&����Gl @ݧwD?� �����I��â!��X ��+"���܍�/F��������Jx���2��H�9Px1�ڬ�r��8"E8�mN�jhq�>�uTU�h5𨵸D+u3��+v ��r%���vp���:]K)V���I��nf)����Kl���5-������O��dsw]�MH ֶ�U��@|�:��3h�����k,�bU���4]�@��0UĚ�wq@�'>8�?r��>1��c�|�Ã'��R;��mC��{�����Xܝ�B#����#+�G�.J���s���34|}�Ē�ha��sy��I�n�m樒���Z�ժ�-Hk���)��w��8��A��˃�(�ݾ�)l�X�?5n�"���5��H��������`Ǡx�,�0��ڿ��R��k���ց*���e��â�Y�5N��5�j�~L�Xm��=QO���2(����O�^�6�Ӌ����IG )/��=�a�xÆ�f�t�����*U*y��4�[Ӭ�5�&o�<\d�<�!<�(Gl��ʗ�6�9��@���1�$��Vntf���X�fb�& Qj���%B!�w�����zӍS���GAlJ�6"��}x��+�huw����zH�䑎Ok�.G��� H��<��)���*Y!��g�V^���|M�Ϗ5�d�q��FFou��;�2���]Vڱ`D��Ɏd�ʇfy!< ��G*�X��h.�h{Oq��T�}y�hCL*&M�Y��V x��%M���Y�7r��k�Fjd��Ä����!�W�HWQR)�hLAg�K]����y�UF�6�-7_ˏEl!0Cw�V�?��R��� +�[�ɇ+()eV��KY������1Blj~?��"V,Ǐ ��<�/2�y��,�mt���<���H]RWd7ys����R�1�5�~KQ��s���R��|��9b WkL�<N�����o +H��]�wJClgJD��L�w�aEZ�Z1�㽌���j���v�k�%Y1l��P�)���c��s�v+�~���cX+TX�����y�<��8���������o�\��o�S�� E� +��Ji$�&Ua�}q V�Y���Ö��<�kp����W Y�� ��yb��?������{�c��y��m�������Q}�A�I��"���"��1����V�W' +6t�Y�'��H���%�����Bc��ب���(ȒdWBݻ[�wW��0�G��5�Qh�4H*�T4�;O�؝��]��c�Ta�_V*z��R���J��G��/1�'x� 7�x&��ǯd�<��/��4��]E�@�S��=XL�����i�VN�<��J��V�����W/ ��f=q��.|���l`׳�Ѷ�p �8y!��'��C���_�s�/v�+d�dc��/sQ����+�����9�0�g�`;��Qx����N��^�62=��W/8V���J�c��bA���F�0*�FH{��3����otU}|\�v�<,��swy���_i��� endstream endobj -3527 0 obj +3539 0 obj << /Type /Page -/Contents 3528 0 R -/Resources 3526 0 R +/Contents 3540 0 R +/Resources 3538 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3400 0 R -/Annots [ 3519 0 R 3520 0 R 3521 0 R 3522 0 R 3523 0 R 3524 0 R 3525 0 R ] +/Parent 3408 0 R +/Annots [ 3531 0 R 3532 0 R 3533 0 R 3534 0 R 3535 0 R 3536 0 R 3537 0 R ] >> endobj -3519 0 obj +3531 0 obj << /Type /Annot /Subtype /Link @@ -46485,7 +46565,7 @@ endobj /A << /S /GoTo /D (subsection.1.5) >> >> endobj -3520 0 obj +3532 0 obj << /Type /Annot /Subtype /Link @@ -46494,25 +46574,25 @@ endobj /A << /S /GoTo /D (subsection.3.1) >> >> endobj -3521 0 obj +3533 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [509.528 566.01 524.721 579.802] -/A << /S /GoTo /D (Hfootnote.120) >> +/A << /S /GoTo /D (Hfootnote.118) >> >> endobj -3522 0 obj +3534 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [304.866 464.225 320.059 478.682] -/A << /S /GoTo /D (Hfootnote.121) >> +/A << /S /GoTo /D (Hfootnote.119) >> >> endobj -3523 0 obj +3535 0 obj << /Type /Annot /Subtype /Link @@ -46521,7 +46601,7 @@ endobj /A << /S /GoTo /D (subsection.9.10) >> >> endobj -3524 0 obj +3536 0 obj << /Type /Annot /Subtype /Link @@ -46530,62 +46610,62 @@ endobj /A << /S /GoTo /D (subsection.9.27) >> >> endobj -3525 0 obj +3537 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [140.666 151.523 155.859 165.315] -/A << /S /GoTo /D (Hfootnote.122) >> +/A << /S /GoTo /D (Hfootnote.120) >> >> endobj -3529 0 obj +3541 0 obj << -/D [3527 0 R /XYZ 55.693 823.059 null] +/D [3539 0 R /XYZ 55.693 823.059 null] >> endobj 286 0 obj << -/D [3527 0 R /XYZ 56.693 782.706 null] +/D [3539 0 R /XYZ 56.693 782.706 null] >> endobj 290 0 obj << -/D [3527 0 R /XYZ 56.693 755.565 null] +/D [3539 0 R /XYZ 56.693 755.565 null] >> endobj 294 0 obj << -/D [3527 0 R /XYZ 56.693 618.065 null] +/D [3539 0 R /XYZ 56.693 618.065 null] >> endobj 298 0 obj << -/D [3527 0 R /XYZ 56.693 319.145 null] +/D [3539 0 R /XYZ 56.693 319.145 null] >> endobj -3530 0 obj +3542 0 obj << -/D [3527 0 R /XYZ 74.626 145.346 null] +/D [3539 0 R /XYZ 74.626 145.346 null] >> endobj -3531 0 obj +3543 0 obj << -/D [3527 0 R /XYZ 74.626 121.436 null] +/D [3539 0 R /XYZ 74.626 121.436 null] >> endobj -3532 0 obj +3544 0 obj << -/D [3527 0 R /XYZ 74.626 109.481 null] +/D [3539 0 R /XYZ 74.626 109.481 null] >> endobj -3526 0 obj +3538 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F14 963 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R /F10 1076 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F14 947 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R /F10 1083 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3537 0 obj +3549 0 obj << /Length 1566 /Filter /FlateDecode @@ -46600,18 +46680,18 @@ xڕWY �h��C����>� �����؟o�0�$��)GoS#?��8�CqĒBu���������Jb4VT�?���c����^���U@��,�nS��O�s}��&H�|٢�n��7`cK���j���lQV0���Mh��̲��qu�^��!��ϓ�����cXͷ�:��[���� ���w~�d �:;�}��UD%�>_�s��:3'@�&��?��P�+V�,�]�S�Q��.T�P�;�1�� {2A�؆�7�4���_�_���1�{�`�/!���сI��=7�}�j�q�?��G�2.niZ"�8[������� endstream endobj -3536 0 obj +3548 0 obj << /Type /Page -/Contents 3537 0 R -/Resources 3535 0 R +/Contents 3549 0 R +/Resources 3547 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3540 0 R -/Group 1470 0 R -/Annots [ 3533 0 R 3534 0 R ] +/Parent 3552 0 R +/Group 1477 0 R +/Annots [ 3545 0 R 3546 0 R ] >> endobj -3533 0 obj +3545 0 obj << /Type /Annot /Subtype /Link @@ -46620,7 +46700,7 @@ endobj /A << /S /GoTo /D (subsection.1.3) >> >> endobj -3534 0 obj +3546 0 obj << /Type /Annot /Subtype /Link @@ -46629,39 +46709,39 @@ endobj /A << /S /GoTo /D (subsection.6.2) >> >> endobj -3538 0 obj +3550 0 obj << -/D [3536 0 R /XYZ 55.693 823.059 null] +/D [3548 0 R /XYZ 55.693 823.059 null] >> endobj 302 0 obj << -/D [3536 0 R /XYZ 56.693 737.252 null] +/D [3548 0 R /XYZ 56.693 737.252 null] >> endobj -3539 0 obj +3551 0 obj << -/D [3536 0 R /XYZ 56.693 607.737 null] +/D [3548 0 R /XYZ 56.693 607.737 null] >> endobj 306 0 obj << -/D [3536 0 R /XYZ 56.693 234.086 null] +/D [3548 0 R /XYZ 56.693 234.086 null] >> endobj 310 0 obj << -/D [3536 0 R /XYZ 56.693 163.974 null] +/D [3548 0 R /XYZ 56.693 163.974 null] >> endobj -3535 0 obj +3547 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F8 822 0 R >> -/XObject << /Im15 1419 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F8 838 0 R >> +/XObject << /Im15 1426 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3545 0 obj +3557 0 obj << /Length 1119 /Filter /FlateDecode @@ -46674,18 +46754,18 @@ Jo ���~"p����a���[�@B��6z���á-�?q��YD�&�@ܫ������k�mn�� �r�/$<��R����&�/��X.s��t=u�2��;���U�"���f��0%��S�U����9�:/arB��'�)֣�hba0X��Md��a��k�U���*��p�s���gj��]�M�EQکٷ����CO�P���̧S�N�ƧQ���$��/��䋠j����c��>c��|,�zh��HM����>]�p���C��D+�s��b�K��V[28/�J�.kRA�%�^�������?_��!Y<%{v�E��)F��Д�ۦ>1':�4?�\O���o0:�=�X��Z������E��G(<i�-2#�Y�lS����F���4*-�:]����2�G���������f��7M��[&�w�(������#>~`zP�AP�~�<�X�#]��x�v*�2�d Dv�,�#L�n�bnX�!�V���3�p�c-?�[arh�H@���4�߅�� endstream endobj -3544 0 obj +3556 0 obj << /Type /Page -/Contents 3545 0 R -/Resources 3543 0 R +/Contents 3557 0 R +/Resources 3555 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3540 0 R -/Group 841 0 R -/Annots [ 3541 0 R ] +/Parent 3552 0 R +/Group 852 0 R +/Annots [ 3553 0 R ] >> endobj -3541 0 obj +3553 0 obj << /Type /Annot /Subtype /Link @@ -46694,39 +46774,39 @@ endobj /A << /S /GoTo /D (subsubsection.2.3.2) >> >> endobj -3546 0 obj +3558 0 obj << -/D [3544 0 R /XYZ 55.693 823.059 null] +/D [3556 0 R /XYZ 55.693 823.059 null] >> endobj 314 0 obj << -/D [3544 0 R /XYZ 56.693 782.706 null] +/D [3556 0 R /XYZ 56.693 782.706 null] >> endobj 318 0 obj << -/D [3544 0 R /XYZ 56.693 700.639 null] +/D [3556 0 R /XYZ 56.693 700.639 null] >> endobj -3547 0 obj +3559 0 obj << -/D [3544 0 R /XYZ 56.693 627.414 null] +/D [3556 0 R /XYZ 56.693 627.414 null] >> endobj 322 0 obj << -/D [3544 0 R /XYZ 56.693 287.441 null] +/D [3556 0 R /XYZ 56.693 287.441 null] >> endobj -3543 0 obj +3555 0 obj << /Font << /F23 623 0 R /F17 619 0 R /F28 677 0 R /F26 678 0 R >> -/XObject << /Im43 2456 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -3555 0 obj +3567 0 obj << /Length 2255 /Filter /FlateDecode @@ -46754,30 +46834,30 @@ y � ��ii��'����ݿL�El��|���u��� endstream endobj -3554 0 obj +3566 0 obj << /Type /Page -/Contents 3555 0 R -/Resources 3553 0 R +/Contents 3567 0 R +/Resources 3565 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3540 0 R -/Group 3558 0 R -/Annots [ 3548 0 R 3549 0 R 3550 0 R ] +/Parent 3552 0 R +/Group 3570 0 R +/Annots [ 3560 0 R 3561 0 R 3562 0 R ] >> endobj -3542 0 obj +3554 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/visb00.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3559 0 R +/PTEX.InfoDict 3571 0 R /BBox [0 0 1440 720] -/Group 3558 0 R +/Group 3570 0 R /Resources << /ExtGState << ->>/Font << /F1 3560 0 R>> +>>/Font << /F1 3572 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -46801,55 +46881,55 @@ w � �� P�l,�v8� �����3��WO����W����������R��[�E����`��.?|��z<���1 h�ۏ_~�`V#N%a�o����x]lԯ�h���|w���:$8U�N�P��s��� �A�`~jCy��7�� �8�|�?�)��I��x�/d#+ endstream endobj -3559 0 obj +3571 0 obj << /CreationDate (D:20200917171243+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3560 0 obj +3572 0 obj << /BaseFont /DejaVuSans -/CharProcs 3561 0 R +/CharProcs 3573 0 R /Encoding << /Differences [ 32/space 49/one/two/three 97/a 99/c/d/e/f/g/h/i/j 108/l 112/p/q 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3562 0 R +/FontDescriptor 3574 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3563 0 R +/Widths 3575 0 R >> endobj -3561 0 obj +3573 0 obj << -/a 3564 0 R -/c 3565 0 R -/d 3566 0 R -/e 3567 0 R -/f 3568 0 R -/g 3569 0 R -/h 3570 0 R -/i 3571 0 R -/j 3572 0 R -/l 3573 0 R -/one 3574 0 R -/p 3575 0 R -/q 3576 0 R -/s 3577 0 R -/space 3578 0 R -/t 3579 0 R -/three 3580 0 R -/two 3581 0 R +/a 3576 0 R +/c 3577 0 R +/d 3578 0 R +/e 3579 0 R +/f 3580 0 R +/g 3581 0 R +/h 3582 0 R +/i 3583 0 R +/j 3584 0 R +/l 3585 0 R +/one 3586 0 R +/p 3587 0 R +/q 3588 0 R +/s 3589 0 R +/space 3590 0 R +/t 3591 0 R +/three 3592 0 R +/two 3593 0 R >> endobj -3562 0 obj +3574 0 obj << /Ascent 929 /CapHeight 0 @@ -46864,10 +46944,10 @@ endobj /XHeight 0 >> endobj -3563 0 obj +3575 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3564 0 obj +3576 0 obj << /Filter /FlateDecode /Length 304 @@ -46877,7 +46957,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -3565 0 obj +3577 0 obj << /Filter /FlateDecode /Length 230 @@ -46886,7 +46966,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -3566 0 obj +3578 0 obj << /Filter /FlateDecode /Length 227 @@ -46897,7 +46977,7 @@ x *��s��>�h][M endstream endobj -3567 0 obj +3579 0 obj << /Filter /FlateDecode /Length 245 @@ -46906,7 +46986,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -3568 0 obj +3580 0 obj << /Filter /FlateDecode /Length 133 @@ -46915,7 +46995,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -3569 0 obj +3581 0 obj << /Filter /FlateDecode /Length 338 @@ -46924,7 +47004,7 @@ stream x�ERKr�0��\ 3�g��NW����p:�<� 2=eH��6�d���Wd�Ր�F�D��)����\�n�J�?��72ͮЪ�G�6�F5+#� C�zV���Q�d��v!�:S�p,�C��u�)�mA��#�o<���r��Ln���[��:[�m@ �s�`��� ������)(U��I�\';P�Ъt�7�9`Ò��ho��>��F����, ���f��1�H�'�N=q:őpI8�@�������/���� u:eM����B��Rq�"n]E�lO� �?*�3b��� �Ԓ����������枾�?�9������ endstream endobj -3570 0 obj +3582 0 obj << /Filter /FlateDecode /Length 163 @@ -46933,7 +47013,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -3571 0 obj +3583 0 obj << /Filter /FlateDecode /Length 68 @@ -46944,7 +47024,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -3572 0 obj +3584 0 obj << /Filter /FlateDecode /Length 126 @@ -46954,7 +47034,7 @@ x �R�wJ�U�o�D8�nI2�t�N�\��}R�k��kg�����%�/���� . endstream endobj -3573 0 obj +3585 0 obj << /Filter /FlateDecode /Length 45 @@ -46966,7 +47046,7 @@ x "���}� endstream endobj -3574 0 obj +3586 0 obj << /Filter /FlateDecode /Length 80 @@ -46975,7 +47055,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3575 0 obj +3587 0 obj << /Filter /FlateDecode /Length 236 @@ -46986,7 +47066,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -3576 0 obj +3588 0 obj << /Filter /FlateDecode /Length 237 @@ -46997,7 +47077,7 @@ x �S�w�� ;�fS�GR�t�慷�r!��S��7҄�٧be�J���`��Dd��e8�ah��4`����֑ҋ��1 7���W���6K������+�n��|��IU\~ endstream endobj -3577 0 obj +3589 0 obj << /Filter /FlateDecode /Length 332 @@ -47008,7 +47088,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -3578 0 obj +3590 0 obj << /Filter /FlateDecode /Length 17 @@ -47017,7 +47097,7 @@ stream x�36�P0��C.��� endstream endobj -3579 0 obj +3591 0 obj << /Filter /FlateDecode /Length 131 @@ -47026,7 +47106,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -3580 0 obj +3592 0 obj << /Filter /FlateDecode /Length 338 @@ -47040,7 +47120,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -3581 0 obj +3593 0 obj << /Filter /FlateDecode /Length 248 @@ -47051,14 +47131,14 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3558 0 obj +3570 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -3548 0 obj +3560 0 obj << /Type /Annot /Subtype /Link @@ -47067,7 +47147,7 @@ endobj /A << /S /GoTo /D (subsection.2.2) >> >> endobj -3549 0 obj +3561 0 obj << /Type /Annot /Subtype /Link @@ -47076,7 +47156,7 @@ endobj /A << /S /GoTo /D (subsection.9.14) >> >> endobj -3550 0 obj +3562 0 obj << /Type /Annot /Subtype /Link @@ -47085,91 +47165,97 @@ endobj /A << /S /GoTo /D (subsubsection.9.16.2) >> >> endobj -3556 0 obj +3568 0 obj << -/D [3554 0 R /XYZ 55.693 823.059 null] +/D [3566 0 R /XYZ 55.693 823.059 null] >> endobj -3557 0 obj +3569 0 obj << -/D [3554 0 R /XYZ 56.693 789.929 null] +/D [3566 0 R /XYZ 56.693 789.929 null] >> endobj 326 0 obj << -/D [3554 0 R /XYZ 56.693 435.556 null] +/D [3566 0 R /XYZ 56.693 435.556 null] >> endobj -3553 0 obj +3565 0 obj << /Font << /F23 623 0 R /F17 619 0 R /F28 677 0 R >> -/XObject << /Im70 3542 0 R >> +/XObject << /Im70 3554 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3590 0 obj +3602 0 obj << -/Length 3123 +/Length 3124 /Filter /FlateDecode >> stream xڕZYs�6~ׯ�#�Vb��ys���U�T9y���m9!9���~�/�m��q5�_t�8���_�7���M�TT����4�����<���wa��+�2|��͏�����;+���<�}��Y�������o��Q�{�i�8����ͻ?㠂�_�82e<��S�**Jh6�ۛ_o�%�*��`��Q�*a02���)�����t��0�]�m�wZG*���j��O�p<��Ұ�x�����L�,���JZW1��'Ґ�����}hS��G�G&5p ,�ۦy}��[�L�p��v��x�L��u{Xyrc_���m�9^U%Q�d|ա>���xv^�)��S;��:��xu���#y�Y��L}tv��;��G:|?v�@��Z�D��3�[�Q�� -_C�q��e�DƔ̦�Fֲ -lPeQ���b����C�cx�{���tf�`6Ah��� ��&(;P�<��b-B��Q&lj��Q � P�����v^7�l!����#�Y?i/NZ��;8�����Lj%���"�Z \x{:�^ƞA�]�Ө�#Xv�$���b�m;<v��.����*�p��U�JLH�el��{����{��,\�|v�;Ԑ"<Fĵʣ4-������䅇hz{>r^�� J�T+����U�����lV�:7@Ka�́� -xb�D�psPP `{ �t�В���i>i2fa�������EѬW�_�Q�7�x��#�U�,A����2M�HV�Ǧ��6 �g��D����$���.��m����{���^h:�J��Px{H7��vAw~ �o�*3;!#N���{nH�hy!~�~dQ��E /Cc��@�7�,��b y`��ⴏ�AX� ��@}yuhѫ� ��hw��&|5���=b����`���"q���%?8q�XZޒ��� 3�u�������,�~�gj緘���IW�&V������4�h��7S�������-�Bњ4|%��fU�d�Yy�č R4�bi��ku��<��8=~۱ -~[������Z�K��a�p� ,v}�zֺ$�O� �Y0�X��Ic��i�{v�m]�{��p?=As�ö���x�� �GB.=9p��Q��8{ ��Ň�h#�{��k�0�K������=F��L���nϾvC��M�D�3m��3w�GL� �ct�����*4%�vUH�L����Gs2TC�OC��`E�Gj&���UH���ۖ��v�<�����}#l�����k \�����l���2�g� D� �>�b����k:�z�m�T�S)��ԁ c:�1&�kk��}�m�-�pB� -�-���ih���("+#=�<�e^�p~e����R���5[�fl�2O�/j�m.5��E;��9��#S@}i���O�3{��5�9[?t���s%� �(h)ʨ4�"v]�:��c���3�6�jE���d�/�-�����[V��FZ(XIdO$@ܯ+P���~2��~G��������|�4�t��N��S�=�KVG��X�2���[��݅;�/�פ^����3��3�O���L)A��Z����z�95G�<�B`�1̞g{Փ����]�>2ǖ>pt�~iB�`�8/� Q�̈́oR�$�j ��Gc�A�9n<{N�8ix�8�"W!�����!4�b9Ę��<�Qw(�e(�G:߄������V�<��?Bd�&����q˞�/�8xG�֒$z��y'zL�? 8��� m��g�]ˤNZ�a9ိ>��YYG�k~§o>]F�ڽW�>za��J�t���!N��Au�x9�$�p8r~��}��S�� �$lz���65�����N�lp��k�M�X=q��zc�sCп�8"�< d �ʞ�ԝ!ݭ���G����LJf|2�z;�`%��&�YdJ���yM�`�sZ��K�?�qr����5:����e,���dd:o��`6F�q�<,���2h>���yڃq>L��i-�F��z�_��lA��d\�m�N�z/�O���`���El8M]ّBh�`��Y0)+�_'��jC�xD��f�����xE�Y��`�����Z�ʞ(&˞��4 �$A��B����㿫��l�c+��cY��J�c���Q��%I�M'� -0y�)o��i�ѧ���{υ���kUw �I��U�U��<5Sٝ��y��o�Z��:�*��TT��@��O��e�=��@%�L�< �����1��e��Ndz{�hR�`��L�p=.�ȱ��ĥ�l��[3L���kRň�88/|�D��r]�EL*@I��3=?�Z��*g�d��w�>|2+�������Jp�{�>Y ?�rB��Ny�]@�kuI9}�K��~K��SH���� �:���.=��pS�'�%����\�ssm���x��&� 1��փ��V����k!��>Y��t|U��#x�C#'��N#�v ��y�_Ȏ3��+'�Y�m�������� ��&\,o�N_T����ai7i�j�0�U���F�*��(����Z��*Gͨ�LI7}��H���TJ�e���G�o��o6g.�)�ub 3�a\^�g��gʏy�l��Ceۦ���p��&�z1,�<�H����"T_���N1=9R�?�}�E��)f����~�/� �N�ţa��t陀z�ڐ|���#M�|M�(4fJ�M��93�_DŽ�9O=J]؇�'2���%c��2~<�k��_��鋔���u���Γ�~/Åd�Kt>�F��4FZ�l'��l�g�y6\<����؇m�Z���e8h�NT�`��5�\0Il����x��V -+�o,0���_�؇/�V� �*�7,?'ޠ�a%�$��6�U�*�?�4���=��U���)N��lR0�K}��7��_�(�,�J��U]�(-w�[��/@�����Tsլ��������s'O�}��}��a�1@��8�S����H~Q>�}�L���*�ϒ2Y�ϖ�� �����)K����ޓ��w�+oz "^��^ED���0Q��P�H,��Yގ' G��!Z�n!�?��� +_C�q��e�DƔ̦�Jֲ +lPeQ���b����C�cx�{���tf�`6Ah��� ��&(;P�<��b-B��Q&lj��Q � P�����v^7�l!����#�Y?i/NZ��;8�����Lj%r�u��u�.�=k/c� �.�iT�,�t�]�H1����D��e`�F8a +��K%&���2�L�ڈ=|����=qc�^>;�jH#�Z�Q����~�Hf`�����=� /����R��T`N�����D6�q�������@x<��Z�b�9(���i:�bhɂ��4 �4�0��b}�^עhV�+گ�(�i<��Ūb� �W�n�&�$+ �c�Sf�U��3HZ� �N�X`��w~vٶ��S�=�pH/��D�f{(�=��=�]Н_����NȈ�����E3Z^��Y@fQ@��И�9��M2�ߠ�XB�{�8��r�Vh�*P_^Z��fB�!��%� _ <�<�.}�?�.�t��H��w�N�5����¨�x��@��Eh/En�;��x�����-&xb�D�ի�U��j��0�.��������5@e��P�& _���Y���dV-qc�ͯX��Z��BFE*Og=ND��v�����u�'�*�����hd9\4�]_���� �la�)֯j��f{Z垝g�C׃���=\�OOМ��(�2�3<)%��KO�qT�7��vG��)��@��/�F�Z&��Ҁ�*�>0c�d�%1S.6�۳�ݐ�k��'��L�c�̝�v!�2�����e?� +M��]R�S�#���ќՐ�Ӑ�.XQ�ڄI@p{�~`��ᣝ!�)~�uu�۶��6�W �&�[������i�A��ϩ�>E�&���N�k�0��T��=u`Ø�q������pyc�t�7�P���b�xf��x5���HO1g�W.�_e:�â�/v�֡�����Zl��C̈́&eQ��hh���P�A��k�擺���-t�g������#�\�q�" +Z�2*͵�]����F���L����Z�-�(�bŋfK�0g6�2�U��� +V� ������ +��=Ą���������(?$v���0_7�5����}����B�9��y:��jw����5�-w6�L*�L��l+SJ�E�����r�^v��C�Q9Ϫ�f���^�d?�<p���̱e����_�)�;uB�|3!�ś�(��H����c{�Ϟ�F;N%��Uȃ���e9`M�X1�뷇�O`E� +lJ��7�����~�$U8Ͻ�����2|�$�fܲ��2��D@�l%I�pݞw"�DŽ���Cϩ��V�y`�еL�d���������p���'|����e���{���H��H�;���4~�T��K�~��#痚��7;5���H¦�A.�A�n�aS���]�T�'���ۄ~���.�7�1�+0�7���#��B���I����Q�x$��8|ͤd�'C���lAP�ir�E����� F:��q��t��'G�x]3��l^Y�oLF�S�^fc���K�#��I˿ ���۱;���=��TȚֲi� O�G����HF����D���2����xYĆ�ԕ)�� ���c���B�uO�6$ρGDj/`�˱`_ɠh�WD�� ���i.�5��b��9�H�`0M�^*T�N�@:1��?�&�=�;:�E���9h�e XD��tR���w�� �}���\�+X�Vu����Z�]�:�S3�ݩܞ�F��@�#��JEE�� +���T@�Xf�K�#��P2ʔ̓�[I� ��z�^�;\�t<k�'�&u&��$��r��m�I\���HX�5���@��&U�(����L�,.�\Ĥ���=��C�e��rVHv�N@�|����'�2I ��A I +_���]�ᓅ���-'t��ԑG�$�V���W��<��Do9���X�� +2�{���3� +7Ex�Z�˅)07�V~����j +szo=x�l�h ɺ"^��eɛA�We)�1�84r�)�4R�o���1�����8_+�rr���e�V����g�No�`��oB�����E�n���v�F�����\�ؿi4��r1}�2Y��߮rԌ*ɔt�ǘ9��1\O��Y��|����fs�B��\P�!2#����E}&�~����G��(�0T�m�/G�o������#�Ծ��/!@����ѓ�!U*�����X����b֟�`.���P;���W<f�N�� �'�� �'���>����t�B@c���$�8�3�uL�y��ԣԅ}(}"��_2f*.��þ��e�k^���w�;=&�p��7�{.$]����A7����1Ҳd;�(d�?ȳ��I��-�>l�ֲ�].�A�w�2�C�� �IbCM���st�RXA�}c����B�>|a��o�T��a�9�M +�$���,�a�Vy�������Y��O_N�p*�`f���^��I�����Cg�WR\��Gi�#��j7}������l����f�^ ��=�ս�;y�Sl��+����Z\ФE��Y��g*^��T��|��ɪ|�W�w,�H��PNYpT�`���Ԕ�ÕXy�kh��-�*"��ׅ�ꬆ�0Fb���4��v<i8�^�jt�������~ endstream endobj -3589 0 obj +3601 0 obj << /Type /Page -/Contents 3590 0 R -/Resources 3588 0 R +/Contents 3602 0 R +/Resources 3600 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3540 0 R -/Annots [ 3551 0 R 3552 0 R 3582 0 R 3584 0 R 3586 0 R 3583 0 R 3585 0 R ] +/Parent 3552 0 R +/Annots [ 3563 0 R 3564 0 R 3594 0 R 3596 0 R 3598 0 R 3595 0 R 3597 0 R ] >> endobj -3551 0 obj +3563 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [346.195 730.817 361.389 744.609] -/A << /S /GoTo /D (Hfootnote.123) >> +/A << /S /GoTo /D (Hfootnote.121) >> >> endobj -3552 0 obj +3564 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [468.413 716.372 483.606 730.164] -/A << /S /GoTo /D (Hfootnote.124) >> +/A << /S /GoTo /D (Hfootnote.122) >> >> endobj -3582 0 obj +3594 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [480.624 673.034 495.817 686.826] -/A << /S /GoTo /D (Hfootnote.125) >> +/A << /S /GoTo /D (Hfootnote.123) >> >> endobj -3584 0 obj +3596 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [169.775 436.338 184.968 450.13] -/A << /S /GoTo /D (Hfootnote.126) >> +/A << /S /GoTo /D (Hfootnote.124) >> >> endobj -3586 0 obj +3598 0 obj << /Type /Annot /Subtype /Link @@ -47178,7 +47264,7 @@ endobj /A << /S /GoTo /D (subsection.9.26) >> >> endobj -3583 0 obj +3595 0 obj << /Type /Annot /Subtype /Link @@ -47187,7 +47273,7 @@ endobj /A << /S /GoTo /D (subsection.9.23) >> >> endobj -3585 0 obj +3597 0 obj << /Type /Annot /Subtype /Link @@ -47196,96 +47282,94 @@ endobj /A << /S /GoTo /D (subsection.9.26) >> >> endobj -3591 0 obj +3603 0 obj << -/D [3589 0 R /XYZ 55.693 823.059 null] +/D [3601 0 R /XYZ 55.693 823.059 null] >> endobj 330 0 obj << -/D [3589 0 R /XYZ 56.693 782.706 null] +/D [3601 0 R /XYZ 56.693 782.706 null] >> endobj 334 0 obj << -/D [3589 0 R /XYZ 56.693 657.301 null] +/D [3601 0 R /XYZ 56.693 657.301 null] >> endobj 338 0 obj << -/D [3589 0 R /XYZ 56.693 575.068 null] +/D [3601 0 R /XYZ 56.693 575.068 null] >> endobj 342 0 obj << -/D [3589 0 R /XYZ 56.693 391.714 null] +/D [3601 0 R /XYZ 56.693 391.714 null] >> endobj -3592 0 obj +3604 0 obj << -/D [3589 0 R /XYZ 74.626 290.145 null] +/D [3601 0 R /XYZ 74.626 290.145 null] >> endobj -3593 0 obj +3605 0 obj << -/D [3589 0 R /XYZ 74.626 242.324 null] +/D [3601 0 R /XYZ 74.626 242.324 null] >> endobj -3594 0 obj +3606 0 obj << -/D [3589 0 R /XYZ 74.626 206.459 null] +/D [3601 0 R /XYZ 74.626 206.459 null] >> endobj -3595 0 obj +3607 0 obj << -/D [3589 0 R /XYZ 74.626 182.548 null] +/D [3601 0 R /XYZ 74.626 182.548 null] >> endobj -3588 0 obj +3600 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F29 679 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R /F10 1076 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F29 679 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R /F10 1083 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3601 0 obj +3613 0 obj << -/Length 1909 +/Length 1910 /Filter /FlateDecode >> stream -x�}XY��6~�_�G���/E�H��P`��팱��#���//{<�O�(���O$e�=���v��}kBO� �c��=zq$y�eȊR������v�������7��~��v* �[����`l?ɷ��>l��m�o4hW����4�t�����7�`�0ϼ3IV^�� ˁ,�/�O%N�Ia��Ģƨ����&"�IS�2aܾ�R��n`�O?�މ��B����A�� a���mq;qCD�lwQ�Cg�����O�Ǧc�}����!�������� 5��W=�S�Fw7#z�n�ҹ?���B$�f`��j�ٲ|桭Q�ڮ9v��%�=��5s@��9�f�Uw�}~�J�4�S��?a��� 36_���/������b���aVNn������TKu��`E �ij� D���$S8����sQ�<��݁~��>��������B��\�ؔe�v��5���w'Y�cG����Ť�l�ݤN�)$��XU�n�U{$N��b`q<������Aݱ�b���qK<z���++�'/�zZ�|W&9� e.gX���*���0�_ �-:��ƚ]&�����H\������/CӶdq���;��������h7���܌q�* (@��1�M���\�q��)�Qu�YQ�g��ȭx�o*����� ��1�8k˾a +x�}XY��6~�_�G���/E�H��P`��팱��#���//{<�O�(���O$e�=���v��}kBO� �c��=zq$y�eȊR������v�������7��~��v* �[����`l?ɷ��>l��m�o4hW����4�t�����7�`�0ϼ3IV^�� ˁ,�/�O%N�Ia��Ģƨ����&"�IS�2aܾ�R��n`�O?�މ��B����A�� a���mq;qCD�lwQ�Cg�����O�Ǧc�}����!�������� 5��W=�S�Fw7#z�n�ҹ?���B$�f`��j�ٲ|桭Q�ڮ9v��%�=��5s@��9�f�Uw�}~�J�4�S��?a��� 36_���/������b���aVNn������TKu��`E �ij� D���$S8����sQ�<��݁~��>��������B��\�ؔe�v��5���w'Y�cG����Ť�l�ݤN�)$��XU�n�U{$N��b`q<������Aݱ�b���qK<z���++�'/�zZ�|W&9� e.gX���*���0�_ �-:��ƚ]&�����H\������/CӶdq���;��������h7���܌q�* (@��1�M���\�q��)�Qu�YQ�g��ȭx�o*����� ��1�8k˾a 4�-��nK�;�x[�:�$����3�Z��TSOmՌl���N�����ydV�UX!��C �$�[��� �C(�L�g��`��F ���@��'�)8�M'Z�rb�A��g9L�`$�l�$�HI���d�"s�Ht`�h��� �f�����L0������<��?f�g�j���sC����K���Ͼ�_M��<� @;۞d�84"z 5B-��f�D�n��q���=�����]TEiW��>�%�m1�- � �� .)�����BH��h�����|Ӑ"�!��y�G�t2�Q$Y ��|��ėw�irNNk�25��,���r�<�|�RI�8ɤ0��r]�9@���Y�?M!�]���Pa�5zlnZǹ���iFQ2�i|��Y�XI�RRC��rH����l��m�� �W�ٻרJ�a����s &��X �D��i�@��]�Ȝb��e��z��$�[ɫ}_P2By���& ��^/�ԓ���ԔB֎���}��OKf�y1���pI����N A���gRpGx�͇�[7��mAu���cT�;��릒���}Ư$�QQ�����I7�n���WS@�"22x�N�Wk.O��� ss��������];S�{G�S2�V�OeyS���8R.�N�K��;W.4P�����"�� RR��"d`���e��T��1�,�z�8� Y ý��kax���XQ�-KW.����"�-�=�mW�����b�>�c�Q���v�ׇ.��Sx�Jw�����-����6O��̙-��l������q~�� -�ƥ����Qp;��\�`)�=ݬ���v��r���xUC��H�6>H��Зȭtvjw�^����i����^o��L u�S1�m�lwZÍ�L��k��2&Љ<��4��i -F�"�9y�=�[p_�S�����[�сcj2l䭐�/��(��K�S��w0���x�p�Ӆ.�_Ow)ƀի��� �Kk�Qs�2��s���h�C�E��\=eO7E�%�3�I��8�,|k?.�ʃ, -��Dž�����e�z <��9��%���2A�O�ś��m��A���WD��`�D�O���w-��PZExyV�:$qOJRA�I) I�q��F�ԽggX���ȧ���˞�p-b5�a����=����d[6_��~p,\�/���} +�ƥ����Qp;��\�`)�=ݬ���v��r���xUC��H�6>H��Зȭtvjw�^����i����^o��L u�S1�m�lw�D�g��_�d`�1�N������OS0�I�ɓ@��܂��8�z���>�ڎS��a� o�|!�F�+��\�}��Ƚ��%EǓ���P�.t���x�K1�^m�/m�8XZk����ğd|Dc�/Z��){�)��(��0OB���e�[�q�UdQ�?.tO�8��\�/��K�A���G/1�@� B|"/�ķo3/��ؿ� ��$Z|���k)��*�˳��!�xR�Z�HJ�hHr��N7����=#8�*~�F>��O_�����k�Y���90E�&۲�2��c�����y endstream endobj -3600 0 obj +3612 0 obj << /Type /Page -/Contents 3601 0 R -/Resources 3599 0 R +/Contents 3613 0 R +/Resources 3611 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3540 0 R -/Group 3604 0 R -/Annots [ 3596 0 R 3597 0 R ] +/Parent 3552 0 R +/Group 3616 0 R +/Annots [ 3608 0 R 3609 0 R ] >> endobj -3587 0 obj +3599 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/historyb00.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3606 0 R +/PTEX.InfoDict 3618 0 R /BBox [0 0 460.8 345.6] -/Group 3604 0 R +/Group 3616 0 R /Resources << /ExtGState << /A1 << @@ -47303,7 +47387,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 3607 0 R>> +>>/Font << /F1 3619 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -47324,57 +47408,57 @@ r �,�#�dR��Ni#ɺoC���܍K��q;U��D����~����Ey.�6��$��H`���D�~B����%�0ό��:���Ƴ��šL��f_���ʄ�*�G�e�֩�pw��������w�A���o��c endstream endobj -3606 0 obj +3618 0 obj << /CreationDate (D:20200917171422+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3607 0 obj +3619 0 obj << /BaseFont /DejaVuSans -/CharProcs 3608 0 R +/CharProcs 3620 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five/six/seven/eight 95/underscore 97/a 99/c 101/e 104/h 108/l 111/o/p 115/s 118/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3609 0 R +/FontDescriptor 3621 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3610 0 R +/Widths 3622 0 R >> endobj -3608 0 obj +3620 0 obj << -/a 3611 0 R -/c 3612 0 R -/e 3613 0 R -/eight 3614 0 R -/five 3615 0 R -/four 3616 0 R -/h 3617 0 R -/l 3618 0 R -/o 3619 0 R -/one 3620 0 R -/p 3621 0 R -/period 3622 0 R -/s 3623 0 R -/seven 3624 0 R -/six 3625 0 R -/three 3626 0 R -/two 3627 0 R -/underscore 3628 0 R -/v 3629 0 R -/zero 3630 0 R +/a 3623 0 R +/c 3624 0 R +/e 3625 0 R +/eight 3626 0 R +/five 3627 0 R +/four 3628 0 R +/h 3629 0 R +/l 3630 0 R +/o 3631 0 R +/one 3632 0 R +/p 3633 0 R +/period 3634 0 R +/s 3635 0 R +/seven 3636 0 R +/six 3637 0 R +/three 3638 0 R +/two 3639 0 R +/underscore 3640 0 R +/v 3641 0 R +/zero 3642 0 R >> endobj -3609 0 obj +3621 0 obj << /Ascent 929 /CapHeight 0 @@ -47389,10 +47473,10 @@ endobj /XHeight 0 >> endobj -3610 0 obj +3622 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3611 0 obj +3623 0 obj << /Filter /FlateDecode /Length 304 @@ -47402,7 +47486,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -3612 0 obj +3624 0 obj << /Filter /FlateDecode /Length 230 @@ -47411,7 +47495,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -3613 0 obj +3625 0 obj << /Filter /FlateDecode /Length 245 @@ -47420,7 +47504,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -3614 0 obj +3626 0 obj << /Filter /FlateDecode /Length 392 @@ -47430,7 +47514,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -3615 0 obj +3627 0 obj << /Filter /FlateDecode /Length 247 @@ -47440,7 +47524,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -3616 0 obj +3628 0 obj << /Filter /FlateDecode /Length 90 @@ -47449,7 +47533,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3617 0 obj +3629 0 obj << /Filter /FlateDecode /Length 163 @@ -47458,7 +47542,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -3618 0 obj +3630 0 obj << /Filter /FlateDecode /Length 45 @@ -47470,7 +47554,7 @@ x "���}� endstream endobj -3619 0 obj +3631 0 obj << /Filter /FlateDecode /Length 214 @@ -47481,7 +47565,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -3620 0 obj +3632 0 obj << /Filter /FlateDecode /Length 80 @@ -47490,7 +47574,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3621 0 obj +3633 0 obj << /Filter /FlateDecode /Length 236 @@ -47501,7 +47585,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -3622 0 obj +3634 0 obj << /Filter /FlateDecode /Length 49 @@ -47510,7 +47594,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -3623 0 obj +3635 0 obj << /Filter /FlateDecode /Length 332 @@ -47521,7 +47605,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -3624 0 obj +3636 0 obj << /Filter /FlateDecode /Length 68 @@ -47532,7 +47616,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -3625 0 obj +3637 0 obj << /Filter /FlateDecode /Length 317 @@ -47543,7 +47627,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -3626 0 obj +3638 0 obj << /Filter /FlateDecode /Length 338 @@ -47557,7 +47641,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -3627 0 obj +3639 0 obj << /Filter /FlateDecode /Length 248 @@ -47568,7 +47652,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3628 0 obj +3640 0 obj << /Filter /FlateDecode /Length 52 @@ -47577,7 +47661,7 @@ stream x�350P0PеT�526U05� �LR���\$��S a��s*s���T� endstream endobj -3629 0 obj +3641 0 obj << /Filter /FlateDecode /Length 72 @@ -47586,7 +47670,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -3630 0 obj +3642 0 obj << /Filter /FlateDecode /Length 210 @@ -47596,23 +47680,23 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3604 0 obj +3616 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -3596 0 obj +3608 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [413.556 401.292 428.749 415.084] -/A << /S /GoTo /D (Hfootnote.127) >> +/A << /S /GoTo /D (Hfootnote.125) >> >> endobj -3597 0 obj +3609 0 obj << /Type /Annot /Subtype /Link @@ -47621,34 +47705,34 @@ endobj /A << /S /GoTo /D (subsection.9.31) >> >> endobj -3602 0 obj +3614 0 obj << -/D [3600 0 R /XYZ 55.693 823.059 null] +/D [3612 0 R /XYZ 55.693 823.059 null] >> endobj -3603 0 obj +3615 0 obj << -/D [3600 0 R /XYZ 56.693 789.929 null] +/D [3612 0 R /XYZ 56.693 789.929 null] >> endobj 346 0 obj << -/D [3600 0 R /XYZ 56.693 168.872 null] +/D [3612 0 R /XYZ 56.693 168.872 null] >> endobj -3605 0 obj +3617 0 obj << -/D [3600 0 R /XYZ 74.626 110.64 null] +/D [3612 0 R /XYZ 74.626 110.64 null] >> endobj -3599 0 obj +3611 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im71 3587 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im71 3599 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3634 0 obj +3646 0 obj << /Length 628 /Filter /FlateDecode @@ -47662,26 +47746,26 @@ y .� ��{٩�oPM�'���l#��DI��p��6o#U��.����w��f�;V�l��'��+������HF2R���0�;�.~'@7�־Ώ���vv_�g���Q,�?1 endstream endobj -3633 0 obj +3645 0 obj << /Type /Page -/Contents 3634 0 R -/Resources 3632 0 R +/Contents 3646 0 R +/Resources 3644 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3540 0 R -/Group 3637 0 R +/Parent 3552 0 R +/Group 3649 0 R >> endobj -3598 0 obj +3610 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/simpledrawb00_7638.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3638 0 R +/PTEX.InfoDict 3650 0 R /BBox [0 0 460.8 345.6] -/Group 3637 0 R +/Group 3649 0 R /Resources << /ExtGState << /A1 << @@ -47704,12 +47788,12 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 3639 0 R>> +>>/Font << /F1 3651 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 3640 0 R +/DejaVuSans-minus 3652 0 R >>>> /Length 2269 /Filter /FlateDecode @@ -47726,33 +47810,33 @@ x �dt-E�����Z�;��55�[qZe�����D!�4$r��Fu*�^$c�m��r��S�r�ak��X���������<-�yx�8�NC��G�㩣�HbOՎ2V�al��)a�/�����G������Əng%�90^�S���(L3D@��4DtX��c[��^VԞ����=�)H['��RԞzL�v�}�8Hs����VSA{b�ICep�p��@�kµ��s{}� &T?�\/i�5����t��7ʒ�o��1��b�C�b���3��}�n���'?�I��C¹Fɢ�^d�S=Nf���`_ �TKF�Ͳ rG�ѻ(��|8tF�4�2��@a�����}�8p릊i&x��Ʈ\1@; �A��p������M���T+ʩ�w�b�&q�+�u� Z�Yx�0!Xry���A�F�-�yЙ��g�9���������n����HP���������z�������y���E���xu�i��������SX��Zǂ�-��H���:���Y�dzK�g�6�4�f��mȁ{V������0G�����O-��˞Y�[�C(�������ʙ\R|��#N�9@�Nk�fG�Hn�P'f���*��Ep? >m�1�&A�HUw=�L~�}Pv�>L�i���\ls����U�� endstream endobj -3638 0 obj +3650 0 obj << /CreationDate (D:20200917171509+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3639 0 obj +3651 0 obj << /BaseFont /DejaVuSans -/CharProcs 3641 0 R +/CharProcs 3653 0 R /Encoding << /Differences [ 45/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight 61/equal 91/bracketleft 93/bracketright 97/a 101/e 104/h/i 108/l 111/o/p 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3642 0 R +/FontDescriptor 3654 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3643 0 R +/Widths 3655 0 R >> endobj -3640 0 obj +3652 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -47766,34 +47850,34 @@ x endstream endobj -3641 0 obj +3653 0 obj << -/a 3644 0 R -/bracketleft 3645 0 R -/bracketright 3646 0 R -/e 3647 0 R -/eight 3648 0 R -/equal 3649 0 R -/five 3650 0 R -/four 3651 0 R -/h 3652 0 R -/hyphen 3653 0 R -/i 3654 0 R -/l 3655 0 R -/o 3656 0 R -/one 3657 0 R -/p 3658 0 R -/period 3659 0 R -/s 3660 0 R -/seven 3661 0 R -/six 3662 0 R -/t 3663 0 R -/three 3664 0 R -/two 3665 0 R -/zero 3666 0 R +/a 3656 0 R +/bracketleft 3657 0 R +/bracketright 3658 0 R +/e 3659 0 R +/eight 3660 0 R +/equal 3661 0 R +/five 3662 0 R +/four 3663 0 R +/h 3664 0 R +/hyphen 3665 0 R +/i 3666 0 R +/l 3667 0 R +/o 3668 0 R +/one 3669 0 R +/p 3670 0 R +/period 3671 0 R +/s 3672 0 R +/seven 3673 0 R +/six 3674 0 R +/t 3675 0 R +/three 3676 0 R +/two 3677 0 R +/zero 3678 0 R >> endobj -3642 0 obj +3654 0 obj << /Ascent 929 /CapHeight 0 @@ -47808,10 +47892,10 @@ endobj /XHeight 0 >> endobj -3643 0 obj +3655 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3644 0 obj +3656 0 obj << /Filter /FlateDecode /Length 304 @@ -47821,7 +47905,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -3645 0 obj +3657 0 obj << /Filter /FlateDecode /Length 71 @@ -47831,7 +47915,7 @@ x �X�\0�0���247Cb�Be�X �r�`�����J��# endstream endobj -3646 0 obj +3658 0 obj << /Filter /FlateDecode /Length 67 @@ -47840,7 +47924,7 @@ stream x�3�4P0P�4W�546T060Q073PH1�1s�,�lL�eb� �̀Ɓ%��9p�r���� endstream endobj -3647 0 obj +3659 0 obj << /Filter /FlateDecode /Length 245 @@ -47849,7 +47933,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -3648 0 obj +3660 0 obj << /Filter /FlateDecode /Length 392 @@ -47859,7 +47943,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -3649 0 obj +3661 0 obj << /Filter /FlateDecode /Length 71 @@ -47868,7 +47952,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -3650 0 obj +3662 0 obj << /Filter /FlateDecode /Length 247 @@ -47878,7 +47962,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -3651 0 obj +3663 0 obj << /Filter /FlateDecode /Length 90 @@ -47887,7 +47971,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3652 0 obj +3664 0 obj << /Filter /FlateDecode /Length 163 @@ -47896,7 +47980,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -3653 0 obj +3665 0 obj << /Filter /FlateDecode /Length 52 @@ -47905,7 +47989,7 @@ stream x�363T0P0�T026Q064b�C.������@�r���s`�r���� � endstream endobj -3654 0 obj +3666 0 obj << /Filter /FlateDecode /Length 68 @@ -47916,7 +48000,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -3655 0 obj +3667 0 obj << /Filter /FlateDecode /Length 45 @@ -47928,7 +48012,7 @@ x "���}� endstream endobj -3656 0 obj +3668 0 obj << /Filter /FlateDecode /Length 214 @@ -47939,7 +48023,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -3657 0 obj +3669 0 obj << /Filter /FlateDecode /Length 80 @@ -47948,7 +48032,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3658 0 obj +3670 0 obj << /Filter /FlateDecode /Length 236 @@ -47959,7 +48043,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -3659 0 obj +3671 0 obj << /Filter /FlateDecode /Length 49 @@ -47968,7 +48052,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -3660 0 obj +3672 0 obj << /Filter /FlateDecode /Length 332 @@ -47979,7 +48063,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -3661 0 obj +3673 0 obj << /Filter /FlateDecode /Length 68 @@ -47990,7 +48074,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -3662 0 obj +3674 0 obj << /Filter /FlateDecode /Length 317 @@ -48001,7 +48085,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -3663 0 obj +3675 0 obj << /Filter /FlateDecode /Length 131 @@ -48010,7 +48094,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -3664 0 obj +3676 0 obj << /Filter /FlateDecode /Length 338 @@ -48024,7 +48108,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -3665 0 obj +3677 0 obj << /Filter /FlateDecode /Length 248 @@ -48035,7 +48119,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3666 0 obj +3678 0 obj << /Filter /FlateDecode /Length 210 @@ -48045,31 +48129,31 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3637 0 obj +3649 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -3635 0 obj +3647 0 obj << -/D [3633 0 R /XYZ 55.693 823.059 null] +/D [3645 0 R /XYZ 55.693 823.059 null] >> endobj -3636 0 obj +3648 0 obj << -/D [3633 0 R /XYZ 56.693 789.929 null] +/D [3645 0 R /XYZ 56.693 789.929 null] >> endobj -3632 0 obj +3644 0 obj << /Font << /F23 623 0 R >> -/XObject << /Im72 3598 0 R >> +/XObject << /Im72 3610 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3672 0 obj +3684 0 obj << /Length 513 /Filter /FlateDecode @@ -48077,31 +48161,31 @@ endobj stream x�}R�n�0��+�(͗��-E� 9N�C#E�m�Vd�r��}�v+���rv8;��@�1�R&�9��E��\A����KI �;,S��V��n�x�z��#�ex_d\�պ�;W�f�k��<��>a�N��ɨ&�I��d�J�ߞ�a |zd�0b,�[���$4 <�'BC�F�,a�� �d\z�E�Ne11{관�?x��:�����?�*"�)4���y�>�K�m�KQ��Ƨt�Uc�q�nڏu�}��Q���8�rV6���[�� N�U�`�y�I� -Ž��C�PG��ͥl) � }�m�\u&/�s�>7m��7����X��ݠ���������!dM��p����-��1�m��á���MgX�1}{t#Q��Քy��-H"� �7�^N-��X�����Y4����k�A��� -'�[E�VWfs�X���8��I�"�;"}kG�`&.�0�)|���Xm�m#ӛ�CcY�4�֬ڍ������=��L�u�����O +Ž��C�PG��ͥl) � }�m�\u&/�s�>7m��7����X��ݠ���������!dM��p����-��1�m��á���MgX�1}{t#Q��Քy��-H"� �W�^N-��X�����Y4����k�A��� +'�[E�VWfs�X���8��I�"�;"}kG�`&.�0�)|���Xm�m#ӛ�CcY�4�֬ڍ������=��L�u�����K endstream endobj -3671 0 obj +3683 0 obj << /Type /Page -/Contents 3672 0 R -/Resources 3670 0 R +/Contents 3684 0 R +/Resources 3682 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3677 0 R -/Group 3675 0 R -/Annots [ 3667 0 R 3668 0 R ] +/Parent 3689 0 R +/Group 3687 0 R +/Annots [ 3679 0 R 3680 0 R ] >> endobj -3631 0 obj +3643 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/rocb00.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3678 0 R +/PTEX.InfoDict 3690 0 R /BBox [0 0 460.8 345.6] -/Group 3675 0 R +/Group 3687 0 R /Resources << /ExtGState << /A1 << @@ -48124,7 +48208,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 3679 0 R>> +>>/Font << /F1 3691 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -48161,67 +48245,67 @@ O R!�,.a���$�#�!��*�i�t墺a�|���Q�H^����t�Ȋ��d�CWG�Q����r�rX�������z5CIsB�**Ǔ8^rBR7a�0��⒨Z��0Te\NIٯ��i/��s�_-��i�E��~���� A]�-�K��.1����@**�N]�T_+f3��{�i85�l��U薱�ڿKR����ˉ�Ԃ7 ��4�Te���̺��hf���/+����䍩�����y��B}H2A_k���{�5��/V��m���T����7�B\�����%��+�Z��,ž�ZFqr��Y�����tr�gMm�xv)�����a|�V�n��$s�yߩ�J�}�]�y�{�ݹ�ۖAĺ����7?{�:��;7�LS��.��Ν��-�H��I�#�=�Ā/Uu�}�X�NN2ܱw@U���U�#�q�F�w�{��-N�9�{����O�^|��8������<�����?��_|Y�{�?��E���O;�c|�0qa��aM��)o����3�h���8� ,���PCD��й}�t���wz�[����˼��.��6�zO~�|���į��ư�~;��=ο���9�=��RnF�.�Ŏ��W�_�_e��0B�>���@/�E�/��Jü�$�[�>������O˧������sz���R�b��ۥϸ�q|�RG�p��i�Y����g�C7���q`Lr&�N��O�6�� endstream endobj -3678 0 obj +3690 0 obj << /CreationDate (D:20200917171646+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3679 0 obj +3691 0 obj << /BaseFont /DejaVuSans -/CharProcs 3680 0 R +/CharProcs 3692 0 R /Encoding << /Differences [ 32/space 40/parenleft/parenright 44/comma 46/period 48/zero/one/two 52/four/five/six 56/eight/nine 61/equal 97/a/b/c/d/e/f 105/i 108/l 110/n/o/p 114/r/s/t/u/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3681 0 R +/FontDescriptor 3693 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3682 0 R +/Widths 3694 0 R >> endobj -3680 0 obj +3692 0 obj << -/a 3683 0 R -/b 3684 0 R -/c 3685 0 R -/comma 3686 0 R -/d 3687 0 R -/e 3688 0 R -/eight 3689 0 R -/equal 3690 0 R -/f 3691 0 R -/five 3692 0 R -/four 3693 0 R -/i 3694 0 R -/l 3695 0 R -/n 3696 0 R -/nine 3697 0 R -/o 3698 0 R -/one 3699 0 R -/p 3700 0 R -/parenleft 3701 0 R -/parenright 3702 0 R -/period 3703 0 R -/r 3704 0 R -/s 3705 0 R -/six 3706 0 R -/space 3707 0 R -/t 3708 0 R -/two 3709 0 R -/u 3710 0 R -/v 3711 0 R -/zero 3712 0 R +/a 3695 0 R +/b 3696 0 R +/c 3697 0 R +/comma 3698 0 R +/d 3699 0 R +/e 3700 0 R +/eight 3701 0 R +/equal 3702 0 R +/f 3703 0 R +/five 3704 0 R +/four 3705 0 R +/i 3706 0 R +/l 3707 0 R +/n 3708 0 R +/nine 3709 0 R +/o 3710 0 R +/one 3711 0 R +/p 3712 0 R +/parenleft 3713 0 R +/parenright 3714 0 R +/period 3715 0 R +/r 3716 0 R +/s 3717 0 R +/six 3718 0 R +/space 3719 0 R +/t 3720 0 R +/two 3721 0 R +/u 3722 0 R +/v 3723 0 R +/zero 3724 0 R >> endobj -3681 0 obj +3693 0 obj << /Ascent 929 /CapHeight 0 @@ -48236,10 +48320,10 @@ endobj /XHeight 0 >> endobj -3682 0 obj +3694 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3683 0 obj +3695 0 obj << /Filter /FlateDecode /Length 304 @@ -48249,7 +48333,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -3684 0 obj +3696 0 obj << /Filter /FlateDecode /Length 237 @@ -48258,7 +48342,7 @@ stream x�EQIr!��+��+�Nͩ��k,3IN`k1i��-x�!��́/�|M�4|72��:�pO�.ܗ˂g�WT�w�/]�H}w��~fd{�H͐��:�B4&�!=#2�V,s��)�R�([�.ꕶN;���#�o�#��JvMl��:��˶.�:�$�vaqj�!"�uc5���N"v����0�Q$��g�q&�M�]9�y��V*9�>^�Ƅ�t��c��i��_�>}�����?��\" endstream endobj -3685 0 obj +3697 0 obj << /Filter /FlateDecode /Length 230 @@ -48267,7 +48351,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -3686 0 obj +3698 0 obj << /Filter /FlateDecode /Length 66 @@ -48276,7 +48360,7 @@ stream x�36�P0P07W�544U022P042QH1�2443s�`�9`���a$�r�`Zs�: �P�9\i�M8� endstream endobj -3687 0 obj +3699 0 obj << /Filter /FlateDecode /Length 227 @@ -48287,7 +48371,7 @@ x *��s��>�h][M endstream endobj -3688 0 obj +3700 0 obj << /Filter /FlateDecode /Length 245 @@ -48296,7 +48380,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -3689 0 obj +3701 0 obj << /Filter /FlateDecode /Length 392 @@ -48306,7 +48390,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -3690 0 obj +3702 0 obj << /Filter /FlateDecode /Length 71 @@ -48315,7 +48399,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -3691 0 obj +3703 0 obj << /Filter /FlateDecode /Length 133 @@ -48324,7 +48408,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -3692 0 obj +3704 0 obj << /Filter /FlateDecode /Length 247 @@ -48334,7 +48418,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -3693 0 obj +3705 0 obj << /Filter /FlateDecode /Length 90 @@ -48343,7 +48427,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3694 0 obj +3706 0 obj << /Filter /FlateDecode /Length 68 @@ -48354,7 +48438,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -3695 0 obj +3707 0 obj << /Filter /FlateDecode /Length 45 @@ -48366,7 +48450,7 @@ x "���}� endstream endobj -3696 0 obj +3708 0 obj << /Filter /FlateDecode /Length 161 @@ -48375,7 +48459,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -3697 0 obj +3709 0 obj << /Filter /FlateDecode /Length 320 @@ -48386,7 +48470,7 @@ x �R�ӿ����ccz� endstream endobj -3698 0 obj +3710 0 obj << /Filter /FlateDecode /Length 214 @@ -48397,7 +48481,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -3699 0 obj +3711 0 obj << /Filter /FlateDecode /Length 80 @@ -48406,7 +48490,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3700 0 obj +3712 0 obj << /Filter /FlateDecode /Length 236 @@ -48417,7 +48501,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -3701 0 obj +3713 0 obj << /Filter /FlateDecode /Length 147 @@ -48427,7 +48511,7 @@ x \b��9/i?�i�X5G�aX�n��,JW�-^��B]H��ޭLd�<�;p'�>TYz@;DY�I�X�V]j�����u=̪��'k)PTB�t��{���o/� endstream endobj -3702 0 obj +3714 0 obj << /Filter /FlateDecode /Length 149 @@ -48437,7 +48521,7 @@ x ����$jeF�2�T���`��<�3�\脇�ʰ�N1��fF~����{20c endstream endobj -3703 0 obj +3715 0 obj << /Filter /FlateDecode /Length 49 @@ -48446,7 +48530,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -3704 0 obj +3716 0 obj << /Filter /FlateDecode /Length 157 @@ -48456,7 +48540,7 @@ x ���f�W����7y endstream endobj -3705 0 obj +3717 0 obj << /Filter /FlateDecode /Length 332 @@ -48467,7 +48551,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -3706 0 obj +3718 0 obj << /Filter /FlateDecode /Length 317 @@ -48478,7 +48562,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -3707 0 obj +3719 0 obj << /Filter /FlateDecode /Length 17 @@ -48487,7 +48571,7 @@ stream x�36�P0��C.��� endstream endobj -3708 0 obj +3720 0 obj << /Filter /FlateDecode /Length 131 @@ -48496,7 +48580,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -3709 0 obj +3721 0 obj << /Filter /FlateDecode /Length 248 @@ -48507,7 +48591,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3710 0 obj +3722 0 obj << /Filter /FlateDecode /Length 171 @@ -48517,7 +48601,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -3711 0 obj +3723 0 obj << /Filter /FlateDecode /Length 72 @@ -48526,7 +48610,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -3712 0 obj +3724 0 obj << /Filter /FlateDecode /Length 210 @@ -48536,23 +48620,23 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3675 0 obj +3687 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -3667 0 obj +3679 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [449.473 401.292 464.666 415.084] -/A << /S /GoTo /D (Hfootnote.128) >> +/A << /S /GoTo /D (Hfootnote.126) >> >> endobj -3668 0 obj +3680 0 obj << /Type /Annot /Subtype /Link @@ -48561,71 +48645,65 @@ endobj /A << /S /GoTo /D (section.4) >> >> endobj -3673 0 obj +3685 0 obj << -/D [3671 0 R /XYZ 55.693 823.059 null] +/D [3683 0 R /XYZ 55.693 823.059 null] >> endobj -3674 0 obj +3686 0 obj << -/D [3671 0 R /XYZ 56.693 789.929 null] +/D [3683 0 R /XYZ 56.693 789.929 null] >> endobj -3676 0 obj +3688 0 obj << -/D [3671 0 R /XYZ 74.626 395.115 null] +/D [3683 0 R /XYZ 74.626 395.115 null] >> endobj -3670 0 obj +3682 0 obj << -/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im73 3631 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im73 3643 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3720 0 obj +3732 0 obj << -/Length 1643 +/Length 1642 /Filter /FlateDecode >> stream -xڍ�n�8�}���X��/Ez"���b�Xţ�q�cj� �_��H{�dZ�I�!^�H* -�A�[��^]��U �(�4�wA���P�FT����&,֛"/�����������FE���8��ga��\��zs���� = -�,,�E"��lV7_�`�?�H�Bw�� -�.`[�VV8��@�ؒ�(�� -�q�[O��1��ɓ�u -><�aٛ��3�B����P|�V���0"��$* o�E]M?T�6cI�c�#���`#U*��`y�����A��wmK��[o��hZ��w�`Qc���Q'�?�Lz7�Wힶ�(� p�n���o��*�p��9z3l��%�te�O����r��`��$��;�'5hC\�eW��Z�M+ �I^�F M�3���:�:z7�٢�cc��45ۮr����aƃ9�ŭc�����3t��e�ˡ�ڥv�j�ԣ3�C7��@�:���*,MK�5v��\��g��Q�acơc��6[��#���c5I5��X���裀9�n��B��ab�V?t)%�Fgw#�S��Ѻ�M i|� ��n+�Ve{K�����ɀh�g�/P�����g�?��j�v='��\�;K�dJ? ��cmz|�4�OQHk�s5{��#�Ӿ�x����U� �(%&���G0c�@��q}OJ��d��}֡=��w���hJC��H� -Kkj������#�Cq*1 0>}�pg@��`B(j����� �(��+����?1&�?B�B�'OL� -�� uT/�� -��o�ϙ�A�U"N�đ -b�y��$�,pٙ�T��q�a�d��2Në��wk%��Iy�/ -P��`�/��gA.�<�(:�Kj~�3��[J���:�膫96�~���#��0�b�/t��d$�POϝ ѹ�����C���8K�������]�~~E���ϐ���@as�q�SW������֮��p�A�݂���@���~:��&��!�j�����B�:t���w���� ��U|���tF��^�Cݚ[�@�)�'��l�'�=�Sۮ1~k˽��j���phĹ��rD)�g\<w��"b6�q�6���;S�?ɳG�.a��`�J�X�Ń|�z��0-�L��^�ر��������:�H���Ӟo,C�$M��~�H��|d����%���M������^ �)��Χ��$T��T��� ʱ���ڞ�s���� -��x�s��Dt�nE����5T��'s+Vdj�fV�ԡ�O���5�'\��x����p��:K�V��n1�u��k��7�3��t�c�� ��|S�o���}<d�L"��x�f�T�??��A���]��"���,"1���e\��A!�C�b�5��Jd�c��b����u�F�N�J$j�/^�� ϝ����M����?%Ο� ���6��� �|���jG� -H0�P�A1���G�<�bqP���i�!��k�h�u�g|/ -�9�����v˪��<�$s��Q�����~4���x�,�6č�f��R����A -�?��pcw��.�@��<ՠl5͡t��^�#��>=����U���һF���.2�� +xڍ�n�8�}���X>���âG�] [`�fF���e7�~��"�q�i�'��x�"�(�Q�n��zu�6N)E�eqp��\�e(D�Ep� n�r�)�2�|��͟���^o�H�~����<,����?Vo�W�W�G���E�HeT���Kl��G��T���l�TI�J����ՇU�N�$PE���4C� +��;e�z��֓�c���j�4x݁�ODoX�f!�L|�Y��4)D�R|����sJQ<_o�$o�E]u?X]�"z�ݱ��z�c��I&��(������*�0چ�u����}#P�����F��,O�"��n�ힶ�(� p�n���o��V|غGz����L�"]��w{���BdX�"Ms���4��a�����a� +�`���H�����ǭ +��� @�h�ؘ�V�&b�Yg�y8hf<�#[�:&�LK;M'{Su���l�.��Tc{P��D�X%�tR[$a�[ڸ�1�m�#pa�ak�F!�����*�lMO$�@C�v��i��� 1��Gs����w���~�RF.���F�R��Ѻ�E �}� ��n-\kbzCD�C�[�d@4��(_�����X��X�ݷ]� �0W���(��O���X���=M�SŘ��E�^�e��H����^�u���,�xE�Ĕc�p����c����Ρ�i�9{�Lwܱ�*4'���ВMi8@� YCaiu�>U�;z�Qb(�cC%�#A�§o�4h��AEm�#6�<v ���p��?�b/<��c�#)�q{���T����PGղ�&*�j����s�yPkgr����"���4�,pٹPT�$9�|��z#e��Wͱ�։P&�(@ы� �(R��(�H���W,��=|4;���l)Al�u� Wsl"����G��7a,����_��/��HH�<=w&D�j�;Kч�s.%q�.��=7**���{����_˟!9�y����㈧�������֮��p�A�݂���@�1�~:��&��!��Uo��EC!oK:����:�v���E~�P:#�l/�!�n��w +���W]�������m�� �5����i5܃{;q�}�Q +�ϝo��� �~E\�!�Mq�B�N��'y�(�%�9LV"IJR,��A +>I=�m��N&�l/W�XA�ƍ�V��N �0�����ː.IQ�C��b���$4�� Ux���>�@c��1X0�$5�O����4 U��uS��D5�sU]ۓ}�Z�Va�πs��Cٵ�>~�\C�:�2��Ѳ"]��0�ʥ�|�`�8�ޯa<�~w���̅�ݸ��� +?�p�A��_õ����o�[CmL)�Ԕo�7����>�T&�_}<d �v��??�A���]��"���,#1���e\�UA)�C�b�5����%����p%���05��t2KD�̝�ŋ3�#��r#\�)��?1���s#9��Z���&t�z��/�\�a�S %3x�~�,��q ��K�&Bo���a�ƙQ�|��b���c�)�a:i���Z�sJ2G�؈{<�GS<���7�`�`C��l��Q& �>�x���������ҥ�_�G���Ls(]������OO҄��s�=���g?��L���# endstream endobj -3719 0 obj +3731 0 obj << /Type /Page -/Contents 3720 0 R -/Resources 3718 0 R +/Contents 3732 0 R +/Resources 3730 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3677 0 R -/Group 3723 0 R -/Annots [ 3713 0 R 3714 0 R 3715 0 R 3716 0 R ] +/Parent 3689 0 R +/Group 3735 0 R +/Annots [ 3725 0 R 3726 0 R 3727 0 R 3728 0 R ] >> endobj -3669 0 obj +3681 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/aucmapb00.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3726 0 R +/PTEX.InfoDict 3738 0 R /BBox [0 0 460.8 345.6] -/Group 3723 0 R +/Group 3735 0 R /Resources << /ExtGState << /A1 << @@ -48693,7 +48771,7 @@ endobj /Type /ExtGState /ca 0.11 >> ->>/Font << /F1 3727 0 R>> +>>/Font << /F1 3739 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -48710,54 +48788,54 @@ ms G�Jq��;=t��uh�a5��l�|xR��� h��e�(�����:��xg� ��`1���O�S�x�X(Ekb�u��f�)��b�c���uט h��Ac)���v��_��������1��_����������v�u}M�ϋ�od���<�k��9��-a��P�aV���6�P4��KLx��;���6�����l< endstream endobj -3726 0 obj +3738 0 obj << /CreationDate (D:20200917171824+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3727 0 obj +3739 0 obj << /BaseFont /DejaVuSans -/CharProcs 3728 0 R +/CharProcs 3740 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five 97/a 99/c 101/e/f 105/i 108/l 112/p 114/r 116/t/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3729 0 R +/FontDescriptor 3741 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3730 0 R +/Widths 3742 0 R >> endobj -3728 0 obj +3740 0 obj << -/a 3731 0 R -/c 3732 0 R -/e 3733 0 R -/f 3734 0 R -/five 3735 0 R -/four 3736 0 R -/i 3737 0 R -/l 3738 0 R -/one 3739 0 R -/p 3740 0 R -/period 3741 0 R -/r 3742 0 R -/t 3743 0 R -/three 3744 0 R -/two 3745 0 R -/u 3746 0 R -/zero 3747 0 R +/a 3743 0 R +/c 3744 0 R +/e 3745 0 R +/f 3746 0 R +/five 3747 0 R +/four 3748 0 R +/i 3749 0 R +/l 3750 0 R +/one 3751 0 R +/p 3752 0 R +/period 3753 0 R +/r 3754 0 R +/t 3755 0 R +/three 3756 0 R +/two 3757 0 R +/u 3758 0 R +/zero 3759 0 R >> endobj -3729 0 obj +3741 0 obj << /Ascent 929 /CapHeight 0 @@ -48772,10 +48850,10 @@ endobj /XHeight 0 >> endobj -3730 0 obj +3742 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3731 0 obj +3743 0 obj << /Filter /FlateDecode /Length 304 @@ -48785,7 +48863,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -3732 0 obj +3744 0 obj << /Filter /FlateDecode /Length 230 @@ -48794,7 +48872,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -3733 0 obj +3745 0 obj << /Filter /FlateDecode /Length 245 @@ -48803,7 +48881,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -3734 0 obj +3746 0 obj << /Filter /FlateDecode /Length 133 @@ -48812,7 +48890,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -3735 0 obj +3747 0 obj << /Filter /FlateDecode /Length 247 @@ -48822,7 +48900,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -3736 0 obj +3748 0 obj << /Filter /FlateDecode /Length 90 @@ -48831,7 +48909,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3737 0 obj +3749 0 obj << /Filter /FlateDecode /Length 68 @@ -48842,7 +48920,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -3738 0 obj +3750 0 obj << /Filter /FlateDecode /Length 45 @@ -48854,7 +48932,7 @@ x "���}� endstream endobj -3739 0 obj +3751 0 obj << /Filter /FlateDecode /Length 80 @@ -48863,7 +48941,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3740 0 obj +3752 0 obj << /Filter /FlateDecode /Length 236 @@ -48874,7 +48952,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -3741 0 obj +3753 0 obj << /Filter /FlateDecode /Length 49 @@ -48883,7 +48961,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -3742 0 obj +3754 0 obj << /Filter /FlateDecode /Length 157 @@ -48893,7 +48971,7 @@ x ���f�W����7y endstream endobj -3743 0 obj +3755 0 obj << /Filter /FlateDecode /Length 131 @@ -48902,7 +48980,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -3744 0 obj +3756 0 obj << /Filter /FlateDecode /Length 338 @@ -48916,7 +48994,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -3745 0 obj +3757 0 obj << /Filter /FlateDecode /Length 248 @@ -48927,7 +49005,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3746 0 obj +3758 0 obj << /Filter /FlateDecode /Length 171 @@ -48937,7 +49015,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -3747 0 obj +3759 0 obj << /Filter /FlateDecode /Length 210 @@ -48947,14 +49025,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3723 0 obj +3735 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -3713 0 obj +3725 0 obj << /Type /Annot /Subtype /Link @@ -48963,7 +49041,7 @@ endobj /A << /S /GoTo /D (subsubsection.2.3.2) >> >> endobj -3714 0 obj +3726 0 obj << /Type /Annot /Subtype /Link @@ -48972,57 +49050,57 @@ endobj /A << /S /GoTo /D (subsubsection.10.1.3) >> >> endobj -3715 0 obj +3727 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [188.386 233.878 203.58 247.67] -/A << /S /GoTo /D (Hfootnote.129) >> +/A << /S /GoTo /D (Hfootnote.127) >> >> endobj -3716 0 obj +3728 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [278.045 204.987 293.238 218.779] -/A << /S /GoTo /D (Hfootnote.130) >> +/A << /S /GoTo /D (Hfootnote.128) >> >> endobj -3721 0 obj +3733 0 obj << -/D [3719 0 R /XYZ 55.693 823.059 null] +/D [3731 0 R /XYZ 55.693 823.059 null] >> endobj -3722 0 obj +3734 0 obj << -/D [3719 0 R /XYZ 56.693 789.929 null] +/D [3731 0 R /XYZ 56.693 789.929 null] >> endobj 350 0 obj << -/D [3719 0 R /XYZ 56.693 313.33 null] +/D [3731 0 R /XYZ 56.693 313.33 null] >> endobj -3724 0 obj +3736 0 obj << -/D [3719 0 R /XYZ 74.626 198.81 null] +/D [3731 0 R /XYZ 74.626 198.81 null] >> endobj -3725 0 obj +3737 0 obj << -/D [3719 0 R /XYZ 74.626 186.855 null] +/D [3731 0 R /XYZ 74.626 186.855 null] >> endobj -3718 0 obj +3730 0 obj << -/Font << /F23 623 0 R /F28 677 0 R /F17 619 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R /F52 2726 0 R >> -/XObject << /Im74 3669 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F17 619 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R /F52 2734 0 R >> +/XObject << /Im74 3681 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3753 0 obj +3765 0 obj << /Length 697 /Filter /FlateDecode @@ -49034,29 +49112,29 @@ k ��{��!r������j� endstream endobj -3752 0 obj +3764 0 obj << /Type /Page -/Contents 3753 0 R -/Resources 3751 0 R +/Contents 3765 0 R +/Resources 3763 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3677 0 R -/Group 3756 0 R +/Parent 3689 0 R +/Group 3768 0 R >> endobj -3717 0 obj +3729 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/vis200.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3758 0 R +/PTEX.InfoDict 3770 0 R /BBox [0 0 1440 720] -/Group 3756 0 R +/Group 3768 0 R /Resources << /ExtGState << ->>/Font << /F1 3759 0 R>> +>>/Font << /F1 3771 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -49079,55 +49157,55 @@ W ��^sq��P�m����M^[��믬9/7;��2!^�*jol{�>���.+w����w�&�k��r�c�ncT��iS�Z��6�Wb�ꐯ�)� Z����E����u@F�|{;7E���$�39�\%����FKH�3�\�9�z?�Զ<�K:;okd�X�����&� ���g���_=����\}���=e�J\?�(�m�NEto:���\nu�$��Q��O'� \�@�Tt'ь�ef��/���1��;�G�f�3���ZF2��Cv��R!��>��G?�b�WL��Y:t�B��)����T=:� [�t��F�d�g_�U�e;���x�90�;�s1�E���7W���2������q.ƃ���,�G$���I�v#x2Ƴ�s1�?�d1=���s;�e��/?CF���̿���p~1�^�U�f�����W.�*.oo���ݦ�r�9���x��[R����_ on��������ǟ~�<�_��0�r�i�^�\��l�l�`������O,*������2���㷟X�[�z��)�������X��>�u������������u>&�q���lˏ�ž�}�"'zXd?gQy���E�$\�����vG���ۯ����>��7������ endstream endobj -3758 0 obj +3770 0 obj << /CreationDate (D:20200917172239+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3759 0 obj +3771 0 obj << /BaseFont /DejaVuSans -/CharProcs 3760 0 R +/CharProcs 3772 0 R /Encoding << /Differences [ 32/space 49/one/two/three 97/a 99/c/d/e/f/g/h/i/j 108/l 112/p/q 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3761 0 R +/FontDescriptor 3773 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3762 0 R +/Widths 3774 0 R >> endobj -3760 0 obj +3772 0 obj << -/a 3763 0 R -/c 3764 0 R -/d 3765 0 R -/e 3766 0 R -/f 3767 0 R -/g 3768 0 R -/h 3769 0 R -/i 3770 0 R -/j 3771 0 R -/l 3772 0 R -/one 3773 0 R -/p 3774 0 R -/q 3775 0 R -/s 3776 0 R -/space 3777 0 R -/t 3778 0 R -/three 3779 0 R -/two 3780 0 R +/a 3775 0 R +/c 3776 0 R +/d 3777 0 R +/e 3778 0 R +/f 3779 0 R +/g 3780 0 R +/h 3781 0 R +/i 3782 0 R +/j 3783 0 R +/l 3784 0 R +/one 3785 0 R +/p 3786 0 R +/q 3787 0 R +/s 3788 0 R +/space 3789 0 R +/t 3790 0 R +/three 3791 0 R +/two 3792 0 R >> endobj -3761 0 obj +3773 0 obj << /Ascent 929 /CapHeight 0 @@ -49142,10 +49220,10 @@ endobj /XHeight 0 >> endobj -3762 0 obj +3774 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3763 0 obj +3775 0 obj << /Filter /FlateDecode /Length 304 @@ -49155,7 +49233,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -3764 0 obj +3776 0 obj << /Filter /FlateDecode /Length 230 @@ -49164,7 +49242,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -3765 0 obj +3777 0 obj << /Filter /FlateDecode /Length 227 @@ -49175,7 +49253,7 @@ x *��s��>�h][M endstream endobj -3766 0 obj +3778 0 obj << /Filter /FlateDecode /Length 245 @@ -49184,7 +49262,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -3767 0 obj +3779 0 obj << /Filter /FlateDecode /Length 133 @@ -49193,7 +49271,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -3768 0 obj +3780 0 obj << /Filter /FlateDecode /Length 338 @@ -49202,7 +49280,7 @@ stream x�ERKr�0��\ 3�g��NW����p:�<� 2=eH��6�d���Wd�Ր�F�D��)����\�n�J�?��72ͮЪ�G�6�F5+#� C�zV���Q�d��v!�:S�p,�C��u�)�mA��#�o<���r��Ln���[��:[�m@ �s�`��� ������)(U��I�\';P�Ъt�7�9`Ò��ho��>��F����, ���f��1�H�'�N=q:őpI8�@�������/���� u:eM����B��Rq�"n]E�lO� �?*�3b��� �Ԓ����������枾�?�9������ endstream endobj -3769 0 obj +3781 0 obj << /Filter /FlateDecode /Length 163 @@ -49211,7 +49289,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -3770 0 obj +3782 0 obj << /Filter /FlateDecode /Length 68 @@ -49222,7 +49300,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -3771 0 obj +3783 0 obj << /Filter /FlateDecode /Length 126 @@ -49232,7 +49310,7 @@ x �R�wJ�U�o�D8�nI2�t�N�\��}R�k��kg�����%�/���� . endstream endobj -3772 0 obj +3784 0 obj << /Filter /FlateDecode /Length 45 @@ -49244,7 +49322,7 @@ x "���}� endstream endobj -3773 0 obj +3785 0 obj << /Filter /FlateDecode /Length 80 @@ -49253,7 +49331,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3774 0 obj +3786 0 obj << /Filter /FlateDecode /Length 236 @@ -49264,7 +49342,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -3775 0 obj +3787 0 obj << /Filter /FlateDecode /Length 237 @@ -49275,7 +49353,7 @@ x �S�w�� ;�fS�GR�t�慷�r!��S��7҄�٧be�J���`��Dd��e8�ah��4`����֑ҋ��1 7���W���6K������+�n��|��IU\~ endstream endobj -3776 0 obj +3788 0 obj << /Filter /FlateDecode /Length 332 @@ -49286,7 +49364,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -3777 0 obj +3789 0 obj << /Filter /FlateDecode /Length 17 @@ -49295,7 +49373,7 @@ stream x�36�P0��C.��� endstream endobj -3778 0 obj +3790 0 obj << /Filter /FlateDecode /Length 131 @@ -49304,7 +49382,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -3779 0 obj +3791 0 obj << /Filter /FlateDecode /Length 338 @@ -49318,7 +49396,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -3780 0 obj +3792 0 obj << /Filter /FlateDecode /Length 248 @@ -49329,21 +49407,21 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3756 0 obj +3768 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -3748 0 obj +3760 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/history200.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3781 0 R +/PTEX.InfoDict 3793 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -49367,12 +49445,12 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 3782 0 R>> +>>/Font << /F1 3794 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 3783 0 R +/DejaVuSans-minus 3795 0 R >>>> /Length 4010 /Filter /FlateDecode @@ -49397,33 +49475,33 @@ w '�>d�x=��?Z��ZN�ː6f�(�7�Z"��I�����jY�/v�����~�֕�]_ {x�;ח����%1t�~��T8>�~������ 7���n��n�f�o�5�%^��-B��)x�`���9�"R�.#@��)���v�SoN�`Fk���/���Ǐ//.B�zF�\��"��y�E�O�Kx���*<o�:������w�����S�Ny�?���������k!�@��6P�|�,X��f<hu�>^|xkj]`Ȉ/ǛLo~|���b҇BlO?���v{Ѥ?����ߞ��t�ꗯ���;�����U; endstream endobj -3781 0 obj +3793 0 obj << /CreationDate (D:20200917172443+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3782 0 obj +3794 0 obj << /BaseFont /DejaVuSans -/CharProcs 3784 0 R +/CharProcs 3796 0 R /Encoding << /Differences [ 48/zero/one/two 52/four 54/six 56/eight 95/underscore 97/a 99/c 101/e 104/h 108/l 111/o/p 115/s 118/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3785 0 R +/FontDescriptor 3797 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3786 0 R +/Widths 3798 0 R >> endobj -3783 0 obj +3795 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -49437,27 +49515,27 @@ x endstream endobj -3784 0 obj +3796 0 obj << -/a 3787 0 R -/c 3788 0 R -/e 3789 0 R -/eight 3790 0 R -/four 3791 0 R -/h 3792 0 R -/l 3793 0 R -/o 3794 0 R -/one 3795 0 R -/p 3796 0 R -/s 3797 0 R -/six 3798 0 R -/two 3799 0 R -/underscore 3800 0 R -/v 3801 0 R -/zero 3802 0 R +/a 3799 0 R +/c 3800 0 R +/e 3801 0 R +/eight 3802 0 R +/four 3803 0 R +/h 3804 0 R +/l 3805 0 R +/o 3806 0 R +/one 3807 0 R +/p 3808 0 R +/s 3809 0 R +/six 3810 0 R +/two 3811 0 R +/underscore 3812 0 R +/v 3813 0 R +/zero 3814 0 R >> endobj -3785 0 obj +3797 0 obj << /Ascent 929 /CapHeight 0 @@ -49472,10 +49550,10 @@ endobj /XHeight 0 >> endobj -3786 0 obj +3798 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3787 0 obj +3799 0 obj << /Filter /FlateDecode /Length 304 @@ -49485,7 +49563,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -3788 0 obj +3800 0 obj << /Filter /FlateDecode /Length 230 @@ -49494,7 +49572,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -3789 0 obj +3801 0 obj << /Filter /FlateDecode /Length 245 @@ -49503,7 +49581,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -3790 0 obj +3802 0 obj << /Filter /FlateDecode /Length 392 @@ -49513,7 +49591,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -3791 0 obj +3803 0 obj << /Filter /FlateDecode /Length 90 @@ -49522,7 +49600,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3792 0 obj +3804 0 obj << /Filter /FlateDecode /Length 163 @@ -49531,7 +49609,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -3793 0 obj +3805 0 obj << /Filter /FlateDecode /Length 45 @@ -49543,7 +49621,7 @@ x "���}� endstream endobj -3794 0 obj +3806 0 obj << /Filter /FlateDecode /Length 214 @@ -49554,7 +49632,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -3795 0 obj +3807 0 obj << /Filter /FlateDecode /Length 80 @@ -49563,7 +49641,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3796 0 obj +3808 0 obj << /Filter /FlateDecode /Length 236 @@ -49574,7 +49652,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -3797 0 obj +3809 0 obj << /Filter /FlateDecode /Length 332 @@ -49585,7 +49663,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -3798 0 obj +3810 0 obj << /Filter /FlateDecode /Length 317 @@ -49596,7 +49674,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -3799 0 obj +3811 0 obj << /Filter /FlateDecode /Length 248 @@ -49607,7 +49685,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3800 0 obj +3812 0 obj << /Filter /FlateDecode /Length 52 @@ -49616,7 +49694,7 @@ stream x�350P0PеT�526U05� �LR���\$��S a��s*s���T� endstream endobj -3801 0 obj +3813 0 obj << /Filter /FlateDecode /Length 72 @@ -49625,7 +49703,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -3802 0 obj +3814 0 obj << /Filter /FlateDecode /Length 210 @@ -49635,80 +49713,71 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3754 0 obj +3766 0 obj << -/D [3752 0 R /XYZ 55.693 823.059 null] +/D [3764 0 R /XYZ 55.693 823.059 null] >> endobj -3755 0 obj +3767 0 obj << -/D [3752 0 R /XYZ 56.693 789.929 null] +/D [3764 0 R /XYZ 56.693 789.929 null] >> endobj 354 0 obj << -/D [3752 0 R /XYZ 56.693 524.721 null] +/D [3764 0 R /XYZ 56.693 524.721 null] >> endobj 358 0 obj << -/D [3752 0 R /XYZ 56.693 440.163 null] +/D [3764 0 R /XYZ 56.693 440.163 null] >> endobj -3757 0 obj +3769 0 obj << -/D [3752 0 R /XYZ 56.693 412.6 null] +/D [3764 0 R /XYZ 56.693 412.6 null] >> endobj -3751 0 obj +3763 0 obj << /Font << /F23 623 0 R /F17 619 0 R /F28 677 0 R >> -/XObject << /Im75 3717 0 R /Im76 3748 0 R >> +/XObject << /Im75 3729 0 R /Im76 3760 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3806 0 obj +3818 0 obj << /Length 1843 /Filter /FlateDecode >> stream -xڍ˒�6���Q�Y+�H�r��5i;M�lg�Ir�ʴ�FJ���}��'�EA�F��4z���f��e&#!�:ϳ�f�ER�2����f}����.�����<��z#S�묌���:+�R�?���zq����=���,-%T�����h{�Fi"�*��}�*�T5�]�~��*�_�2M�\���#� ��~�U��i1s�PO�Q��t;�Þ�8YwO[�]o�9�3��CV_xO�[�o�ɸ������ؖ�v-���5؉.�����@�V��C�bhB��jt�*Q��w�# � -w��I�n�z� -�VDeR��@�I�di��A��|�T�X�B� mN��:���� e]�������r@c{�A�A��*6;�g%�C�����$}�`E3ܑbaG�"x��#��<�W�1�c*�4��īr�� ��\�o@2���!X��x���U�� -�}����m�'5��BF�e�����4ص[=��7;�z�L&�{CW��b��3��7�(��z�>C����[rz�E�4���yZ���v�.Ҍ��%�� -|�Y���p�°#b�*Jº��/�!�x����cұC�ɋ��w�^ -g;�����xc�u|;{g��Yp�{����hgt�1�t��NO���`F�v!h�|\�#���5�P�e6^ ��ϼ �h{�6�� 3䠕���(���]�;j�{y3��t@��0챃�\������������m�����hf����� �%���:�\��e�B�E�#Hw{����3�{D9Z7Q��bg�4;��}C�/v�+���5 `0�%�Ϭ��,P(��u���+�N�1�H�%f1;>B|����1 �e*�Y���ɵ��Qgo;Ӄ��p?_��r����p�[�*x�7� -�;���圡a��q��1����6nҟO(�UT�s���ٴ�*�����uw& -�x�@4�M�A(j���$q!s�;�&�*�o�f xb��*BP͔�U��O�?>�`���֕���%��h b�C0��ZO"G@�O�NĿr��RA�zlJM�<�n_�DVC1�ϝ�G����q�E���N��3`| -�$ ��bL.9�����������D�q�c�v�)�������"8}l�|U�ש�◐|;~�#_��kowx)��:h6��ގ�:���g�xs�?�1�#N�"SY����/gL�\p�8����N�������3�#�ѓ�?4�f��Z�k�D�9��L<�"?�����2�����2͙����.]>2��S�&Z�"=��Yr���%S�%\<�)�Ng�|��;(���,a�CD�>�Y��J "��`6��'�� -���u_��sC��Xh6�{s���ȑ��2�Gt�e�C��vO� ^Q'"ŀ�y�����nv�G�<mē,M:���A�I]��&e�9���o����;��������P�.f�l�kD���X�� o"?�-u`�~�nR�I-�w�*l�o�FQ�������QԠ�\.���^��1k�"K�|��p���F�'/�4^@���3j�O -�e�ڗQ)��Hq�a����&I�@��4aGإ��!���a*2<=��CqOH�ӷl��U"�Y��S8�@͒4��9��2��!hTP�?c�B`�v�_"B|�Q:�~��� 9���zl��� -[o?Hp�8̈́�����Y��f0n)&]���"?$mP�U2؆M�$Ώ�hq -(+�fGc�7�Dt�fJևm��^��.���� =�K����6�(D5�µ[�����$��7��c +xڍ˒�6���Q�Y+�H�r��5i;M�lg�Ir�ʴ�FJ���}��'��A���F�(�^�~�Y=y��H����,��Ey���*D�2��F�z���:�~����_����T���:+c�7pΊ�T�O7��^ܬ��pO#�0K�D 5��ç4��ݯQ�Ⱥ��<e�J$U `�_��J�W��L�2$��2�2�_gUlg:��\!T��e�E<9���'�C;N���Ug�P�~fVw�J�������f��{�ި<�o�mIl�"^8o��a^���#�#�4����б�;s��l�J�*HOs$!�o��Fou2�۳�߽B�Q��e*�jR%YZF*{/����L���B�mN��9���� e]����#�wfd��� �� ���3����mg�r�ڮ#��U��pG��=���v?�Dhw���_�Ƹ��P�Ooʍ� L�s���T�R� `r@S)������v?Aۆ_j�#�����|]�`���ꩵ|�Y��g2ѿwt���*�_q����E�^o1f�w;�EKNʡ[�H�n����}o�"�(���Pb +��ǻ�;o!7"6���$�ۡa���+<r�GM�O;&;4i����= ����p���8����wVZǷ�� vqv�𐅠��+�/�vFw#�A7���d��fkR��(�e�>�\�X�1_f�̀��r���e3�N0�!���D����¿�v�7P7��A8L���;�����W����� D��l˗Z��l��_�ѣA�d�K`U� �k���U(���o�no];z�t�(G�&Jv8쌞f�7�ohQc�B�lI��k.�~f�ldY�A�DlStv^��w���iG�,������#������=SA͢��_�E�:{ۙ܄����C�a���|.\Pb�^����U!g��+4\p>"�74�uw��F�M�� ���{�>�1���U��>����D�R�D���j���(*�8a�b(�C�av�'.���'D�L��Wq���O�?~�`���֕���%��h ��C0��ZO�@@��H�I�k9��JA�zl*Mx<�n�ˠyC3�σ�g����q�E�0�.�x�+`| �" ��rL.5����i�� +����D�q�g�v�%���������"8}l�}U�����P|;��Q������!Â@Y^�-��Ȩ�CT�,_����F����C��T�,���K�'N?�en'f N����{uI��Hs�d��F3�هz��5^sͧ1��@�����7+�*��3��S�9�qq��e�Gf�qJ�D�X���9+Bm���dJ�Y����3�8�B�@�7s-w��e#�a��`Ї� �UR)�Kė�&"S���W�#����2zna�xX+͆yoN�_X92�S&�(�)�,x)z��9�u"RL8����_o��v��8���i#�di +�8�4�C4�:�+�Ӥ̸�\���p`{�y�ߠ�ㄻ"4�9���5���=#�cc�N~����M�<�E���V����(j���~�7�l��eq��+�*?V�]Td �/.@�����e���>_`G���I!� ]�6*%M��).�2�trY�$H��B�&���L�!%xB�2lE��G@�{h� �x��&�X%R�u����z�� F��^\�T��A���.��K˴��jHG��!<�bݺ'8�0�5�����6�'��"�C<�4�F�{o ڛ����lL��A�t��vEh�� 8����)�`�\������х�)����z�c��g�N�YBJ��p�t�W!�90&���\�%'I��V�m endstream endobj -3805 0 obj +3817 0 obj << /Type /Page -/Contents 3806 0 R -/Resources 3804 0 R +/Contents 3818 0 R +/Resources 3816 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3677 0 R -/Group 3809 0 R -/Annots [ 3749 0 R 3750 0 R ] +/Parent 3689 0 R +/Group 3821 0 R +/Annots [ 3761 0 R 3762 0 R ] >> endobj -3803 0 obj +3815 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/roc200.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3812 0 R +/PTEX.InfoDict 3824 0 R /BBox [0 0 460.8 345.6] -/Group 3809 0 R +/Group 3821 0 R /Resources << /ExtGState << /A1 << @@ -49731,7 +49800,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 3813 0 R>> +>>/Font << /F1 3825 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -49824,67 +49893,67 @@ N ,h�-!:G�Х͡�ṀG���m��z4S*��mH���[D�/����lj6� <;���R��p8�68����hK�(�E_���>���.�挪b��*��%D�]L��<���V�"��FP��Zg"T�o��d�ҥ2����H�r�tt7o_�=��V��<L����$K����Dۿ�8drR��fcq���G��Y�zӌ��'��$�c endstream endobj -3812 0 obj +3824 0 obj << /CreationDate (D:20200917172705+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3813 0 obj +3825 0 obj << /BaseFont /DejaVuSans -/CharProcs 3814 0 R +/CharProcs 3826 0 R /Encoding << /Differences [ 32/space 40/parenleft/parenright 44/comma 46/period 48/zero/one/two/three/four/five/six 56/eight 61/equal 97/a/b/c/d/e/f 105/i 108/l 110/n/o/p 114/r/s/t/u/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3815 0 R +/FontDescriptor 3827 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3816 0 R +/Widths 3828 0 R >> endobj -3814 0 obj +3826 0 obj << -/a 3817 0 R -/b 3818 0 R -/c 3819 0 R -/comma 3820 0 R -/d 3821 0 R -/e 3822 0 R -/eight 3823 0 R -/equal 3824 0 R -/f 3825 0 R -/five 3826 0 R -/four 3827 0 R -/i 3828 0 R -/l 3829 0 R -/n 3830 0 R -/o 3831 0 R -/one 3832 0 R -/p 3833 0 R -/parenleft 3834 0 R -/parenright 3835 0 R -/period 3836 0 R -/r 3837 0 R -/s 3838 0 R -/six 3839 0 R -/space 3840 0 R -/t 3841 0 R -/three 3842 0 R -/two 3843 0 R -/u 3844 0 R -/v 3845 0 R -/zero 3846 0 R +/a 3829 0 R +/b 3830 0 R +/c 3831 0 R +/comma 3832 0 R +/d 3833 0 R +/e 3834 0 R +/eight 3835 0 R +/equal 3836 0 R +/f 3837 0 R +/five 3838 0 R +/four 3839 0 R +/i 3840 0 R +/l 3841 0 R +/n 3842 0 R +/o 3843 0 R +/one 3844 0 R +/p 3845 0 R +/parenleft 3846 0 R +/parenright 3847 0 R +/period 3848 0 R +/r 3849 0 R +/s 3850 0 R +/six 3851 0 R +/space 3852 0 R +/t 3853 0 R +/three 3854 0 R +/two 3855 0 R +/u 3856 0 R +/v 3857 0 R +/zero 3858 0 R >> endobj -3815 0 obj +3827 0 obj << /Ascent 929 /CapHeight 0 @@ -49899,10 +49968,10 @@ endobj /XHeight 0 >> endobj -3816 0 obj +3828 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3817 0 obj +3829 0 obj << /Filter /FlateDecode /Length 304 @@ -49912,7 +49981,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -3818 0 obj +3830 0 obj << /Filter /FlateDecode /Length 237 @@ -49921,7 +49990,7 @@ stream x�EQIr!��+��+�Nͩ��k,3IN`k1i��-x�!��́/�|M�4|72��:�pO�.ܗ˂g�WT�w�/]�H}w��~fd{�H͐��:�B4&�!=#2�V,s��)�R�([�.ꕶN;���#�o�#��JvMl��:��˶.�:�$�vaqj�!"�uc5���N"v����0�Q$��g�q&�M�]9�y��V*9�>^�Ƅ�t��c��i��_�>}�����?��\" endstream endobj -3819 0 obj +3831 0 obj << /Filter /FlateDecode /Length 230 @@ -49930,7 +49999,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -3820 0 obj +3832 0 obj << /Filter /FlateDecode /Length 66 @@ -49939,7 +50008,7 @@ stream x�36�P0P07W�544U022P042QH1�2443s�`�9`���a$�r�`Zs�: �P�9\i�M8� endstream endobj -3821 0 obj +3833 0 obj << /Filter /FlateDecode /Length 227 @@ -49950,7 +50019,7 @@ x *��s��>�h][M endstream endobj -3822 0 obj +3834 0 obj << /Filter /FlateDecode /Length 245 @@ -49959,7 +50028,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -3823 0 obj +3835 0 obj << /Filter /FlateDecode /Length 392 @@ -49969,7 +50038,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -3824 0 obj +3836 0 obj << /Filter /FlateDecode /Length 71 @@ -49978,7 +50047,7 @@ stream x��0�P0P040S047R076R015QH1� ���\0�0��,,�`AdA,#SS������Ȧ���2 endstream endobj -3825 0 obj +3837 0 obj << /Filter /FlateDecode /Length 133 @@ -49987,7 +50056,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -3826 0 obj +3838 0 obj << /Filter /FlateDecode /Length 247 @@ -49997,7 +50066,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -3827 0 obj +3839 0 obj << /Filter /FlateDecode /Length 90 @@ -50006,7 +50075,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -3828 0 obj +3840 0 obj << /Filter /FlateDecode /Length 68 @@ -50017,7 +50086,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -3829 0 obj +3841 0 obj << /Filter /FlateDecode /Length 45 @@ -50029,7 +50098,7 @@ x "���}� endstream endobj -3830 0 obj +3842 0 obj << /Filter /FlateDecode /Length 161 @@ -50038,7 +50107,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -3831 0 obj +3843 0 obj << /Filter /FlateDecode /Length 214 @@ -50049,7 +50118,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -3832 0 obj +3844 0 obj << /Filter /FlateDecode /Length 80 @@ -50058,7 +50127,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -3833 0 obj +3845 0 obj << /Filter /FlateDecode /Length 236 @@ -50069,7 +50138,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -3834 0 obj +3846 0 obj << /Filter /FlateDecode /Length 147 @@ -50079,7 +50148,7 @@ x \b��9/i?�i�X5G�aX�n��,JW�-^��B]H��ޭLd�<�;p'�>TYz@;DY�I�X�V]j�����u=̪��'k)PTB�t��{���o/� endstream endobj -3835 0 obj +3847 0 obj << /Filter /FlateDecode /Length 149 @@ -50089,7 +50158,7 @@ x ����$jeF�2�T���`��<�3�\脇�ʰ�N1��fF~����{20c endstream endobj -3836 0 obj +3848 0 obj << /Filter /FlateDecode /Length 49 @@ -50098,7 +50167,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -3837 0 obj +3849 0 obj << /Filter /FlateDecode /Length 157 @@ -50108,7 +50177,7 @@ x ���f�W����7y endstream endobj -3838 0 obj +3850 0 obj << /Filter /FlateDecode /Length 332 @@ -50119,7 +50188,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -3839 0 obj +3851 0 obj << /Filter /FlateDecode /Length 317 @@ -50130,7 +50199,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -3840 0 obj +3852 0 obj << /Filter /FlateDecode /Length 17 @@ -50139,7 +50208,7 @@ stream x�36�P0��C.��� endstream endobj -3841 0 obj +3853 0 obj << /Filter /FlateDecode /Length 131 @@ -50148,7 +50217,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -3842 0 obj +3854 0 obj << /Filter /FlateDecode /Length 338 @@ -50162,7 +50231,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -3843 0 obj +3855 0 obj << /Filter /FlateDecode /Length 248 @@ -50173,7 +50242,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -3844 0 obj +3856 0 obj << /Filter /FlateDecode /Length 171 @@ -50183,7 +50252,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -3845 0 obj +3857 0 obj << /Filter /FlateDecode /Length 72 @@ -50192,7 +50261,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -3846 0 obj +3858 0 obj << /Filter /FlateDecode /Length 210 @@ -50202,85 +50271,80 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3809 0 obj +3821 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -3749 0 obj +3761 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [89.904 752.984 105.097 766.776] -/A << /S /GoTo /D (Hfootnote.131) >> +/A << /S /GoTo /D (Hfootnote.129) >> >> endobj -3750 0 obj +3762 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [171.901 637.418 187.094 651.21] -/A << /S /GoTo /D (Hfootnote.132) >> +/A << /S /GoTo /D (Hfootnote.130) >> >> endobj -3807 0 obj +3819 0 obj << -/D [3805 0 R /XYZ 55.693 823.059 null] +/D [3817 0 R /XYZ 55.693 823.059 null] >> endobj -3808 0 obj +3820 0 obj << -/D [3805 0 R /XYZ 56.693 587.355 null] +/D [3817 0 R /XYZ 56.693 587.355 null] >> endobj -3810 0 obj +3822 0 obj << -/D [3805 0 R /XYZ 74.626 192.542 null] +/D [3817 0 R /XYZ 74.626 192.542 null] >> endobj -3811 0 obj +3823 0 obj << -/D [3805 0 R /XYZ 74.626 180.586 null] +/D [3817 0 R /XYZ 74.626 180.586 null] >> endobj -3804 0 obj +3816 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im77 3803 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im77 3815 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3857 0 obj +3869 0 obj << -/Length 1533 +/Length 1530 /Filter /FlateDecode >> stream -xڕWK��6��W�(��\���ȥ�6�69�y���$90��V����:���Z����b����pm�$�}��zqu-҈sf�\D�(�L�4�H�T��D�c�\e�g�_�������4��*���B�*_~\�Z�X/�.8hO"~�,Q,�YT4���h�WQ�R���;�D��LX�ѻśE� ߠPI� �\����낥Jf��-+�y����D�;���%�d:3A�)S"h;�s%Lʄʣ����і)��j;�S�b�8�\婌ߖE�c?cյĮ����M�m�y��6~U�b��G:n��=����m�M�]����Dzm��\�.oFL<���˲�� ��.�$�)��G#�3M�\�gS�O�m7�p��p�j;�h�Ϙ3��l� -�"�X��1%4Y�G��J�whX7�f(=��!�7Շ��b�G�q�b]��}�n�l��cƖ<�8�����!��-WW�?��"M��:3�4�܃��ܸx��?.����"Z���_�+)���I<�sq��utHiۍD�2��h���������2@�DƟ&���K��w�y�.X.0�wv$�Hmy��sY��#�4sV�KQ���89��=Y<է��6Q�_.��.� q,〙���]�~�_�h#�y�Ơ������8�{Na��<q��roR�îC�m]픞U�����F�������6�>P�����%��<ѿc N~�J��rpأ�u8ԟ��#����i�atTYD��맶~�6�m�g�jT����>$yBY����}r�m_۪-=�TI -4��l���8�o=`��x�N -�2~� �A��I�,?�C�9;!BMB'LA��:ci�ۏɸȨ����ۏW�:�~��p�0���ˌ ���pڏ���<~���7 -� TdП ��l�q��D�<��+-W�Gb�mm ��E���d{��n�\/5<�dzBK������՛ o��C��X`z����YX��LqStu=5����'*FW�HC�/"s� �R��ǩ~��'#Z�[i�+Z���w���Ύi�6�[˖��b�@߶#f�*��q� -���;�Ɲ� -[?���}X�\zSPr2R̨�c�e���DP����y��TɃ�1*Z�NGn47�3���v� m�k�NQ���"�B��=z��G��=�s9���i�09�7��� <��~<�� `�g��pD���|��@ELM5�+0�\��45W�:2�H��0�CFR&�/�55JhL�:Z �v[#�i?2\�ni�Z/�%��֟��K�4eĩ ����s�̡�|pY������M�UM��8)�I��nppq�^��g�/GY�d/�|�&M�0�����"NS�i�����MU��;P�G.�>X5%T7��̳�ÿD��y�]�arX�;�� �F�F�w6ٚ�5`hn�7��)+���u����k ���ĄL�6v�M@I�T@��]OZ�,U�+�ِ�P&?6���9�M��go��=��fo�?ڕ�N +xڕI��6�W�HUY$���rbOb/J%U�0őhs���<�O7Q���\D�7�ޭ$�FI�������Z���么�7Q.�4i���h����f�2���^�~����.Wi���z)Tl�%܅�U���~�x�^|]p��D�^X�XƳ�h�?&�p����FGG�D��L8�ѻśE�� PI� �\���(�낥Jf�̎�<��ec���s�\2����)���&eB��j��eo��9���N=�T��0Ο.Wy*�eѵ��O�Xu-�����d|��w�w��?�����ߑ���%�g\�����ɣd���X�O��Mܝ3��͈��W<cY����Q��b�{TB;%��t�|6e��Hm���{E�W��W�qGG/x����xK���)q���D@ĔФ�%�Z(ߡb�D���P��P<�T.���%w��nYt���U�%��O�[���`2��c�X;�\e\���*�4�C�f�Ir�)c�q�^{��%���y�!`�,WR��;J&�x\��W��Ҷ Bi���mK��1"ؽ"���e��e��?M^FQ����H�`���c9��H����@g4���G�if�2�ݓq2�a{�x�O��m�33t����Q�#��]�~�?��#�q�� ���\A���M�=���P���cV�����P��@W�;�G�v�8b���CU�t�����J�?B��}k0�z,����Qڄ1fg}Z*ҺC�(�d�-�Om��PmBm�e�Yרڽ�-�}H7o;�mp�m_۪-}'�|')P �d�oا��o�o�A�w�����t����N�,?�C�9;�|CB'L���:ci�Ǐɸ�h����Ǐ�:�~d�p�0���ˌ ���0Ə���<~���7r� dD��A#����,�_�$y��8�\����nkkhZ�X?&�W�����RCY`&Sy-�}D�����7j���C�L��@�m�9�;�0S]����zjZ���(h]"�ؙ�n�.�qj�>Տ6�d��q'MsE��uVw�?9����l��l��5���m;B�te�?�ͧ�~���rS㨪�֏�����6�j +RNF��p̸L2��r~?OOk�A���f��-7��ӝ`�m;��6xX�5~ �(MC��$С�@���c�|�pޣ?��O��fP�ə���������~m�g�w�k$*O��k� T$A�T�R0:������ZG� ��~6y�H�$�)��A ���CG�a�n�a�� M��G�K�-�[�0%]>���4xܦ�8e����an�9�C=�ݾ�y� ��麃7�4��� ..�ы���ȫ�9��o�[F��#���i��e��nw��7��FS%�4�K�NM ��(:�(��/�?��y�]�abX�7��_��Ѿn@'[Ӻ�������e�U���������nloLH5cG���J8��������R��� �i�c�{�C�t��uiأ#nV���y�F endstream endobj -3856 0 obj +3868 0 obj << /Type /Page -/Contents 3857 0 R -/Resources 3855 0 R +/Contents 3869 0 R +/Resources 3867 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3677 0 R -/Group 1146 0 R -/Annots [ 3847 0 R 3848 0 R 3849 0 R 3851 0 R 3850 0 R ] +/Parent 3689 0 R +/Group 1153 0 R +/Annots [ 3859 0 R 3860 0 R 3861 0 R 3863 0 R 3862 0 R ] >> endobj -3847 0 obj +3859 0 obj << /Type /Annot /Subtype /Link @@ -50289,7 +50353,7 @@ endobj /A << /S /GoTo /D (subsubsection.2.3.1) >> >> endobj -3848 0 obj +3860 0 obj << /Type /Annot /Subtype /Link @@ -50298,25 +50362,25 @@ endobj /A << /S /GoTo /D (subsection.3.5) >> >> endobj -3849 0 obj +3861 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [101.935 99.325 117.128 113.117] -/A << /S /GoTo /D (Hfootnote.133) >> +/A << /S /GoTo /D (Hfootnote.131) >> >> endobj -3851 0 obj +3863 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [455.845 99.325 471.038 113.117] -/A << /S /GoTo /D (Hfootnote.134) >> +/A << /S /GoTo /D (Hfootnote.132) >> >> endobj -3850 0 obj +3862 0 obj << /Type /Annot /Subtype /Link @@ -50325,39 +50389,39 @@ endobj /A << /S /GoTo /D (subsection.6.1) >> >> endobj -3858 0 obj +3870 0 obj << -/D [3856 0 R /XYZ 55.693 823.059 null] +/D [3868 0 R /XYZ 55.693 823.059 null] >> endobj -3859 0 obj +3871 0 obj << -/D [3856 0 R /XYZ 56.693 789.929 null] +/D [3868 0 R /XYZ 56.693 789.929 null] >> endobj -3860 0 obj +3872 0 obj << -/D [3856 0 R /XYZ 56.693 516.854 null] +/D [3868 0 R /XYZ 56.693 516.854 null] >> endobj -3861 0 obj +3873 0 obj << -/D [3856 0 R /XYZ 74.626 93.149 null] +/D [3868 0 R /XYZ 74.626 93.149 null] >> endobj -3862 0 obj +3874 0 obj << -/D [3856 0 R /XYZ 74.626 69.238 null] +/D [3868 0 R /XYZ 74.626 69.238 null] >> endobj -3855 0 obj +3867 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R >> -/XObject << /Im9 1119 0 R /Im72 3598 0 R /Im11 1140 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R >> +/XObject << /Im9 1126 0 R /Im72 3610 0 R /Im11 1147 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3874 0 obj +3886 0 obj << /Length 3456 /Filter /FlateDecode @@ -50367,34 +50431,30 @@ xڽYo eag��4�6�����ef"���v�����Qan=�{��?a��'S��oU����Ō& ̈́��S�qZ�Aj�T���%�g�P��c=ԭ��Ѯn��qA �5��'��F��9�5q��b��N����� �g��x�0�Y��~��K��w�!�������G�q�0� ����,�V{Y�v+�_�XI�/ H�cX�i;��=� ��^B�'�P�)���>Ѐ<�Oˀ�r���+T�O Ç���v�iG8��+m3�@�I��������F�\I�O��jV(����f�'��c�P9T�E!�*T�2��9�"�MDfzi ����M�UtK -�#V��age�%I5��DU�J�n� �Iq���ی6��h�C�����+#4:{UM,�f:����]�1�������՜�8�\�Ö\�d*x���a�uA%Ô.L\�g�#��c�=U���&5qi4�bNj�Īm��W�:j�37u�����ꁘm@�k<�d��ُ�-Xd�����p��y��v&��ˮ�;� r�x\��OC} ���3f`oG"�9����<�[��'l����G��0��o;��͈~��VVԲ�Z�p� -�,�+�W�6��VGh�i��N�_7���zEGoB���L̙��� �yػ�l��|��Z�2���o�Y�����O���0��H��'� �.�bY Ui�_#�Y1V ���D�.���^f�8�%Br��V��B�Ӡ5���D��L����-��v y�m�a)�_[���9�W-D���9HH�|�{��*�n��4H,\��KQ��_iz/�]:��Si��%��;Y!��#�r2���8���e�m#m�F -РGg� -���%��nN]�96��*Y`�䠨+̤��d�����3M��<���>H -I��0��s��f������0Z��q��X$K�`�I�� ��ӑ)�CHڞ%:��AN>�LF�c�'��p����}zC��_.t4�\P[���q�^�rgh1] ->}�ʅ��yYldt�K� -)[^U�X�����L�5@D�F�Ν � ���g�K,>!�; -��1�E�r�;��`O���V>�1 x T�-8���1������}q�"K|�vI�V�`3�͌�I�>���>z�a��� ����j��hy4D�{L����u -��$m��r��}�7η�}�e=��A>,G��-3O���S��Z�����O�w��lE�kIp�tAM> �|��6p�^4��> :�$�4�t�it�a�=]t�Q�� \dI���Q��]ˡi��0�A6�*g�����tIk��%��1�ɍ��[v�]�ޢ�Ad9�_�\X�Tg�9k�φ� pX}��-� 2�Q �(휿*p�gc�6^��n�e�e�1�6�#�$�E�WC�aZ��$z��F���<��w�Z�2���(�_�n���s�,��S�C�1�`iӚ�̧����O/����'+����A�4�Kّ��cs�Ӌ��o��j!���z�,�9�l����9o!2�m�¡9kApj��2�{t��,6� w��.1��A�w��>h��� -���!���Y����5��XJV�� �.��#�^9H�N�_��5��R�v!�י�v�bG�R�2���[hox"�!�k��@�l��oj����J��O�h�|���X&Dˡ1vf�� ��_�c�ɶ�%���遁�w|8P�)���&%=�E�+7Z -� �x���0g~&?{V13��+6@�@g1��I2ۗ� й��x������'� �|Ƭ��=on����ː6�΅ dK)A�^Q!����q`h{��*��B"���J�S*���3�*��u��|1��:�0o'U5wjhlK�g�Rh�. �I�q=�34X�iUۻK5&�L�'��] �%�d��F�R����3�5R{g�#�%��[�/[�)-�u�A۞�=9������d�'�� �sh��90]�))<Z���!P���{�Я�XD�G=�e(��ѻ��~Џ�}�~z��s���}�����J���&��%96�-�v���>�A�C�!Q��� -eX�_��5Fb�㏍���#�@������Tk�N�������H�B���yr� 낫P��C?MGp��ǥ�IZ�<�,�<��+�^V�\��D���h�x�u>�K���R"��b��p.k_>������L0���5���:T�^2���Y1'�g�������*��|]�����8�Bj��߹(ɐ���R��P8Dk�fX�7X�랔��`@�91�yb-5�R��@{���j.˞�-#TC����E�NHG`�v�yK�?4��6!-H(�=��ˮ�ojo�M�'�v��Az���6h)n)� �,��9�s&�N�h/UF�\�0v�%��,����e�� �<1�tK�n0A������D��u��[�G��M�G��%.��>-�=���^���9���M1Ҥ�&��1I�!�P6�z�G�T""O���nRz e_X� g2�I9ĝ��ch�.]Hi�Pw�-��z&��F~�{<C ����:\tG w����<�HU������(D��\� Y�P-=�Jnn'u����|����B�*���M+zqQ����$���s-�CL4��B4N=����X�G�T��/�U7hB�"({�u�MI5t�T�"#���̱�:Z -�����|M\�V�� ���P~�������UI���uo�N`K1�IMt�Mʣ}K����¹��CO�����go�FW����� -6�eXy43�����죤��6E��h� ��(��ee��¨�c1���d�)�"<s��<*N��?�U�� -��"�J��lEg�^�y��㙽m~�YTqUde�Y��lq��"��0�ӕ{D&O)y�S�A�3f��J��8��:�am�$r�`)!�=����?�����X飺�e�B������t�Dʿ��zz�PS� &�+&�RXz-P��������_��X��0 +�#V��age�%I5��DU�J�n� �Iq���ی6��h�C�����+#4:{UM,�f:����]�1�������՜�8�\�Ö\�d*x���a�uA%Ô.L\�g�#�*u����z��ܤ&.��U�I �X�M?t�j`�pAG�{�F�w7]{�V=� �}-���76�q���w��B��<=��N�b|��r�A������i�DQU�Bcc���Hd�t#��r����A`�w����2� p�����m�°��q�ʊZ�]nZ���x��������M1�s��@��p=X���M�4�r�i�9�~D>{w�-z�oWXk�UFz?�m�=+����x��I5�D1��EU,�#�* �k;+Ɗ��~�����e�´��ˌ��@�BH��� +vV�~��8}@��2� ������!o��M6,�k�?z=���= )�opO�9Ze�-����~)�P�� M�E�K��7�`*�пdUt'+�{�q$YC&��x�L�m��A�H����^�;x_��3�ͩ�0�FVU%KL�u���r��,;��{�锝��1��@�"��6��br��������fB53.��b��6I��]{:2EuiC۳DG��q6�ɇ��(t���d����_�<�OOb(���ŀ����`���9��^�-�K��o�A���`<�9�#냍��q zA!e�«Jý�@�X�)���ӈ��ڹ�a{"���Lv�Ň!�rG!��/����Y�{'V� �Z����0&�*�ǘ~8f��9z�/�Qd)�����#)� +l&��13)��ǜ�{�G�:����a39�p]�`�-��H}���PT�N�w���|CCz���������g ȇ��e���IB;y +�_pa�������I���⓭Hu- .�.������nًf7ާAG�D�&�N�!�n7,���N< +X���,){�3j��k94-Ñ��=7��T�Lۡӹ��]�.iM��86�qp�b�+�[T1�,���k���4�a��lX�է��"�������7{6�m�u�F^�Y��i��0�M�ZD|5��5�J��;�ht.���@{'�u�1�,CH^����%�f��;����+�=�:���6�y�|Jy���+ˊy��=o�Id�O3�t�9�+�=6�<��9��������R���v̎�찙�"���p!��4�V�)3N�G=�b��pwJ�#�4z��샆]�Ǯ@�A�_zف���^��QP�a+�u �d��� � �?r땃�4��5�\��/�nRy��h�+v-E�{!��NH����'�¾[!��v�>�6�FY��D��䏖�wM�n�eB�cgV�������0���ؙl�\��|�LJ�(|��~iR�#\Խr����P�'I?s�g�g3Sh�bts.�$3�}����zЊg���8�y�|���g̊����w�0 �i��\�@����B���ڱ���^��+$r*I��<�_��:@9���]������vRUs��ƶ��{F ,����Л�ד:C�ՙV���T3`2δy�ڕ�]�Oymt/5�hh>�]#��p69b_bN���j������_1��ۓCH +��l/M�~���:��K�3��ׅ���£e�l����w� +�}�E�{Գ[��h����������৷�8��op�۷����-���i�X�c3�rm�-�3�T�;U��P�%��~\c$�=�����0b��Z|P��O���d��,h��4�!4{� /�'G��.� +��_>��t�~\ʑ�����c�B������e��e�I$� +�V�_�3�$L,.%�y* �����K��o`����3�n]�:��C5��%c��sr~��0Q��|Q�n�RY���%Z�k.��)�f����� |,�9 �C�Vj���q����IyĘ��'!�R�-E��'O{�ޡq�����2B5��@8�[��t/`����C#�j�"��2�3J1��*����zBkG/���>*��`��r�����P��K�39g2����Re���c�ZRp�B:j8ZF(���CI�T���:9���k�I��0.Z�ʿj�qt�|��Z�q8��B@�s1��Ż)�c����#M�iRJ�Be��'{��@%"�����&�'�P���?��r&㜔S@�9�9���҅��u'.�bij�Wa2l��0�@�����Ew�pW)���C�P�ȟj�>�B�=ͥ������RЃ9�����pRg�~^��ͭl.$�_�ܴ����O"�>�29�Dc�.D���a���I��=p�K�;��[u�&T*���,P�ޔTCgJ�.2���+���Ћayx���n����@ky�'��8 +��_��o��_������Dw�Ѥ<ڷ����-�k:��Xʞ|��j�q�J��`s\�%p�G3�Qnp �>Jz(hStL��2K��L�ZV�H)��?�~�Mƛ".�sP17�g����P��OZeq�����N�(�� +�fQdq��E���?����ߘEWEVP��:�7*.R��S=]i�Gd��85��<c�������cX��֖@"� �b~�S����Q�Cq�э����>�k]F)����O��GGO��+|�g5�`2�b�+����虨��8x����S�( endstream endobj -3873 0 obj +3885 0 obj << /Type /Page -/Contents 3874 0 R -/Resources 3872 0 R +/Contents 3886 0 R +/Resources 3884 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3677 0 R -/Annots [ 3852 0 R 3853 0 R 3854 0 R 3863 0 R 3864 0 R 3865 0 R 3866 0 R 3867 0 R 3868 0 R 3869 0 R 3870 0 R 3871 0 R ] +/Parent 3689 0 R +/Annots [ 3864 0 R 3865 0 R 3866 0 R 3875 0 R 3876 0 R 3877 0 R 3878 0 R 3879 0 R 3880 0 R 3881 0 R 3882 0 R 3883 0 R ] >> endobj -3852 0 obj +3864 0 obj << /Type /Annot /Subtype /Link @@ -50403,7 +50463,7 @@ endobj /A << /S /GoTo /D (subsection.1.4) >> >> endobj -3853 0 obj +3865 0 obj << /Type /Annot /Subtype /Link @@ -50412,7 +50472,7 @@ endobj /A << /S /GoTo /D (subsection.9.15) >> >> endobj -3854 0 obj +3866 0 obj << /Type /Annot /Subtype /Link @@ -50421,7 +50481,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.16.2) >> >> endobj -3863 0 obj +3875 0 obj << /Type /Annot /Subtype /Link @@ -50430,7 +50490,7 @@ endobj /A << /S /GoTo /D (subsection.3.2) >> >> endobj -3864 0 obj +3876 0 obj << /Type /Annot /Subtype /Link @@ -50439,16 +50499,16 @@ endobj /A << /S /GoTo /D (subsection.9.15) >> >> endobj -3865 0 obj +3877 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [524.386 629.655 539.579 643.447] -/A << /S /GoTo /D (Hfootnote.135) >> +/A << /S /GoTo /D (Hfootnote.133) >> >> endobj -3866 0 obj +3878 0 obj << /Type /Annot /Subtype /Link @@ -50457,7 +50517,7 @@ endobj /A << /S /GoTo /D (subsection.9.15) >> >> endobj -3867 0 obj +3879 0 obj << /Type /Annot /Subtype /Link @@ -50466,16 +50526,16 @@ endobj /A << /S /GoTo /D (subsection.3.2) >> >> endobj -3868 0 obj +3880 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [394.975 407.945 410.168 421.737] -/A << /S /GoTo /D (Hfootnote.136) >> +/A << /S /GoTo /D (Hfootnote.134) >> >> endobj -3869 0 obj +3881 0 obj << /Type /Annot /Subtype /Link @@ -50484,7 +50544,7 @@ endobj /A << /S /GoTo /D (section.6) >> >> endobj -3870 0 obj +3882 0 obj << /Type /Annot /Subtype /Link @@ -50493,7 +50553,7 @@ endobj /A << /S /GoTo /D (section.4) >> >> endobj -3871 0 obj +3883 0 obj << /Type /Annot /Subtype /Link @@ -50502,43 +50562,43 @@ endobj /A << /S /GoTo /D (subsection.6.3) >> >> endobj -3875 0 obj +3887 0 obj << -/D [3873 0 R /XYZ 55.693 823.059 null] +/D [3885 0 R /XYZ 55.693 823.059 null] >> endobj 362 0 obj << -/D [3873 0 R /XYZ 56.693 782.706 null] +/D [3885 0 R /XYZ 56.693 782.706 null] >> endobj 366 0 obj << -/D [3873 0 R /XYZ 56.693 720.066 null] +/D [3885 0 R /XYZ 56.693 720.066 null] >> endobj 370 0 obj << -/D [3873 0 R /XYZ 56.693 498.356 null] +/D [3885 0 R /XYZ 56.693 498.356 null] >> endobj -3876 0 obj +3888 0 obj << -/D [3873 0 R /XYZ 74.626 83.96 null] +/D [3885 0 R /XYZ 74.626 83.96 null] >> endobj -3877 0 obj +3889 0 obj << -/D [3873 0 R /XYZ 74.626 72.005 null] +/D [3885 0 R /XYZ 74.626 72.005 null] >> endobj -3872 0 obj +3884 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F7 820 0 R /F8 822 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F7 836 0 R /F8 838 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3882 0 obj +3894 0 obj << /Length 3405 /Filter /FlateDecode @@ -50562,17 +50622,17 @@ V ���S��N� ����1�<��:�C�nt$\�ηt���$����1?Ĝ�c�J��i����[J,��0��:z��1q�W1�A��9 �,���G���5��&c��k���oҧ�hW�%���"������S���w�"�ŝ�*�%��Q�l8`;�6�8#�$l���� �J�� endstream endobj -3881 0 obj +3893 0 obj << /Type /Page -/Contents 3882 0 R -/Resources 3880 0 R +/Contents 3894 0 R +/Resources 3892 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3886 0 R -/Annots [ 3878 0 R 3879 0 R ] +/Parent 3898 0 R +/Annots [ 3890 0 R 3891 0 R ] >> endobj -3878 0 obj +3890 0 obj << /Type /Annot /Subtype /Link @@ -50581,7 +50641,7 @@ endobj /A << /S /GoTo /D (subsection.3.3) >> >> endobj -3879 0 obj +3891 0 obj << /Type /Annot /Subtype /Link @@ -50590,76 +50650,71 @@ endobj /A << /S /GoTo /D (subsection.3.1) >> >> endobj -3883 0 obj +3895 0 obj << -/D [3881 0 R /XYZ 55.693 823.059 null] +/D [3893 0 R /XYZ 55.693 823.059 null] >> endobj -3884 0 obj +3896 0 obj << -/D [3881 0 R /XYZ 56.693 789.929 null] +/D [3893 0 R /XYZ 56.693 789.929 null] >> endobj -3885 0 obj +3897 0 obj << -/D [3881 0 R /XYZ 56.693 621.561 null] +/D [3893 0 R /XYZ 56.693 621.561 null] >> endobj 374 0 obj << -/D [3881 0 R /XYZ 56.693 334.363 null] +/D [3893 0 R /XYZ 56.693 334.363 null] >> endobj -3880 0 obj +3892 0 obj << -/Font << /F23 623 0 R /F28 677 0 R /F14 963 0 R /F17 619 0 R /F26 678 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F14 947 0 R /F17 619 0 R /F26 678 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3897 0 obj +3909 0 obj << -/Length 3202 +/Length 3201 /Filter /FlateDecode >> stream -x��[ߓ۶~������o�yK[;M��q�ˤ3Nfʓx'6y%)���wRԉ��,�Ӈ> �]��a����}��ts���!Xf�Ln�c��T�J��f�|H��E����o_��/?��z�����ҥ�}�Ҧ�_�v���뛫_ ��1�i������o<YAۏ g*�ɧ�s�h/�Ϡ�I�_�t����߽H��J&�Kf�;%Sqj� �P�U"q�1o�)!�]3��)�d�2&V]J���s���Ҳo������m{���XT��m��:)\ +x��[ߓ۶~������o�yK[;M��q�ˤ3Nfʓx'6y%)���wRԉ��,�Ӈ> �]��a����}��ts���!Xf�Ln�c��T�J��f�|H��E����o_��/?��z�����ҥ�}�Ҧ�_�v���뛫_ ��1�i������o<YAۏ g*�ɧ�s�h/�Ϡ�I�_�t����߽H��J&�Kf�;%Sqj� �P�U"q�1o�)!�]3��)�d�2&V]J���s���Ҳo������m{���XT��m��:)\ ��ɲ4�-��<O모�BQO�?��6�Ym.Z�� �Zu�1�b\��R�y�A�c�Z�e�}ț����e�8�v���v�J��?�f�C�oc�Y�I#����Z�g�I0��8�=�� ���6�b�f��Q!`�\�iq�����YeN��l{M��͟���*τS��x�J�&�����.]�� �Ρ��X����� \�E��Y�k���5Ɲ�������T�Iw!�gJ�ͥg�Fg��'�6��jc����y�&�W��� -5�O@�l{M@�gL���;3Ne����^7'�6��ic�s Ms='�d8����1ʛ jrV�qyjg�j6��+{�W� �YxYx^��G�,J{������̬@�NG�I9+м�>��̅�.t��MI�dC'�<��7�q��2�:+i�ϧ�B2�f -r�0��k/��vSP�P��z��I�囲�K>RӪ���h�jY���݁G�}f�U�7�Ú�ݔ����dU,c�X�G}�<'�CT�P�?a������>����~ݗ*�H|ʯE� &������n��<�^���hLE|�� -mQl�TT#�u�����VE?�TFM�~�j�k�����aZw�Ə�9H����eɻ������,�Y��ނDPY�����:^^�p.p� -�C՟�͆^��S�&�&v�����Z)Jxb���+7]Sh�7m=5�[sX/���<|۴ A��:Ǧ����~�XV����� �s�獵M� �DO�d�_&.����/4�Fm.����ϯ����^ t9�Z#��y�P�����s]DT�_�W��v�Q��2���|*ɓ$㭷�&�Z]����,K8��١ ~�=�3�"]"##-'{��&��=6tԓ*�r��^��(N���&Ҧ�/�|CA�*�%�]����eU��в�}=U� '����B�Sg�Z�4����ڮ�q�L�~w-m�{?Ԍ3R\{������`�V�d ��/g�}��2��Ի*�!L+��nӑ�. -��Խ�C��Gg��{��6q,s\��H!ťp�p\�A�܁�<�X�T*Y�^\�:jc���B�f�?c�Kߗ������i0$ء�e�oXO�Įy���5��� ,������%�V4�tX��۸��Y��ep,����$�4��1EӒ�|ٕKD0֓��x�{���������?� 7�����F88��3�Hx��4��q{�{��D��I���y/Y�� �]J��L@�/��yuf�M�r�w�}����<���yϷ�1luƃ����2y����jON��w�RA����b�0�@�p�L#"cF�3p��נy����'���59+�sr�W[N�?�ygQ+!������Eb&!�3�e�3H^�U���y�fO��lkM� F��<$o��c���rL3����i:b�,�g2V�� ->%ܽ�x��� ��lT��+?%ijp���I�_@�Ρt���ZgqLl���ᫀ�������)�t��&b7a����U�8��k�߹�H[=i�/"m-�0z8�`� �� ��]�L����ɷ�ԭ�āb��o�[�)�y�AI>�.�?F ��x:}; -Z�a�(����#F��sD��VE�4��+y7'�,q5J�Wi����TY���W���2�{ʐ: ���|���6��d�F��ʽY�\�4xP���C�59��u��F��W�p=R�m�5HN�z�-�~Ծ)ێ*e5w�p�&J#e�ݤ -�*t+��_b�zbi��=-���KƇ�d$�u6�KZb�W����d(�O$���{���H�.��v���QD��ۨ��݆�ۨ2|2��u�@��ۡU&8��Z��@�G^���{rkoqf�Tޖ��_C:��5\��n#KQ`��slB+B6����~�e�=��u��M�Ăm�,��Ħ)��#�n�=�U�cC0�e��R�� ��lHQV��}��Di]�v`���[��v-"��&�4|�}q�V#o9�l����KE���t���d���,��ѹB���C3��aw���Ș�g8�3 DB0%�9WG���DbO)�J�>C)J�28=/Z������cθ�3�/������y����Gk0�p�R�i}�z��ws�2␖љ�2�τ���K�#�Lٳ�5�6e���J����@X�2�mU���Z1��[�Zg��@C -?�c 1�:5+�r�l�y��O@�l�MxG���Y��D��r*�F��Q�c^��<�}�2�nͮ�(v�ӧț��n1�;�̲��mQ`L��(��H��Ɏ�ڻ��B#%��]S�o�?O�G��Y�f�!��(��݁l��e���<�O��h�S� -㼲?��U@��B��{uS�G�g������!�ztuD���2���"����1�d"�d�.6��T>N�D���Y���5��!m}w9x _�����5CGZ��W������5^���.b��_��.Tn�!�\}���,��L��^�7o �uJ۰@��5E�C��M���Z��xg���f����k(Ї��(�'�O��`Qᣆw�m�>� �,���ͿaT�ɧ��oS>i2K�}M��0��5T(>�l�)�yn���9��gCMORX�[eK�M�)c��,��}H/�H����ռm�����,N����BZ$��&=�y&�< - >�a�ի���+[؟v�X��?c�U�&tG��m�_�*��mC��c��Sr�?tE�<Â��Om7�]!�.�=��Ŀ�!it���d.�� �%��]���q�1��2� � �����t[����zP�� 7x��@�/d�T���Ï���n���>�M����U�����X?�H -������0�� -�h�AY�r葳�#id���٨(X +5�O@�l{M@�gL���;3���$+ �nN m���Z�@��zN���5֎���(o&��Y��� ��m�c��L3��^-��de�ei�y�zi�(�6�:�K3��;�&�@��@�w0r���WP7% p� ���;�P�ʰꬤ�?�*-�t�)�}��o��L��MA�@���V&�i�o��,�HM��)�e�R�w1�m�awTy��kzwS�����U��qbA�i�,�Q�B�|t��G*���[�u_.���"�)�)&�X.[���O8��i�W�,3x�Z|��1�;*�E��RQ�Tֱ��r�[�8JP5m�9n��C�3\D��i��?.d� ���%�ʺb����f�w�zAeJ���`xy�¹�g�SX��Tn6����6yW4�k7�쭄�JQ�+��_���Bs�i��@ޚ�z�̍��ئ ���96}�����*�Lt�H H�k��8o�m�MX$z�%�u�r0qQĖ� |�x�� �0js�w���~���^�j�ˡ�"i��c�:�T\����"���B������:�a ,�SI�$Yo��7Qժ�efaX�M��i���i9�+�6Q�ﱡ���P`����"�Eq�o04�6�}Y����Wq/��f�-�b��]�3詊O8),�b�:�Dв�).���C�vE��`*w��ki[(���f����k��%�V�:$�8���E|18;�{����UqaZ��hw��dtQh�������>:�wߣ���c��"|�R\*G �K��Dn����+�J%��+À+ZGm�=\H��g�s��<;��[9 �;���� �ɜ�5�;�A@����ޱ@�Vڡb�{������z{�1u!������e�����>���;�LѴ$�"_v���d�6~��ͽ����w����������}p_c#|��o���*.#i7,��"��|'�^#8�����^��-@���tי��_���������<�,��x�@��yޯ��o�c���l�e�����jON��w�RA����b�0�@��E�FDƌ�g�V��B�5+!"O"�krV0��<4��6|y���E���Kss�v���x΄�Hp� y�W����=���54��a`��9�/Tz�1!�?T�r�鈱��^��X-Dfd*��@p����&�W�Qi��d����bz&�~Y;��!vk��1a�5c즆S;'Yƛ�7�S��\{M�n �z1e� q00��Ϲ�H[=i�/"m-�0z���P3�_A>0zϻ@�8I� X�oc�[�ż��@�`S��4��|]`�.@b�t�v���0�QrM��G��������i ++�W�n6N�Y�j�����ߩ��ׯh�#eh��!u�����7��m4(�ɴ�T��{�@��i(�C��kr��6�|��| �z�ۼk����[���}S�U�j�`�vM�F��I�U�V ��������=-���KƇ�d$�u6�KZb�W����d(�O$���{���H�.��v���QD��ۨ��݆�ۨ2@��~ ����*VQ��` �#/���l��=����8�G*o���ǯ!�z���A��%�(�d�96�!����_i�jϧ=C�{�X��������4E�z��������{l�f���wQJ��`>�X���eEM��WOY@��m������H`a�"��kr`H�G�7j5�c��Ϗ4_�(Z� �H��t�$�%-gY�Z}�@��zh�4����S��x�H�$?��(�U�H�)Eq@)�g(E�X_ϋ֠7�/��C���3.��8?i�@7r#��t�y�� �P-�a�և�g�~7-#i���-s�Li `ٿ�?B���=�\hS��˯Dخ +�e,q�V� �͡)�5{�u��4���*0�ӪSP��)�����7�����6wʟ�Od? ���mD�Q%?�%�ϓܧ(���쪊bw��yS��-�pG�Yv�� +�)U%U���3ّ�Y{w�Qh�d��k����m���$�g����0#y�x�E)�dCT/�}T�q|��g�YO1*���R<��8�p[����ꦠC�g�<^����V +=�:"T�e�ө�i�#u�)��)����C��;���&��9Ks���3�-��.������P��Y3t��*z�O/�1z�XㅎO�"�/����@�����kL-�R����u|��=P�� �+ QST�1dX�ۤ�����w�?%7��w��@���D��?�r��E���w�q��7IJ�]��l� �rL>;��I�Y*�kB�y���B�9fKMYD�s�~'���=jz��r�*�XZnBN{f ���CzG�������mK�d8��8���ci���"���晄�QH� #�^��%\����[�Ǫ��+�\��5�;�n۰���U�.wm�-�-x�����+���V~j㸑p�� +��pY���&��I��Į�$s��> +\b�x�%|R�5.�5f|Y�7>����t2�n�[=�"B��� ���;h!����*�=}xj������c�t����\E�-�>A��Ɂ���ޡ�� +s�]���1o���_4(�^=r6�IY�?��(T endstream endobj -3896 0 obj +3908 0 obj << /Type /Page -/Contents 3897 0 R -/Resources 3895 0 R +/Contents 3909 0 R +/Resources 3907 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3886 0 R -/Annots [ 3887 0 R 3888 0 R 3889 0 R 3890 0 R ] +/Parent 3898 0 R +/Annots [ 3899 0 R 3900 0 R 3901 0 R 3902 0 R ] >> endobj -3887 0 obj +3899 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [493.56 562.928 508.753 576.72] -/A << /S /GoTo /D (Hfootnote.137) >> +/A << /S /GoTo /D (Hfootnote.135) >> >> endobj -3888 0 obj +3900 0 obj << /Type /Annot /Subtype /Link @@ -50668,7 +50723,7 @@ endobj /A << /S /GoTo /D (table.caption.75) >> >> endobj -3889 0 obj +3901 0 obj << /Type /Annot /Subtype /Link @@ -50677,7 +50732,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.7.2) >> >> endobj -3890 0 obj +3902 0 obj << /Type /Annot /Subtype /Link @@ -50686,43 +50741,43 @@ endobj /A << /S /GoTo /D (subsection.9.7) >> >> endobj -3898 0 obj +3910 0 obj << -/D [3896 0 R /XYZ 55.693 823.059 null] +/D [3908 0 R /XYZ 55.693 823.059 null] >> endobj -3899 0 obj +3911 0 obj << -/D [3896 0 R /XYZ 56.693 789.929 null] +/D [3908 0 R /XYZ 56.693 789.929 null] >> endobj -3900 0 obj +3912 0 obj << -/D [3896 0 R /XYZ 56.693 527.973 null] +/D [3908 0 R /XYZ 56.693 527.973 null] >> endobj -3901 0 obj +3913 0 obj << -/D [3896 0 R /XYZ 56.693 286.939 null] +/D [3908 0 R /XYZ 56.693 286.939 null] >> endobj 378 0 obj << -/D [3896 0 R /XYZ 56.693 137.84 null] +/D [3908 0 R /XYZ 56.693 137.84 null] >> endobj -3902 0 obj +3914 0 obj << -/D [3896 0 R /XYZ 74.626 66.157 null] +/D [3908 0 R /XYZ 74.626 66.157 null] >> endobj -3895 0 obj +3907 0 obj << -/Font << /F23 623 0 R /F28 677 0 R /F14 963 0 R /F26 678 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F14 947 0 R /F26 678 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3914 0 obj +3926 0 obj << /Length 3618 /Filter /FlateDecode @@ -50733,7 +50788,7 @@ xڝ Z��;�'3����88�^%a�d|$�´,���ĝ���u�kOց��Soe���Np�FT��y>����'/��J�r�M��0ؽ�������4��1 F����˻{���u�����/�3֮Ή]9 6 ��AٞG�3��1�#��2� �}�$q��H,Z;/�i�܆�s�ݵ�x�����8ʨ��0��8c�g<v}�t�;����N�/\��D�AhcM;HY2գ{�-C> ��0v= e\��8�/�Ff��&�����E���Z��3GGD��oe��l^��x�f��(�N���;��v��@P�}wF�#�`Z^f�[ֱ�E�����@?O�p�&�靹�e���D���2��k?��#�ئ#l��t�co�����`�Q��<8<7��g���ޠ����l�<�4ҕ��(�F�X����Y�s�Y�e�g����ݿ�mQv%W\�jӣi��ٴUM��?`��\�j�j%�Ub�d&� 6�����b��=>�ܸЍ����i0�Ƶ�K�G���ܯ;rT_��V����I&5�ɡn��Az����f�� -l"�;vt�I<��ߡ��vyX�B�!���%��%�t!k��]�8���WK�tv@@�(ϧd;b���D12n�u��2��.��d� ���U���nۃ�!-�g�q���q���s�azp�wh�)�I�5���+��+���Iq�~Ӵ�P�E l��?s�B���a=�a`蕂�O6�����l��w�Ȉ�<R6�Cm�g|9DK������Xx�f�o�]�0*_��� �}�e,�q�R���쌱5 �8�H_N�c#� �֯]��u �����]��@g��KhY��>���b6m9Π��okme+��$K�+��րU�R&0qw���(�jM����W��7,�-�A9Q$gr����m�h�� ��%��t�~�Xez�r�]��u�,�,�E�ʯ�H�)Db�~�>��#�#��1+��{���i��fp +l"�;vt�I<��ߡ��vyX�B�!���%��%�t&k��]�8���WK�tv@@�(ϧd;b���D12n�u��2��.��d� ���U���nۃ�!-�g�q���q���s�azp�wh�)�I�5���+��+���Iq�~Ӵ�P�E l��?s�B���a=�a`蕂�O6�����l��w�Ȉ�<R6�Cm�g|9DK������Xx�f�o�]�0*_��� �}�e,�q�R���쌱5 �8�H_N�c#� �֯]��u ��������@g��KhY��>���b6m9Π��okme+��$K�+��րU�R&0qw���(�jM����W��7,�-�A9Q$gr����m�h�� ��%��t�~�Xez�r�]��u�,�,�E�ʯ�H�)Db�~�>��#�#��1+��{���i��fp �b��ܻ]B| �M���d�"���b��R��q�ƜZ+��~��VdQ����cH���_�4�,0�����}|AXw�i]ju!��=�RhG�Ի��B8D {4���]�fP�%��~^IF�~�`ҲM-��i����, �4 B�(4*8�!���Z�u^�N���q(<�:��Ь������1o��k��Y�Y� ��9�z��8K��+�L�V�]�����ʅ)_�:V�����qd���]�\���]���:����B�"ű��=�:+��jΠb�\v�Z�[�(��3�����������Ĉ^���E�l ��d7-����DŽ��Cy�%����5�Q2�s��,=���u �h {�h :�Z{����c�Q� �c�`���}�M��{�.)A�S�$9G�H]���Ob�9 @@ -50742,41 +50797,43 @@ L Փ@B���s�1B<�5h![�-VpjO�#�E��)�\!�_>],�� +A-(E����\�\I�r9(�*Ty:Kc�D�@��T�U��0��Pp�Ti� mH�7��v��Per�_�>���%�#D�\�Y��XՓ��SKn^A�{�"�>I���FyLrm �ޣ��yXm��5$�$��f[v��TFJsZ�1��P2����)'�R���ghcخ���3�D�y��� [L?�}h%�#�$���<ic���]�+��G炣��kn�������״�#��Y����H$@���[ ʫR��F_�s��P�Y/��G����R �ۓ���܃E\�@�M��3�[nI������wE���Z��J�ۿO������i4�{�(�^'��B���2�֩��\1F�j��۴�li�J����T��.��P�d'���&@�0J���/^1 ���5���.�8��-�3w�C�ҋ��8�8,��t��~��q: |�t�8p���\�GH�v�+��zq�GR����� -�(s� ,1�|�aj?-��)f6�ѩ$���8���!8��f���ܗ)�U��w���BpC���v��<���Mp����XɥS�ӢLg�X���\S]qqP1�:���_1���eE�#��b�Ze��F'ՓBgv��EP �9�>;f��|kV�ծt���EB��ytp��L�Xr)5� U�vX��{��A��*)���G�����mZ �"��j Ns�� �).�g�'"r�jU����7�����8k�s��U�*UdaZ���$��W��PB��.)���w���f.��ؒQ�<�6���uM� -(���86,!�*�%;{��p�t�bW4'2Ŝ���m�)�p��^L�:��EX�䒩�0a�V̸;yf�� `�)�Sm���.ɶ�iJ�[Ar�wa������H��uf���7�����}�D�U�%�r���+β���@��Im�W�dI$��X�2�D��%���w�p��G@ͬL�����Ր/�d�5���H��q��u����5`����78�_qg8t\�E:Sayʺ�į��b�Ap�h`q��� #�n���>���4�V�X9�RW���j�|�|� �3�8á��=s���U�=���zWt���m����j��^V�y�G����>�{n��_>�#�b�Q��[N�P� ش�a���i��y�-k�+�*� -u�Ls!��:��g��*x _\H���TT��**��g*h2�TϿS�ߧ����b��d��e���}_~[�J,�f$�1�NBfJ��#��� W�d ����$�x�lp"�e������T�/]Kz�&y�I)B������)c�?��]�Y�5�M,~P{��x�!�m�� �d7rH_���D��,��0���*�����w�`�W�>�0ڍ�%T���V^��-����{~��x��Y�W9�W�[��4��R�?���1�l8|��Z��%���}��繬��_�D�>���V�1pAs,O>�D>:f,�+a� &�a+b�}įұO$��GZ/��&����;��&'� -p__xa��6Yi���1��������C ^�����_�F +�(s� ,1�|�aj?-��)f6�ѩ$���8���!8��f���ܗ)�U��w���BpC���v��<���Mp����XɥS�ӢLg�X���\S]qqP1�:���_1���eE�#��b�Ze��F'ՓBgv��EP �9�>;f��|kV�ծt���EB��ytp��L�Xr)5� U�vX��{��A��*)���G�����mZ �"��j Ns�� �).�g�'"r�jU����7�����8k�s��U�*UdaZė����_1KpB e.���>�� So���GcK>D���@��5�+��r3��ذ��З��9�yӁ�]ќ�s�:K;�����5�{1]�똚a��K������ӵb���3�wl��Hw}�j3��vI��LSz� +�k�c�w�x�eF:�4�3��ο�0�H͝��' (镃��Xq�e/8�}b�Nj�+��%K"!��B��$h�.�ƾ�w�+5<jfeR�����xA%/����D���ň������ی���)���;á�B�+�Й +c�S�u�$z����E��/5�HI�uÿo�i���Q�R�ʁ���J���T+�@�+L��)��-�e��8\���� |5л +��s=�nS|U�V3���xE�>j�����s��-��A9�[��bF�r��8���hc-O4O�\�s|hY;^yV�W��g�a���>�~W�k��B2�~���$TQ�w?SA���z�� +�>%�e �(P�]�L&;(�,�x����bWbI5#Q�Avb�0S��Qu4�Z'K���'����f[��~�(����@dT�*|�Z��5�{OJ�E_��L�K���R�B��mb��{���7�m@O�� ��C�B�%�x��0���*�����w�`�W�>�0ڍ�%�|%7)�($�(r��[P}?��^�I� +N5����r�4���?i��-��vzKc�,p���)*�3�K��/��e�sY����}l0<�U�Rc���X$�|t<�|t�X�$V��LN�4V��9�`��Y�Db}|��"�l���` ?���jr������f i����{�����髯��;�ᅜ]�X��F. endstream endobj -3913 0 obj +3925 0 obj << /Type /Page -/Contents 3914 0 R -/Resources 3912 0 R +/Contents 3926 0 R +/Resources 3924 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3886 0 R -/Annots [ 3891 0 R 3892 0 R 3893 0 R 3894 0 R 3903 0 R 3904 0 R 3905 0 R 3907 0 R 3908 0 R 3906 0 R ] +/Parent 3898 0 R +/Annots [ 3903 0 R 3904 0 R 3905 0 R 3906 0 R 3915 0 R 3916 0 R 3917 0 R 3919 0 R 3920 0 R 3918 0 R ] >> endobj -3891 0 obj +3903 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [373.486 666.309 388.679 680.101] -/A << /S /GoTo /D (Hfootnote.138) >> +/A << /S /GoTo /D (Hfootnote.136) >> >> endobj -3892 0 obj +3904 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [386.232 622.972 401.425 636.764] -/A << /S /GoTo /D (Hfootnote.139) >> +/A << /S /GoTo /D (Hfootnote.137) >> >> endobj -3893 0 obj +3905 0 obj << /Type /Annot /Subtype /Link @@ -50785,7 +50842,7 @@ endobj /A << /S /GoTo /D (subsection.9.31) >> >> endobj -3894 0 obj +3906 0 obj << /Type /Annot /Subtype /Link @@ -50794,7 +50851,7 @@ endobj /A << /S /GoTo /D (subsection.10.3) >> >> endobj -3903 0 obj +3915 0 obj << /Type /Annot /Subtype /Link @@ -50803,7 +50860,7 @@ endobj /A << /S /GoTo /D (subsection.9.6) >> >> endobj -3904 0 obj +3916 0 obj << /Type /Annot /Subtype /Link @@ -50812,34 +50869,34 @@ endobj /A << /S /GoTo /D (subsection.9.6) >> >> endobj -3905 0 obj +3917 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [242.279 243.312 257.472 257.104] -/A << /S /GoTo /D (Hfootnote.140) >> +/A << /S /GoTo /D (Hfootnote.138) >> >> endobj -3907 0 obj +3919 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [234.531 228.866 249.724 242.658] -/A << /S /GoTo /D (Hfootnote.141) >> +/A << /S /GoTo /D (Hfootnote.139) >> >> endobj -3908 0 obj +3920 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [416.914 199.975 432.107 213.767] -/A << /S /GoTo /D (Hfootnote.142) >> +/A << /S /GoTo /D (Hfootnote.140) >> >> endobj -3906 0 obj +3918 0 obj << /Type /Annot /Subtype /Link @@ -50848,119 +50905,115 @@ endobj /A << /S /GoTo /D (subsection.3.5) >> >> endobj -3915 0 obj +3927 0 obj << -/D [3913 0 R /XYZ 55.693 823.059 null] +/D [3925 0 R /XYZ 55.693 823.059 null] >> endobj 382 0 obj << -/D [3913 0 R /XYZ 56.693 491.673 null] +/D [3925 0 R /XYZ 56.693 491.673 null] >> endobj 386 0 obj << -/D [3913 0 R /XYZ 56.693 410.934 null] +/D [3925 0 R /XYZ 56.693 410.934 null] >> endobj -3916 0 obj +3928 0 obj << -/D [3913 0 R /XYZ 74.626 164.906 null] +/D [3925 0 R /XYZ 74.626 164.906 null] >> endobj -3917 0 obj +3929 0 obj << -/D [3913 0 R /XYZ 74.626 152.951 null] +/D [3925 0 R /XYZ 74.626 152.951 null] >> endobj -3918 0 obj +3930 0 obj << -/D [3913 0 R /XYZ 74.626 140.996 null] +/D [3925 0 R /XYZ 74.626 140.996 null] >> endobj -3919 0 obj +3931 0 obj << -/D [3913 0 R /XYZ 74.626 129.041 null] +/D [3925 0 R /XYZ 74.626 129.041 null] >> endobj -3920 0 obj +3932 0 obj << -/D [3913 0 R /XYZ 74.626 105.13 null] +/D [3925 0 R /XYZ 74.626 105.13 null] >> endobj -3912 0 obj +3924 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3925 0 obj +3937 0 obj << /Length 1927 /Filter /FlateDecode >> stream -xڍXIw�6��W�H�g1��77[ݦIڨ��K{@$Hb����������;�E�����C�/��\<{��@��ʲ$��,��J%��"�삏a�ZWE^������Vk+��_%Eh�I������/7_(�jQ��`�^|�3v��}G�*�[�l��TQY�� >\�t���EGE�X�[Ԥ���Z�]����Q֝PN���� �W��Y�pX���#V)���� ̼�;<��]?�?��@��?z�M?�?�F"Vh�N�(/� ��.���j��v)#����K����/��w�D]Ey�� -ѽ F� �Is�P�1���-���yHK�� .��~KϮ�T/z��_�ZYϧ<�4UQQe����0� S�N)��j]�y�G�ů0V�~^%e��݆Y6�]���7�6�<�z�*|~���/o�V� -7���ʖU ,?��}��_�tu�ӡn!UnQ��?�Qk�Fi���W��/�}��D���P���[�[T��Iw��Y���^��]ןZ���Z���:y����gf���������G'nyGK]��06F��g����*�,�@�$*�bah��,��9 4��Cc���;d��<���4m?��4�~f��+�k����9s��s�wX��䎶�x -�e/G���`�-`�%En�-\��P��4l��w�/��A}�̠O#d��8�o�֏@�րq��y��� �R��'gf@�?���ȓB'B��?��C�w�Y�r�i��0�~�E�I����� ���Ѡ�(�L1�P�<�����Nd-R�`���Lc�a��Of���컅ZKS�}{��Ɠ �3V���S�4�V���3�ο -�JG ��� :�Uv�}2��ֳ�./�W�.�bO�ʅ���4L.�jDd-[�c�����P�$�u����0RkZ���)| -˽�ɤiK��7�.�q�1�@����xo�#4G!�9�� w,O���ݡA���s�3�e�[� ����Pa�1�2^����ǐ�@�.B�W,>���0=��/�e�7�W��VIC{���IU����Z&�/� ����T̓(��K�)�Y~��x�����!�)ˡ;�f@G���W���T�#�G�dP^�X���a��L��#R9�Բ�X*���h;�o���a�3;_ �'k�b��\w&����y��q��D9��d���� �+��KU��K�i=��% -��Mi ��5��L�t���K0�ʛ�z{.�4�j��N'��d���nHX���E�edQ�`{��g@��\�^y:W��\���\�E⣟3��Y�-6��6&O�~�g�!��Q���,�>���$�hҋۥY������䧱]%�3��`�ˋ�RKi���1$������;��e;ad݁���i?��� .��,��1yH\��3��#D����o�\@�Υ?�1������D� -X���Њn˧G�*:r,H� -s� -��b X�Qnv���cK����|ij�=�@ȣ�o�L���:�y�,�TV�����#����f��s�V �;�#�t���`�R��bX�� k�}��#Q[��h�5A���xB9�@'����|@dO�_銀���U�cM����ble R�p�^a��%���3 �uG��_�H���ǻZ��;ꑁ�*?�&�ZzY�!~�ɖ�����9\ �u)!�Ye����$Z�HfU*�2�v>�@��/��<8�o��ʬ��bՙ�+�~0�o�rdݒ�!���#l��)`W۟D/p�p,�赃>r=��R�: ���������܂����o��IHk�B�c�ͥ����)�32�����6y5;�\=_�>60x�rN�o/ -��K͞RM���'�s���I�Gb����������0�� +xڍXIw�6��W�H�g1��77[ݦIڨ��K{@$Hb����������;�E�����C�/��\<{��@��ʲ$��,��J%��"�삏a�ZWE^������Vk+��_%Eh�I������/7_(�jQ��`�^|�3v��}G�*�[�l��TQY�� >\�t���EGE�X�[Ԥ���Z�]����Q֝PN���� �W��Y�pX���#V)���� ̼�;<��]?�?��@��?z�M?�?�F"Vh�N�(/� ��.���*��v)#����K����O��;w���<N��B����b ��Ф9D��B|�]��<��DU^J?��g�m��=Dw��?c-���S}����2V�U}O��)x����f�.�<�#��W�w?��2|�n�,��?����w�K^�}�>�z���7W�R���woe˪�^ʾ���/A����P��*7���C����J�4�Y�+T��>a`"�co({z�-�-�z䤻iz�,��t/UǮ�O�i���{g������3�����k�W�����<���.Lw#G�3g���@Q�A�tI���Mtb����1����2�\�dih��d�if?�c�i�5~�P�ܜ�e�9�;�[drG�N<J���#G�n�ݖ��"��.�g(�t�}ޗ?R��>� fЧ��� +�� }�G�_k�8H�<S��\�[Ʌ�33 ʟR�͈v�I +���ޟ����;�,D�@�4�G�x?�"e����_������hP�?P�Y�GI�_�r'��X�Q��_�1�0r�'3�[p��B���۾��pQv�ɇ������R�DE�P�_V����V���]�*;�>�v\�Y�X���+w�j��n���BO&�L5"���ñG���Y�q��:��R�O�5� +�|��>������dҏ���̛i��ԘG��~lx�����МotX�;�'����� UAŹ��2�-Æ}�~�0��i��[���cH] R��+�N�T��ߎ��2������I�$��=�JǤ*@�LO-ݗE��}\b*�I�@ӥ��,��g<{UUT���НA3��\ ��Rsv�ܑ�#N2(/v,���0�K&K��Sj�m, `|{���LBȰ�왝/��ē5|1Z�;��p���<�K�8CP�~s2[Wo�����*f��ഞ���l�����Hb�L:Q��%�q��W�=kb5�s'���g���q7$����"��2 �(K���t�3 �z��Q�<�+ �b.O@s��"��������f� ��S?�3ɐ\�(��}�{��tc��U4���Ҭ���}Z�P��خ� R����d���E�F��4�����E��g���沁��0��@��I�������H���m�M�<$.�ޙF����f�7 S +.�y��ҟ֘i��v�zdz"U,�hzhE��ӣ�O�9$]�9\�TU��,��(7;L@ݱ�b� ]�q�45Ǟk �Qʷ�H&�r[rB{�㼂�v�n*+�q���Ā���߇Jy3��9S���Z:Arg�R���1��������E�Np�㚠Ns�C<��D���qre> ����W�" ��|U�B��"���[Y��2��WX�o�����Lv��#���8���������zd`��O9�I��^�D��w�e/'�ryWi]J�DžVdk3:#�V%�Y� +������2(���-p�[a�2�1�X@u��ʣL��|j�Y��gH�~���@ +���'��)�z����G%�ԫNB�� ���8%r2�`0f���[�n�Zx�P��@xs)l"w~�ጃ�b�A$>�M^��+W��� �����ċ� =�F��TS����� ���<�oR������8�_�2�>��� endstream endobj -3924 0 obj +3936 0 obj << /Type /Page -/Contents 3925 0 R -/Resources 3923 0 R +/Contents 3937 0 R +/Resources 3935 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3886 0 R -/Group 841 0 R -/Annots [ 3909 0 R 3910 0 R 3911 0 R 3921 0 R 3922 0 R ] +/Parent 3898 0 R +/Group 852 0 R +/Annots [ 3921 0 R 3922 0 R 3923 0 R 3933 0 R 3934 0 R ] >> endobj -3909 0 obj +3921 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [384.375 767.43 399.568 781.222] -/A << /S /GoTo /D (Hfootnote.143) >> +/A << /S /GoTo /D (Hfootnote.141) >> >> endobj -3910 0 obj +3922 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [397.575 767.43 412.768 781.222] -/A << /S /GoTo /D (Hfootnote.144) >> +/A << /S /GoTo /D (Hfootnote.142) >> >> endobj -3911 0 obj +3923 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [410.776 767.43 425.969 781.222] -/A << /S /GoTo /D (Hfootnote.145) >> +/A << /S /GoTo /D (Hfootnote.143) >> >> endobj -3921 0 obj +3933 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [177.377 347.964 192.57 361.756] -/A << /S /GoTo /D (Hfootnote.146) >> +/A << /S /GoTo /D (Hfootnote.144) >> >> endobj -3922 0 obj +3934 0 obj << /Type /Annot /Subtype /Link @@ -50969,44 +51022,44 @@ endobj /A << /S /GoTo /D (section.3) >> >> endobj -3926 0 obj +3938 0 obj << -/D [3924 0 R /XYZ 55.693 823.059 null] +/D [3936 0 R /XYZ 55.693 823.059 null] >> endobj -3927 0 obj +3939 0 obj << -/D [3924 0 R /XYZ 56.693 760.705 null] +/D [3936 0 R /XYZ 56.693 760.705 null] >> endobj -3928 0 obj +3940 0 obj << -/D [3924 0 R /XYZ 74.626 312.895 null] +/D [3936 0 R /XYZ 74.626 312.895 null] >> endobj -3929 0 obj +3941 0 obj << -/D [3924 0 R /XYZ 74.626 288.985 null] +/D [3936 0 R /XYZ 74.626 288.985 null] >> endobj -3930 0 obj +3942 0 obj << -/D [3924 0 R /XYZ 74.626 241.164 null] +/D [3936 0 R /XYZ 74.626 241.164 null] >> endobj -3931 0 obj +3943 0 obj << -/D [3924 0 R /XYZ 74.626 193.344 null] +/D [3936 0 R /XYZ 74.626 193.344 null] >> endobj -3923 0 obj +3935 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im43 2456 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -3935 0 obj +3947 0 obj << /Length 1050 /Filter /FlateDecode @@ -51016,114 +51069,114 @@ x h�@K�MT�W�7��3ʱ��/Ґ��}0f��ş���*��LӄU?X�EY)X�W2gUþe�,�2X=<\�]�| �"�p~�<P �$ ~��-.��?�c���<�\��[|��x�X��`��1Y�(�l٧ŇE�����"�r�ɒGq�����EN�gұ^FyJ,��$��n:)����>�0��V�Gf^�T&�8L���%e��l��OHq�G��" ��i|�ٺ������ �_7��ʃ����-]��.�8_ݞ�]����;/I�����U7�/A;W�}��%\ӷyC �vG� �kj��DB�"���W|eA�Ȃ�0)�aO�5���2����`ԭ����x����Vm�D�i���i�R3�<�1��n�_�w���`��1���1�b.���Z[�2O�j6Ӈ<Џ-[�<JS���Hʌ������+��@�����-z$@��#�5Imj����P -?Ot�j�M��Quj�lm�-����x�5�K�vv�F7�������R��Ĝc���W���9��ħW�_���^bm�2X�'��%ЩzWh��x74q���j(!Cų�b����ܚc<��?-��v�s����nlj7~�?^�g,�Es�b�Q�+%�1���I�u�̒�(R�z?��ރ_�Gm� �a�L2صZY��Q<Pt�� -94j4ӡ���"\ -tԵn|����"v���W�����F��0���FQ�Sm7؉Ikz�F�6״�ܴ M>�!$����Ʉ(�7H�<E�d D���V4mH�C���8X�O���S#r�f�jx �.��ƭ��e�vn�'N����8�*X���y�Z�3ʸ���<{�Y����z�v�ɥ_�x��W�C3XHf��}>A���i��U�ً��d:��ܤ�j�@�ck/�S����V�,BhR�{m�a��δ��}Z -��+���1r!��0H!��0�Q8*b�q+���E���~��������C��v�B��"j��kL�8t�Bx�=vG��?�8� +?Ot�j�M��Quj�lm�-����x�5�K�vv�F7�������R��Ĝc���W���9��ħW�_���^bm�2X�'��%ЩzWh��x74q���j(!Cų�b����ܚc<��?-��v�s����nlj7~�?^�g,�Es�b�Q�+%�1��ɤ�:��Yf�X)I������I���X���k&�Z�����((��u�5���C�e.:�Z7����`�A��+�I��u}��� +~�]�Z��y����D��5�V#t�k�lnڄ&�A{]�dB��g�"x�"W�Y+�6$�!��qF,`�'uy��9l��?5��E���[�V{�2|; +���B�?��IO�]���Z�<�g-��e�w��H�=�,Ѝi�p��D=t���үZ���+�,���Q�>� @C��4��*���lf2��rnR�N�v �����ܩZC �\+\� !4)뽶���lg���>-��?�N�t����q��` +�(����"r�z?��xK_t`X�m�^�e�Ot��n�5�u:c!������(8� endstream endobj -3934 0 obj +3946 0 obj << /Type /Page -/Contents 3935 0 R -/Resources 3933 0 R +/Contents 3947 0 R +/Resources 3945 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3886 0 R -/Group 841 0 R -/Annots [ 3932 0 R ] +/Parent 3898 0 R +/Group 852 0 R +/Annots [ 3944 0 R ] >> endobj -3932 0 obj +3944 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [524.386 406.079 539.579 419.871] -/A << /S /GoTo /D (Hfootnote.147) >> +/A << /S /GoTo /D (Hfootnote.145) >> >> endobj -3936 0 obj +3948 0 obj << -/D [3934 0 R /XYZ 55.693 823.059 null] +/D [3946 0 R /XYZ 55.693 823.059 null] >> endobj -3937 0 obj +3949 0 obj << -/D [3934 0 R /XYZ 56.693 789.929 null] +/D [3946 0 R /XYZ 56.693 789.929 null] >> endobj -3938 0 obj +3950 0 obj << -/D [3934 0 R /XYZ 74.626 371.011 null] +/D [3946 0 R /XYZ 74.626 371.011 null] >> endobj -3933 0 obj +3945 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im43 2456 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -3942 0 obj +3954 0 obj << /Length 1773 /Filter /FlateDecode >> stream x�}ْ�6�}�B��̮BRw_:�d7�4�Ѹ�v�̔+sm6:���_��l9Q�"� � (�m ��?�/�ܪ8�2*�T� ͢���QI�7��a��*�2�~���ճ�?WW���~�Ry���*���~qq���t!��䑙ȣD&A�\��A�{�(.���)� )dT�����������BD9�%��D������N��R��|a��]����D��F�K��������dI���۱��,�H�?�����E*n�[�����k"Y�|���7/_�/ �~�����/����zU�p}��Y*���Ɵ�a���.�����k��!��Q����eW2��$#M͗=ŭk���� �1U��{3]���u@�Gi ->�U�+Γ;�e�n�7��TA�F�9��D8 �N3��ف�mC�� 58[ׄ��~%���� m;q~��j�ni��WùGf�N� ���v����Ķ���c����Cqy\�"�F6���I�%�f&)�F��D�Y@,���p�������v-kr�ٚ��$9�L>E���L��R>�JE�ˮ5-��|b�R��%�V;LtJ ,�~����s��,ȡ��B�*� �$�c��gi�um�8Rp�jv$�RRI��?����@J5\��#�~0�a>ټa�^�L�#q^��|�z����nݎ�%�����f�P�����E��H�>����<�i�xʱ�����z�c�`MO�c܀��Π�Rh!��w�y��&��;�D���߃���S��� �<K���l�W���ݣ��,�}���\!'lkeB-V�"=��o�#,�P5��W��f�i�s>�B-�k=���v.�� ���*i�5]?�➷Pjtf^�w���!�o��.K$��>��w����H'�DeltOH� U5lTz0��t=���:���H��<c~��J�t��|�`��u{e1/�x&�T55'"��x����L���E� �|�� +>�U�+Γ;�e�n�7��TA�F�9��D8 �N3��ف�mC�� 58[ׄ��~%���� m;q~��j�ni��WùGf�N� ���v����Ķ���c����Cqy\�"�F6���I�%�f&)�F��D�Y@,���p�������v-kr�ٚ��$9�L>E���L��R>�JE�ˮ5-��|b�R��%�V;LtJ ,�~����s��,ȡ��B�*� �$�c��dgi�um�8Rp�jv$�RRI��?����@J5\��#�~0�a>ټa�^�L�#q^��|�z����nݎ�%�����f�P�����E��H�>����<�i�xʱ�����z�c�`MO�c܀��Π�Rh!��w�y��&��;�D���߃���S��� �<K���l�W���ݣ��,�}���\!'lkeB-V�"=��o�#,�P5��W��f�i�s>�B-�k=���v.�� ���*i�5]?�➷Pjtf^�w���!�o��.K$��>��w����H'�DeltOH� U5lTz0��t=���:���H��<c~��J�t��|�`��u{e1/�x&�T55'"��x����L���E� �|�� q�]1����çp/����Asm�fw�{�-l⽐I)�`����c��h��@ �v�S�+�F��rF�r��O���w ص,���/AE͚$y��}_OZu���{1��Da��ue�EM%}�"^ӯe�R�c#�˥7>=�yQCrY������V��Q4��=`�@�:*�# ����s˽u���o,D;6=;�����G��R��qa��=��HX�Η+���`jj�����XB���|{�+��ђ ,SUf�=�o"�:���xVf ����������~Û�����p��x�3ų��ǾW�;{4`��������~�T�ո?1�����M��b��M5pj�����Av���WX����������P���,^��4�F�KOb �f� �I��E��I�������x�R<���g=�O�,~�CJ�r�c���Ƹ���3aL�o� �Tz�}뀍�����4C���Db��r5#kH3�7H�4��̲K��MK6�z������� -T/�<b��34��E��;�N�H� :���_3f���B`v�.�8�qkw��L��jm�����tU0���OWY�(��oW�T̃ߢ����~��"!�����ʨ�`^��2<����L����@{�f��^tOn����Ѣ���"�S�A6�B,p��D3��g�$��2�i8c$�FGJ���"#x�ϴ�LTu����Rxygg��_����dV� +T/�<b��34��E��;�N�H� :���_3f���B`v�.�8�qkw��L��jm�����tU0���OWY�(��oW�T̃ߢ����~��"!�����ʨ�`^��2<����L����@{�f��^tOn����Ѣ���"�S�A6�B,p��D3��g�$��2�i8c$�FGJ���"#x�ϴ�LTu����Rxygg��_�����V} endstream endobj -3941 0 obj +3953 0 obj << /Type /Page -/Contents 3942 0 R -/Resources 3940 0 R +/Contents 3954 0 R +/Resources 3952 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3886 0 R -/Group 841 0 R -/Annots [ 3939 0 R ] +/Parent 3898 0 R +/Group 852 0 R +/Annots [ 3951 0 R ] >> endobj -3939 0 obj +3951 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [179.963 391.633 195.156 405.425] -/A << /S /GoTo /D (Hfootnote.148) >> +/A << /S /GoTo /D (Hfootnote.146) >> >> endobj -3943 0 obj +3955 0 obj << -/D [3941 0 R /XYZ 55.693 823.059 null] +/D [3953 0 R /XYZ 55.693 823.059 null] >> endobj -3944 0 obj +3956 0 obj << -/D [3941 0 R /XYZ 56.693 789.929 null] +/D [3953 0 R /XYZ 56.693 789.929 null] >> endobj -3945 0 obj +3957 0 obj << -/D [3941 0 R /XYZ 74.626 214.342 null] +/D [3953 0 R /XYZ 74.626 214.342 null] >> endobj -3940 0 obj +3952 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R /F14 963 0 R /F13 2722 0 R /F10 1076 0 R >> -/XObject << /Im43 2456 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R /F14 947 0 R /F13 2730 0 R /F10 1083 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -3949 0 obj +3961 0 obj << /Length 1136 /Filter /FlateDecode @@ -51134,18 +51187,18 @@ x ��@hLO�i��j:��I�0�d,�� �p# ��@RgT�7��`�p3�삧�_|>������{��[���#��Β�A`��8�I��Ϟ�!�X舙���h?��Y�M�d���4��o'?����?5�� endstream endobj -3948 0 obj +3960 0 obj << /Type /Page -/Contents 3949 0 R -/Resources 3947 0 R +/Contents 3961 0 R +/Resources 3959 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3952 0 R -/Group 841 0 R -/Annots [ 3946 0 R ] +/Parent 3964 0 R +/Group 852 0 R +/Annots [ 3958 0 R ] >> endobj -3946 0 obj +3958 0 obj << /Type /Annot /Subtype /Link @@ -51154,26 +51207,26 @@ endobj /A << /S /GoTo /D (section.4) >> >> endobj -3950 0 obj +3962 0 obj << -/D [3948 0 R /XYZ 55.693 823.059 null] +/D [3960 0 R /XYZ 55.693 823.059 null] >> endobj -3951 0 obj +3963 0 obj << -/D [3948 0 R /XYZ 56.693 789.929 null] +/D [3960 0 R /XYZ 56.693 789.929 null] >> endobj -3947 0 obj +3959 0 obj << /Font << /F23 623 0 R /F17 619 0 R >> -/XObject << /Im43 2456 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -3961 0 obj +3973 0 obj << -/Length 2400 +/Length 2398 /Filter /FlateDecode >> stream @@ -51185,23 +51238,26 @@ Juh \�sp#f��:�')����G�7���^Kg���ʰ��`��QL�K����Z��ns望��Sr�"UY�:�gZs�����Ű�F�g(�_�0V=᭘��j 3�� ��<p*/�u���hQ �����c���}�L�녥�D��b�B|I�N��ۚ��CTK[���u����K@K�d͖����?�-O�������W$Eei�O%����F�q��4����Y/o�&���F���$ j�T�3{^�Y���h��Z�� h�5��4��uV�0̴�������'���X�KS�x���* wy�ư;";3���r���4�:>�'גT��1(��"*΄a�8w!��� �G������V���jT2�] ���v��X�oFUmCQ��T���H_D�� �Ɏ����ɵ��g.Co�"x�*.�5g���G ��G�/����c�<���0|0�4����{ -b�40]6Ct�,�_�b��,�g���[�F�+���w�$p��5\G���픷�X$<�\'��8��b@����a�^�诶���8ɥKωX�����S/�u/v�n0��AUE�p܃BeU�(Me�Q�zf�� ���La�<�ދ&���.����Ct���z{$Q|k�����eg��1yxp{ ?�q��4���jZ�sG��� �]�Z�I"/��6������{��i����r�H��=�a�q�:!�5�T��K�3߭�R4X�;�����f;��1��82$t���ZpE���Y7-$�p.��d�wh�>Rl}��4ڦ�ON�+���� 7�"_\���i�*@e��A��fgpH��0�����_FX�������$���G��j�Q�G�}�kj�оd��9��z�p�pғx��:ˎ(ҫ�XG$�����$|�^�c����t���i������9B%Q'�RD�q�H�ήS�k����A-�@x�w��Q �r�8Pi+P���";�P�����#�xh�).�B9���F>�əf�f����O�Y�A/��OU��,]>����"�A���]�'Q�tPAJͪg��Շ2���` 6�VIp�F���͚��p=rs��@���(3����ʍ���4�q�6��/��W���@���_(�� ��8��؇��9�A��r�&'s�.i����h��t�ak���e����"_&6�.�9ݷ��P���URų'��pOe>�|�R)�{��]�J��o��� -���ܕ慔�|�{X�d��3uN�";k-u�m�z^O�ᏹK�]�1D�K��s������n��t�K -^I/�q�2�8�ag��(ߠ�g&�Y^��Q�2���J�� <-��t���Y� g���(0�B@&ᘡZ��/_�)q��/���]��J��FYx +b�40]6Ct�,�_�b��,�g���[�F�+���w�$p��5\G���픷�X$<�\'��8��b@����a�^�诶���8ɥKωX�����S/�u/v�n0��AUE�p܃BeU�(Me�Q��9/'D +�2�9�|�z/�tVF�(�{}���o��D�-G�/BB*V��i +������`�I�ؓ��i�e��&|w�j�&��� ڤ��ZZ��Q���q&�z�}#�s�N�8�)Ǖ���<Rm.]�|��J�`�� Fv:{��x�{�H��<�x���3/k��N�fݴ�l���B�%ޡ}�H�����h��>9-�@��ܨ�|q�:���2����^0�~_���!����G*~a��X��h�/����mF��.�9��� +gr@���^�j�U�YH�IO�Y(��,;�H�>�bi���*/@R���&z�q�z4�N��Q�>Oo�����DE�<O���4J��:E���w:X��b��}�o,�����{��!���\�:R�'`A�֝�.���9k��Ú�i�m�Z�k_�T�E��_�T����}o+�T�z�y%J�Ԭz�~_}(� +��`h�wi�+��߬���#7��=��2��J���y@O��o#�y��;u�|������`��N��}_~�Ct�X!�iq2�\�ˊƺM��֞�_f�[�.�eb�Ҙ�};����H�Z%U<{� +�dP��DZ*Ő"���a�ص��ؾ�ּ\�`�=�]i^H �W���K,9S��)��ւ�Q�ܖ���T���إCĹ�.)?��J����6�_Iw�����R!�(Ësv��`�� �f����/u+�x��) �C�r9I�z*��rV�N��(d������U�7~�"�a!����O����?AY� endstream endobj -3960 0 obj +3972 0 obj << /Type /Page -/Contents 3961 0 R -/Resources 3959 0 R +/Contents 3973 0 R +/Resources 3971 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3952 0 R -/Group 2747 0 R -/Annots [ 3953 0 R 3954 0 R 3955 0 R 3956 0 R 3957 0 R ] +/Parent 3964 0 R +/Group 2755 0 R +/Annots [ 3965 0 R 3966 0 R 3967 0 R 3968 0 R 3969 0 R ] >> endobj -3953 0 obj +3965 0 obj << /Type /Annot /Subtype /Link @@ -51210,7 +51266,7 @@ endobj /A << /S /GoTo /D (section.6) >> >> endobj -3954 0 obj +3966 0 obj << /Type /Annot /Subtype /Link @@ -51219,7 +51275,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.4) >> >> endobj -3955 0 obj +3967 0 obj << /Type /Annot /Subtype /Link @@ -51228,52 +51284,52 @@ endobj /A << /S /GoTo /D (subsection.9.17) >> >> endobj -3956 0 obj +3968 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [496.292 184.605 511.485 198.397] -/A << /S /GoTo /D (Hfootnote.149) >> +/A << /S /GoTo /D (Hfootnote.147) >> >> endobj -3957 0 obj +3969 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [68.399 112.376 83.592 126.167] -/A << /S /GoTo /D (Hfootnote.150) >> +/A << /S /GoTo /D (Hfootnote.148) >> >> endobj -3962 0 obj +3974 0 obj << -/D [3960 0 R /XYZ 55.693 823.059 null] +/D [3972 0 R /XYZ 55.693 823.059 null] >> endobj -3963 0 obj +3975 0 obj << -/D [3960 0 R /XYZ 56.693 789.929 null] +/D [3972 0 R /XYZ 56.693 789.929 null] >> endobj -3964 0 obj +3976 0 obj << -/D [3960 0 R /XYZ 74.626 106.199 null] +/D [3972 0 R /XYZ 74.626 106.199 null] >> endobj -3965 0 obj +3977 0 obj << -/D [3960 0 R /XYZ 74.626 94.244 null] +/D [3972 0 R /XYZ 74.626 94.244 null] >> endobj -3959 0 obj +3971 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im48 2710 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im48 2718 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3977 0 obj +3989 0 obj << /Length 463 /Filter /FlateDecode @@ -51285,26 +51341,26 @@ $ ����ݏ�;��������N)^d�����_<�11�s�:��kr��9���!6�m?D�ڌٻ�_����� endstream endobj -3976 0 obj +3988 0 obj << /Type /Page -/Contents 3977 0 R -/Resources 3975 0 R +/Contents 3989 0 R +/Resources 3987 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3952 0 R -/Group 3980 0 R +/Parent 3964 0 R +/Group 3992 0 R >> endobj -3958 0 obj +3970 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/splitscale.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 3981 0 R +/PTEX.InfoDict 3993 0 R /BBox [0 0 432 648] -/Group 3980 0 R +/Group 3992 0 R /Resources << /ExtGState << /A1 << @@ -51342,13 +51398,13 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 3982 0 R>> +>>/Font << /F1 3994 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 3983 0 R -/M1 3984 0 R +/M0 3995 0 R +/M1 3996 0 R >>>> /Length 2923 /Filter /FlateDecode @@ -51368,33 +51424,33 @@ x P�j{�{�b����~����/��`n���X�i��;�w��´��\��.��e�a��nk�g��G~p_w{�n�P���ί���/Y�=���ë��ן������W��������?T����vt[|�����/��/���^�?���w���7Z�x�:X�����c�#���h_�d�n����I�:t�a��o�Ҏe��^�Q������j��x������qJ���V����k�F�,��L����T��:�t��ŭ��d�]���q�������͛���n�{��w�ƭ<�}�}������l�<���ڰU endstream endobj -3981 0 obj +3993 0 obj << /CreationDate (D:20200423113536+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -3982 0 obj +3994 0 obj << /BaseFont /DejaVuSans -/CharProcs 3985 0 R +/CharProcs 3997 0 R /Encoding << /Differences [ 32/space 46/period 48/zero/one/two 52/four/five/six/seven/eight/nine 65/A 67/C/D 71/G 78/N 81/Q 83/S 87/W 97/a 99/c/d/e 103/g/h/i 107/k/l/m/n/o/p 114/r/s/t/u 119/w 122/z] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 3986 0 R +/FontDescriptor 3998 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 3987 0 R +/Widths 3999 0 R >> endobj -3983 0 obj +3995 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -51406,7 +51462,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -3984 0 obj +3996 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -51418,49 +51474,49 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -3985 0 obj +3997 0 obj << -/A 3988 0 R -/C 3989 0 R -/D 3990 0 R -/G 3991 0 R -/N 3992 0 R -/Q 3993 0 R -/S 3994 0 R -/W 3995 0 R -/a 3996 0 R -/c 3997 0 R -/d 3998 0 R -/e 3999 0 R -/eight 4000 0 R -/five 4001 0 R -/four 4002 0 R -/g 4003 0 R -/h 4004 0 R -/i 4005 0 R -/k 4006 0 R -/l 4007 0 R -/m 4008 0 R -/n 4009 0 R -/nine 4010 0 R -/o 4011 0 R -/one 4012 0 R -/p 4013 0 R -/period 4014 0 R -/r 4015 0 R -/s 4016 0 R -/seven 4017 0 R -/six 4018 0 R -/space 4019 0 R -/t 4020 0 R -/two 4021 0 R -/u 4022 0 R -/w 4023 0 R -/z 4024 0 R -/zero 4025 0 R +/A 4000 0 R +/C 4001 0 R +/D 4002 0 R +/G 4003 0 R +/N 4004 0 R +/Q 4005 0 R +/S 4006 0 R +/W 4007 0 R +/a 4008 0 R +/c 4009 0 R +/d 4010 0 R +/e 4011 0 R +/eight 4012 0 R +/five 4013 0 R +/four 4014 0 R +/g 4015 0 R +/h 4016 0 R +/i 4017 0 R +/k 4018 0 R +/l 4019 0 R +/m 4020 0 R +/n 4021 0 R +/nine 4022 0 R +/o 4023 0 R +/one 4024 0 R +/p 4025 0 R +/period 4026 0 R +/r 4027 0 R +/s 4028 0 R +/seven 4029 0 R +/six 4030 0 R +/space 4031 0 R +/t 4032 0 R +/two 4033 0 R +/u 4034 0 R +/w 4035 0 R +/z 4036 0 R +/zero 4037 0 R >> endobj -3986 0 obj +3998 0 obj << /Ascent 929 /CapHeight 0 @@ -51475,10 +51531,10 @@ endobj /XHeight 0 >> endobj -3987 0 obj +3999 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -3988 0 obj +4000 0 obj << /Filter /FlateDecode /Length 88 @@ -51487,7 +51543,7 @@ stream x�5�� �0D{���8���R���[.�{��9��>G��-dC�xI9�>Q4Zo:�Hs��d3�3�}���d4I�!��r�Y)z>��~ endstream endobj -3989 0 obj +4001 0 obj << /Filter /FlateDecode /Length 232 @@ -51497,7 +51553,7 @@ x ] 3�o�g3�J��F��fa �=؈ė��oY�f~'���Y)��Q�TEX!��Y�j��s#S�r&>��'�b���8Ύ�f01��h9f�=!�#n�4�Ui�[���Z�SE�Ⱥ���)�Z�[�=����-���� ��c�� _Ĝ�E'��~3尒4��#1����5��όO���}���>h��w/��̈́L��Hœ�Ƙ1T��$��?г>�0TG endstream endobj -3990 0 obj +4002 0 obj << /Filter /FlateDecode /Length 160 @@ -51506,7 +51562,7 @@ stream x�=�K� C��BG���t�J �l����}b"�'��ć��$�l�{0�r��M���$q �¦c��ɦu�J���~�w4f�t�-E�v!���"ܣ��<`1��J��0Ze������=D�������G7�(*K��Dw4�������e8$ endstream endobj -3991 0 obj +4003 0 obj << /Filter /FlateDecode /Length 244 @@ -51517,7 +51573,7 @@ x �csd#i]E���z� �)��܄�9z�������̞���'�jhN��!����X�(ܨ2*�Si=��8��N��h=ٱ���S�\B^L� ���X�M,l�~T����7�o���B������x��?�X[� endstream endobj -3992 0 obj +4004 0 obj << /Filter /FlateDecode /Length 75 @@ -51526,7 +51582,7 @@ stream x�5���0{�`��ɥ��� �h�������t�M���M�BQ��0�tf}qh�V^hJ����A���� endstream endobj -3993 0 obj +4005 0 obj << /Filter /FlateDecode /Length 251 @@ -51537,7 +51593,7 @@ x ".eEp�e��B��䵂ʂ�O�-�?c�z�c�Q%2/�Z�A�!tz�Q�H�gWل_��#�"�`'olN���<�����c���9���[p#V�(�3���=�sߏ����ȘQ�0\�����r9H�ؗ���?k�b� endstream endobj -3994 0 obj +4006 0 obj << /Filter /FlateDecode /Length 338 @@ -51546,7 +51602,7 @@ stream x�5RK�[AۿS��j��y������쬠��8��KQ�r�y��:����i�>ޅԂ�"���i�ǚ5Q�4b)�>��(!�S���Hfd2r ���>֛L9��is�(Iz-��v|Y�Aғ���u-��M�k"9�25�Ǟ�2�#A�, I��O�H3;g-y��x�/~���2���U2� �`;� �("��$���h�(�fƚۅ��"��=������D^ �,��z�2'; J�j��a���q�6J�S��]���g&a�氳R2 �qp/��${�1a�����ļ�]l\�̹&ӏ�(�H��\M��(����������?�7}� endstream endobj -3995 0 obj +4007 0 obj << /Filter /FlateDecode /Length 89 @@ -51555,7 +51611,7 @@ stream x�=���0C{�`c~�>�T��ml�='a����~�־�#)��G��.2Ey�(��uT�$\�����p������q���[��Ӊ� endstream endobj -3996 0 obj +4008 0 obj << /Filter /FlateDecode /Length 304 @@ -51565,7 +51621,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -3997 0 obj +4009 0 obj << /Filter /FlateDecode /Length 230 @@ -51574,7 +51630,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -3998 0 obj +4010 0 obj << /Filter /FlateDecode /Length 227 @@ -51585,7 +51641,7 @@ x *��s��>�h][M endstream endobj -3999 0 obj +4011 0 obj << /Filter /FlateDecode /Length 245 @@ -51594,7 +51650,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -4000 0 obj +4012 0 obj << /Filter /FlateDecode /Length 392 @@ -51604,7 +51660,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -4001 0 obj +4013 0 obj << /Filter /FlateDecode /Length 247 @@ -51614,7 +51670,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -4002 0 obj +4014 0 obj << /Filter /FlateDecode /Length 90 @@ -51623,7 +51679,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -4003 0 obj +4015 0 obj << /Filter /FlateDecode /Length 338 @@ -51632,7 +51688,7 @@ stream x�ERKr�0��\ 3�g��NW����p:�<� 2=eH��6�d���Wd�Ր�F�D��)����\�n�J�?��72ͮЪ�G�6�F5+#� C�zV���Q�d��v!�:S�p,�C��u�)�mA��#�o<���r��Ln���[��:[�m@ �s�`��� ������)(U��I�\';P�Ъt�7�9`Ò��ho��>��F����, ���f��1�H�'�N=q:őpI8�@�������/���� u:eM����B��Rq�"n]E�lO� �?*�3b��� �Ԓ����������枾�?�9������ endstream endobj -4004 0 obj +4016 0 obj << /Filter /FlateDecode /Length 163 @@ -51641,7 +51697,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -4005 0 obj +4017 0 obj << /Filter /FlateDecode /Length 68 @@ -51652,7 +51708,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -4006 0 obj +4018 0 obj << /Filter /FlateDecode /Length 81 @@ -51661,7 +51717,7 @@ stream x�=̻�0�>S�B|�����[�D�|�!� n���Kw�}�z���Ȁ�Sj\N��i}�}j��KՉ?�����k endstream endobj -4007 0 obj +4019 0 obj << /Filter /FlateDecode /Length 45 @@ -51673,7 +51729,7 @@ x "���}� endstream endobj -4008 0 obj +4020 0 obj << /Filter /FlateDecode /Length 255 @@ -51682,7 +51738,7 @@ stream x�E�K� D���#���<��Ur��4�L6v����J#�,�y0����d������"��*�X�՝)�̵D���2r���� 箜T��Q�:�:8��������,ʾ#�2l�96p�a���Vw��D������v�l���ƾ���N6��%�~� L�M�u�@��)zr ��q��@��� �l���A�N�q����:Ý��W�w�;Lk��/1Ɋ��E���=���əcr�}C�\���A�����P�f� endstream endobj -4009 0 obj +4021 0 obj << /Filter /FlateDecode /Length 161 @@ -51691,7 +51747,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -4010 0 obj +4022 0 obj << /Filter /FlateDecode /Length 320 @@ -51702,7 +51758,7 @@ x �R�ӿ����ccz� endstream endobj -4011 0 obj +4023 0 obj << /Filter /FlateDecode /Length 214 @@ -51713,7 +51769,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -4012 0 obj +4024 0 obj << /Filter /FlateDecode /Length 80 @@ -51722,7 +51778,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -4013 0 obj +4025 0 obj << /Filter /FlateDecode /Length 236 @@ -51733,7 +51789,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -4014 0 obj +4026 0 obj << /Filter /FlateDecode /Length 49 @@ -51742,7 +51798,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -4015 0 obj +4027 0 obj << /Filter /FlateDecode /Length 157 @@ -51752,7 +51808,7 @@ x ���f�W����7y endstream endobj -4016 0 obj +4028 0 obj << /Filter /FlateDecode /Length 332 @@ -51763,7 +51819,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -4017 0 obj +4029 0 obj << /Filter /FlateDecode /Length 68 @@ -51774,7 +51830,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -4018 0 obj +4030 0 obj << /Filter /FlateDecode /Length 317 @@ -51785,7 +51841,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -4019 0 obj +4031 0 obj << /Filter /FlateDecode /Length 17 @@ -51794,7 +51850,7 @@ stream x�36�P0��C.��� endstream endobj -4020 0 obj +4032 0 obj << /Filter /FlateDecode /Length 131 @@ -51803,7 +51859,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -4021 0 obj +4033 0 obj << /Filter /FlateDecode /Length 248 @@ -51814,7 +51870,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -4022 0 obj +4034 0 obj << /Filter /FlateDecode /Length 171 @@ -51824,7 +51880,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -4023 0 obj +4035 0 obj << /Filter /FlateDecode /Length 88 @@ -51833,7 +51889,7 @@ stream x�5���0C{O����ɥJ�o��Ѐ�w���:A�)�.n�Wz���&���LC��`EՋZ-_nc�b*�?�$ �u�^8����{ endstream endobj -4024 0 obj +4036 0 obj << /Filter /FlateDecode /Length 74 @@ -51843,7 +51899,7 @@ x ��>�d�(]�iB����IO[����_m�վ*K{� j2�6|w�wN endstream endobj -4025 0 obj +4037 0 obj << /Filter /FlateDecode /Length 210 @@ -51853,33 +51909,33 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -3980 0 obj +3992 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -3978 0 obj +3990 0 obj << -/D [3976 0 R /XYZ 55.693 823.059 null] +/D [3988 0 R /XYZ 55.693 823.059 null] >> endobj -3979 0 obj +3991 0 obj << -/D [3976 0 R /XYZ 56.693 763.918 null] +/D [3988 0 R /XYZ 56.693 763.918 null] >> endobj -3975 0 obj +3987 0 obj << -/Font << /F23 623 0 R /F14 963 0 R >> -/XObject << /Im78 3958 0 R >> +/Font << /F23 623 0 R /F14 947 0 R >> +/XObject << /Im78 3970 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4031 0 obj +4043 0 obj << -/Length 4260 +/Length 4261 /Filter /FlateDecode >> stream @@ -51888,32 +51944,29 @@ xڝ˒ �S����1t8�����cy'���jh;��6�j��`&L�yZۜ> ���q��ϷsU��9� ~�Aߞr��X�|@[���ñ�yű��T��8����W������!�|+��\Gw͗�������'���q���H��tp\ىɢ���G�n���LD��$#��(�u��>r���H � �����M=��p��h/C}.O�0��C}:ɢ��`���pw�#ZP���[P�1�(7x6:l�WJ�\�ʾ����$H{F~?�M9�m�@�������J�a_n��C�2u��(G�q�wie�6r�'ޯ�� �1[�xc`��C�L �#��ր[?�Oˀ�S�r"��0�,���,�����P530C��8�0�ranZ��������Y;ʸ`V�k'��(��ၶ�h4��� -��+��sĎ<�-r��B��Q�8�����$��en�2��y#w�r� O e$x��P���3�H٠����$�0��<z�J^���Z|��6!�P 7�6��x������\�ʎ;��cX�*���np�8=qb#0G��[2�)��7��c��w�����IN�幌�C�NN�=6��/��m�b�NjZ���mqpp݂&�x?v��9c�gG�AN5���,�8�^(���ܵ��0t5�&&�`��)*R62�zw�?c��o7yX�Q��D�0��MS0�q/���ώM����ْ;�x|Hr���;�����g���ȴ{�����Uo�5"������ƛX�E(��g�]S>���k��m��Ep�F�|��%_�62|l��Q��G�d�w���I����0���Q�ܜ-���/�W�4mf��8�����n5��Х�4�Mb��s�^<t��Î�:�!ǻr���fAU6��N� -�d����Ѽ`��$����&�����������"�*_��?�����m4ڃ]$@�N�W1�C��ի�]Ofă@o�[�Ԥ��R�6d�oG�Ox�u�w�&�{>�I?�υ!o��Bj���`�J�-!v�ƬX�%�X9�7�Q���� �EѰ(� �=�M�Guj)v�>�0���W7�ce���T��U{����磤�(8�����O��r0ڋ�+{A��cF��C�"F=*�[2��0ԹK'�l�H/�e^�L�L+��ؕ�c@��QYհ���Fi����ﰿH &P� ���� 3�==�$sb��m���]`i��D�\^Y8�G� -6�g�wʩJ�#A�κ�s�������r�"��4'#Nr���p�^�dZ�Cߞ�A��`��)N��wuy¸3����̲)$�>4x���y�V�Am -�\0�!�M��,|fyM`- x-3��]���6����$d��^%1���&�J4�� -_}��s݈7� ���C�N� �094Y�&���D-#8��?���Yl��� �I6���(�ޗ�yt����!���tl\jb�jb�019 #$�LYV��X���@������w���M�4!��l��r}��W'�ϣ�h����A�K -�,{h�M�9�zm�u���E&yv�.���&J���i�!iդ=H��{K"Y��᙮z$.�ë1v�m��&�r<��eCr���l��l�OD�%���Q���FF�6Ց��G*�qH2}3���R�p9���Kh���,��͉=�O2���|���Hd�Xi��"����rV݇y���%h ���=RH� -�D�T$�p��� ����a��*Q$?����{�a(�����e�ŴV�Z�K݄c�<#��,{���n��b��+�Iy._x�4G�8/.SE����l1�tB,+ɸ���D��NP��r��Dڄ���^b��)������b,��bn㭦�����d�" -w�����O�TO��~Z9�S2�\Ȅ�(3�SV��m��;l*H��OT,af���<)YfH���|-��+�B`5��R�m���K�0q��(��V�G�/ݭ&�$��*|=�;!Cl2�|���]e�ϭF�9:�&�G��+��<�7�q�3�0k�p$ \�<D��4�2�NrYR=H��4��2c�@N�y�������P�!hu�-����sj�-i��)�ɥ<�d`q~��R��|���`��R�PSI`5)"&���J]SI��:.��)�c4V�!tl�.<��i�Oo��-X��Y_�]?�����W�/�f9��,��h��劁���&��j:z�S!�� y3�jD@ ��ڥ��t�SZ��@�j^-�s3�uj}�I�j��g�@ �x��zʷ�|�ؓ��N�p �wܣ�7T�!��m��3���`B�8�~��$��02���4��ǘ4�_π)X�.ixbMtU�WWP}ur��*��$�h�$��I0�0��X:��FP�[��ߞ&[0>Y�L��ߚ&�D�i��R�>.`p=�v�9}�ĸ��e�9�c��8Ɯ�R� ���wl���G9�Uq��Q�����9���bG���C�PK�S��8U6YjL ��tUI^�㷠3�^���n)�í]Ƣ�o�E��]GJ�/Y$��f �E����^�:;� -H��V_J���c$�5�> -��䊏H�9�����$+¤��y�\��bN/��f�E��7[H��P��;���?��n��m�&��I�b݄�X��K�Q8�����$�崘 ���*�R}F���>U#�z����j��L�@V��,�n�\F����Jݗ�2�3�$J�9�=�p-%@K�9d�g��Y0K`�}�:�0����K� ���+��M)K�G9.�JCπ���'OE�,� -*bj��L5���B�����ZLJ|1�LŤ�9{��J�{W!�������-Ϡ�3?��j&DȝN����^9�O�d���ѿ��h]>��m/��� �^L�1���9c|JM���~\��_�L�U�V�ͣ� g� X�A�$t�Q������)�� -)��~Z~�;B�>��m��;K�@���F���#�ԩ=`}�fۉd)/��b��X]�4�" `3E�Iܔɂ��#E��#���(�=��V|��4D^�������*ql^�ʧʯ��'�k�,?��Gz��̪�s1�w�2�s�0:,g�0��e�7�^�n��hk�cܩ&��ln�)2�?\�)�Q��Mӭ�k�Ǽ�`�֎�<��`-s�?KIE�t�*r�@�I� H�'��q�q�oic��0�Q��q2�8,=�=�� [1�ٜq��&�����p��_W�Z��To4���9$��C�,~�_�)�� f�6��T�ŢI��d7�����.�X���4>8IU?�<;c�����Ov-Dkn�b��I0[���C�,��쓇����O���Lv��?��*�9������# �� ���"h���̮�Ͱ��� -u�R�>�V��6�1m쓑;�TK������Wu������_=X���Z�A%������T�Dk~q�����$�P��k���O�R�(�j��#�0���4o�����I}�k�6u�gP�k�Y�˯21��3�^�|9��b�Y��%g�����������P*��^d���{L���4.7Z�2�7wh_&��C����U����<�ƽ�2��k��nj���p��H]��p� 9���x������^��}���1��|��3�h��ѝ.t�&�eq��e�V����Ȋ~cͣ�KY����p4m`D�X"_0�<������t��ܵ��v�\�w�/�qًl�+q�i\h��R�GX��FS���˲�f8B�5�T���`��<�5��T��{��"\�#/��������0��@���O�YhM���L�0+�Ck��_�~2�M�0ϓe�G�{L�.u�=U��/�[0OI��pk3}��lM%�p��iD#4���R*���r��I��b˯�A� p��r2jj +��+��sĎ<�-r��B��Q�8�����$��en�2��y#w�r� O e$x��P���3�H٠����$�0��<z�J^���Z|��6!�P 7�6��x������\�ʎ;��cX�*���np�8=qb#0G��[2�)��7��c��w�����IN�幌�C�NN�=6��/��m�b�NjZ���mqpp݂&�x?v��9c�gG�AN5���,�8�^(���ܵ��0t5�&&�`��)*R62�zw�?c��o7yX�Q��D�0��MS0�qZ,���ώM����ْ;�x|Hr���;�����g���ȴ{�����Uo�5"������ƛX�E(��g�]S>���k��m��Ep�F�|��%_�62|l��Q��G�d�w���I����0���Q�ܜ-���/�W�4mf��8�����n5��Х�4�Mb��s�^<t��Î�:�!ǻr���fAU6��N� +�d����Ѽ`��$����&�����������"�*_��?�����m4ڃ]$@�N�W1�C��ի�]Ofă@o�[�Ԥ��R�6d�oG�Ox�u�w�&�{>�I?�υ!o��Bj���`�J�-!v�ƬX�%�X9�7�Q���� �EѰ(� �=�M�Guj)v�>�0���W7�ce���T��U{����磤�(8�����O��r0ڋ�+{A��cF��C�"F=*�[2��0ԹK'�l�H/�e^�L�L+��ؕ�c@��QYհ���Fi���Y�;�/Ȃ >�����|�̢@O�0ɜ�t&`x�Bڪ<�.�W��"��M��r���HЯ�.�ܪ@/m%'+���p?�Ɉ����'�W-�V�з'p��."c����]]�0�̣�=�l +��� �f��l^ǽ��v�F�B"LlHp�A:7�YA�B@K^�L��G�� ���& Yd��WI,$���� ���Wd�\7� `B�g�Đ��Ӆu:LM֭ �~(Q����������v��s�m���B(,J����B�:�s�s�9���ع��<LL�I%S�Շ02Vg�1P'l�g��@��,z�,MH�&��\_v5�� ��'|"d&B�C����;�x�vN�^[�D�=im��I�]��k����@���sD@HZ5�E@R�Fm��ĒHV$jGx�+����j��0A� ���Gِ��,5۟m,��k 8$o�����Q#�Mu$����|h�L�L�1�,\N0���n�;Kgdsbc����z�&_}0>Y7V2��dyh�܇U���}����{�)����d"b*�Q�\p` �h�ヰ�W�(���NR�u�=��0g�HI��2�bZ+[-ͥn±�~��}b��dt���A U�[��$�<�/<~�#P���"�Q�D��l:!��d\�Ra��u'(�\�|J"m�VGU/�j�Mc�i��@1�|�I1��VS\Z\�I�d��;^�F�j�'E�'Hf? ��)�Y.dB�R���̀)+�ضCr�6$Z�'*�0��mh��,3$mi��_��l!�Av)�|�쥅T���]�k��#ח�VMMt��❐�!6�A>sG}Ȯ2��V#�x��#B��E���ˎ�W�5w8��F"^CN��e'9��,���K�]Q��b �� HR�{�|a(��:@�T�Oٹ5͖4tI���R@2�8��i��B>y�L�fb �}���$���QJ���$�p���1+���:6|���Ԋ��S�,X�,������p�{ի��f��`�a4C��r�@`Gy�R5��Nv�<�H5" �I��Mf:�)-IA �k����9��:�>��z5��u��t<�l=��}�f����O�e���;�Q��*���6�虊܋�J0�l�?tdSd��l��b�cL�g�,^�4<�&�*ӂ�+���:�Gd� +�dM4�wr�$�T�a,�Ҁ#�ԭ��oO�-��X���oM�A"�4~D�wB0���;Μ>sb\���2��ɱHpc�m)�v����;�@q죜�ê8H�Ө�K�I}�`�Z��#���!h���)�c�*�,� &�ra��$����[P��h/��e�����.cQ�[c�;~בRF�K�/��oQ(g����ߎ�o��RA?=��fM���n�,��#�w+���p��<Ɋ0)>�`C"�gƿ��Ky��g�/���8T��N.u�Ͽ��~[� �h�XG7�6i���n}2�ƾ=�Ed9-�H�&� +��T_��#<E�OՈÿ�`�D���F��'�!��f*˥[7�Q�D� �R�%��A持/��fNuO&\K �Rc���Y�~����e���7�ih"���R���u�� +,mS��R�Q�����3`v~���C0˹���Z�.SM���Фj;;��_L2S1)�B�v����Uo�a�C9pd�3�8��Oᱚ r�S��(rE�W��;��j~��3Z�O�Doۋ��9H�Sz���u��R�������W$ShUx�h�ș6V~� p��$��k�v�d��B +輟��1ǎЪ��l�n���ҟ>?s��Q4�5��7ujX���v"Y�����#VW" �H�Dk7�E� &��H��(�Hp�>�f�+E��h& ���?�<�3����C�����w�ub9�� �Z*����/����\L�]�̳�\�L���4�wY�鍢ׇ��nA%�Z�w��/6��`���dJ`�jl�t�/���1/�8ظ�#�O�_&X˜���RR��"��\#�Ba�y���|l�km�[��~7{�g}��1Kt���w~�V�`6gmF�� �b;� �������V�1�M1�oiD�h�Ő<K���We +zr���M� �hR>�/ٍ4�Cs��(�s��7�NR����Xc,��c�g*���]њ���F'F̖eAj��$�B5�����d�}�;���$��� +pN��e���HB�u�-�Z��<�+q3���BݻԤϹ�?�MzL�d��+Ւ`�o~9F�U��?.�E"�W�' ��PI,k�g$�j�Ú_�p:��>�+?�������.���%��6��r7�n��~jR�뚩�M~@���v����LL��̬�7_NlF�Xjuv�9�>���?4�1�3����Y.�7�S��5͟ˍ�����W��h!�P!��4�a����5;�ůq﵌%�Z��y�1�&'/\�2RW�)�xCN�e7���ƿ%!�W&l��w�!_����ƌ,�8xt�ݥ�}Y&iـ�ՠ9?&���X���RV��>�9MQ#��L0�n�F70�l��%|+w�e��*���m�y��{%.4�M��X��K��h��sYvьG����SX������������Rq��V���x�������!�������>�ɑQ�I�f��yh��@�k�O��I�y��~�h~/���ߥN���3�%{f�)�qnm�����+����(��N#�9��ܔRQ,�O��O�[~U +��/0���jh endstream endobj -4030 0 obj +4042 0 obj << /Type /Page -/Contents 4031 0 R -/Resources 4029 0 R +/Contents 4043 0 R +/Resources 4041 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3952 0 R -/Annots [ 3966 0 R 3967 0 R 3968 0 R 3969 0 R 3970 0 R 3971 0 R 3972 0 R 3973 0 R 3974 0 R 4026 0 R 4027 0 R 4028 0 R ] +/Parent 3964 0 R +/Annots [ 3978 0 R 3979 0 R 3980 0 R 3981 0 R 3982 0 R 3983 0 R 3984 0 R 3985 0 R 3986 0 R 4038 0 R 4039 0 R 4040 0 R ] >> endobj -3966 0 obj +3978 0 obj << /Type /Annot /Subtype /Link @@ -51922,16 +51975,16 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.4) >> >> endobj -3967 0 obj +3979 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [361.808 651.864 377.001 665.655] -/A << /S /GoTo /D (Hfootnote.151) >> +/A << /S /GoTo /D (Hfootnote.149) >> >> endobj -3968 0 obj +3980 0 obj << /Type /Annot /Subtype /Link @@ -51940,25 +51993,25 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.4) >> >> endobj -3969 0 obj +3981 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [388.741 565.189 403.934 578.98] -/A << /S /GoTo /D (Hfootnote.152) >> +/A << /S /GoTo /D (Hfootnote.150) >> >> endobj -3970 0 obj +3982 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [113.576 464.068 128.769 477.86] -/A << /S /GoTo /D (Hfootnote.153) >> +/A << /S /GoTo /D (Hfootnote.151) >> >> endobj -3971 0 obj +3983 0 obj << /Type /Annot /Subtype /Link @@ -51967,7 +52020,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.16.3) >> >> endobj -3972 0 obj +3984 0 obj << /Type /Annot /Subtype /Link @@ -51976,7 +52029,7 @@ endobj /A << /S /GoTo /D (subsection.9.17) >> >> endobj -3973 0 obj +3985 0 obj << /Type /Annot /Subtype /Link @@ -51985,7 +52038,7 @@ endobj /A << /S /GoTo /D (section.6) >> >> endobj -3974 0 obj +3986 0 obj << /Type /Annot /Subtype /Link @@ -51994,7 +52047,7 @@ endobj /A << /S /GoTo /D (section.7) >> >> endobj -4026 0 obj +4038 0 obj << /Type /Annot /Subtype /Link @@ -52003,66 +52056,66 @@ endobj /A << /S /GoTo /D (subsection.9.9) >> >> endobj -4027 0 obj +4039 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [436.856 295.16 452.049 308.951] -/A << /S /GoTo /D (Hfootnote.154) >> +/A << /S /GoTo /D (Hfootnote.152) >> >> endobj -4028 0 obj +4040 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [103.377 266.268 118.57 280.06] -/A << /S /GoTo /D (Hfootnote.155) >> +/A << /S /GoTo /D (Hfootnote.153) >> >> endobj -4032 0 obj +4044 0 obj << -/D [4030 0 R /XYZ 55.693 823.059 null] +/D [4042 0 R /XYZ 55.693 823.059 null] >> endobj 390 0 obj << -/D [4030 0 R /XYZ 56.693 390.552 null] +/D [4042 0 R /XYZ 56.693 390.552 null] >> endobj -4033 0 obj +4045 0 obj << -/D [4030 0 R /XYZ 74.626 260.091 null] +/D [4042 0 R /XYZ 74.626 260.091 null] >> endobj -4034 0 obj +4046 0 obj << -/D [4030 0 R /XYZ 74.626 152.494 null] +/D [4042 0 R /XYZ 74.626 152.494 null] >> endobj -4035 0 obj +4047 0 obj << -/D [4030 0 R /XYZ 74.626 128.584 null] +/D [4042 0 R /XYZ 74.626 128.584 null] >> endobj -4036 0 obj +4048 0 obj << -/D [4030 0 R /XYZ 74.626 104.674 null] +/D [4042 0 R /XYZ 74.626 104.674 null] >> endobj -4037 0 obj +4049 0 obj << -/D [4030 0 R /XYZ 74.626 80.763 null] +/D [4042 0 R /XYZ 74.626 80.763 null] >> endobj -4029 0 obj +4041 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R /F10 1076 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R /F10 1083 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4042 0 obj +4054 0 obj << /Length 1959 /Filter /FlateDecode @@ -52081,17 +52134,17 @@ c �\E'[���x�3��&H���j��jA�6iK�R3z�]�SpV�zz.<:R_�D)�.s�z8%���� < ��Ԫ�����S#���t�k�p������ɜ܄���Rx�*@S'J� Ւ!H9j; ��*�P��U{t�>$����Е�h/=;��Ce���&��k�+K� �/ � q�i=T���_���gs���n� �EP�7$L���DO�/��z��Ꮖ'�����+y��������_K�H�3t9��W�'��Ƨ�*����=�W����{F�U^ɳ(�����<Z�,���˛�dq/��L6f��F���"��}eO殁`ײ��>�[�E��� endstream endobj -4041 0 obj +4053 0 obj << /Type /Page -/Contents 4042 0 R -/Resources 4040 0 R +/Contents 4054 0 R +/Resources 4052 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3952 0 R -/Annots [ 4038 0 R ] +/Parent 3964 0 R +/Annots [ 4050 0 R ] >> endobj -4038 0 obj +4050 0 obj << /Type /Annot /Subtype /Link @@ -52100,28 +52153,28 @@ endobj /A << /S /GoTo /D (subsection.6.2) >> >> endobj -4043 0 obj +4055 0 obj << -/D [4041 0 R /XYZ 55.693 823.059 null] +/D [4053 0 R /XYZ 55.693 823.059 null] >> endobj 394 0 obj << -/D [4041 0 R /XYZ 56.693 664.358 null] +/D [4053 0 R /XYZ 56.693 664.358 null] >> endobj 398 0 obj << -/D [4041 0 R /XYZ 56.693 540.946 null] +/D [4053 0 R /XYZ 56.693 540.946 null] >> endobj -4040 0 obj +4052 0 obj << /Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4049 0 obj +4061 0 obj << /Length 2235 /Filter /FlateDecode @@ -52130,38 +52183,35 @@ stream xڭ�n���]_�G�����@`(����ر6H���j�#2�����<$��y�aWUW�]�zg/��_�����;yJyk��� �#/C�I�ۓ�����y��7?��������P���N�~q.a�?�v���t���+�COM��40�x�����C����0���{$��3� �>+��է�Pt��a)������ȩ�!��'��6��P�����>�`���� ���*T��� 2l�w�<vb�<P����b��0��J�C!6�o����C%�ożh�K��ú�f�p)F ����u,���������=4�b(�7ϭ�� 3�r��T����X��O���0����N�oǫ��4UYtMy v�D��������T��C���=L���N1��D��&��~7�3�gٽ�p!J$Bە�X ���WiǠ�2�1 ��f�lf�pG�w��&V�m��bP�T���=�2�_3��b�(�E����>����u���6��_p�So����[�/z&~B�v�EmσR~�X8פZ�Vj� -����*��P��]�1ޝ%���;�� O!�1����3A��P��*j�g�J��z��B -�����S= -� 2Msr��d���������Vt+(��8���X-�{w`:k���_�Hd�Qj-V�����!Ҁ��Jc��,c�B�2J�X9�8���N�K��ց�H=�'��Y�w{�t�߃i�7�m�iq��"�a����[2��]%��7`�� c��Ǣ��x�e�P�t�ˢ:��j^a:����� C�oC���m�$BY���m���剁C��C��s忷_)˅|�B�H)��Ǫ�{ -�4c_�?38mG9L������6ۻ'�Ŕ°j�G�`i[˥S�\�A���s��j2����'�Ak��\IQX�(�-M��q�ڞ��DО|��(y���:uI����^��l��؍��䈉\@�o�M -ƑL�\�Y*���02sn�|F2����:7A��k�P�Q 1RW�>چ>b;�8WEO]T%�7��/�A���\���f�f�����͌b��.��g�53��cٯ�@ -��d�~�;ж���s�${�����~�Q5��Q���\2�p��������lx�N���� �m��h0����kGtbK���o������]S��;z���b×iq����Ի ��ȴ�0@] -D}�F���!0�: M -{~%��UBج[�v�����U�v�V��b�������_T]Y��xA.H��$9��i��DzDz��2��F*�y������,�㧥D�og�u�͇`K�M(�7�!zK6���.���ˮ����1V�r���E;�8� O�%��s%ۨ�@��¤g��g*��{Z�P�ƙ_��,*���!,!��'�,����<���^B��2M�Lq�i�^��`(� 0�F1!�����;^G��vSA������=�k�]`�����<>H5�&_UIX��lmC6�J"`��dhǡ�eׯ���^ -y�U=]ƪ��)���)^��+O��Y2%©�Un����5��Vc��%^�����r����j��B�B�-���=��\���(�knA���JO7���<gd��#4-����iYGI��9-kG�����f��E�����`~V����=�+��#j�0��yQ���!�sI���]�tNm�]����߿����w��"����.U2-�!^ܜ�Ʒ�i�2t3�K'_.��]NJ�0����ʩ,����V����ׯe#�\ݿ\��V�*�C)Q{�>�4d`���*7��l�W��:!�\|�ѹ��F^/^���k��re�,�|Q�Q���W$��͜n���B&��a��r���iJ�0�p�aȊ �`���<O9$������b�a55p�.x67p�H5�t��ϯ(x��j��GH?WS��n��K���܁�p���-�n��N���{AAU�{�m���R -#׃�4Y �.2SGY����ir_$-��LO}�*Q�_K!o��KU��4���Rz�L�*�����@+�Q`��kΫwԞ<���uAFio��~@!ki�����,����Ycy���˦�Q�L|�4.R�!�e8�ok�,'Ϊp�1�{4�ϲ��n�*�qH�� <+6���Ź�]NC��QTUD��� ~yl>�.\�_��� +����*��P��]�1ޝ%���;�� O!�1����3A��P�f5�3A%AI�_l!���Oo����)�����Q��99�g�S�J��`�\\J@+��O��n��Ľ;0�5np�/o$2�(�+���H�i@�l�1dw�1��!Y% +t�Ea�L��%�^��D �ԓTσ,л�R:��A�4��҂6ô8_v�°��v��-B�I�0�sׄ�?B�cQUO��2Z(�B��eQ���5�0�Mh���J��!巡lz�6F���Q¶�j�������Jƹ��ۯ��B>`�y�� +�cU�=G����������s�Hއ~E�����bJaX5�#�����)�.Ѐ��m�9��B5�s����}��(�CÖ�d�8^mO�L"hO�E��<䂈b`���$��Sh�CM6� K�F��r�D.��&�H��E��,H@h�97M>#AzJR�� �ҵm(䨆�+FmC��F����.��ٛ@ݗ� Es�l.��3W�Pi}�܉fF�_c���3����WA ��V�C��h��\���9q��t�v�Ds?Ϩ��S�(�?C{.�h�@���}�Rr6�\'J�@���6Ta4����ܵ#: ���y�7P[��E���)����=��� +���4��8��P�k������edZr�.��N#F����G�����=���*!lV��A;ـ�Oq@��n�r+�a�U��q�z�/��,NO� ��X��´�[ˁcY�cY�X�x# +����Z�A@��V����R"����:��C���L�&����%�pNX��e�RX���+[9e��� �ۆ'˒��繒m�Q �O�z�@a�3��3�`�=-c(�A�L�/�b`��������e��E`�a�waj/!t�i�����]����4���U0���n���X������Df���XYCa��Ɓ��.��̍L��t���$�ki��!d%0vM2��Pٲ����v/��ު�.cUD����/�����c�,��T�*7^�ZǚTm�������؉{AY9��R��_M5hyB!R!��ؖ�V�ڞ�i�T�j��5��GK����L��y�32�O���������$��������rfzA���@E�ov0?�i��ʞ���N�5a����y�����a��j:������]���_�@zػ_l�Ovq�*��/n�pQ�[�4N��˥���z�.'%�Nvv�TV��p+�B���ײ^���_���`��Atӡ��=Hs�0�lf��N��MA�J.>����{#�/�� +�x�5�L����K�\�(��tt�� ��fN7�R�!l�0�v9Gs�4%Nb8�0d�Q0�^c��HSP�Hv1���8B <�8b��h�pQ��W<Hz�v�#����H~�U٥��m�@e8�\��J� �A{'��ҽ����=�6���j)���A����q���,i��Xσ4�/���a����~��ۯ����{��*�AG�k)=S�^���Kt����(0��5�ջjO�@A��������D�i?���4x�c�y��uOo~�<v��e�ۨT�?>v)ؐ?�2��@�gU�T��=�g��f7n�8$_�}��\j��\�.�!��(�*"�D��� 6Y��/��� endstream endobj -4048 0 obj +4060 0 obj << /Type /Page -/Contents 4049 0 R -/Resources 4047 0 R +/Contents 4061 0 R +/Resources 4059 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3952 0 R -/Group 4052 0 R -/Annots [ 4044 0 R 4045 0 R 4046 0 R ] +/Parent 3964 0 R +/Group 4064 0 R +/Annots [ 4056 0 R 4057 0 R 4058 0 R ] >> endobj -4039 0 obj +4051 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/img_circle.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4055 0 R +/PTEX.InfoDict 4067 0 R /BBox [0 0 460.8 345.6] -/Group 4052 0 R +/Group 4064 0 R /Resources << /ExtGState << /A1 << @@ -52184,14 +52234,14 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 4056 0 R>> +>>/Font << /F1 4068 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 4057 0 R -/M0 4058 0 R -/M1 4059 0 R +/DejaVuSans-minus 4069 0 R +/M0 4070 0 R +/M1 4071 0 R >>>> /Length 943722 /Filter /FlateDecode @@ -55224,33 +55274,33 @@ z �u���U������~���g��%i�dU�����/��&P�~�%x�~>>]�Cɷ��?���?F�~>_�_Κ�h�|��:XgT`�|{�Ɖ+�������}�����'��A����.0��^���������xx�����W�ۏ~��翺<�^�����_�~��߾�o����/������o�R���_��O_�(�������֣3���������?�_��������?~�韾�͟~�������_/�[�_������o7��t���w��?���C����7Gզ�����������.�P���G~�����|�3 ���t��?hF[����G���?ޛu,�=Q��>��������o�����W�濿�o7����7Է�������~�������N�_�����������������Ͽ�����ݥUa���6�������������_�_�q6� endstream endobj -4055 0 obj +4067 0 obj << /CreationDate (D:20200826171806+02'00') /Creator (matplotlib 3.1.2, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.2) >> endobj -4056 0 obj +4068 0 obj << /BaseFont /DejaVuSans -/CharProcs 4060 0 R +/CharProcs 4072 0 R /Encoding << /Differences [ 46/period 48/zero/one 53/five 97/a/b/c/d 103/g 105/i 107/k/l 110/n/o 114/r/s 117/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4061 0 R +/FontDescriptor 4073 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4062 0 R +/Widths 4074 0 R >> endobj -4057 0 obj +4069 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -55264,7 +55314,7 @@ x endstream endobj -4058 0 obj +4070 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -55276,7 +55326,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -4059 0 obj +4071 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -55288,28 +55338,28 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -4060 0 obj +4072 0 obj << -/a 4063 0 R -/b 4064 0 R -/c 4065 0 R -/d 4066 0 R -/five 4067 0 R -/g 4068 0 R -/i 4069 0 R -/k 4070 0 R -/l 4071 0 R -/n 4072 0 R -/o 4073 0 R -/one 4074 0 R -/period 4075 0 R -/r 4076 0 R -/s 4077 0 R -/u 4078 0 R -/zero 4079 0 R +/a 4075 0 R +/b 4076 0 R +/c 4077 0 R +/d 4078 0 R +/five 4079 0 R +/g 4080 0 R +/i 4081 0 R +/k 4082 0 R +/l 4083 0 R +/n 4084 0 R +/o 4085 0 R +/one 4086 0 R +/period 4087 0 R +/r 4088 0 R +/s 4089 0 R +/u 4090 0 R +/zero 4091 0 R >> endobj -4061 0 obj +4073 0 obj << /Ascent 929 /CapHeight 0 @@ -55324,10 +55374,10 @@ endobj /XHeight 0 >> endobj -4062 0 obj +4074 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4063 0 obj +4075 0 obj << /Filter /FlateDecode /Length 304 @@ -55337,7 +55387,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -4064 0 obj +4076 0 obj << /Filter /FlateDecode /Length 237 @@ -55346,7 +55396,7 @@ stream x�EQIr!��+��+�Nͩ��k,3IN`k1i��-x�!��́/�|M�4|72��:�pO�.ܗ˂g�WT�w�/]�H}w��~fd{�H͐��:�B4&�!=#2�V,s��)�R�([�.ꕶN;���#�o�#��JvMl��:��˶.�:�$�vaqj�!"�uc5���N"v����0�Q$��g�q&�M�]9�y��V*9�>^�Ƅ�t��c��i��_�>}�����?��\" endstream endobj -4065 0 obj +4077 0 obj << /Filter /FlateDecode /Length 230 @@ -55355,7 +55405,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -4066 0 obj +4078 0 obj << /Filter /FlateDecode /Length 227 @@ -55366,7 +55416,7 @@ x *��s��>�h][M endstream endobj -4067 0 obj +4079 0 obj << /Filter /FlateDecode /Length 247 @@ -55376,7 +55426,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -4068 0 obj +4080 0 obj << /Filter /FlateDecode /Length 338 @@ -55385,7 +55435,7 @@ stream x�ERKr�0��\ 3�g��NW����p:�<� 2=eH��6�d���Wd�Ր�F�D��)����\�n�J�?��72ͮЪ�G�6�F5+#� C�zV���Q�d��v!�:S�p,�C��u�)�mA��#�o<���r��Ln���[��:[�m@ �s�`��� ������)(U��I�\';P�Ъt�7�9`Ò��ho��>��F����, ���f��1�H�'�N=q:őpI8�@�������/���� u:eM����B��Rq�"n]E�lO� �?*�3b��� �Ԓ����������枾�?�9������ endstream endobj -4069 0 obj +4081 0 obj << /Filter /FlateDecode /Length 68 @@ -55396,7 +55446,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -4070 0 obj +4082 0 obj << /Filter /FlateDecode /Length 81 @@ -55405,7 +55455,7 @@ stream x�=̻�0�>S�B|�����[�D�|�!� n���Kw�}�z���Ȁ�Sj\N��i}�}j��KՉ?�����k endstream endobj -4071 0 obj +4083 0 obj << /Filter /FlateDecode /Length 45 @@ -55417,7 +55467,7 @@ x "���}� endstream endobj -4072 0 obj +4084 0 obj << /Filter /FlateDecode /Length 161 @@ -55426,7 +55476,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -4073 0 obj +4085 0 obj << /Filter /FlateDecode /Length 214 @@ -55437,7 +55487,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -4074 0 obj +4086 0 obj << /Filter /FlateDecode /Length 80 @@ -55446,7 +55496,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -4075 0 obj +4087 0 obj << /Filter /FlateDecode /Length 49 @@ -55455,7 +55505,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -4076 0 obj +4088 0 obj << /Filter /FlateDecode /Length 157 @@ -55465,7 +55515,7 @@ x ���f�W����7y endstream endobj -4077 0 obj +4089 0 obj << /Filter /FlateDecode /Length 332 @@ -55476,7 +55526,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -4078 0 obj +4090 0 obj << /Filter /FlateDecode /Length 171 @@ -55486,7 +55536,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -4079 0 obj +4091 0 obj << /Filter /FlateDecode /Length 210 @@ -55496,23 +55546,23 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -4052 0 obj +4064 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -4044 0 obj +4056 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [141.805 371.736 156.998 386.192] -/A << /S /GoTo /D (Hfootnote.156) >> +/A << /S /GoTo /D (Hfootnote.154) >> >> endobj -4045 0 obj +4057 0 obj << /Type /Annot /Subtype /Link @@ -55521,83 +55571,79 @@ endobj /A << /S /GoTo /D (figure.caption.84) >> >> endobj -4046 0 obj +4058 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [465.055 145.709 480.248 159.501] -/A << /S /GoTo /D (Hfootnote.157) >> +/A << /S /GoTo /D (Hfootnote.155) >> >> endobj -4050 0 obj +4062 0 obj << -/D [4048 0 R /XYZ 55.693 823.059 null] +/D [4060 0 R /XYZ 55.693 823.059 null] >> endobj -4051 0 obj +4063 0 obj << -/D [4048 0 R /XYZ 56.693 789.929 null] +/D [4060 0 R /XYZ 56.693 789.929 null] >> endobj 402 0 obj << -/D [4048 0 R /XYZ 56.693 341.558 null] +/D [4060 0 R /XYZ 56.693 341.558 null] >> endobj -4053 0 obj +4065 0 obj << -/D [4048 0 R /XYZ 74.626 81.749 null] +/D [4060 0 R /XYZ 74.626 81.749 null] >> endobj -4054 0 obj +4066 0 obj << -/D [4048 0 R /XYZ 74.626 69.794 null] +/D [4060 0 R /XYZ 74.626 69.794 null] >> endobj -4047 0 obj +4059 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im79 4039 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im79 4051 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4093 0 obj +4105 0 obj << -/Length 3150 +/Length 3151 /Filter /FlateDecode >> stream -x���r�F�]_�G��C��k��ANǩJ�$ڪݲ�@ [3�8䄇e��h�g�e+����4��A�`���ً˳��(H�q���� N�$�A�C& .��m����4/y��ׯ�s��BB�J�bc���0����������g��@��42�����_EP��w��t��r�LFY�:���3�I�TDi,��[��m�9��T��klo��S@���{w��p��g0������0䖗��;!��l��+|�v�շ��چflA(��^�Pe�M�l�vlJ�;�0=��C1T�P����CF��W�D�$tīj��]�SϿ��#��E����e�>_I���u�րX��i^���aK�d�V@�T$��0�+F�<���dMB�6,�_��� ��THD�g����DZ�W�/%��!3X�&+H��M�۫���,Qr�Q�8�x�E�i�j��z���uQ5p [�����n��%!�i�<��i$U>Ki��8��*o��@�_Yشݮ�i�(xG.�N/����ՍS,�M�����1��U�g���&QYoZ�`�Dƨ�5�W�~��g4���L�bV7����4슦lw5��u����9��=���c�Ž�z����=y��s6��ow�A8��8�Y��a5�ľ"�iE1���mcy�[.Y�2J���c�'��n+o�8�� �{K�l�x�C�b�(�� hf[&C�{�L��&@ia��-E�:R:Ҁ�-��nb�#A\�U]R�wA>2$a��3�:^ ��=�0<���6n���tN�L�nqp6Ӷ�+r�a�S��Xj�8>�i�P��E�Н������Y��*� �� Ќ��š�^,b�CUs��NjzzOE�vh0Z��d�0�����#|Q���2����&� �]��4^?��� +x���r�F�]_�G��C��k��ANǩJ�$ڪݲ�@ [3�8䄇e��h�g�e+����4��A�`���ً˳��(H�q���� N�$�A�C& .��m����4/y��ׯ�s��BB�J�bc���0����������g��@��42�����_EP��w��t��r�LFY�:���3�I�TDi,��[��m�9��T��klo��S@���{w��p��g0������0䖗��;!��l��+|�v�շ��چflA(��^�Pe�M�l�vlJ�;�0=��C1T�P����CF��W�D�$tīj��]�SϿ��#��E����e�>_I���u�րX��i^���aK�d�V@�T$��0�+F�<���dMB�6,�_��� ��THD�g����DZ�W� /%��!3X�&+H��M�۫���,Qr�Q�8�x�E�i�j��z���uQ5p [�����n��%!�i�<��i$U>Ki��8��*o��@�_Yشݮ�i�(xG.�N/����ՍS,�M�����1��U�g���&QYoZ�`�Dƨ�5�W�~��g4���L�bV7����4슦lw5��u����9��=���c�Ž�z����=y��s6��ow�A8��8�Y��a5�ľ"�iE1���mcy�[.Y�2J���c�'��n+o�8�� �{K�l�x�C�b�(�� hf[&C�{�L��&@ia��-E�:R:Ҁ�-��nb�#A\�U]R�wA>2$a��3�:^ ��=�0<���6n���tN�L�nqp6Ӷ�+r�a�S��Xj�8>�i�P��E�Н������Y��*� �� Ќ��š�^,b�CUs��NjzzOE�vh0Z��d�0�����#|Q���2����&� �]��4^?��� h;t������c#��P�55KRg��mZqq�#���tw�9��5���2�@VW��}*�Y1ފ7*꾝m ,�����,^�]�x^'.��jg�d.j`�Q!��ES��Xy��pi�t��O_}M��{�n�� �y8�[�����.p���L��b�&���I�z���6�8�����U�iIʆ���U��v��C��WX��Ӹ�l�`��3��^S��� � z�T�oÎ�4R�P�����.�����|��`����/^s��z��ۗ߾��ϯ_]~K�o~�e��+�ǜ�@ 1�:���� �`��wVc�3����7]����x��ב���x��g ����?/���j%�v?T�Ԉ�vM͚% ���X��f/�ȼ��@"���-�IB$8���E�L�m�s0x[9����mwGۢ�8�[PZ�QE5K���;́����y,1*0�m�.��t���%��P����v�[]����;�1�O�< &��]�m_tea\�O�q�[v��0���ܵ]��.�������kH������W�=������f������Rs�|�t�bG����L�E�^a��6�_ t�� c�N��D���2�\p�(�4A�B,��#�� ����Ei�U'�^�^*)�l�ݰ�;!$M�@A?9"� �PP�@C�Y6��f����!y, ����" @�$H�Lq�_�Hh@|��Ǣ4 �~�~a�8��$��8������7�.�L�I�{;�=mGJ&3{'b^�<��A�*e�fL��1��@릢1M!FF2����0��-��܌A_��l�R2���ˡ�����k�͖��s����,�����ak=�`��B�/�,�-0�K�Q�bw=�h��n�F8���Ƃ�b=`@�C_�Y��_Բ�D�H�ԯ��D�Bų��D�8Q��O�N�+��ῖ�):�|�q��8f����5���E7g�#S?8c�Pd���yJ��44>P16�]0�H=����y����wZC�D���$�iL(�ߊ5$��� -�|�^z`w���G�r��1����JFUĂ���kR��b�'U���� �d�,R��Xy�V���̲�� +�Y�b �ʹ%�L(��D� ��,`����d&�Y�S^��Ȏ�1�ڀ(��SO�<�Ƙ� -�W�����@N��F=�����m�Ǝ�[��S=�f֮8 ��3�7]��ސG��I25���q��N���ݎ�]��j�נ�|�n���pr�t�T����*�O��4�&E@�|=�M�D ����T���l�.�������2_�8'Mh��4Ц��jt�v������a]��}]�2�}e�j�-5�И�����>�=����j�R��� -,�I(NL���Gt��,�G&p'��&dr���,9�e2�_|c�����d�" b�B��'Z�r��P��2D-#t0�{$6���$I�ؚl����� �.��1زe�f�Ni��"��D�f���+)`� g��8��'�|RN�'�|N�J��;��O�o�7�Oa��ͣ�f>io�3�=������N�8E���.�z�e�����[��֝��� r��RI��cL�$Q -we�4!AF|yR �B����pY���|J.�mv���<�!��A�#g��O��/]����Y._ی�$�K���ڦ'�6#"��� -n��/@}O��c�<���E�5��G���;خ����@� X��iԕD⯀�� �ʸ`���bFѴ���rD�&�s(_�D<)@����>��`�YWNS��&�n�G*fӘ�$��?r*�u���k�������&�-d�V�>Pw[������!��y����� �:����H���<��W���JK�wI�0����%s��>���~�J��S,���H����X�����Y� l�ʪ"#!�8�Z�����>�����_x�D�<�,�.�|��7�-���Tn�MZ�@}-��@�n��QVņ�����_C���۵Ϩdʥ�GC�}��ݾ�;F�K�n�֓[x*��^��r����қ������E�uuel���M� ������<�c���ƞ����ԗ���{뻆,���+v6q??i~��=�Q�*n��w�l����9o���n�m]����Cd]����룙Ɲ����R�_ +�|�^z`w���G�r��1����JFUĂ���kR��b�'U���d�G�̠�EJ�+��J����YV�2a>�]���֡ė Œ�H"�R�,��V��:�tʫ���6�B��r��Ԃ'���C������aC}PX�I֨G8\t<�� ���r��u�����'��t~���k!�B��h4<I�^�2���i��;����[-����� �QNn㜐N�*�Ҽ3@E��=�ؤ������I������B��a0�А��ş���:[�k�� �¹����t0W���N4�t\��#�+��C��+�@�X��Z����sv�����Gv�'��Q-X�Գ�R��= ʼn�� �2�ν��ł���dB�݄L�[�0��%ǼL����a̙y�Y���U�AY���D+YN�j9[��e�&p��&�Cs�$�[�� �������?[�L���) �SdX�H�,\�{%l9�̜�����O�i����O�iPi}'V����#���)l��y���'�M}�G���÷��I��_�ѥ=R����~��u��ߺ��ݺA��Y*�r}���$J�,�&$�ψ/O�_(��r.����\�O�����B���9�R:�t����������;8��k�ё�p |"�^����fD��<X��6���Rt̖��t�H���?����y�5�w��kX=��2�H���a0�WW���{�C�(��}>�[�����}�˘�'��T�B�ڇ��;��i*q��U�� ��A�ls�����GN���Yy�����@���������nw�^u<�|9o�;���:C�\���Iq_�g������Y�c��.)������d��4և�])�|�E0~)��\������o20�<� PYUd$���'Y�|��ǹ�����ǞE��¥�OS`����-� C����E���ߍ7ʪ���z����c�o|�a���L�t��h轣�#4���vLj|i���zrO���k]q�A�5�u�B@z��� �5������ 0�� �A�������s,�������^���rW�po`}א�bw_t���&��'��oӻ7*]��͵��m���O<�-���������z{����z=�w}4Ӹ�7����ًZ endstream endobj -4092 0 obj +4104 0 obj << /Type /Page -/Contents 4093 0 R -/Resources 4091 0 R +/Contents 4105 0 R +/Resources 4103 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4100 0 R -/Annots [ 4080 0 R 4082 0 R 4083 0 R 4084 0 R 4085 0 R 4086 0 R 4087 0 R 4088 0 R 4089 0 R 4081 0 R ] +/Parent 4112 0 R +/Annots [ 4092 0 R 4094 0 R 4095 0 R 4096 0 R 4097 0 R 4098 0 R 4099 0 R 4100 0 R 4101 0 R 4093 0 R ] >> endobj -4080 0 obj +4092 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [153.856 699.943 169.049 713.735] -/A << /S /GoTo /D (Hfootnote.158) >> +/A << /S /GoTo /D (Hfootnote.156) >> >> endobj -4082 0 obj +4094 0 obj << /Type /Annot /Subtype /Link @@ -55606,7 +55652,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.7.2) >> >> endobj -4083 0 obj +4095 0 obj << /Type /Annot /Subtype /Link @@ -55615,7 +55661,7 @@ endobj /A << /S /GoTo /D (subsection.9.10) >> >> endobj -4084 0 obj +4096 0 obj << /Type /Annot /Subtype /Link @@ -55624,7 +55670,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.1.1) >> >> endobj -4085 0 obj +4097 0 obj << /Type /Annot /Subtype /Link @@ -55633,7 +55679,7 @@ endobj /A << /S /GoTo /D (subsubsection.5.1.3) >> >> endobj -4086 0 obj +4098 0 obj << /Type /Annot /Subtype /Link @@ -55642,7 +55688,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.1.2) >> >> endobj -4087 0 obj +4099 0 obj << /Type /Annot /Subtype /Link @@ -55651,7 +55697,7 @@ endobj /A << /S /GoTo /D (subsection.9.25) >> >> endobj -4088 0 obj +4100 0 obj << /Type /Annot /Subtype /Link @@ -55660,16 +55706,16 @@ endobj /A << /S /GoTo /D (subsection.3.1) >> >> endobj -4089 0 obj +4101 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [430.743 360.326 445.936 374.118] -/A << /S /GoTo /D (Hfootnote.159) >> +/A << /S /GoTo /D (Hfootnote.157) >> >> endobj -4081 0 obj +4093 0 obj << /Type /Annot /Subtype /Link @@ -55678,183 +55724,184 @@ endobj /A << /S /GoTo /D (cite.iforest) >> >> endobj -4094 0 obj +4106 0 obj << -/D [4092 0 R /XYZ 55.693 823.059 null] +/D [4104 0 R /XYZ 55.693 823.059 null] >> endobj 406 0 obj << -/D [4092 0 R /XYZ 56.693 737.552 null] +/D [4104 0 R /XYZ 56.693 737.552 null] >> endobj 410 0 obj << -/D [4092 0 R /XYZ 56.693 583.391 null] +/D [4104 0 R /XYZ 56.693 583.391 null] >> endobj 414 0 obj << -/D [4092 0 R /XYZ 56.693 519.723 null] +/D [4104 0 R /XYZ 56.693 519.723 null] >> endobj -4095 0 obj +4107 0 obj << -/D [4092 0 R /XYZ 240.492 431.348 null] +/D [4104 0 R /XYZ 240.492 431.348 null] >> endobj -4096 0 obj +4108 0 obj << -/D [4092 0 R /XYZ 269.929 340.196 null] +/D [4104 0 R /XYZ 269.929 340.196 null] >> endobj -4097 0 obj +4109 0 obj << -/D [4092 0 R /XYZ 215.902 199.396 null] +/D [4104 0 R /XYZ 215.902 199.396 null] >> endobj -4098 0 obj +4110 0 obj << -/D [4092 0 R /XYZ 74.626 102.023 null] +/D [4104 0 R /XYZ 74.626 102.023 null] >> endobj -4099 0 obj +4111 0 obj << -/D [4092 0 R /XYZ 74.626 90.068 null] +/D [4104 0 R /XYZ 74.626 90.068 null] >> endobj -4091 0 obj +4103 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F34 1124 0 R /F29 679 0 R /F14 963 0 R /F7 820 0 R /F8 822 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F34 1131 0 R /F29 679 0 R /F14 947 0 R /F7 836 0 R /F8 838 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4109 0 obj +4121 0 obj << -/Length 3998 +/Length 4000 /Filter /FlateDecode >> stream -x��ZKs�6��W̑��h��_[��bg���YK[�T����0� -��_��#ږ��� �h4�F��놂�~l�;������Po��( -7M�q�7)�L���n~��,ɼ�|���7�9�Ё����������˂�߮�?{u}�Ǚ��F��7�l���/��-�}� |���{�<nL��4�f��:��Y��&I�'��6;XCj��Pv���1���#S�f���sb����vM{���~�w=�+�n�/`��}l��[6���y;kGf�}�v�� �)���ֶe�?YG��<�"��Bߘ��g+{� ���v��42�2��@����2��0떉UY���� N��vC��r���\e��OCb��~¶LY�U�XE -{lA�-�&��W�rϊk�vm�%Ohۼ�˦f���td�rss[�voo�������)�nҹ݄*���af��(<�R������>���qku�ۆ���alw@�oY56'%��%i�r[���o?K�k��07��:�U�8��|CN�pƩ���Bk�hP�Ӧ�����GYv���*X+�O2#�����kO�1.f��5p��9#���)�)c?K����=��/k�A3������{T�{���EY��o��Fl�t�8���Y~�S�O<u��4"�ԗN]�S�O<����x�z~��t�����TN]b!���\!�\�Ak�O�3�0teMu��V|)�5]f�=c��H}g��^���$�cm�(�(9&����Ff��섙��>km�I�M�g^!`�A����mz��䴿�BFa�WȺ-�A�0r���xf���4L0��p[�$�ue]�F�(�Q��4(������}�f[K��,P�|gV�H� )������rL�( �. ��d0�_̆���Џ�d��~F����b3���7�F1AJ�cnF�D�_�%���ϙx�6��#��h%'CV4�_�����������nj<w���|mH��f��y���TX��ǃ��0 ���|��[�Z���vn��y=�$����=o���d<}�����_ ֈ�吰6���k��ᔺ�H�>�$��{^غx`�h���0�d� �E7�³�e����CǯC.��,q6g+p��;��?��K�23��B��g}A��3$��|�z��x AG�{��O�BE -�d�KƐ�w'����l@$��c�X�j��Z�pt��xع��-!�Ґ:0���G�w�o+a��R�Q+]s;�l�8�9��X��u �/�ѳ�ڐTC�{ӑxP�G�+ss��$���6te8�EBo)7�����G�F��%�d6.�K�K�� vߋ�\R9�5 h��(���m~{�&����BH �bɣY�Gk�۲�m��c2�(��Dt�|ɇuA������3�d����6�&�n�P�d�TUCOf�N�Eki+�U�N�I����*`�x�q��$������1���1�י�cw)t���c^1���,�eۏ�����(�u��������j�}��LJ%�l�dK@8�0�84�OI9�h�^�]����6g�c��XNhpzl>Z�N�:��c��Z�{����r&!��-vI��>���XF[ZҎ�?�:O��=��9�H�G.wFA�"�D��A#�j��9��^�;�f?�P�4��/�c?��[�;�w,�|9����u#m�s��\�Uļ~j�@�r�&��e� �" -��d����A1�Ax���B1�xc ������-���Q;t���l� ���8��w���{�@��`�d~X(pT� Q mSUv�WpJ��ߐ����Q�1{/s|7���"�e�LG��w~U�y��Y�w�yX^V���)!��<���Eoɿ�������5$Ѱ��/��a"��e]�`�eg[�!�D�7H� X؎X�̠ p�2����m���xJ�b �%яu�c:���[�z�H�3�wV��=Ɍ��7�}-*|��Vv ��l���w������*R�y%i�e >2�2�4D���jD�m�v>[7?�n��JW�F6�<�:��+���gR.�����$K��o������"-F� �(w0w���bHl�X",����n�`cO�#��&TDp�EOy��.�n�0�;!#�ӱ��,0��Vm�X��A��0Z����(��{P.�@�)�{ڍ\��Ť-��X�A�D2��tM-�^#�P�.2|�.`c謓e;�i7/��^�$��_eͿ����-.�$�[HLD'bY8^����-xk���Eh�z>��b�5��3HP�֑L9�Z�.�~`��%B����m�Δ&�]I���X�l�q7'�.�I���5�<*g S�D����� ����b�) -��r���/�N $�YIL�dp���0$�+�<�����z?I!��F��)�^��G��4��3�h΄��R��Iz|�S��|����4껏�#m�NG�����F�<w[�eH�� -�Q!Ne�>6|p��3g�@'l;�WY��dȤ�D�4R���Q/}`�:�,�6)�;���I���U�W{�&��S����g�?cJm�Mʾ�������]��P��R���?T�3*��i+���{�����U��W|��;q�� ��sm�C?�fm�W�������1c�5���{��ݻk�]����+n�}u�s������9�7W�z����?H�/�K��y#r�<O!G}�^l�h��}�tK�O-� �\1�,vI�+�Bc�L�Dg�+�=$iVwq3��ؐ7���p� ޚ"Ҹ&D�i��]�+����%"���U�JD#ד@�ҩ'Kf��Jd�{�J�b�bW�E� ]�����i0�#��.b.�Fr�i�1��+F�������pnK�T��R�Щ93m�dӆ����b�(�ĺI�;���s��/g�*�~�v�d�X�?�wd]+/_���SQ��§��;��G�P�#�YV��h�������h�"��%EI ��]��u�����FKU%����0a�������R?T��& -X�G���'������O������5w6�,� -ϑ��y ;"TI�=V�|����)���r�10�nV����+o���*����o��1~,����>�.��ʚT���!;�R֕�������y�f_�Ȗ��&G���9BC���d����>�K��P���� W�b� p���F)����"�<:XѶ�vx��TN�y��|�J})����p"Hn�@0�� �U������8�#�?��f*�$��G��C,�6qH7L�`���o^�N�4�����F����Jz�血�����Z�b*�f¯�* �[�����A�����;BCy�]�?'����Q^�x��4\1q��:yk(���M�7�)�w�3^����!�GP�$}�|�����S �$�<�Ю�������Jͥ~'�P���q�x;Fфs6�p/������q�腒�� �0.�H��C�Hٵ��ɱ��8��<3J����i��(����M�O^�>BrV�l�<7���v(�����ylUz$/O������u�"�ۆ�r�!G��ᦳ�lb�}z^���\�s�_�δ���l��N��8�� �Y���iy��_��Ijoۂ�>dio�V#? -Y�YT�?m�������Ek.��.�9��_�,fQ�����)����b�����_8g$��zV��/�g��^)�C�-�tvWu7n�7;Z=��{�Ĝ�i�5Or���4�,aug�I���dLI�"%�����\���f�w��2�B�d��9g2/�?_������2�X�,������|�v��K�_��d�1�C_^��,���S@�mK�.%,|I~g��3|{"B^��/{ ��$a�)���V ��YƵ��y�%z��eR�O!��t��� +x��ZKs�6��W̑��h��[��bg���YK[�T����0� +��_��#ږ��� �h4�F��놂�~l�;������Po��M����&N���M��(�\o7�x��¤ƻ���Wo�}��(���<L�|o�;L<��v��٫�?�H6j�~��Mq<��`����7��M��'��&ʔ�hV����_\`�~+^`��5d���[�;�}[~d*�"�nz��-7��(�]Ӟ+��_$A�]��f���صp���ͻ�z`��ڑx�]45Hq�+���mY�O�Q� �{�P�E ��V�2AL���id��@Em'�y�ejga�-������ μ�vC��r���\e���B)���m��ȫj����[RL,�W�rϊk�vm�%Ohۼ�˦f���td�rss[�voo�������)�n��݄*�J`f��(<�R�F���?��}4y����· I���߲jlNJ8�K��嶼��=٤�I�k6~h�M�kmxU*�d,ߐ�-\�I�A���ڇ.ങ��u���1�j����r���D"O1������b&�_ǹ�3٩��^�2�M�-�V�єY��i���G�أZ�c�\�Ŝq`�~h�O�O��o��+��~�믧��t��k��~�����S��S��S�"X�ɩK,U��+$�Á=hM� z������݊/����K�3ћ�̏��+� LC?Q�&�S?��S`�0P��8���);aQK̞��u�k?��o�W�Pz�Y�|�^*D 9����Q���n�a���i�m1��"�<S�?��o�|]Y�Q9|��s��ltU�@�d��%LKlN���3�O%l���B_�T��9����3��g2�I�/fC|q�I��I�DB?#�j�[ +��Pm�xy����� ��17�_��/��P���L�m���i%'CV4�_�����������nj<w�q��=�ڐB�5��y���LX��ǃ��0 ���|�����D��Ma;gQ7C��~ą��͞�vmj2���[XB�/k��rHXG���k��ᔺ�H�>�$��{^غx`�h���0�d� �E���g�9ʌ\v�k�������L�y���"�,"�0�.)0��:�m.41����AgH����������1�t�҅&�6� � ��!)�N��-ـH���n������(���s��}[B�!u`<���S�*�V� ��֣(V84��v��q�=sҍ�2q�d_�M'�g�#�!�*� +���c��q�RW6��SIR��m��pꋄ�Rn����ُ����K.�l\��y����鹤rrkR2�_Q.s�����M�����(��ŒG�ď�e��zm�d�q��������*�� .M��#g.�Jm�L���C�}RU y<�i:|����W1:Th'��C�����&�3����Z��ǀ�f���_���Rh���c^1���,�eۏ�����(�u��������j�}�#��i��dK@8�0�84�OI9�h�^�]����6��1W,'48=6� �K�c�SDZ �n��=��u�Q9���$�bE[l,�--i�ܟp�'G���~,�#�;���vQ sЈ=��ڶtN(������7�3 ��K��؏�����=_�y0�z݈@[✇�1Wxj�& +^?5��B9m��2� �" +��d����A1��A��bI�\(��oDt������: +�����m06���Qwy����E�a��EBTC�T����8�7$'���vTw����M$�����F�-��0��_�u^�}��Aw��UGn�8%�v��~[��-���|��㶱�$����cU4L�#���̵�l�=��x���Q�KC�4�R�=���q:O�W�$���pL�sX��I�qzg� �oؓ��$~���[1�=$��!��a���CK���敤9 �5��|�t�,]Xgǫ��M��l��4�ź+]�����@�����I�� +r�(]z~|C��,@i1N Ʃ���kd�CbK�cu��w���{2���4� + �,z���p�v����� ����-�fɀ�'�Ȱj��z\J� �u�Y���*���y���t���r���D�kq�����ˏ�6��m�%]S����H=j��ߥ�:�d��~���y`��#1�x#����wv4��%�d�w���D̄�U?�|݂��yKZ��P���A?(&�Psq ���:�)��S�e��\T�D� ҟ�mЙR¤�+Ƀ2�����-�;��$ե7Y|b���ƙG嬡c�3�������D��[�2�H�������=���� pV�1\�np< ��J+���A!�4��GRH潑��pʣ���5�����(�3�9.��T��T���_��)'�$�#!|M����H[��Q�--)��"��V�EҹC���iT���A�� �f���$� ێ�B�b;2�# �T1��s�K���4K�M�䎮�:B�le|U����I����5����Ϙ�@E�I�@�7�?P���˳*�<2*y���J~F���z1mEp��`��c� +C��C{'n;��_r� }�'ެm����0c�=f���{��{wʹ뿿�z�ͷ��b�\�`��;���[�_]��i���{i��7oD���䨯ދ--?�����6����b���1�K]1��`�'ڤ�<�@���X��5ɱ!o��p� ޚ"Ҹ&D�i��]�+�J��%"���U�JD#ד@�ҙ��K>9�0�{�ʤb�W�E� ]�����i0�#��.b.��r�i�1��+F�������pnK�T��R�Щ93m�dӆ����b�(�ĺI�;���s��/g�*�~�v�d�X�?�wd]+/_���SQ��§��;�"��&�+��G(��ܿ;��%vs3C7�`E��J��@&� +�~���o�G90�8��Joca������O=�e~���?�(`M2���"OG~����X�����9dTx�� �K�1�J�쉚p��4|Ly�>���9s���8��_y�\Tqu,ht}; ���fd�=���ly$T֤�p蜟�������]�t_�C/5����G�]49��OM�RE�&[���e �� _r�}?�FѸZ`N���5J�d��!�����u�+�줂p�|���W�K閸���Ar���N8�r����L%Ə����)�i����)���X�m��n��@Z�������&?�<C?R��B���^?z(�:�+��������𫁼 +��i��,F|`P�� w���P^zW6C�� zrrtE��"*� #��8�G��5�\����������/�u�����Q�<I_?�����T��R|��hWq�����Jͥ~'�P���I�x;Fфs6�p/�ұ���q�腒�� �0.�H��C�Hٵ��ɱ��8��<3�����i��(�Fa�&�'/�!9+�6S��bqg;\��W�2[�������}bG�H�ᯜ�Q��n��l?��v���giE2W���f3-8�3���2N<�>�g֑�H䁴�I̯��$��m���M���b����,5ZT�?m�������Ek.��.mtzi�pY�E��K��b�@#�����g�'ᜑ�V�Y=������{�D.�����]�ݸ5��h�tb��s��m6|�c�䗤H���m����9fɘ��EJ"Q,��)�h�;��T�%b�B�d��9g2/�?_������2�X�,������|�vF��/�Ƙ�ˡ/�Y�#��)�x��K G҅��<B�ߞ���?��^�q8Ieʢb�ȭ|��q-+w^p���y�E��_���_��k��� endstream endobj -4108 0 obj +4120 0 obj << /Type /Page -/Contents 4109 0 R -/Resources 4107 0 R +/Contents 4121 0 R +/Resources 4119 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4100 0 R -/Annots [ 4090 0 R 4102 0 R 4103 0 R 4104 0 R 4105 0 R ] +/Parent 4112 0 R +/Annots [ 4102 0 R 4114 0 R 4115 0 R 4116 0 R 4117 0 R ] >> endobj -4090 0 obj +4102 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [503.544 738.539 518.738 752.33] -/A << /S /GoTo /D (Hfootnote.160) >> +/A << /S /GoTo /D (Hfootnote.158) >> >> endobj -4102 0 obj +4114 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [322.622 624.307 337.815 638.099] -/A << /S /GoTo /D (Hfootnote.161) >> +/A << /S /GoTo /D (Hfootnote.159) >> >> endobj -4103 0 obj +4115 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [291.722 464.739 306.915 479.195] -/A << /S /GoTo /D (Hfootnote.162) >> +/A << /S /GoTo /D (Hfootnote.160) >> >> endobj -4104 0 obj +4116 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [152.19 422.066 167.383 435.857] -/A << /S /GoTo /D (Hfootnote.163) >> +/A << /S /GoTo /D (Hfootnote.161) >> >> endobj -4105 0 obj +4117 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [194.367 263.161 209.56 276.953] -/A << /S /GoTo /D (Hfootnote.164) >> +/A << /S /GoTo /D (Hfootnote.162) >> >> endobj -4110 0 obj +4122 0 obj << -/D [4108 0 R /XYZ 55.693 823.059 null] +/D [4120 0 R /XYZ 55.693 823.059 null] >> endobj -4111 0 obj +4123 0 obj << -/D [4108 0 R /XYZ 235.835 727.414 null] +/D [4120 0 R /XYZ 235.835 727.414 null] >> endobj -4112 0 obj +4124 0 obj << -/D [4108 0 R /XYZ 235.835 706.492 null] +/D [4120 0 R /XYZ 235.835 706.492 null] >> endobj -4113 0 obj +4125 0 obj << -/D [4108 0 R /XYZ 271.42 669.014 null] +/D [4120 0 R /XYZ 271.42 669.014 null] >> endobj -4114 0 obj +4126 0 obj << -/D [4108 0 R /XYZ 74.626 170.31 null] +/D [4120 0 R /XYZ 74.626 170.31 null] >> endobj -4115 0 obj +4127 0 obj << -/D [4108 0 R /XYZ 74.626 158.354 null] +/D [4120 0 R /XYZ 74.626 158.354 null] >> endobj -4116 0 obj +4128 0 obj << -/D [4108 0 R /XYZ 74.626 122.489 null] +/D [4120 0 R /XYZ 74.626 122.489 null] >> endobj -4117 0 obj +4129 0 obj << -/D [4108 0 R /XYZ 74.626 110.534 null] +/D [4120 0 R /XYZ 74.626 110.534 null] >> endobj -4118 0 obj +4130 0 obj << -/D [4108 0 R /XYZ 74.626 98.579 null] +/D [4120 0 R /XYZ 74.626 98.579 null] >> endobj -4107 0 obj +4119 0 obj << -/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F14 963 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F14 947 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4127 0 obj +4139 0 obj << /Length 1857 /Filter /FlateDecode @@ -55867,24 +55914,24 @@ d �m%t� y�C6��#�}����=�'eA�'A��ЁR�RQ o���vÂ�T,�mw��ɵ��� ���ʰ�(���C%BT�B|��YF5�S �2���G�ڏ��ԣ?�>���q� ��M+�����0j$���wb���~;����~\����L$�(:�/����4Y��`��x�"c��"�a9���l:p#���"BcD9�\����3�������3�"̔}��� Bь F#�EE��n-g -��-7�p��ދ-S�nH,)`'W]=mє�S��y���ќ��CaX���l��l�l7Ff���q>�;����������A��a<KnWa��vs���0ΰX'*H��qeBT��<� ��sn�65�����7z�M�_����?l'�Dq�A&�E[��e5U�eA��`�"��Z�{m����0��y4rIG�E�HcҊ��+�9�V�T�વL����mK� �v� h�"AǪe#'|1��,���,���4gP�!�*��-�T�P���42'��$~�S�0w��`#��.�$Z*�!`�O70�TЍ�1��M;J����H��H|k�5����L,(:,��q���*��z�#���GD�!�����l���Nd&Vf"Xޅ�� +��-7�p��ދ-S�nH,)`'W]=mє�S��y���ќ��CaX���l��l�l7Ff���q>�;����������A��a<KnWa��vs���0ΰX'*H��qeBT��<� ��sn�65�����7z�M�_����?l'�Dq�A&�E[��e5U�eA��`�"��Z�{m����0��y4rIG�E�HcҊ��+�9�V�T�વL����mK� �v� h�"AǪe#'|1��,���,���4gP�!�*��-�T�P���42'��$~�S�0w��`#��.�$Z*�!`�O70�TЍ�1��M;J����H��H|k�5����L,(:,��q���*��z�#���GD�!�����l���Nd&Vf"Xޅ�� 9t w�#�>���K�ۡ��UdQDY*P�P���j��:#� �vG�:)�<<�G~��?����zJ���� '@��tշ�����@=-e �}o��S �Ad_����mQ������<S嬹�Ւ3p���ߓƄ�vt"�K�c�{���(��x\��c�P�'���Y��7��ö�U�@�yY�5X(�|�N,W"j�Q�� �Oˠ�W���e-����MG�u���x0Ag�� "1��rs]�)AN�mck�,%��%��� -˪�� �����(����'�ei%�P�Ӓ�0H��o�����VZ�^�!|-�.����������QO���J��4>��C���^�7���P�i�&������ ��A��\���8~�q��|e{�����U��M��q���a��?>��r�<�G5P�n����^N˷=t��X��ݮ��1�����X�g�#��x��� +˪�� �����(����'�ei%�P�Ӓ�0H��o�����VZ�^�!|-�.����������QO���J��4>��C���^�7���P�i�&������ ��A��\���8~�q��|e{�����U��M��q���a��?>��r�<�G5P�n����^N˷=t��X��ݮ��1�����X�g�#��e�� endstream endobj -4126 0 obj +4138 0 obj << /Type /Page -/Contents 4127 0 R -/Resources 4125 0 R +/Contents 4139 0 R +/Resources 4137 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4100 0 R -/Annots [ 4106 0 R 4119 0 R 4120 0 R 4121 0 R 4122 0 R 4123 0 R 4124 0 R ] +/Parent 4112 0 R +/Annots [ 4118 0 R 4131 0 R 4132 0 R 4133 0 R 4134 0 R 4135 0 R 4136 0 R ] >> endobj -4106 0 obj +4118 0 obj << /Type /Annot /Subtype /Link @@ -55893,7 +55940,7 @@ endobj /A << /S /GoTo /D (subsection.9.9) >> >> endobj -4119 0 obj +4131 0 obj << /Type /Annot /Subtype /Link @@ -55902,7 +55949,7 @@ endobj /A << /S /GoTo /D (subsection.2.2) >> >> endobj -4120 0 obj +4132 0 obj << /Type /Annot /Subtype /Link @@ -55911,16 +55958,16 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.4) >> >> endobj -4121 0 obj +4133 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [439.198 503.835 454.391 517.627] -/A << /S /GoTo /D (Hfootnote.165) >> +/A << /S /GoTo /D (Hfootnote.163) >> >> endobj -4122 0 obj +4134 0 obj << /Type /Annot /Subtype /Link @@ -55929,7 +55976,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.17.1) >> >> endobj -4123 0 obj +4135 0 obj << /Type /Annot /Subtype /Link @@ -55938,7 +55985,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.3.6) >> >> endobj -4124 0 obj +4136 0 obj << /Type /Annot /Subtype /Link @@ -55947,43 +55994,43 @@ endobj /A << /S /GoTo /D (subsection.9.26) >> >> endobj -4128 0 obj +4140 0 obj << -/D [4126 0 R /XYZ 55.693 823.059 null] +/D [4138 0 R /XYZ 55.693 823.059 null] >> endobj 418 0 obj << -/D [4126 0 R /XYZ 56.693 679.468 null] +/D [4138 0 R /XYZ 56.693 679.468 null] >> endobj 422 0 obj << -/D [4126 0 R /XYZ 56.693 627.953 null] +/D [4138 0 R /XYZ 56.693 627.953 null] >> endobj 426 0 obj << -/D [4126 0 R /XYZ 56.693 420.357 null] +/D [4138 0 R /XYZ 56.693 420.357 null] >> endobj 430 0 obj << -/D [4126 0 R /XYZ 56.693 368.842 null] +/D [4138 0 R /XYZ 56.693 368.842 null] >> endobj -4129 0 obj +4141 0 obj << -/D [4126 0 R /XYZ 74.626 282.881 null] +/D [4138 0 R /XYZ 74.626 282.881 null] >> endobj -4125 0 obj +4137 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F14 963 0 R /F7 820 0 R /F8 822 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F14 947 0 R /F7 836 0 R /F8 838 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4134 0 obj +4146 0 obj << /Length 636 /Filter /FlateDecode @@ -55993,39 +56040,39 @@ xڵSMS ��T����1B8��f"�xkƾ}�n��*��a��p�f�\�������CP�xA��sJdQ��wT��U��Qmc�a�m��5Ęǂ�� "�5�֍���(7�� �R����u�e����o��7o�C,n��Z��Mm�2B� U�}�"|c�(�[g�fJ������#<�n�����R�;�{�.�]F�yS��!��6����(��u�����.~��,Gד��j���{3Lݘ2�ֆ��~ޱr]�R^=v\�x(��_)<�E3*H)��V�^�#�f� T�{D�QA�-;&k��e�����f|c.���1���X�_6� 㼁9��{��s������B��qIC ���\��J��n2s��K���,,7�����:E��&"k��kZr!�����U� endstream endobj -4133 0 obj +4145 0 obj << /Type /Page -/Contents 4134 0 R -/Resources 4132 0 R +/Contents 4146 0 R +/Resources 4144 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4100 0 R -/Group 841 0 R +/Parent 4112 0 R +/Group 852 0 R >> endobj -4135 0 obj +4147 0 obj << -/D [4133 0 R /XYZ 55.693 823.059 null] +/D [4145 0 R /XYZ 55.693 823.059 null] >> endobj -4136 0 obj +4148 0 obj << -/D [4133 0 R /XYZ 56.693 789.929 null] +/D [4145 0 R /XYZ 56.693 789.929 null] >> endobj -4137 0 obj +4149 0 obj << -/D [4133 0 R /XYZ 56.693 403.678 null] +/D [4145 0 R /XYZ 56.693 403.678 null] >> endobj -4132 0 obj +4144 0 obj << /Font << /F23 623 0 R >> -/XObject << /Im43 2456 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -4143 0 obj +4155 0 obj << /Length 2177 /Filter /FlateDecode @@ -56033,35 +56080,35 @@ endobj stream xڥMw�6��_���v�EI�zk�I��НNsؾ�86ms�W����_|і'3�z�@��h��/���f�o3)��E�Ew�(���Q���Dw��>�����?�����:U0�8�Ll7�Y�z�������쯙�i�N�R��*�����K�`��(Mt]EOD�Fy��������>K�)�1ib �vnc���q�|��E���/2m���1�<���Y���]�ZD,�w0Q0����u������=.zBf=#v�3q�[X`ټ���\暣��w�[�����^�<��c����S�� �3���`^�n�y�G4�R��*���/�C�bPDv�np'n�=���K�C��"�Q*��,m#����Gz���0��Z�9���\Wԓ��0&C�E���%�m����~�x��{wv��UDj� -��^h,�6=}W��;G.̾;lĉ?��>XF&�M���:Oʬ��D��We)k�q�{��I��%��� �����r��tF0��؟�p���H2.�I������c�vZ+���Y��Y�r3�m�1q�2i뻇9Y +��^h,�6=}W��;G.̾;lĉ?��>XF&�M���:Oʬ��D��We.k�q�{��I��%��� �����r��tF0��؟�p���H2.�I������c�vZ+���Y��Y�r3�m�1q�2i뻇9Y ��ϳ`��?�ki|G� �W��sxʄ��P�u�)F��@�����Z��i>~���Q�v�W�h��u͗TEV`&ZW�Ek�?� G%y'b�!�h`\ۿTѤ�,g�kw|��d#�]����>#�e�9-�%n��;t��>�\�:Q&�.���K���,�_P����#F�#���C�O���>2��_k��]�����`>un1Y��1�S�ɟ�4e�g7�@�_��@UM��!������,�B��d�W�h&�0>SMĪ^�U~k��b��~ybtv�c���C uT$�i�����u���N0�^5�*�t�cwec�e��\��[��v�ۖ��r��TA.�bB�F��B8.0^�K�]qVpt]+ Q�`Zq a��x�CT�X�X2@���SMB��]O�C����������mp<_Y$>E�� ��I�o�ɭ�HTH�W+�#E8�6��0` Pc4C��4��� �>��ǑgXz�vnR �����f��b%����,��Ga������F#$��X�\�£�y&��SB�I��vw� �*��[���Ic�ZQ��\`!��o�d���b�ā�H�vv9k䉉���|���fǨ�ާZ-*8�x�D0B�� �=�ET���e�R�@�8*�쩂��ʵT�!+�r�O��)�l��rX��,Pq��Yg ���9&]r(mB储�9 �Rn�N�#��d+�͆� 5.3h�B�]�d� �tN��4n���98h�������x�f�n�.�$iʮ�Y�C,�L�1�@l�� 7p#�T4e� -"3!��.��r��G�d�5�!���~*� ����yI�����T\P����u|tX0�`#s�����s��P@Os��� �6+W�q+�=�!l�#/y���&Q�\�Onͅ+��v��ﮎ�_+��c��L�«�XT'E�_.��X���K�u��:��� c��?(!��3S�T�]�̡O@�u���htB����Q@�!(�L-B�~� ���Gk�jNÌk� �k�s�R�T�g��N��p�:2�Y�J#[i��/9�҂���|K=5�s�Νl��z�G�Ђ�v<��EH�e Fc��i�C_{�y���������Y��ȅy�{����`Br����I.�� �� 4�J"����C�@�֯�q��C���B�0�9�CX'��'�8��_�O u��pCР���ɶBQ!��.�y�J����6fEٴ�^P�C�%'-&�x�$��<2�E&�"��c�-�����A�t� �pm��c�s^��2�`�b����rt��l�Wnyƅ��4ܙ���|����7w�g�*M��P䦕�g��fό6Lpi*SP#<������m������'���BvYL���|�*(����:��oCxFL�C�.���=�N�4{2�!ӴPM�L����u�։I�'U����u��2Q�v�P�2K2螪2Qey� �����.!ǡ�Y�C/��I�ı��SH�g.��h�����U�Q�r�_�8����̆��`(�t..�i����2ʩ��b��G6�2��-���[����� +"3!��.��r��G�d�5�!���~*� ����yI�����T\P����u|tX0�`#s�����s��P@Os��� �6+W�q+�=�!l�#/y���&Q�\�Onͅ+��v��ﮎ�_+��c��L�«�XT'E�_.��X���K�u��:��� c��?(!��3S�T�]�̡O@�u���htB����Q@�!(�L-B�~� ���Gk�jNÌk� �k�s�R�T�g��N��p�:2�Y�J#[i��/9�҂���|K=5�s�Νl��z�G�Ђ�v<��EH�e Fc��i�C_{�y���������Y��ȅy�{����`Br����I.�� �� 4�J"����C�@�֯�q��C���B�0�9�CX'��'�8��_�O u��pCР���ɶBQ!��.�y�J����6fEٴ�^P�C�%'-&�x�$��<2�E&�"��c�-�����A�t� �pm��c�s^��2�`�b����rt��l�Wnyƅ��4ܙ���|����7w�g�*M��P䦕�g��fό6Lpi*SP#<������m������'���BvYL���|�*(����:��oCxFL�C�.���=�N�4{2�!ӴPM�L����u�։I�'U����u��2Q�v�P�2K2螪2Qey� �����.!ǡ�Y�C/��I�ı��SH�g.��h�����U�Q�r�_�8����̆��`(�t..�i����2ʩ��b��G6�2��-���[��a⮺ endstream endobj -4142 0 obj +4154 0 obj << /Type /Page -/Contents 4143 0 R -/Resources 4141 0 R +/Contents 4155 0 R +/Resources 4153 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4100 0 R -/Group 841 0 R -/Annots [ 4130 0 R 4131 0 R 4138 0 R 4139 0 R 4140 0 R ] +/Parent 4112 0 R +/Group 852 0 R +/Annots [ 4142 0 R 4143 0 R 4150 0 R 4151 0 R 4152 0 R ] >> endobj -4130 0 obj +4142 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [350.325 738.539 365.518 752.33] -/A << /S /GoTo /D (Hfootnote.166) >> +/A << /S /GoTo /D (Hfootnote.164) >> >> endobj -4131 0 obj +4143 0 obj << /Type /Annot /Subtype /Link @@ -56070,7 +56117,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.17.2) >> >> endobj -4138 0 obj +4150 0 obj << /Type /Annot /Subtype /Link @@ -56079,7 +56126,7 @@ endobj /A << /S /GoTo /D (subsection.3.2) >> >> endobj -4139 0 obj +4151 0 obj << /Type /Annot /Subtype /Link @@ -56088,7 +56135,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.5.3) >> >> endobj -4140 0 obj +4152 0 obj << /Type /Annot /Subtype /Link @@ -56097,78 +56144,77 @@ endobj /A << /S /GoTo /D (subsection.9.5) >> >> endobj -4144 0 obj +4156 0 obj << -/D [4142 0 R /XYZ 55.693 823.059 null] +/D [4154 0 R /XYZ 55.693 823.059 null] >> endobj -4145 0 obj +4157 0 obj << -/D [4142 0 R /XYZ 230.669 686.567 null] +/D [4154 0 R /XYZ 230.669 686.567 null] >> endobj 434 0 obj << -/D [4142 0 R /XYZ 56.693 554.437 null] +/D [4154 0 R /XYZ 56.693 554.437 null] >> endobj -4146 0 obj +4158 0 obj << -/D [4142 0 R /XYZ 56.693 424.923 null] +/D [4154 0 R /XYZ 56.693 424.923 null] >> endobj -4147 0 obj +4159 0 obj << -/D [4142 0 R /XYZ 74.626 94.506 null] +/D [4154 0 R /XYZ 74.626 94.506 null] >> endobj -4141 0 obj +4153 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F14 963 0 R /F28 677 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im43 2456 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F14 947 0 R /F28 677 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -4157 0 obj +4169 0 obj << -/Length 2130 +/Length 2129 /Filter /FlateDecode >> stream -x�}XKo�F��W�H��&�d.��&�N,f3`2Z�%n(R�c�߯|��������zwC����O7���ywYϘ O�Ȼ��4Hs�e���w��>��f���������Ç�7[�?n"���(��x�����o��1�zff� 6��;�|�z{��셁�3�)O^�� ��ާ��܄���Aȹ0p�?4�!���X -��nc��!������x��:���)=��o�z�|�gZ���y�%�����Ǫ�E*��e�����|�j膉�c� P�]�ε�G�q�%;z[�$��8NE�5��q>���1��H���lI�'Y�}�8�r�uV=�5=�����f��i�J�?�9��I\���K�0��$�t�Y�m����l���U� ��ᥦ_7I��%�+Q&*Xk�e�2�i���ֵ��j�ZK\��r�eq��|u~���=��{��)>�S�g�GDpl� w�:���uB�����+[��@l��p���C�,X�`�d��lW�\ɑ(��,K�*�Ťw�a�tɃ�~_��O9�2xՈ��d��ٍ�P�/Ԟ�� ��Zā�2��~�E>��q�ﺒÃ���>�(���%K��ʳ��ʿƪS�|�)��>}�g�T6[���X�ظ�c���� u���A���Od��s�|h��6�ȋkUs��C�t��A���� -��Bk��**�� ��Y�c�1I,��'(T -�+ �*dH�Fy��r�[��ͼ,�� L�_�0�8�XO{�X2��(2�9̾�)�BN}��?Bc�n�̄�����p�?�"�_Y��6 \�@��ƘJy"�������n�me?>,�T����2� -���:�6N"�B ,��܉��s��k�}�)!O���aH�.�D4U��D ������SY4zN�x�j��KҒUl�kz]<��^�iBg�F^��⧎�A˵^�$y�����brf�;VsQ���r���M��t@����aoĽ������<�I�e�ل+��$���������ڦ��e'O����1!R{�I�Ɏݟ���D��I� -j�9����.����V��W�:U���l�-H�(u~]� ��:U�Cʝ��<]q��I��9M�G�� rt��A[5��6��g!�Vc��:8�Sj� -�t���\��j -jR��-�-�?�$D�ԺT�"�YGq�S��G#N����T@�\#ح�Uv���Z�����S�T!���H�ô J��;�w�$&�Iž,esG��y���?A�g>�<�xj �,l����+��.�qBb�Sq)��8����W��֗��f�U۰D� -i+�~ԒI���|5�"0���1������V)tR/�Z�L���O3��gw8�A�Հ�7�Õ��߶>�A���C��3���2WȢoO�@�T:�H}���w���J[�K�)�6�2#) -L4U�oNZ6��K9%Z#����4�O��V��������� -.��Q�bVɓ��S���+��f�9��N�K�ڲ�֫z� e�j��]e��1�B���u˨�E�_ٚ�"T�ZĴS�M'�y:�U���1S�E��"p�8�JB�FT" LD��2�_�wwƭ��<Bt��\���мhX1�c�P4:A� �������m��ѭ�<ia6���p�/!0��A[3��_ȱ���|c���C^�V�"0s_��p�W����_���ic#y�y�$�݀"#��{����d�_�G�yv%w�1Ҕ�'t������*��j�+��MQ�>r�?Q�>Յ��iS�x�8I��S�'��?��P5��1ȭ���j�rU8�O$MY�fIz����^U�QO9�X# B1�:k��ij���a�M.-��Mx��x�ȸ��rjL���&�j6 �bYE²xD@�`��{����r�D��Mc!,�9��=1��zZ�eH�Z$�����Sѧ�-_����(^��#!���Ǚ�|b�r���y)���H���=g0������]��A�"�H�(� Հ 5�Jw�3m˕���1���V�o �c��ׅ$�Վ_�ߓ����A:����#<9�m4�x���:��N��˛`ю64�]�I������t� +x�}XYo�F~���#Xv7ϼ��8; ���H��<�-qC� +�q��~�:x��������uwC����O7���ywg�gL�DZ���8 ��y��Ի�{��|����������Ç�7[�?nl��k��y��r��͏�7�p=33� 2��;�|�z{��셁�3�)O^�� ��ާ��܄�0�(M� �����Q��R���u� �8��mW ��-ֱ�hO�g~;�{��=+�ʷ/ϛ-�wŠG�?V�,�4-S���磀UC7L��N����t����'���ۚ4���(��D�\�S�!�Ǟ42�I�0�-��$��/�ZN�Ϊ'��c�'���l#|?�])�g9 �w8���zi�W�d��=�mt�}�M�U����aB�7����&��}���o%�DE�kM�lZƧ�<�u-f�����Wm�EsY����#_�ߩ�tO����|�OD���9�iF��<��R!X@&G��V�N ��}8E���E,y0]��[��k�� � �b/2� +#1�]u']�����k� U��B:�-�jv�0����/|�� q�q��Ln��d��(��]Wrx<p���|����eD��,-���C!q +A**�E_�9Ճ�6͍,_l\ɱX����D���d�����'2t⥰|h��.B�E�s��I�C�t�q�����vv��K�**�� ��Y�c�1I$��'(T +�+ �*dH�Fy��r�[��ͼ,�� L�_�0�8�XO{�X2����2��7=e\ȩO�}�Gh\�͕��}�����*R����h��e��k���'R��8�늜��v�V���"�A;Q�A��+�p�^�Ck��R,����x���b`��u���4%$����<Iz��呈�*�#|c#|���+�^�:�E�紊lj?��$-YŶ����ch܅�&�q��k�U)+~���\땱^@�{9�Z�+&g���c5U��m`+��t��H����F�K_ �+����Xf�MX��NB�hX�8�m�j_v�t���H"���ğ���)��QI�(������S�� �iʎm%�zE�Su`>�d�ehAr�$���A�թ8�<x����S]M��i��f�'�U@�1�mՔ3[+��B�!��,cu8p +'Ԗ*�Z7���C�Ԥ [�[��q��u�.ER�����=�F�4�?��{���[�F�[�3���Yٵ�=.���,� +B�ǡ�L�I�i�h��}��FILƓ�}Y������]���| +/xr��@RY�H�4Q5V��]N� ��NťH��0��?\ �Z_��1Vm��*���QK&�bR� Ԍ�*����1������V)tR/�Z�L���O3��gw�p�"�Mo��+ӳ!�m}ʃ80/����+gV/̟e��EߞJ���t��j'џN�+mQ/�d��Ȍ�(0�Ty�9=h�.�h�|�[�,X-���#�O� Rg��o�*��3D9�Y%O�~N�B>�d*����B:�/�j��[��&���ɪn1�KW��-�\��J8Q����)���!B5�EL7��t"��3]� �3�Z�l.W��$�oD%����}�v~Q�ݙt�Q� ����EÊ �Ҡ�� j7h���\uf��l���n �I"�� +���`X6m�О!�Ɠ�c�3K8�SyEzX�Z0K�HI���v�Ͽ�������8�PI(�EFT_��!'���������J�#�)�O�?�'��WU��r��W��7��:}�?6�T��B���)_�t �$K +ĩ�b�a}������d�5~���R�O$MY�fIz����^U�QO9�X# B1�:k��ij�6�b��/-��Mx��x�ȸ��rjL���&�j6 �bY�aY<" e0������uc��D��Mc!,�9��=1��zZ�eH�Z$�����Sѧ�-_����(^��#!���Ǚ�|��r��!����� >y����^���2/��D�� 2T��h*�m2̴-W�7���W�s+���u��B��iG������?T@M� |`K�����6�p<�\k�lp'��MphG�$Y���l�t� endstream endobj -4156 0 obj +4168 0 obj << /Type /Page -/Contents 4157 0 R -/Resources 4155 0 R +/Contents 4169 0 R +/Resources 4167 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4100 0 R -/Group 841 0 R -/Annots [ 4148 0 R 4150 0 R 4151 0 R 4152 0 R 4153 0 R 4149 0 R ] +/Parent 4112 0 R +/Group 852 0 R +/Annots [ 4160 0 R 4162 0 R 4163 0 R 4164 0 R 4165 0 R 4161 0 R ] >> endobj -4148 0 obj +4160 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [94.717 362.41 109.91 376.202] -/A << /S /GoTo /D (Hfootnote.167) >> +/A << /S /GoTo /D (Hfootnote.165) >> >> endobj -4150 0 obj +4162 0 obj << /Type /Annot /Subtype /Link @@ -56177,7 +56223,7 @@ endobj /A << /S /GoTo /D (subsection.9.26) >> >> endobj -4151 0 obj +4163 0 obj << /Type /Annot /Subtype /Link @@ -56186,7 +56232,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.5.1) >> >> endobj -4152 0 obj +4164 0 obj << /Type /Annot /Subtype /Link @@ -56195,7 +56241,7 @@ endobj /A << /S /GoTo /D (subsection.10.2) >> >> endobj -4153 0 obj +4165 0 obj << /Type /Annot /Subtype /Link @@ -56204,7 +56250,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.4.1) >> >> endobj -4149 0 obj +4161 0 obj << /Type /Annot /Subtype /Link @@ -56213,93 +56259,91 @@ endobj /A << /S /GoTo /D (cite.mincutpool) >> >> endobj -4158 0 obj +4170 0 obj << -/D [4156 0 R /XYZ 55.693 823.059 null] +/D [4168 0 R /XYZ 55.693 823.059 null] >> endobj -4159 0 obj +4171 0 obj << -/D [4156 0 R /XYZ 56.693 731.814 null] +/D [4168 0 R /XYZ 56.693 731.814 null] >> endobj 438 0 obj << -/D [4156 0 R /XYZ 56.693 172.663 null] +/D [4168 0 R /XYZ 56.693 172.663 null] >> endobj 442 0 obj << -/D [4156 0 R /XYZ 56.693 147.208 null] +/D [4168 0 R /XYZ 56.693 147.208 null] >> endobj -4160 0 obj +4172 0 obj << -/D [4156 0 R /XYZ 74.626 79.977 null] +/D [4168 0 R /XYZ 74.626 79.977 null] >> endobj -4155 0 obj +4167 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F17 619 0 R /F28 677 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im43 2456 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F17 619 0 R /F28 677 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -4163 0 obj +4175 0 obj << /Length 727 /Filter /FlateDecode >> stream -xڅT�n�0}�W�1��v%��^�"�+�T��f�M�&Y6)��g&��vK/�x<3>�dƂ��`��Et|�4���,Slqϲ��^3�.c�b�nb��������ه�˯I����u�l\�*ث<�Yr����яHBu�䮘��H��6��l gWLp�{�"[f���f�����/@k��$�c@���u���nE�ն��h�n���{ZQ��g�OP��!��Vi��~y��ʺXN���v8�@�9��[!�\�!����|���J4�ě�s@19�bQ9P*jK�{s:R҃td�l���ek4;�Aӽ��i�$����R~)�1�[���f����<W�$I����W�n�����y�nP����#�D&��-�e���6ܴl���� -���4��(iŭ -��XW�3*���OO����-����BaL����f��X ՛2Q.�)n�˾�r|��֩�K�d�d�� �6w$�X!9�J�3��gLN\ -�D�*�MG�S$��r��V�@ �5X����qB���'X3O�����6�o�D���]�9� Z���8dU� IS�%��Ͷ�[� ��N��K���=wN�땑�"ӻgf�v�r�&���+hu��?��s�<�9��4�)h3����]ݓ��=Z#k\DU`��e����_����PM,��;�mbR}�w���w�m����O&dU�����0�e5 ��_�'���zv +xڅT�n�0}�W�1��v%��^�"�+�T��f�M�&Y6)��g&��vK/�x<3>�dƂ��`��Et|�4���,Slqϲ��^3�.c�b�nb��������ه�˯I����u�l\�*ث<�Yr����яHBu�䮘��H��6��l gWLp�{�"[f���f�����/@k��$�c@���u���nE�ն��h�n���{ZQ��g�OP��!��Vi��~y��ʺXN���v8�@�9��[!�\�!����|��!�h�+�7K�br�Ţr�*TԖ���t��5���ل����hvڃ�{U�;�pI������R2c$�>#���a;�y��I���կ�ݬ+�����ݠ^q?��G��L�#r+Z(��?m�3m�i�cѕ��di�8PҊ[����:�gT<N����]?A[V�$�2�ɡ +t�(����7e�\\S�*�}�U��:I�S���8� ���Am�H��>Br,��g��Ϙ��T� �U���֧H`�������'j�50�O�f��ۥ��+�m߂����=���sp ��= 7qȪ�A��JK�ӛm���˝��^�{���+#=tE�w�����8M{=W��J)V0���y�s�i(�ES�f<��û�'�z{�Fָ�'���$���d럿<�����Xp�w8�Ĥ4���pm��x�쭃��LȪ����=a,�jP��8RO$�Azr endstream endobj -4162 0 obj +4174 0 obj << /Type /Page -/Contents 4163 0 R -/Resources 4161 0 R +/Contents 4175 0 R +/Resources 4173 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4167 0 R -/Group 841 0 R -/Annots [ 4154 0 R ] +/Parent 4179 0 R +/Group 852 0 R +/Annots [ 4166 0 R ] >> endobj -4154 0 obj +4166 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [213.628 767.43 228.821 781.222] -/A << /S /GoTo /D (Hfootnote.168) >> +/A << /S /GoTo /D (Hfootnote.166) >> >> endobj -4164 0 obj +4176 0 obj << -/D [4162 0 R /XYZ 55.693 823.059 null] +/D [4174 0 R /XYZ 55.693 823.059 null] >> endobj -4165 0 obj +4177 0 obj << -/D [4162 0 R /XYZ 56.693 760.705 null] +/D [4174 0 R /XYZ 56.693 760.705 null] >> endobj -4166 0 obj +4178 0 obj << -/D [4162 0 R /XYZ 74.626 370.679 null] +/D [4174 0 R /XYZ 74.626 370.679 null] >> endobj -4161 0 obj +4173 0 obj << -/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R >> -/XObject << /Im43 2456 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -4173 0 obj +4185 0 obj << /Length 1627 /Filter /FlateDecode @@ -56315,18 +56359,18 @@ I V~ ���dyxM�<ˢ&b~�mƘ���Kl��LJț9SQ����n��y�bq��(@�';ല�O"���ry�k��Ճ�O�� K ��d��sHA 5=�ɦ�z�6-���*��=϶+Hߵ�H�b��ٞj�7��U7 _L+X&v�����g`c�4r#҅�S�v��d0�cl$|�Z6&T�<�%����&5�ytJ�5�H"/ 7����2����/+{��d5�/���;�锧ґ�"�x��.$q/�Q��Y����8�VJ+������v������������Z endstream endobj -4172 0 obj +4184 0 obj << /Type /Page -/Contents 4173 0 R -/Resources 4171 0 R +/Contents 4185 0 R +/Resources 4183 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4167 0 R -/Group 841 0 R -/Annots [ 4168 0 R 4169 0 R 4170 0 R ] +/Parent 4179 0 R +/Group 852 0 R +/Annots [ 4180 0 R 4181 0 R 4182 0 R ] >> endobj -4168 0 obj +4180 0 obj << /Type /Annot /Subtype /Link @@ -56335,7 +56379,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.3.6) >> >> endobj -4169 0 obj +4181 0 obj << /Type /Annot /Subtype /Link @@ -56344,7 +56388,7 @@ endobj /A << /S /GoTo /D (subsection.9.22) >> >> endobj -4170 0 obj +4182 0 obj << /Type /Annot /Subtype /Link @@ -56353,29 +56397,29 @@ endobj /A << /S /GoTo /D (subsubsection.10.2.3) >> >> endobj -4174 0 obj +4186 0 obj << -/D [4172 0 R /XYZ 55.693 823.059 null] +/D [4184 0 R /XYZ 55.693 823.059 null] >> endobj -4175 0 obj +4187 0 obj << -/D [4172 0 R /XYZ 56.693 789.929 null] +/D [4184 0 R /XYZ 56.693 789.929 null] >> endobj 446 0 obj << -/D [4172 0 R /XYZ 56.693 360.791 null] +/D [4184 0 R /XYZ 56.693 360.791 null] >> endobj -4171 0 obj +4183 0 obj << /Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R >> -/XObject << /Im43 2456 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -4190 0 obj +4202 0 obj << /Length 2547 /Filter /FlateDecode @@ -56384,26 +56428,28 @@ stream xڥَ���}��y� #�}�M.^�8�.��z�!����#qM�2������f8c y��������R�8��ՏwW��h(�I���� I�47A� 낻}�!̯7�����������_oL�`��Z��8x��4���ǻ��n�>_)�jb��*�NW>���~���Y�@���f*�rV��W�]�r��;2�����U��6�rg#�CZ�*�\�K֍CXz��dM�S[��d���Yl��)mL���,���ޔ��5���5I�CU���C[���뱤�F%�#���ew��YΤ<A������mŮ�{��8����]S��0/]Y�?z!�M[��t�濞���G���Hu�"j�=�*ߓ@.JH���TL*J.��*���?י���E̓�C�&Y�Ԟ!�W�G�=/�ؗ��ē?�$���f[lQM�P%|:���� }[�eS3��ubâ-��Gp>��*��T c0�z�v@2��B�n�ʭR�7h -���c-2�mp�p�Ԇ�r^t�����kN��w�.��p��h[8� ��;��E�K��3�Tz�aWT��APf���o֤��.�|$� ������ԅ���p��/������*�q��x�/z�P~!i�K�`Ç�.��Ƃ4da�{F O�F_���M��' ��8 �C�o�5Y+ ֞n����d����Q��N��%��1Ț���0���AxJ0V�Lf"��¯�&��>�8�)i �,HD��Џ�/�@�cv} 6��p%&�&́8M��|����Z� 9q�?g�)I/=�vU3���d�����+*�{�\��-`.� ���o<��������;1S���:�gkk�D�oT�-ϖ|��R��C��tr��9t�P��;���D����xVN.c��G�6ɀ�?}s�e��/r -���IJܕ�����5��|�O�C��{�G�,��nGm�9Ƿ,�z�O�b~�k�% �+N2��$�#g�'�Ѐ��Ǘ���I�Т�e�p��S^��]��=�8�����<r�)r�a�6�=9��9���0oU�#�p;��}�)m�8�Z���r�Y䢓/�n=��߀��Ƴ�,�N<���U���y:�rq���uT8P��÷5#�;���%oͤ�q����<��p��&S�����65�c�G)��fA�g�B�X�=+ORRB��c,GX � ��ں{r������{�^��(}���'� ��-��pw��d6琁0 -���<�v�=O�]x��fP�~�ϧh;���hd� ^�K��_��a���zǎ�Z�a�u����{V�?���� -/ x�F�e�5*R.�C�Fj+�)J6�������n�8\$����2��������ɂ�a<s&��\��!L#8���#ӿ@o�H�/d�=�b�.����ȥ�܃�2����ģbE=Ϗ�u�q�~��&w���{���p@WA#1�#XVY��4�xR�}!܄��o���I�ەP�R��"�����hGq،!��S"C!ΐs+xQ�NTU_�9�2G!��t~��/D�)��꾙ϵ�*,߭r�Z�x�2�L�3Ԍ�xX��$:� ��MU�N�\���/ӓ���e{������w�Y�����JȈ��ݖ�;AR��lŀ�R5c����<�n@�͎a�-�H�J<��,֧C�t�HI�7�߂�dVx_��H�7�<�D�#2XP<���*�C��K��?H���Hl�J�I�41�0r��r{͗�(���Ne��Tlt�B���S%^R�z� p_����ʞ�IC�V����$��~Ub�s�g�u��t�5bM��/��]�i���qd��~-#�#��,��S\:WJX�p�DC֠�� -^�X�}����Ī�c�� ��8��CL���x���������xM��BF��ޭj<�r�����I%�S&H�4��^�أp�;!L�/)�(��ӻ6z��P#l��+J27�1�_vm��- oM��<y��nn Hǹ�Z�ԁS���<���UP9h������<W�K[�$R&���BW�I�K٨'��@M�s)+*�@Gn�k��.�4�(�>�2N,UiI.MNHH]��}���Xu'�POi���T}��t���H =�[�ہOL����Y86!������5� ��J�ܗXr�'h�����r�� -�Rf\���1��~�hX�p��-z��D��4r�}�f���(De��b�E��w��f[��gI��b?2��X�r Gc�ᅞ�3��Z=�}]�QW��r����>�1��\:��ʝ��� ��o��~sѭz��/Ou*�* O�j!�{M]p=�����A�uG�p�2#�b����Ʉ��?�zm�����Љ�[�&�����H#=y���ɞ;�t�JHZ~�����Ͱ�<������� �Gt���L���1fzrI� �IR\>�������zT���2Y� #K� (�yv� E:̤u������2%���h�ϐ���SZ�7 +���c-2�mp�p�Ԇ�r^t�����kN��w�.��p��h[8� ��;��E�K��3�Tz�aWT��APf���o֤��.�|$� ������ԅ���p��/������*�q��x�/z�P~!i�K�`Ç�.��Ƃ4da�{F O�F_���M��' ��8 �C�o�5Y+ ֞n����d����Q��N��%��1Ț���0���AxJ0V�Lf"��¯�&���{Д�4o$"�v���r ��1���AM8���B�@��aq>W�nt-������3 ؔ���a����n�]������=i.}�0���C��7�A��C���띘�o� Wٳ��� "{�7�gK>hm�B�!C�U:9|��^��W�m�E��J`}<+'��1GÉ�E�d@���9����9 +�V����$%��������}>r�'��!m߽�#V��N�����[ +A=j���1��5�p�'M~�ё3�Xh@������q��fh�W�2b��yE�)/K��מGM����d9�9�c鞜@���j��*�C������˔�X�R-�ZE��,r��u���o���w��� �m'�M�p�*�D��<k�8ZE�U�:*(���ۚ���ђ�f��8EH��^�Ka������F���1F��_O����3b!h,����'))!��1�#,�S[�mݽ�9O~QId��A�LB�>C�q�І]S��F`���_o2�s�@�B\ iX�՞��.<�e3��k�Â��S4��GB4��V��%t�~ϰ}��E�c�Z��������=���zK��z��2���)����J#���%��``N�S�C.^LGP�l���C܅�Q�d��0�9~x�N����qY���_ �7F��2�R�`�yy�x~�R���L��}Q}�Q1������:�Ă��i?Qu�;�i}�=V�d8�����,����{�u<)��nBQ�7�[��$��J�I�j�g���p�O�#�8l��{�)���g�9�<�(�'*��/�~���i�e :?Q ��"הPau���Z W��V9z-t<�h��jFA<,Ot�ƄY���* o��.߃R���ɉ�R�n����=���pp�;��G���u%dDC�nKȝ )مy6�b@h����L��Nu}� �f�0��L��g%�W[�ӡm�M�$ي�o�`2+�/au����c"�,(�N�]sZ��O�%[��$g�]$6f%��Q�`��H����y��`�D��FR*� +:F!@���/)��s�/Ha�`e�ˤ!\+���zR�p�*����ճ�:] L:҉�&Q +ޗ���.��Q�8�}_���ڑl� X�.�+%�J�R�!kPc� +/Y,�>EU�cb�\�1���N���!�S�g<�P�vqk{�Im��tg!#LJ�V5G9P ��V����)$Q�gr/[�Q8ǝ�ȗi�g��]�@J�6����%�qԘ�/;�6�斆�&\}�<n Z7� ��\O-A��){q�iYx�*����zY��a�+�-u)�_ny�+��l�{u��ܹ��K�#7ڵ�dGJ�Mw'���$�&'$���\܅���c��\�'��r��I�>ks:�F�b$��-���'&GN��,��Rr�e���ʆÁ[%z�K,��4iL���z��P�S)3 +.�b�^p�l4,W�g�=C�"�M��>~���k� +��K`1�"��;`c���?q᳤i}�q\,r������BO��uz���.ר��}9q�Rw�Ta.ˁu��ddg�I��]e���V�z����:��c���B�㽦.���zjх ����[�@��h�ʂg��dB`�|�6B@ H�s��ݭpW����^���<`P�d�x:N%$-? �t���f�V�I���\B��#:��q����3��$Ć�$).H�PJMFh=*�sg���������<�~�"fҊ�: �ɅL�my�����W��g����%ʰ3 endstream endobj -4189 0 obj +4201 0 obj << /Type /Page -/Contents 4190 0 R -/Resources 4188 0 R +/Contents 4202 0 R +/Resources 4200 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4167 0 R -/Group 841 0 R -/Annots [ 4176 0 R 4177 0 R 4178 0 R 4179 0 R 4180 0 R ] +/Parent 4179 0 R +/Group 852 0 R +/Annots [ 4188 0 R 4189 0 R 4190 0 R 4191 0 R 4192 0 R ] >> endobj -4176 0 obj +4188 0 obj << /Type /Annot /Subtype /Link @@ -56412,16 +56458,16 @@ endobj /A << /S /GoTo /D (subsection.9.5) >> >> endobj -4177 0 obj +4189 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [439.034 377.188 454.227 390.979] -/A << /S /GoTo /D (Hfootnote.169) >> +/A << /S /GoTo /D (Hfootnote.167) >> >> endobj -4178 0 obj +4190 0 obj << /Type /Annot /Subtype /Link @@ -56430,7 +56476,7 @@ endobj /A << /S /GoTo /D (subsubsection.6.1.1) >> >> endobj -4179 0 obj +4191 0 obj << /Type /Annot /Subtype /Link @@ -56439,7 +56485,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.7.2) >> >> endobj -4180 0 obj +4192 0 obj << /Type /Annot /Subtype /Link @@ -56448,34 +56494,34 @@ endobj /A << /S /GoTo /D (subsection.9.17) >> >> endobj -4191 0 obj +4203 0 obj << -/D [4189 0 R /XYZ 55.693 823.059 null] +/D [4201 0 R /XYZ 55.693 823.059 null] >> endobj -4192 0 obj +4204 0 obj << -/D [4189 0 R /XYZ 56.693 789.929 null] +/D [4201 0 R /XYZ 56.693 789.929 null] >> endobj 450 0 obj << -/D [4189 0 R /XYZ 56.693 245.224 null] +/D [4201 0 R /XYZ 56.693 245.224 null] >> endobj -4193 0 obj +4205 0 obj << -/D [4189 0 R /XYZ 74.626 86.503 null] +/D [4201 0 R /XYZ 74.626 86.503 null] >> endobj -4188 0 obj +4200 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F17 619 0 R /F28 677 0 R /F29 679 0 R /F32 1126 0 R /F14 963 0 R /F27 1125 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im43 2456 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F17 619 0 R /F28 677 0 R /F29 679 0 R /F32 1133 0 R /F14 947 0 R /F27 1132 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -4198 0 obj +4210 0 obj << /Length 2568 /Filter /FlateDecode @@ -56488,32 +56534,35 @@ X 7��k��릺��]$�C��pAf��@0�c ���T` )��v# �@�b'tF�5 ���8���H�D;tu[��T[����e�Vڶ�֚�� �C�o) ��P �w@Ά���ܩ),{7�?��]ʈ�3t\�zGB��q���)��O�O�C��Wñ%�)��n~F b�@^/�B��@C��qő�j�z����V���K�b��6HdU���x_���:��qp����u^�^������ߢ� a�����&q�ɒ�+?<���P���v=`� C_q�Ո�a8�B���oi(c#�y�����l��,�W�䧒d8�56�m�L,��x!f��<���Ф�2�����i�f�v��]�n�+�Yx:Y��L�||�����7M3D��`�xF})�d?8F�+c���� `�P�= e�BP�]�n�-�(6\:$Qe���Ӵ�TbpFiQ�{ -��W�i��瓔09���"�$���f#�L2���`m?�J&�ҀnM���;�k�c@��F�!���^��Q�b��Z�8������Cd.HA@��7tO�g� �2�j��1]S 쫾���E�k�����@z>r�$wV��N�Ϣ�Рl�ȷ��M5 9p^�$��c�q���o6��c�bP��>R�\/X�b���-`�k���B'��Gn!<h��q>�I/̞���%;A�C�U���<���(ر�rs�t��T]h�#���h@{�G��w6�0 N~�+�K�2|�?��;�C%� �y>�^�T�X�Z��.�@�UO��zpɺ����lG��V ��p�Y��?�n�Y��TL��!���TN�l*@��]��/�i�t�~_=��#ZU@2?�z��T/��_�վC-�*��<H�a�p7���p�YO<�� �кemo��Pɞ�����rȯ��/=L�aN%Pϸ>%�.m���u��P=�!���N!��qk��E�3�3m��ԢU�`f�o�Q��=�y�0� �\r����*��H/��O:����q����K̝#���_�bl��)@B}Bψ�L���Oq|"��)0~6���ٕ�{L<���w������/rϷ~�g=���._f�eʞQTXn�;�3l�z˘w�a:ITnoU�:q�"9���J5ԩ.Q�+#�(� ��\�,e�a֤�0M/�\��A�:�<�����-������J -)��Ի#ah�Oř��}�s�r��g]�lk,v �8��'n&i��'�z���j��)}j��5��f�X����|�H���S ��۰d��!�2�:W�q��2ХQEv�VD9���>��ā�3gz��E�*s����D��/�+HS� !��Ő�@��M=�e��/�I�Ai�e>Oa��B�,�L�$�%� �-���_N����$,���D�b�]���ԣ�Iq��Wå���f'�瘦�=U����f��(d����siN�����A>@y3P��b�l����z"m�Kr �<�J[N@N|���a֙B�9����Ѳ'խ�tS� �'Ϟ����IV��M q�3����#fbEBE<Qؚ]R��c� �� \zR-��^N;N��i�Վ�{]�_?����&������k -ϺxM��^S��5��#e3�����ؠ l�e� ���0E�4�8v�U%��Zpw(��x���!E�H�,e��k �_A:` +��W�i��瓔09���"�$���f#�L2���`m?�J&�ҀnM���;�k�c@��F�!���^��Q�b��Z�8������Cd.HA@��7tO�g� �2�j��1]S 쫾���E�k�����@z>r�$wV��N�Ϣ�Рl�ȷ��M5 9p^�$��c�q���o6��c�bP��>R�\/X�b���-`�k���B'��Gn!<h��q>�I/̞���%;A�C�U���<���(ر�rs�t��T]h�#���h@{�G��w6�0 N~�+�K�2|�?��;�C%� �y>�^�T�X�Z��.�@�UO��zpɺ����lG��V ��p�Y��?�n�Y��TL��!���TN�l*@��]��/�i�t�~_=��#ZU@2?�z��T/��_�վC-�*��<H�a�p7���p�YO<�� �кemo��Pɞ�����rȯ��/=L�aN%Pϸ>%�.m���u��P=�!���N!��qk��E�3�3m��ԢU�`f�o�Q��=�y�0� �\r����*��H/��O:����q����K̝#���_�bl��)@B}Bψ�L���Oq|"��)0~6���ٕ�{L<���w������/rϷ~�g=���._f�eʞQTXn�;�3l�z˘w�a:ITnoU�:q�ܝ�`�B��T�������?�T ���0k�P�&���.�~�l�^��Z�^��UZ�T%��o�ݑ���]����L��ƾ�9B9�^˳.u�5;�B�� ��fwЏ�b=Ckq�y�Ô�>�U��^�^,ONpG�f$_E�)� +V�mX2�̐�~h��Ը�~�Ҩ"�x +�| ]�^�Ba���ٙ3�|�R�����A�u +�r��)d����bH�w ��զ�2g��$�4�2���jp�G�J�p���Ж���/'��km���� "{1�j +�e�QĤ8F����E[��sLS���V��|3`�� +��QNX���4'cc��� ��(ov1O6�^RK=�6�%�b~%�-' '>���0�L!�ELN�hٓ�Vl�)Ӌ�g�T@Rۤ��ĉ&��Ǚ�^X�3�"�"�(lͮ)q R��u���.=���L/��'zδJ�jGP���察��]E�\�A���5�g]���O�)n���mxޑ��ot�Cu{l�6ò߆zzۅ +�"[j�ê�`-�;f`<��ߐ"�e�2c�5��/��:n endstream endobj -4197 0 obj +4209 0 obj << /Type /Page -/Contents 4198 0 R -/Resources 4196 0 R +/Contents 4210 0 R +/Resources 4208 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4167 0 R -/Group 4201 0 R -/Annots [ 4181 0 R 4182 0 R 4183 0 R 4184 0 R 4185 0 R 4186 0 R ] +/Parent 4179 0 R +/Group 4213 0 R +/Annots [ 4193 0 R 4194 0 R 4195 0 R 4196 0 R 4197 0 R 4198 0 R ] >> endobj -4187 0 obj +4199 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/img_doublepeak.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4203 0 R +/PTEX.InfoDict 4215 0 R /BBox [0 0 460.8 345.6] -/Group 4201 0 R +/Group 4213 0 R /Resources << /ExtGState << /A1 << @@ -56536,7 +56585,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 4204 0 R>> +>>/Font << /F1 4216 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -56567,63 +56616,63 @@ Yj G���tш��t�O�e�w��_>�|�ϟ����o����~8�E���rR>�N�,��~�y-���<.�N�&��Bÿ����3��̧��/?}�|������i:D��Kq�k�;_gQ����"$��g��9��y���?}>����0�O4 endstream endobj -4203 0 obj +4215 0 obj << /CreationDate (D:20200826172205+02'00') /Creator (matplotlib 3.1.2, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.2) >> endobj -4204 0 obj +4216 0 obj << /BaseFont /DejaVuSans -/CharProcs 4205 0 R +/CharProcs 4217 0 R /Encoding << /Differences [ 32/space 46/period 48/zero/one/two/three/four/five/six 56/eight 97/a/b/c/d/e 103/g 105/i 107/k/l/m/n/o 114/r/s 117/u 119/w] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4206 0 R +/FontDescriptor 4218 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4207 0 R +/Widths 4219 0 R >> endobj -4205 0 obj +4217 0 obj << -/a 4208 0 R -/b 4209 0 R -/c 4210 0 R -/d 4211 0 R -/e 4212 0 R -/eight 4213 0 R -/five 4214 0 R -/four 4215 0 R -/g 4216 0 R -/i 4217 0 R -/k 4218 0 R -/l 4219 0 R -/m 4220 0 R -/n 4221 0 R -/o 4222 0 R -/one 4223 0 R -/period 4224 0 R -/r 4225 0 R -/s 4226 0 R -/six 4227 0 R -/space 4228 0 R -/three 4229 0 R -/two 4230 0 R -/u 4231 0 R -/w 4232 0 R -/zero 4233 0 R +/a 4220 0 R +/b 4221 0 R +/c 4222 0 R +/d 4223 0 R +/e 4224 0 R +/eight 4225 0 R +/five 4226 0 R +/four 4227 0 R +/g 4228 0 R +/i 4229 0 R +/k 4230 0 R +/l 4231 0 R +/m 4232 0 R +/n 4233 0 R +/o 4234 0 R +/one 4235 0 R +/period 4236 0 R +/r 4237 0 R +/s 4238 0 R +/six 4239 0 R +/space 4240 0 R +/three 4241 0 R +/two 4242 0 R +/u 4243 0 R +/w 4244 0 R +/zero 4245 0 R >> endobj -4206 0 obj +4218 0 obj << /Ascent 929 /CapHeight 0 @@ -56638,10 +56687,10 @@ endobj /XHeight 0 >> endobj -4207 0 obj +4219 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4208 0 obj +4220 0 obj << /Filter /FlateDecode /Length 304 @@ -56651,7 +56700,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -4209 0 obj +4221 0 obj << /Filter /FlateDecode /Length 237 @@ -56660,7 +56709,7 @@ stream x�EQIr!��+��+�Nͩ��k,3IN`k1i��-x�!��́/�|M�4|72��:�pO�.ܗ˂g�WT�w�/]�H}w��~fd{�H͐��:�B4&�!=#2�V,s��)�R�([�.ꕶN;���#�o�#��JvMl��:��˶.�:�$�vaqj�!"�uc5���N"v����0�Q$��g�q&�M�]9�y��V*9�>^�Ƅ�t��c��i��_�>}�����?��\" endstream endobj -4210 0 obj +4222 0 obj << /Filter /FlateDecode /Length 230 @@ -56669,7 +56718,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -4211 0 obj +4223 0 obj << /Filter /FlateDecode /Length 227 @@ -56680,7 +56729,7 @@ x *��s��>�h][M endstream endobj -4212 0 obj +4224 0 obj << /Filter /FlateDecode /Length 245 @@ -56689,7 +56738,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -4213 0 obj +4225 0 obj << /Filter /FlateDecode /Length 392 @@ -56699,7 +56748,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -4214 0 obj +4226 0 obj << /Filter /FlateDecode /Length 247 @@ -56709,7 +56758,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -4215 0 obj +4227 0 obj << /Filter /FlateDecode /Length 90 @@ -56718,7 +56767,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -4216 0 obj +4228 0 obj << /Filter /FlateDecode /Length 338 @@ -56727,7 +56776,7 @@ stream x�ERKr�0��\ 3�g��NW����p:�<� 2=eH��6�d���Wd�Ր�F�D��)����\�n�J�?��72ͮЪ�G�6�F5+#� C�zV���Q�d��v!�:S�p,�C��u�)�mA��#�o<���r��Ln���[��:[�m@ �s�`��� ������)(U��I�\';P�Ъt�7�9`Ò��ho��>��F����, ���f��1�H�'�N=q:őpI8�@�������/���� u:eM����B��Rq�"n]E�lO� �?*�3b��� �Ԓ����������枾�?�9������ endstream endobj -4217 0 obj +4229 0 obj << /Filter /FlateDecode /Length 68 @@ -56738,7 +56787,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -4218 0 obj +4230 0 obj << /Filter /FlateDecode /Length 81 @@ -56747,7 +56796,7 @@ stream x�=̻�0�>S�B|�����[�D�|�!� n���Kw�}�z���Ȁ�Sj\N��i}�}j��KՉ?�����k endstream endobj -4219 0 obj +4231 0 obj << /Filter /FlateDecode /Length 45 @@ -56759,7 +56808,7 @@ x "���}� endstream endobj -4220 0 obj +4232 0 obj << /Filter /FlateDecode /Length 255 @@ -56768,7 +56817,7 @@ stream x�E�K� D���#���<��Ur��4�L6v����J#�,�y0����d������"��*�X�՝)�̵D���2r���� 箜T��Q�:�:8��������,ʾ#�2l�96p�a���Vw��D������v�l���ƾ���N6��%�~� L�M�u�@��)zr ��q��@��� �l���A�N�q����:Ý��W�w�;Lk��/1Ɋ��E���=���əcr�}C�\���A�����P�f� endstream endobj -4221 0 obj +4233 0 obj << /Filter /FlateDecode /Length 161 @@ -56777,7 +56826,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -4222 0 obj +4234 0 obj << /Filter /FlateDecode /Length 214 @@ -56788,7 +56837,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -4223 0 obj +4235 0 obj << /Filter /FlateDecode /Length 80 @@ -56797,7 +56846,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -4224 0 obj +4236 0 obj << /Filter /FlateDecode /Length 49 @@ -56806,7 +56855,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -4225 0 obj +4237 0 obj << /Filter /FlateDecode /Length 157 @@ -56816,7 +56865,7 @@ x ���f�W����7y endstream endobj -4226 0 obj +4238 0 obj << /Filter /FlateDecode /Length 332 @@ -56827,7 +56876,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -4227 0 obj +4239 0 obj << /Filter /FlateDecode /Length 317 @@ -56838,7 +56887,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -4228 0 obj +4240 0 obj << /Filter /FlateDecode /Length 17 @@ -56847,7 +56896,7 @@ stream x�36�P0��C.��� endstream endobj -4229 0 obj +4241 0 obj << /Filter /FlateDecode /Length 338 @@ -56861,7 +56910,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -4230 0 obj +4242 0 obj << /Filter /FlateDecode /Length 248 @@ -56872,7 +56921,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -4231 0 obj +4243 0 obj << /Filter /FlateDecode /Length 171 @@ -56882,7 +56931,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -4232 0 obj +4244 0 obj << /Filter /FlateDecode /Length 88 @@ -56891,7 +56940,7 @@ stream x�5���0C{O����ɥJ�o��Ѐ�w���:A�)�.n�Wz���&���LC��`EՋZ-_nc�b*�?�$ �u�^8����{ endstream endobj -4233 0 obj +4245 0 obj << /Filter /FlateDecode /Length 210 @@ -56901,14 +56950,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -4201 0 obj +4213 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -4181 0 obj +4193 0 obj << /Type /Annot /Subtype /Link @@ -56917,7 +56966,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.4) >> >> endobj -4182 0 obj +4194 0 obj << /Type /Annot /Subtype /Link @@ -56926,7 +56975,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.4) >> >> endobj -4183 0 obj +4195 0 obj << /Type /Annot /Subtype /Link @@ -56935,7 +56984,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.4) >> >> endobj -4184 0 obj +4196 0 obj << /Type /Annot /Subtype /Link @@ -56944,16 +56993,16 @@ endobj /A << /S /GoTo /D (subsection.9.17) >> >> endobj -4185 0 obj +4197 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [156.23 502.391 171.423 516.183] -/A << /S /GoTo /D (Hfootnote.170) >> +/A << /S /GoTo /D (Hfootnote.168) >> >> endobj -4186 0 obj +4198 0 obj << /Type /Annot /Subtype /Link @@ -56962,31 +57011,31 @@ endobj /A << /S /GoTo /D (subsection.9.17) >> >> endobj -4199 0 obj +4211 0 obj << -/D [4197 0 R /XYZ 55.693 823.059 null] +/D [4209 0 R /XYZ 55.693 823.059 null] >> endobj -4200 0 obj +4212 0 obj << -/D [4197 0 R /XYZ 56.693 495.666 null] +/D [4209 0 R /XYZ 56.693 495.666 null] >> endobj -4202 0 obj +4214 0 obj << -/D [4197 0 R /XYZ 74.626 117.125 null] +/D [4209 0 R /XYZ 74.626 117.125 null] >> endobj -4196 0 obj +4208 0 obj << -/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F29 679 0 R /F32 1126 0 R /F27 1125 0 R /F14 963 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im80 4187 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F29 679 0 R /F32 1133 0 R /F27 1132 0 R /F14 947 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im80 4199 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4252 0 obj +4264 0 obj << -/Length 4077 +/Length 4078 /Filter /FlateDecode >> stream @@ -56998,24 +57047,36 @@ O �#��m9t,�����AҴ~j���k����XҰ%LcU���tt!S��ۣ������@k@�I��cWL&{��]��� |W��� mz�C��Y��.zi� � �A��Y���� �xRO��22�j!��j$�j|`䖨`����Pv�����L�p��]ѐ[��7(H�i�p�E$p�γ9�S�z���M��H ��mrk�2��@�G���#�E����wm�uճ1�/V�v2hx����q�����8��*@�zP�|3۲�+㮾���x&�WژD7ő�*�0t�n<Y0��g�,��(F;�!�)�� ��J4���w�$�a�@�"Z���1�F�э�C]�ߵ�Z@r�Ӈ�U�m� j� ���%]�F�}��c_.q�ݷI@���a�_E����/�ֹY�o��Yl�~�V��M |;O M�����{t+��ʾ��M�a��+�.�A��`XG�<��9yh����=��F�荛n���LKVi����YQh�x���L��� ScV��4bVF�S���4 ��6a������\aEV1��a�~-&/�!1����\E�T��c�C�W?ʷ��qgY���1����Lcd�{�$���b�]�&�N����k�!+����Ѱ�Q��Xkķ<m[�W���qѩ ����j�wY�"�f<T$��)�Hp�г�3D�ZMBf�!S�v��T����`� �/��������1ɜ����)�� S�k��������M��N�t��gFv���aBJ�̸��ąrȣ�W�O�b��B����H���"�S0OmP��[ ���l�d��8����R�g������i�2�:v�0���w -���J,oL.��j�������=˹N��� - -����Q63�<�&J'�}��qhS�og3�E�B&l^t.٫X�|>k�b�:����e$��Z=�E�����k�$=+��Y�J��圣�ۙ>a�Z��6�� K�0s���0��\�8�7FMW���&��|>Q*��]x�ڭ\v�<Ċ-z���:��Z���Hh��f�� ��)k���/���,zF�Z�dn�E'��?�!�&D��W�����DG�SX������m����P�ј�sۗw�f-���^������ȗ��b����XA0f3+����� -�\=8w �S��1u'z�{zz9 ��&}��K�}��Q�2;��kv�pN�o1ѡ�ɂ^����)� `&�gxU��/����~���d y�-�X���}1�<�3�A��!�L��l�4�?�/�1i��r�l�ʦ�ܹ>A����e�f��7�jF��@!��k^��`?��$�k���aө��@~�l,mpI#�t{���f.M)YB�8�U��@�|΅9�T���4�eg�h&8]��|ǹ ��q:�XB�/��c9�'�)�Y�_�+�2HiU����4k���&�Jj"� c��/� -��v� ��`z(:�N9� ��A��/��aRֿ��a�C��r�\Y��2S|�k9p�Ix���}����E|����B���Wrg��Rξ��B����E�G����>&E�XS>����=��S;������0Ezv�vP���a���0=�M�}κ���8��4D:�^�Txc�S�EI���ZQ�dk�dV�S��G���U�@�J���+T�]�n��ߊ ��>�&=Ư`H���Oo�u&�u殹���t�oI�H<��r$�菷�FPc��7n�N��O��-� ]aH�B�z���rZ�����WjVG��-Gѧ���~q��+s��ݭ`�`Q�q`�ri���ty?VZj.�D&(ǻ5���v�>˪��HQؿp�La����Z�j�4�B�r!V���@��(z,Q���rV�жI����"C7���d��d�c_nB1*)�f��l���0ID�s�-��Xߖ5&[i,Up�wދ��q��J$��F�J<5�U&(�ZޡY]�1�����V�!=�4���Y���P}�2P��Y�..��[�}�9y^�s���1O�-9��g��9j�a��n�"�5���(��IQ��^���k;م\��3*vy�@�ӗ����� -8��9ch���c:w��Lzsb��`���M�_��OLf�-�J Bt�!V��p��{\�_������Jހp-:��&�<����0���X#oϱ��Ԥk[(1��0����+��"h�h<%�!�I`��s���f#�|��J�0�g�á������E���(�@�l)`K�A�{C�5\��I}Y��L�t��1 �ؓ�4�����F����A..tE���[��W\9ʙ�����t�S��}�ﶒͨ~K��P�/��"��4aKG篸x;V6�(�˙��H&�Ɍ#�+v�Q?y[#d�z*���)�벇�<�Vg�<�LQ�q�h���ڻ�!'z���H2�.�a"$#c���5#��[����.gһ)���y#y�B���#�����a�KܠcN��� �� -���ùjc��Y�'�\"N�yA�u`�h���^ʐ#�VDY��h11�ȉĊ<?�=o�GE�t�ӎ���cŔ^q�SQ��8'�����#���:a�}/C���8�-�{:���$�Ӥ��ˮe�ɐ��v�?� ۓ�����-F������IY8v�Y��N��@OY�;����mg��y�n-���H���[_�bI㧣%�d��X��1��Y�ܖ����r�+��$���, �ϧaR`5K�B��J�0���༹c�7�q�X�Z� 8�7c�xN��2������aוY7-��Kz�FCl�s��W�eɺ.��!���ak��ܗݶ�m��Xe6�����*�aJA��,��;OH�u��"M�ؘY���U�Nܭ�Ґr�����c��m��|�c����$q��=�s/�� ��C��С.�MW�0� ���dC>��ңY�E,�%��"�N�~� 0t(:im8C-,q�ƽ���r�f|�z%�4���b̢;=����{Z%���@<�C� &:���ɵ�ݕ�'I22��p=�$S�[�D������?&Y=)H}!n�A�%�d�!|h�X��:�+�+.��$a�`�����ˇR@M�q��M���H����p�Y =+A\�1*4$�Sqξ��R�� 2���mٔ��%�rj@����X����_��U�o'й�^<e� �Q��<�)!w��8|�q�?l�QfV�r]������ΊI��xTQ�.���N*���2ʭ{Y8���v��nnM��|r��M�C����� n����DT��]��������9 +���J,oL.�$��)>A;���-)z�s�f��4@Z,)i;�lf$�yhM +�N2�<��Ц���f.���Lؼ�\�W�6�|���6Lu<c���Hj;�1�zƋ~1;:��� 2IzV�54���ƙ�9GA�3}�P�H_lP���a�h �a�ӹ4=p�o���"� B/M�7@�|�T*=��(��[���y<�Z��/Atu�v������}�.]Sւ_h��Y�:̵~��B3�N<��-BLL�ҹ�:�#����|�������K[%���1 �/ ��ZhI��t3���y?��/��v�e+�#��`�|+�F�Z�kR ��;��}��KΘ�=�=������hs�>cwĥx�>��W���S�N��5;Y8��7�����dA�|p����0��3�*J���v�������@k�����l��t�E�����ѐR&�I6s�������4�M|�^6he�L�\� k��~npֲZ3R�\�#pr��qL�5�lh�d{�5Rڰ�T�P �Y6�6�������Bq3����,!{�*Yi�q>�U*�Xn��Ų3G4���h���o�8o,�ŗH������ȯӕ���*��}G�����x�r%5�܄���H���T�P��@0�?o����� |��J��T�0)����0��x�M�, +�s�)�����$�zy�>w[�[�">pw_�t��GO�+�3��b)g�Tx��T�Q#�^�D� �"P�)�z\v�芞�����N���"=��;�r���YRT����>g]�@~��\�?�n/G*�1�)���l-�(Q�5Y2�ũ��#��Jͪo �\%T��*ˮv7 +�oņ[S�h��W0$��Jӧ��:��:s����rE�ȷ$X��J9g��ہJ#��[��b �M���놮0$U��u=]��{9�j������+5���ۖ��S��k��M�9u��V�_ +���8�m�4�kyJW��+-5�Z"���qx�s�e�qs�(�_ 8d��qjne��Q5ac!j�+���e ^J=���xi9�jh�$|G�A��}�݁a2Tt��/7��|3� I6�bl�$��9��H�o���4�*8�;��k���8|a%�RI�Y%��� +�*�-�Ь� �`t�i�wg+ � ���V����,��y�t�>}(��,K���-�>�</�9��꘧���3��������C�j��S�Q�p����s�\�ݵ��B.C��<_���������b��� +�14��ʱ�;�L&�91��@0F� +���/��'&��F% +���+�o8��=.�J��Mp%o@� ��c�Df`����r{,�������j�5��-��Z�M�� ��J�?�`4������$���uԹ��b��W>�E%P�3��P�NV��j��s�sGq�M `�0�%� Ƚ!����,�Kz&v@�f���X���lrY���p����� �"U��-��+��LS��b�Y�Ω�ɾ�w[�fT�%XH ��ny��l������W\�+�S����{$���dƑ�;Ǩ���2a=�|XД�u�CAO+��\�N�(�8I4��? +l��ɐ��F`$�x� +�0���1�N�z�-d�Vr����ݔCQ�<����N!�G�����\K���%n�1�G������ ��|�P��\����,�l.�ͼ ��:0S4rb~/e�H+�,Ex4���B��bE������ᣢN:�iGNEӱbJ��8e������h��MY������b�����!T~l��=����{��i���eײ�d��c;����D����#�R�v��,�؏��['O^��,���r��ƶ���<y���J�H$ˉ��d�����t�m},e�NƬmn�x�Ry�J��IXS�j�����0)���a��b�Y�@�Lp�ܱě�8x��a�W���K< +�Sy�P�N]q���J����H�%� +u�!���9����BY��~�G��b�Z�)�e�-g�.=V� �4y�1��u�RAл2K!��S��pj��H�06fV���l��y�w+�4�a�D~�8�,��c�,���d��0I�vO���"vv���`,t�Kyĕ%�3Ȼ@�.ِ�Ƶ/��hV�xwI7�H�S��=�NZ�PKKܡq������߸^ 6��d����NO�d{|n�V�#d$���e���l�<Er�fw%�I�����7\O/ɔ�'h�=�����IVO +�R_����DP�E�/nZ:x/G���$��'�6I�%X��q2���a�PS�`�tkfi�����A$|VB� +A�8i� + ��T�ӯb�<y����k[6eG/I���26}=�n=��ׅ�r��� t�O�{x��5nJ�ǝb;�u��oT���@�\��;~����Y1�4�* +ԥ���IeW2]F�u� �0� �δ�ͭ ٢�O�;��)px6p0��-��ݜ�*����p�~H�7 endstream endobj -4251 0 obj +4263 0 obj << /Type /Page -/Contents 4252 0 R -/Resources 4250 0 R +/Contents 4264 0 R +/Resources 4262 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4167 0 R -/Annots [ 4194 0 R 4195 0 R 4234 0 R 4235 0 R 4236 0 R 4237 0 R 4238 0 R 4239 0 R 4240 0 R 4241 0 R 4242 0 R 4243 0 R 4244 0 R 4245 0 R 4246 0 R ] +/Parent 4179 0 R +/Annots [ 4206 0 R 4207 0 R 4246 0 R 4247 0 R 4248 0 R 4249 0 R 4250 0 R 4251 0 R 4252 0 R 4253 0 R 4254 0 R 4255 0 R 4256 0 R 4257 0 R 4258 0 R ] >> endobj -4194 0 obj +4206 0 obj << /Type /Annot /Subtype /Link @@ -57024,34 +57085,34 @@ endobj /A << /S /GoTo /D (section.6) >> >> endobj -4195 0 obj +4207 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [486.977 578.97 502.17 594.899] -/A << /S /GoTo /D (Hfootnote.171) >> +/A << /S /GoTo /D (Hfootnote.169) >> >> endobj -4234 0 obj +4246 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [316.636 514.711 331.829 526.178] -/A << /S /GoTo /D (Hfootnote.172) >> +/A << /S /GoTo /D (Hfootnote.170) >> >> endobj -4235 0 obj +4247 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [254.951 430.029 270.144 445.958] -/A << /S /GoTo /D (Hfootnote.173) >> +/A << /S /GoTo /D (Hfootnote.171) >> >> endobj -4236 0 obj +4248 0 obj << /Type /Annot /Subtype /Link @@ -57060,7 +57121,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.6.4) >> >> endobj -4237 0 obj +4249 0 obj << /Type /Annot /Subtype /Link @@ -57069,7 +57130,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.4) >> >> endobj -4238 0 obj +4250 0 obj << /Type /Annot /Subtype /Link @@ -57078,7 +57139,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.2.1) >> >> endobj -4239 0 obj +4251 0 obj << /Type /Annot /Subtype /Link @@ -57087,7 +57148,7 @@ endobj /A << /S /GoTo /D (subsubsection.6.1.1) >> >> endobj -4240 0 obj +4252 0 obj << /Type /Annot /Subtype /Link @@ -57096,7 +57157,7 @@ endobj /A << /S /GoTo /D (section.7) >> >> endobj -4241 0 obj +4253 0 obj << /Type /Annot /Subtype /Link @@ -57105,7 +57166,7 @@ endobj /A << /S /GoTo /D (subsection.8.1) >> >> endobj -4242 0 obj +4254 0 obj << /Type /Annot /Subtype /Link @@ -57114,7 +57175,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.7.2) >> >> endobj -4243 0 obj +4255 0 obj << /Type /Annot /Subtype /Link @@ -57123,7 +57184,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.16.3) >> >> endobj -4244 0 obj +4256 0 obj << /Type /Annot /Subtype /Link @@ -57132,76 +57193,76 @@ endobj /A << /S /GoTo /D (subsubsection.9.16.3) >> >> endobj -4245 0 obj +4257 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.134 205.496 536.327 219.288] -/A << /S /GoTo /D (Hfootnote.174) >> +/A << /S /GoTo /D (Hfootnote.172) >> >> endobj -4246 0 obj +4258 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [377.802 191.05 392.995 204.842] -/A << /S /GoTo /D (Hfootnote.175) >> +/A << /S /GoTo /D (Hfootnote.173) >> >> endobj -4253 0 obj +4265 0 obj << -/D [4251 0 R /XYZ 55.693 823.059 null] +/D [4263 0 R /XYZ 55.693 823.059 null] >> endobj -4254 0 obj +4266 0 obj << -/D [4251 0 R /XYZ 224.593 571 null] +/D [4263 0 R /XYZ 224.593 571 null] >> endobj -4255 0 obj +4267 0 obj << -/D [4251 0 R /XYZ 189.291 503.752 null] +/D [4263 0 R /XYZ 189.291 503.752 null] >> endobj 454 0 obj << -/D [4251 0 R /XYZ 56.693 371.623 null] +/D [4263 0 R /XYZ 56.693 371.623 null] >> endobj -4256 0 obj +4268 0 obj << -/D [4251 0 R /XYZ 74.626 184.873 null] +/D [4263 0 R /XYZ 74.626 184.873 null] >> endobj -4257 0 obj +4269 0 obj << -/D [4251 0 R /XYZ 74.626 172.918 null] +/D [4263 0 R /XYZ 74.626 172.918 null] >> endobj -4258 0 obj +4270 0 obj << -/D [4251 0 R /XYZ 74.626 160.382 null] +/D [4263 0 R /XYZ 74.626 160.382 null] >> endobj -4259 0 obj +4271 0 obj << -/D [4251 0 R /XYZ 74.626 148.426 null] +/D [4263 0 R /XYZ 74.626 148.426 null] >> endobj -4260 0 obj +4272 0 obj << -/D [4251 0 R /XYZ 74.626 136.471 null] +/D [4263 0 R /XYZ 74.626 136.471 null] >> endobj -4250 0 obj +4262 0 obj << -/Font << /F23 623 0 R /F28 677 0 R /F14 963 0 R /F26 678 0 R /F34 1124 0 R /F29 679 0 R /F27 1125 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F14 947 0 R /F26 678 0 R /F34 1131 0 R /F29 679 0 R /F27 1132 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4266 0 obj +4278 0 obj << /Length 3478 /Filter /FlateDecode @@ -57215,37 +57276,42 @@ z |z[��a-����SЯ��+f��YHz4���D�ֹ:+�ILdA�`�A�v �@a�,��������8]Λ��,��-�����=K�V�f� 8��h�T�a�"�=�Y��.pwPP>2=EM�����/Ph�^��Sc�F���Z�P# ��L_t:�1�He�2"ϲA�|��������+��d.`w�}/&z���zĸ��#�veK�?�g�=�j�Y`/�a��3��Rl"���[�@��1!s�D9�<���s�X��bc 8 wƾ8 ��$����j�?�"�t�(�]�N�ȡ�*P5���8��3a<g8�[� �5\���5U?����;x�(�R��@&�% �|8��H�nxI\w�B��x�$�8���&��A���(�h)s�Aԇ��=�r��8���n4�3qJ"i}}_�lg��B�'1N=b��0��DƘVC4�n��)0|�u=��}�0���Y����nj+#�P�rg�aE���������3�n6onǖ��Ⱥ澘g�E�G� P��:�~�1k)w�H���O�T���Q������h�C:�*$kn� �W87��u΅f)"+IV�R����ē����q ��6v�������J ���[�)�P��p)6s -��NER�1�,����Μ`��qu�h`^��%�����K%^�i�0����Ү��Vir��\&_* -�w�Z@Ѩ��`hcg7��u<�K$ɹ�u~81��i���-ũ�H��YčjY��(��#���w������s$%�gm�W�����b]��z\�--r�!g&lo��29�%�Zna�lZ�}Ǚ*w��}ke�DN�v��3K�,M��oK�咋��|FH�j��#I�w��퐥�s@~+�h����0�,��u�s���+�b�i�: -�. -���ڣ���� -S%u���GR��(�mT�:�=����6<Y<�mΑD�$�I�SH`:��ql�5t���̃�8�Bч�.�:�>Ju����q�fA����?M,!R���� ��� a���N�^B��D�_z *�BD�(�J�8���5|���o�rk����g���( T������ԋ� -b�,��������_��(O�0���$O��7�`��A -�26��!di&�^WAڵ��ԯA���5m�L��M7�f��/�[�q��u��1�.�\Ꚙb� �ᐯ�Q��~��_����k������1�A��̘/��:�@�γ@�R��s�}�����~�g�����q$O��_�_�R�#O�'J� �b���Y(�y��ǫUV�~�� �L� -��yly��6�/�����N"�D�v ���)S!{V�$�q�>Ê=��l?w� ԐD��0���XK>�]>��ߴ�K�6��K���| �UЬ�J�l���N�d�I��;J}���h���@ł��-u�6�\a_�jW�X���;�T���E�@�2e�3�໗��E���/-�rKa͊�g�C�H�Ԇ�,'��6� é(-ϡ�DН���g:���|���K�ӊ}���� x��B��p�,q&g���C0U��9����9�I��.��R ty�cy�y!VO�-�I*�q���"�IUI)$^k��#����᛭�������r�pB�|�:�\�/���Ծo�y��k �2�'��g.�O����r��eI�/g �CR��M �,ʈ`���U(�8�b�h:Uq�v/� I��G���C*�,�d��*_����AuJ�t��G0���p$;���n�s�AZi"7E� ��f �/�.�Lme���x��u���h�BQ)SVd��G�[��s����8�8`�CM9?1g�39�HW��bN�q_0G���<����2������TL�c$�N�{`�\ �����n!�����=~'��r�#�����R�1zG����B����ғB(*��\̤:H�P0�'4������!�Kk�$�9Xn�/��Q������E�f���a��>�d��&.h��R�>��+�0�K��7������j�|䋢P�c��a�e����.�,�^�V��7i ���:ڢu���i��""_�|v��Ғ�H��E�{"(T9dIq4��^�M��K �F� A�sV�}�:=�0�,FaL$J����=��^��@d� � �uϽ�G��ћ.�5���p|v�"���q��w��G�D���qTeAdΜͧ�G�3;6�KX)4�X��Xn�)�{˾�.��6Z �+���E+�|��������z)zV5Teg�햛��_"��c���&�ȣw���Q�G,X0fy��C�+ƕ�S���� ��!Ԩ+��}��i�$�%U���w��`�k�z*��hG֯Xʧ�wo<�{���E����8��]y�X�q���۠��1p�&:n�"/h<I��s�ǫ��B�R䶧��M}��<c�z{ć9��|7B�a�r�QS]+�"��0���XA!������[]�̨)J� ��[V��\<~Y��,���Kw��)�/a.LΝ-Xˎ)Qcg���Im��'|�}m�i+����P� +��NER�1�,����Μ`��qu�h`^��%�����K%^�i�0����Ү��V�9�Q.�/ڻY-�h��o0��3�J�:��% ����:?���Y�4J\֖�TI$��,�F�,� Tt��C�ܻ�}��S߁�9��Ƴ��+}]�w�y�.B`=���9���3��c���ؒh-�0a6�о�L�;�辵�F"�X;�����V�&CK�����r���j>#�t5 +���$�;`�v�R�9 �R4�b�|�j�r�ĹYB�ٕh1�|�k�c�m�QVu�]��������#��Z�ϊ6*����R�SU��,��6�H"I����)$0���86�:��Q�A@d���K�n�S�:P�W�8J� R�|�&�)|L��q�f�o��q �C��/!VA��/�D!"� +�Z%MU}�����u���Op��w�`Z�*�RɍB`C�EF�r�\��Y]ӿ�ǯAM�'A�sj�'��ٛn�Q� �|U +��4q��� +���a�נmfꚶ� �~��L 3�Ǘѭ�8H�:�}]��nY.uML�����p�W��]?���@���5�Oq�s���� �Af̗ZQh�G�Y�R)h�9˾�ގgg{?�����c��8��q\���ӯS)�ؑ����n�|��,��<H���*�_�S��R�rZ�R�<�<J���R�A]'�U��i��x�b����=�nڸb�a��Z��;TjH"�k�P�zV�%��.���o��|�̅�%zL]����*h։I%��B�o'W2�$����NA���|�b�� +►p�{��/� ��b,����\�� +�s�"w�{���U�����E�闖������fE�3ԡw$WjC��{H�݄�T�����"�N��ݎ�3�A��?R������i�k߾|��b�Tj��i8g�8�3�O�!���s�c|���^�Bv)��Ա<ż��ܖ�$����8��uؤ����wrڑ��{���V��u�Xi�b�N8!U>U�c.�Q�wj߷�<����_����3���Og� �G9���������!)����ZeD0����x�*��d�t�4��8E�^�$��H�ʣ�D�!� +��\D\�o2Lo�/�SQ��:%vS�F�#���8��sډn 7x�9� �4��"Մ��`��zt���p�g�<R�:y�q4S���)+���#��u���EzQW�K0�������ř�j��]�O1'σ8�/���zNd��BW�?U|�A +f*��1�j'�=�e���|~�߉�������j9ӑߏ�A�h )ą����YG!Y���h�I!�s�fR$Y(�����~�� +Ð �%�5`��,�ؗAĨf����B�w3i|��b�d��wD4�p)} +�Rv��_�d��C��Y�H�]� F>�EQ��1E��0ղ�R�� f��b/�N+e����C�pm�:zf�4KY�/n�?;�viI�����=���8��B +S/s��v�%G�ꄠS�9��>��� �wV�0� +%���ҞF~��x 2�Vغ�^��k���Mǚ}׃Q8>;C�k���û�#`����8�� 2g���ċ#���%�� L�XF,�]�۽e_�m\`��������Ǣ�R>��v���Ct�~�=�*����v�M��W�1 VHDC�ѻ�N�(�#,��<B�!���ѩ�h�f��jԃ�B����s�4L����Cb�;ro���5x=}q�#�W,�S��7�Ľ����"u�U��h��B,��@guƃm����V7w�4�OE�$��9���UzA]|�{)r�Sl ��>Rm�1v�=��J�R���0wA9q��)��o�KL��t���`��C�ح��CfԔ���Q�-+�E.��Vp�v�᥋����U�ȗ0&�N���eǏ�����I��6���X����q�?�P� endstream endobj -4265 0 obj +4277 0 obj << /Type /Page -/Contents 4266 0 R -/Resources 4264 0 R +/Contents 4278 0 R +/Resources 4276 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4167 0 R -/Group 4269 0 R -/Annots [ 4261 0 R 4262 0 R ] +/Parent 4179 0 R +/Group 4281 0 R +/Annots [ 4273 0 R 4274 0 R ] >> endobj -4247 0 obj +4259 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/oosym18.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4273 0 R +/PTEX.InfoDict 4285 0 R /BBox [0 0 460.8 345.6] -/Group 4269 0 R +/Group 4281 0 R /Resources << /ExtGState << /A1 << @@ -57268,12 +57334,12 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 4274 0 R>> +>>/Font << /F1 4286 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 4275 0 R +/M0 4287 0 R >>>> /Length 1722 /Filter /FlateDecode @@ -57285,33 +57351,33 @@ t �~��?�k�TȬ�Q;���S�k�W��N��^2��[T���)=��IT<|�Vn�����~��L�1W[��T����1��5t��$��-���X(��&y�6x��t�=�&˼M�c�f쌵�<�c�@�+�T�;�5p{t�%�n��8Tf���f��M�1O��dx���DJ\���"��;�V�2{$˲�Eiu ��Ҭ���ckͭD���%�D�����|t:"��$r��2Z���|oN:�tI Buv��觭y��֚�Bw�Bܢ���"-�����y��W���`BB���7�d} ��m�˂4�4��ab�nխ��(lF����ݷ�[�-U��l�Յ���ƚ�#|d�jTq��y2��y�5ho�12'��@�w��_芡+y������*hRo�,�'��dۛ�a1�v�<�b0���9�����~�NG�E��>&U����^�mz��Z��7�8ۘ��T����4ԟ!�h�{��C!��,�������~�m�)a���òsA����Κ�`��u(I$�-k4>1t뻟TTo�1{6��:�x�&�����۶���h�Z���rsr�1vd���:�B��Tf{C�+��=��]�J:hJצ����&{V�2lX��ƶ�5���z�Ӈ��j�y�Ua��5M�U��|8>��o�ZY)d9�9jo����~������ǟ��q�^��ܤ �ATQ�I7�\sPMvV2FgPl�y�5�I7�瘰�c])l#�/��7=�ӧ��c�����l��~2?䐶�D�CZ;���=�0w;�\Sl-W,��_�����U+�Ӂ��r}�l.�'��� A���:ǿ��D;�:L�8-1�h+Á�5 <�� ��nX�ґaϜ�v�yΫ��F�r�{���c1|�I���UI4s�z�7A��x��S������;����vrq0��UAB<���m*�$�uޗ�����ѬX�3�۳ㄆ8���I\�Ŭ��ܞi8^�R̲�-V�mD�:��S��М��o� ��̥�ӨS/x���Y�*K,:�(\i%��] �B�&`��:��Zp��9�"W�m7�Lig�@�/Id��../�?##���l{\�VE-�G�۹~+���YH4��6�\ �Sh8��oa�a��0�\/���sh���D�c�3[��%����rR=�^|���O��x�m~�~����ؼ��ǃ��G�>>��Ⴥ endstream endobj -4273 0 obj +4285 0 obj << /CreationDate (D:20200919153436+02'00') /Creator (matplotlib 3.1.2, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.2) >> endobj -4274 0 obj +4286 0 obj << /BaseFont /DejaVuSans -/CharProcs 4276 0 R +/CharProcs 4288 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five/six/seven/eight] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4277 0 R +/FontDescriptor 4289 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4278 0 R +/Widths 4290 0 R >> endobj -4275 0 obj +4287 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -57323,21 +57389,21 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -4276 0 obj +4288 0 obj << -/eight 4279 0 R -/five 4280 0 R -/four 4281 0 R -/one 4282 0 R -/period 4283 0 R -/seven 4284 0 R -/six 4285 0 R -/three 4286 0 R -/two 4287 0 R -/zero 4288 0 R +/eight 4291 0 R +/five 4292 0 R +/four 4293 0 R +/one 4294 0 R +/period 4295 0 R +/seven 4296 0 R +/six 4297 0 R +/three 4298 0 R +/two 4299 0 R +/zero 4300 0 R >> endobj -4277 0 obj +4289 0 obj << /Ascent 929 /CapHeight 0 @@ -57352,10 +57418,10 @@ endobj /XHeight 0 >> endobj -4278 0 obj +4290 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4279 0 obj +4291 0 obj << /Filter /FlateDecode /Length 392 @@ -57365,7 +57431,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -4280 0 obj +4292 0 obj << /Filter /FlateDecode /Length 247 @@ -57375,7 +57441,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -4281 0 obj +4293 0 obj << /Filter /FlateDecode /Length 90 @@ -57384,7 +57450,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -4282 0 obj +4294 0 obj << /Filter /FlateDecode /Length 80 @@ -57393,7 +57459,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -4283 0 obj +4295 0 obj << /Filter /FlateDecode /Length 49 @@ -57402,7 +57468,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -4284 0 obj +4296 0 obj << /Filter /FlateDecode /Length 68 @@ -57413,7 +57479,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -4285 0 obj +4297 0 obj << /Filter /FlateDecode /Length 317 @@ -57424,7 +57490,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -4286 0 obj +4298 0 obj << /Filter /FlateDecode /Length 338 @@ -57438,7 +57504,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -4287 0 obj +4299 0 obj << /Filter /FlateDecode /Length 248 @@ -57449,7 +57515,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -4288 0 obj +4300 0 obj << /Filter /FlateDecode /Length 210 @@ -57459,21 +57525,21 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -4269 0 obj +4281 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -4248 0 obj +4260 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/oosym12.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4289 0 R +/PTEX.InfoDict 4301 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -57502,12 +57568,12 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 4290 0 R>> +>>/Font << /F1 4302 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 4291 0 R +/M0 4303 0 R >>>> /Length 1694 /Filter /FlateDecode @@ -57521,33 +57587,33 @@ x �Dv�V��l<�-Lzƻ<q���]�����0��t�+F����?����?��������:S�inK��}����hԩ �2�qå�}�q)؞SJ��v�Ⱁq�����XW.bﴳ�!��a�!f~+r��<��:x��xf{�:(��xTP�E��p��$>��B�Q��s�Aϱ� �� ,�4.MV9 �Y��=���h_��ڐ���MvPH�|�P�&�lrki�^��;�A:�2R��j'�������� 1���c���*�� ��0�� E�d�r�JH9�Wt��Ě*�/af�?�XC�)7��8v��;9Mq�:�d����10�4OX��:��:\s�_��1�TIT�b������J�3�R�TX�Y=��Ŭ�9,*�A�@+�fz��0p������v�^���,}���)���ä���2Y"W[Ru@��8x�!N��1;d�[�����!��6�r������R� ��!B��-v��<�o�eV�&C��Ѷ��=Z;;�}�����}�5ijo����_1���_e\�|do���rV| endstream endobj -4289 0 obj +4301 0 obj << /CreationDate (D:20200919152704+02'00') /Creator (matplotlib 3.1.2, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.2) >> endobj -4290 0 obj +4302 0 obj << /BaseFont /DejaVuSans -/CharProcs 4292 0 R +/CharProcs 4304 0 R /Encoding << /Differences [ 46/period 48/zero 50/two/three/four/five/six/seven/eight] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4293 0 R +/FontDescriptor 4305 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4294 0 R +/Widths 4306 0 R >> endobj -4291 0 obj +4303 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -57559,20 +57625,20 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -4292 0 obj +4304 0 obj << -/eight 4295 0 R -/five 4296 0 R -/four 4297 0 R -/period 4298 0 R -/seven 4299 0 R -/six 4300 0 R -/three 4301 0 R -/two 4302 0 R -/zero 4303 0 R +/eight 4307 0 R +/five 4308 0 R +/four 4309 0 R +/period 4310 0 R +/seven 4311 0 R +/six 4312 0 R +/three 4313 0 R +/two 4314 0 R +/zero 4315 0 R >> endobj -4293 0 obj +4305 0 obj << /Ascent 929 /CapHeight 0 @@ -57587,10 +57653,10 @@ endobj /XHeight 0 >> endobj -4294 0 obj +4306 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4295 0 obj +4307 0 obj << /Filter /FlateDecode /Length 392 @@ -57600,7 +57666,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -4296 0 obj +4308 0 obj << /Filter /FlateDecode /Length 247 @@ -57610,7 +57676,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -4297 0 obj +4309 0 obj << /Filter /FlateDecode /Length 90 @@ -57619,7 +57685,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -4298 0 obj +4310 0 obj << /Filter /FlateDecode /Length 49 @@ -57628,7 +57694,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -4299 0 obj +4311 0 obj << /Filter /FlateDecode /Length 68 @@ -57639,7 +57705,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -4300 0 obj +4312 0 obj << /Filter /FlateDecode /Length 317 @@ -57650,7 +57716,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -4301 0 obj +4313 0 obj << /Filter /FlateDecode /Length 338 @@ -57664,7 +57730,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -4302 0 obj +4314 0 obj << /Filter /FlateDecode /Length 248 @@ -57675,7 +57741,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -4303 0 obj +4315 0 obj << /Filter /FlateDecode /Length 210 @@ -57685,14 +57751,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -4249 0 obj +4261 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/oosym13.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4304 0 R +/PTEX.InfoDict 4316 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -57721,12 +57787,12 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 4305 0 R>> +>>/Font << /F1 4317 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 4306 0 R +/M0 4318 0 R >>>> /Length 1820 /Filter /FlateDecode @@ -57740,33 +57806,33 @@ x {�r�bڧ׀�j��b9a���Ѷ��L��b�M�a�n��(_��wI����7WW_Lq���>���,t���������7ۿ�>� endstream endobj -4304 0 obj +4316 0 obj << /CreationDate (D:20200919152631+02'00') /Creator (matplotlib 3.1.2, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.2) >> endobj -4305 0 obj +4317 0 obj << /BaseFont /DejaVuSans -/CharProcs 4307 0 R +/CharProcs 4319 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five/six/seven/eight/nine] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4308 0 R +/FontDescriptor 4320 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4309 0 R +/Widths 4321 0 R >> endobj -4306 0 obj +4318 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -57778,22 +57844,22 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -4307 0 obj +4319 0 obj << -/eight 4310 0 R -/five 4311 0 R -/four 4312 0 R -/nine 4313 0 R -/one 4314 0 R -/period 4315 0 R -/seven 4316 0 R -/six 4317 0 R -/three 4318 0 R -/two 4319 0 R -/zero 4320 0 R +/eight 4322 0 R +/five 4323 0 R +/four 4324 0 R +/nine 4325 0 R +/one 4326 0 R +/period 4327 0 R +/seven 4328 0 R +/six 4329 0 R +/three 4330 0 R +/two 4331 0 R +/zero 4332 0 R >> endobj -4308 0 obj +4320 0 obj << /Ascent 929 /CapHeight 0 @@ -57808,10 +57874,10 @@ endobj /XHeight 0 >> endobj -4309 0 obj +4321 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4310 0 obj +4322 0 obj << /Filter /FlateDecode /Length 392 @@ -57821,7 +57887,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -4311 0 obj +4323 0 obj << /Filter /FlateDecode /Length 247 @@ -57831,7 +57897,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -4312 0 obj +4324 0 obj << /Filter /FlateDecode /Length 90 @@ -57840,7 +57906,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -4313 0 obj +4325 0 obj << /Filter /FlateDecode /Length 320 @@ -57851,7 +57917,7 @@ x �R�ӿ����ccz� endstream endobj -4314 0 obj +4326 0 obj << /Filter /FlateDecode /Length 80 @@ -57860,7 +57926,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -4315 0 obj +4327 0 obj << /Filter /FlateDecode /Length 49 @@ -57869,7 +57935,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -4316 0 obj +4328 0 obj << /Filter /FlateDecode /Length 68 @@ -57880,7 +57946,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -4317 0 obj +4329 0 obj << /Filter /FlateDecode /Length 317 @@ -57891,7 +57957,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -4318 0 obj +4330 0 obj << /Filter /FlateDecode /Length 338 @@ -57905,7 +57971,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -4319 0 obj +4331 0 obj << /Filter /FlateDecode /Length 248 @@ -57916,7 +57982,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -4320 0 obj +4332 0 obj << /Filter /FlateDecode /Length 210 @@ -57926,95 +57992,95 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -4261 0 obj +4273 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [390.156 437.604 405.35 451.396] -/A << /S /GoTo /D (Hfootnote.176) >> +/A << /S /GoTo /D (Hfootnote.174) >> >> endobj -4262 0 obj +4274 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [196.563 181.864 211.756 195.656] -/A << /S /GoTo /D (Hfootnote.177) >> +/A << /S /GoTo /D (Hfootnote.175) >> >> endobj -4267 0 obj +4279 0 obj << -/D [4265 0 R /XYZ 55.693 823.059 null] +/D [4277 0 R /XYZ 55.693 823.059 null] >> endobj -4268 0 obj +4280 0 obj << -/D [4265 0 R /XYZ 56.693 789.929 null] +/D [4277 0 R /XYZ 56.693 789.929 null] >> endobj -4270 0 obj +4282 0 obj << -/D [4265 0 R /XYZ 56.693 388.538 null] +/D [4277 0 R /XYZ 56.693 388.538 null] >> endobj -4271 0 obj +4283 0 obj << -/D [4265 0 R /XYZ 74.626 117.904 null] +/D [4277 0 R /XYZ 74.626 117.904 null] >> endobj -4272 0 obj +4284 0 obj << -/D [4265 0 R /XYZ 74.626 105.948 null] +/D [4277 0 R /XYZ 74.626 105.948 null] >> endobj -4264 0 obj +4276 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F14 963 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im81 4247 0 R /Im82 4248 0 R /Im83 4249 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F14 947 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im81 4259 0 R /Im82 4260 0 R /Im83 4261 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4333 0 obj +4345 0 obj << /Length 2069 /Filter /FlateDecode >> stream -xڅXY��8~�����2�VD�Ծe3���A�� ��D����ё���[%��̾XdYd]�zg/�~���q��>�=��"M#���Y�������c�}��������OǏ?�����.�O�(�˳��(�U��_�w_w -ć�Z��y��ī���/�W�7/�B{/����]���~��s���y���\"���2ٶlp���~����1qz6Lhm]72�O�tb�t���~+�|����Y� �F��v�^���o�L��rퟡJ���:�"2��mmS3� ��hT0�A%A�d�.+F�̄�^�������l�MT�B?|݁U�Ђ͐Xn�����������qk"��~�kQ��Xg^\�AI`���<�*E��8���P�E���'���S]��`�4T�x8+,�V��3)w�<�A�f��Hk�0��}S��S�4<z�ӳ���[;�Җ�Ɖ'���>��^���P����Q���\�rr��8�yӴ��C��/JD�폶���$vh< %e{�N���6ӈ�% ��$z��`0%'��β�y�;�hM?�|ۧ�_6�S~��ՙ��o/少@�=~��A?��V$濜����ɒ6@%i!�UGN<�ؖ��_1�"�maa?��N��l?���0�E0����^�x>T�5ǧ�)m9M��7�k홂&V>��&?��A�ӕU5e�ʀ�0�Y�A�흒�G�2�("x���k9�/Jps�X�x�!�8�� ���~4W��@���� @]�R1�Z�u�F �d�^�R/�!�ҹ��r�-z�1,h�a�I��&�t�� -n��$- �=��3�`Ɖ"��#������b&~c�ea)��48Y�w%p�!��,�/��u9�]��A� -.��(n���P��"�G��@h�(�Q2�.��#:�~ ���1�z�XVz5R.��w�[�|���K�����r^��"�<��y@#�Ћ�-�� <[Q&7�wD���I�v�{s�CIIZ�Q�Q�Kp����W4�<A Ú��rY�T��$�:[��U��� �*���7���d�(��&w���)�4�b���9s��AiJ���p�[Q�����X2`�'��`@Ɉ߉�5��rQ�>��ð��ԯ��4��x��3u`fX# ���I�h[�Ab�s��2���͓��O�����l�0�r��6v���|D�B���1�q�7�C�(Bo�+|�Z\���$IBy�p s,Fq�� �K4�Hp�֜�H�g9�j�5 C�q�굻[.������y�� n�dL���$�eWI�LU��W��+INJ�=r���4]��K�G.��{��֎8���-�{!�p��z}�r� �cL%��̈́�siܞߴ��u -�^�Tp�P��(���b��I��.�� - Ɉ���RX?�k��8w�G�+���8u隁��L�d�[��q��Qv�f�z�Z��Ryd����%w�\��@2�EΤ7�V�a�+�@�p��,�gw���a�~e8K���6)���-У�T�ʽ$���T��j65*"�|�l����=�٬��]A��7��5��:��^A}��t>y�6�29���"�u��ȇ\]?�Ai1׃9�� �@-@�a]����X�d� -��+ ~����v#g\#� -�~� 0������<w�g�R����,#x�u�[0�<D�O�H�`kyD�����R�㮜T�����M�!<)�z*Q�@��^�|p�g&+BY�\J.��9Ǐ����p�?>?~8J�Į.J\�N��(z��J;0:�ڦ�6�����A�����EE��ۅ��� �b�n�"Ȉ�ˊ �㫔xw��"(2A��;��2%f<r�@�&���gDfx����hM���X��k�, ��v -����Tmږ�uFI�Hs�0����7��L�JX1��` ,�z�r\⦈c�RFl -O��u���w'�+r��S�?�_K�����W��v�Os凂��zә�S���'�/Y�J- �Sp�ϓM��0U +xڅXK��8��W�2��Qo�-�qf� �=�������$:z������qf/YEY��U��z�����{wŞRA����x��,���+����c�}�����K���OǏ?�����YQ���Q�Wg�?�Q�P��<��;>���=�H� Q�Ww��_B��o^�e����K +%[���?w���a��A�*�a��%�ط��tU�������昞�ӳfBg����=1Ӊ��1�-��(��9�oY� �Z�vf�^��l7��m5���P%z�m�H���G��A7�~B�+LqPI�$��J��{=�����x����[�u�y��_w�_%�`3$��&�w�vE��l�/�gܚ��>l���Z� .2/.� �$���yD�2�ʿ�I���i��2ED�YQ�I����t_0Q�*N���b��� ��g��Z�C�DL �5Z��ɾ���T�-�^��,<���4�F���LJq�Ic�i0O�W��=j:=9�}_�+YN��0o��ׁ@|�Z�E��SR���k<<���OCEY�C+��^x�o=�hY���xA��V��8L��ϋ�YFk����>M����pl��lw���Ҙ���0�'S�l ��r��z�&C������W��x<�-qO5�b�E���B;�R W�ߌ�E�|��"�L}y�e�N<����S˔ ���&���u�LA+C� ?��A��Wu=U�ʀ�0�Y�A�흒�G�2�("x���k9�/Jps�X�x�!�8�� ��[;�+ Sq �N��� @]�R1��uC���Ś��"�+��i�&9A��ҍaAg�E&���:�0"��^*����$���N�'�h����p0�Vg�I���������dq,Nܕ��z�Lʲ���j���,w�� �*�P��~��CU��@�j����Q�dL]�Gt �v ���1̬�] +,� �)��@���V1���ag�(�w����H7/�=h�z�����p��g+ +������<),\��\�PRE�|o����2+U� �a�|�j���� +*�f�M��u�*b-o�� �� {�2:��]���К^��|�bچ�9s��AeZJ���p�[Q�����\2`�'��`@Ɉ߉��rQ�>��ð��ԯ��4��x��3u`�Y# ��iH�h[�Ab�so�e�@C�����'G���7o6K@��dZ3}_� >�I�l[X�b���!K�7��5>E.y��An�$�<E���9�8�`��%q$�b�e$�YN�Z�a Ȑn���z��K��|$D/���a-@�dȘ0��I�˾�"��ࢸ\IrrP����Ʈ*��^>r��Vl�3����71r �K����0�F�;�T���N0���Y�|{�N �� +���� +a6%5�{Z��;ɔ`�Kv�H�"�4���O�Z88Ν����� +�e)N]�f�v3S-��V|�x�[3�.��,_O[��@*��pw��N���`Hƻș�� +1L�q�h�����l��4دgi\~�&%��Ķz�A�r/ ��3U�]5o�l>l�P����l�A���.�7��5��:��^A}��t>y�6�29���"�u4�ȇ\]?�Ab�}��:�F��Ǻ0���?���\wW@�"g]+��FθFH�rA`���!Dw!y���x�T%''YF���Z�`y�8�����*=�!�!�+>�p�];������*�CxR&��T�4�2� ��dg&+BY�\*.�4�9Ǐ����p�?>?~8J�Į.J\�N��(z��*30:ә��6�����A�����E�E��ۅ��� ��ݜE����A��W)���ʠ� 1"���;Ȕ���Mu����ψ��R���#�چ�k����:Y8��"U/��ڴ-�댒�!&�4�f�qKo|%ϺL�JX1��` ,�z�r\⦌c�RFl +O��u��=�w'�+r��S�?�_K�����W��v�Os凂�zә�S���'�/Y�J- �Sp�ϓM��m0Q endstream endobj -4332 0 obj +4344 0 obj << /Type /Page -/Contents 4333 0 R -/Resources 4331 0 R +/Contents 4345 0 R +/Resources 4343 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4338 0 R -/Group 4336 0 R -/Annots [ 4321 0 R 4322 0 R ] +/Parent 4350 0 R +/Group 4348 0 R +/Annots [ 4333 0 R 4334 0 R ] >> endobj -4263 0 obj +4275 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/abeoo.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4339 0 R +/PTEX.InfoDict 4351 0 R /BBox [0 0 460.8 345.6] -/Group 4336 0 R +/Group 4348 0 R /Resources << /ExtGState << /A1 << @@ -58027,12 +58093,12 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 4340 0 R>> +>>/Font << /F1 4352 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 4341 0 R +/M0 4353 0 R >>>> /Length 1901 /Filter /FlateDecode @@ -58045,33 +58111,33 @@ x �.��4�"�"Uӄ�+=�ܝ͙�V,�Y� D��zN5\v�����y���wy��������w�|�z���;��g���W_.?=�rɞ�u�7ܿ�>���?�<R endstream endobj -4339 0 obj +4351 0 obj << /CreationDate (D:20200929122913+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -4340 0 obj +4352 0 obj << /BaseFont /DejaVuSans -/CharProcs 4342 0 R +/CharProcs 4354 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five/six/seven/eight/nine 97/a 99/c 108/l 111/o 115/s 117/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4343 0 R +/FontDescriptor 4355 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4344 0 R +/Widths 4356 0 R >> endobj -4341 0 obj +4353 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -58083,28 +58149,28 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -4342 0 obj +4354 0 obj << -/a 4345 0 R -/c 4346 0 R -/eight 4347 0 R -/five 4348 0 R -/four 4349 0 R -/l 4350 0 R -/nine 4351 0 R -/o 4352 0 R -/one 4353 0 R -/period 4354 0 R -/s 4355 0 R -/seven 4356 0 R -/six 4357 0 R -/three 4358 0 R -/two 4359 0 R -/u 4360 0 R -/zero 4361 0 R +/a 4357 0 R +/c 4358 0 R +/eight 4359 0 R +/five 4360 0 R +/four 4361 0 R +/l 4362 0 R +/nine 4363 0 R +/o 4364 0 R +/one 4365 0 R +/period 4366 0 R +/s 4367 0 R +/seven 4368 0 R +/six 4369 0 R +/three 4370 0 R +/two 4371 0 R +/u 4372 0 R +/zero 4373 0 R >> endobj -4343 0 obj +4355 0 obj << /Ascent 929 /CapHeight 0 @@ -58119,10 +58185,10 @@ endobj /XHeight 0 >> endobj -4344 0 obj +4356 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4345 0 obj +4357 0 obj << /Filter /FlateDecode /Length 304 @@ -58132,7 +58198,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -4346 0 obj +4358 0 obj << /Filter /FlateDecode /Length 230 @@ -58141,7 +58207,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -4347 0 obj +4359 0 obj << /Filter /FlateDecode /Length 392 @@ -58151,7 +58217,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -4348 0 obj +4360 0 obj << /Filter /FlateDecode /Length 247 @@ -58161,7 +58227,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -4349 0 obj +4361 0 obj << /Filter /FlateDecode /Length 90 @@ -58170,7 +58236,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -4350 0 obj +4362 0 obj << /Filter /FlateDecode /Length 45 @@ -58182,7 +58248,7 @@ x "���}� endstream endobj -4351 0 obj +4363 0 obj << /Filter /FlateDecode /Length 320 @@ -58193,7 +58259,7 @@ x �R�ӿ����ccz� endstream endobj -4352 0 obj +4364 0 obj << /Filter /FlateDecode /Length 214 @@ -58204,7 +58270,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -4353 0 obj +4365 0 obj << /Filter /FlateDecode /Length 80 @@ -58213,7 +58279,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -4354 0 obj +4366 0 obj << /Filter /FlateDecode /Length 49 @@ -58222,7 +58288,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -4355 0 obj +4367 0 obj << /Filter /FlateDecode /Length 332 @@ -58233,7 +58299,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -4356 0 obj +4368 0 obj << /Filter /FlateDecode /Length 68 @@ -58244,7 +58310,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -4357 0 obj +4369 0 obj << /Filter /FlateDecode /Length 317 @@ -58255,7 +58321,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -4358 0 obj +4370 0 obj << /Filter /FlateDecode /Length 338 @@ -58269,7 +58335,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -4359 0 obj +4371 0 obj << /Filter /FlateDecode /Length 248 @@ -58280,7 +58346,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -4360 0 obj +4372 0 obj << /Filter /FlateDecode /Length 171 @@ -58290,7 +58356,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -4361 0 obj +4373 0 obj << /Filter /FlateDecode /Length 210 @@ -58300,23 +58366,23 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -4336 0 obj +4348 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -4321 0 obj +4333 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [213.914 160.968 229.107 174.76] -/A << /S /GoTo /D (Hfootnote.178) >> +/A << /S /GoTo /D (Hfootnote.176) >> >> endobj -4322 0 obj +4334 0 obj << /Type /Annot /Subtype /Link @@ -58325,82 +58391,75 @@ endobj /A << /S /GoTo /D (subsubsection.6.1.1) >> >> endobj -4334 0 obj +4346 0 obj << -/D [4332 0 R /XYZ 55.693 823.059 null] +/D [4344 0 R /XYZ 55.693 823.059 null] >> endobj -4335 0 obj +4347 0 obj << -/D [4332 0 R /XYZ 56.693 750.216 null] +/D [4344 0 R /XYZ 56.693 750.216 null] >> endobj 458 0 obj << -/D [4332 0 R /XYZ 56.693 145.657 null] +/D [4344 0 R /XYZ 56.693 145.657 null] >> endobj -4337 0 obj +4349 0 obj << -/D [4332 0 R /XYZ 74.626 78.113 null] +/D [4344 0 R /XYZ 74.626 78.113 null] >> endobj -4331 0 obj +4343 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im84 4263 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im84 4275 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4369 0 obj +4381 0 obj << -/Length 3061 +/Length 3058 /Filter /FlateDecode >> stream -xڝYK�۸�ϯ`n�� ���*'k��U�><�M��G�$�)��Ǔ_�~��4�����l���=*�F*zu��۫g/Si�Ty�F��(/��2�ERVF���]\]�Te?���o~z��뛴*l�z��q�u�7&-b�����?_����x�a{�i7U&�����{���ϑJLe�{��G�Չ�`�Do�~�ROjX�*)s��(���k]���gYܺU��Nm��ҏ뷢��P@�IU*��WYb�4�����uY�RV�R#m�4��-��*�;��H����tM�c=��I�����я.�c���C8����뷷�v���m���X��A`��( ���Z�9�i�]�����nLU��TэΒ,+�Bv5�:�s�2�9����y�lk�N?��]=�5���wĻ�[u�k����7N��ĉ��@��*~��̀�����'��0���T�[t�o"���G��7�E��1]#+KM�ǵձcv>>2�:�G�K�0֝|�tMӑ��v+���z��#�e���&��u_�A��LJ��+�sщ�{���� �J�".���w,���$�ix��QjQ�VG��j�V#O���?ɲ$�6��� -n�I��Г�O~���#� -z7�q`����0�h���sl�]����a��\Z�?�TU�;��+\�a�ٮ�c@<�U���g'"�G�0;R}{!�>Ľ���=zG���,� y�0�� �e���^V��k��8e� p���ەl�G^�����~KD2t�zx���;���"�GQ0�eW�k����s�1����Q -��w��)z3�>G�?�ΓaՑ�`H����Ҟ�5�i���(<g� -� -ᨲ����;W��=�I�Z%��O�ԁC� -����������?�u�)�>L�1�+�sk/j�'67�a��c��>0��*��@�d -(Չ��.SiN��e��k���ޫ�؈��9�;O飜���C֣(�E��-1[Bov@��#���(���8����0���$YQ.Fsrln��a.5k��h�?��)��N���;�c��6>ԂA=�iDZ2�/'���o[`�Z�fS�F�X�U�=���N��]K~�v��`*����u�����1��b -"/Aގ{7��} -�?��M7ЅV'(*�@5Z�Yr��,���r��qw�G ��P��Q��4��`0�]ռv-�v��7Z��,�p��گƳMo?ׁ6�{�J�|���D��H�}�0A� ��{W�{8����G��T2K -�����l����"�m������@Sȸ���?�/�q��K�삜E쪁J�cxqX�j�_���j�-��Y���a�9�T�"`I!d����e�s>2f�N�ˤ[iܧ���ܩ>�Y=x*�`�qHE^2��%�^8���W�bz�)h��Up���h�=�WE��l `�`��/f�De�WK�n�W��\�j��"�b��H��k!�Q,'?�~�9^���ﰼ�Ƌ[V/M -�5��y��;�����Rj�<\�oU���V�h6�'�E@j5�R<g/��E���$ i� PH��%Y�G1G|i����jefV���_�T�o y�|z*��S�4�]��TA�f�wT%Vc�gex�ԣ�̀�e'�z �� -h����̊f��'P� ��k�l��"1�y������飺4�ҁ?��y�T`v�S�ʀcW����rv�/n��UIi�p=ɬ��ǫ�*�-1̆�),³�{�G?uW�͚>��F���m��Pj�I�C���c(�1�IS��2O�������^*�E*qI�0���U��� -���WR�T� C���=g�_!����;�ܱ������r��}G���;i�WOu�K�P����J�M�ܛ���@8?` �ή������P�+I��@-�PSCB|+�T*�k�����[KJ�;E=1c}�1o��*�2���B�:3����Bw���d%5�H��݆�\y<���4�/&ݸ���/�{^��ep���ZU=^��"�$�/���S�u���0��.<��V'+� @��-� O�LB��PSmslD� ���ܙA"�$�2�� -��Q�e� -p�(X�e����{#�&ιU��}G5O � -��א\-���K-���)�R�w�k�n��*��J�����ôn�܁G`�����dD�u*#E�-�c��L�N��� �ڂݛ{�װ�j)�=��N -�̷"�� ,�{�:�T�%s(���l:1��k�����Ey��=}]�II�n�v�Q�o�MT�I�R^&��g��g/-TKU�Lo�$��0I�� ��ZF�-q��I�o��4deC �8J{��G���ȸ���S�/2���T�U��/��5�qO��u�U�n��G�T��7�!"*c�������Xn�»����+߯�y$~~�aWK���5�.��������L�����:/�JE��"e�^D��<����R�{����H��+WQ ��PL6�#t@�^�uaU*jY�*\�I���Q4�����`2�m[7�&�Ծ�f)��5�JX�k�Qu=m�tjS�p@{q���j,p$���j�Ӝ9B@!3�7�5��]�v��4�T&�#i�weB����|J 8{�g3��A��Ɔ�;AV=�G����E��j�Y�~��)�Pk��Z^*A���{i�+���=��}�_'��n��j�OǫN�� �Z+)1�/A�v�cL�^�S8�SSu��,�jɰvnN�AZPIP~��.��d����C8��NTj�О�n6a8��.�h)�� ����O�.���v��@�<�7;K�0}y������[�V3f³�>�f���Hl�?"t�{�����`�Ժ���R_���j�:7��s���G��9���[�/�f -�㭺�wM(�gF��@�W��-i=W�R��.^�s=! e�^�������W=k���ԭDc/� -�� -x�Qs�Ik����.�<X)�Ӝ)ةH ����Bj +xڝ˒۸�>_��8U;4@�nUN�vy��}xR����I�)R&)�'_�~��4���a�@��n4�-m#�����ճ����N�<O��M�IQ��"(+��u�.��o�������7?����MZ���N˸���V���۟�^�^}��p���t�*�Lg�j�ְ�s�S��0�Qfub+6�۫߮ԓ��J�\3�cL�&�Z�����Y�nD�Sw����c���p��+$PDeR�J��U��"�|�.K��L]r�M�F7� ?��B�wǑ��At��i~�G70hܹ=�}<��`w��yc��y����U�mq~��E`��* ���Z�8�m�]���ϊnLU��TэΒ,+�Av9�:�{�2�9������lk�L?���ܚ�$��;�[ë�vŃ���~�'hm��q Yk�z�f���y\��gtu~�U,�-*ш/���w����8���h�����&�����1:_�ǣ��C� +�N�7]�t������@�>�t��I����=�����{�|/��q���X� ��(����x��xO���g��e�@fu���!�n5�T���-K�Pn� �����=��l18b���wñ&�黽`�q�rZx?�b�Q��+��ϥp�<I5A���]��-�`������QU��x|v#"~$ +�{ Է��A�{�?�Уw� +�m�̙<ς&?�*�#�2�t�.��p�kʰ܋;e� ����+9��������~[�2;�,v����!2X��G�6�8���)��_��v/�{�!�,DՌR ~~�OQ���a��;O�UG��!��B�/홿�&�@M1��̧�K��`TY��݃�;g��= �I�Z%��O��C� +���I���- �?�u�)�>L���W +(���^�6Oln�C>:C�(�|`��U�����I@�ZP�������$�����6%��g��c#��x0�<��r���aX�����o ْ�f��9�O�W��-�G_7l�7ژ$+�Ek.C��m\�Y��G�ZH#Y��gp<�i7�z�q<�س������4$- ������o[6@�Z�fS�F�X�n��,�"�w}wR>��Z�� ��?Qጸ��]�l]�A�Ci �v����{�)x<��Qo���:��Ҋ��A�!I���C�Vu?.�]�0�;���c�4�}��F0��j������W���Dx�,p��گƳC��~�l��.�J�|:��X��Γ����ar�T�t��]�����>JɎR�,)�UK�Yd��'�׆���I@S�����?�o�lq��[����쪁Lãy�Y�n~_���jr[��Q������\�cI�dX���i�c>"f�N�ˠGi<�����)?�Y=xJ�`�vHI^"�%�^(���O�dzt��"��4�b-��<z�_��7�HpF���b�MT��jɯ���U��+��u��X��9R��z- �����n�+4�9��7����K�ܚ���8P��p��8`���Z����E�n�0��z-�M"� ��"xj5�R�g��{GV�m��#M� TU�\IV�(f�/mR�k�,�����0�@�u +���</�O�"N�34�ң�w�RY��ߑ�X������G��=x�������@��<�fV�0�\h؝�=�Q���T�R|�lO�L� ���D��YP�م]WU�W���a����_Ξ�����*)m�_O2�����*��hK�!-�mx�zo����Y�'����7�ÿ�J- )Q��~{)<�!iJ�[��56�h��_$�� �� �n�4��W@*�EUI�S��@49���Μ��N +�G���q�n�㒓� �����;����܉#|z�`^r�*����URo*�ޔ'���@���OV���K���*r%� +�2I�kj�o%_�Lewmt�0�ikIa�`���$f��<� �R�T�PZ�eH0Ce�]��/t�.���&���p�+ţo�yK��bЍ��2���_�W���]��]K!�L��"kz>��@ ���!�A���߅"eu���K.�{�%5��)݂I�Pj�m�����d+wf! ����sp�~��2J�tL�2e�c�ͽ��&ιU��}G9O�� +���\-����K-�����R�w�s�n����x2u�>�"Ӿ�s��n�j�I���TF�"[p��3�;r��&�������c,8������k0D;1�3� + �6���yL��S��],S�tBt�1�|��QO_����u�&%����'�]F�'���H���LT�Ϛ��^ZȖ��j�$�PU������PZF�,q��$�چ��^����a����#C�E#"�%����Ƈ̩�<%��CY6|�r���a�0���v��ݰ�� �����:XDe|9��D�r��z2�����|���@���օ�aWK���5�.�]?�?`om�����u^앒%I�<UD����bA��=P�mi�Mtϙ�(��x("���: ��Ϻ�*�,��ĈŪ~N��l5�n0����&Pj�J����b%l��5�(���tjS�pA{q���r,P$�2�j�Ӝ)B�Bf2o�W����U� S�0��5�� �\�p��g3��A�����;�V=�"�L��B�� 5V��'(��r |�TK��_���G��_�T,� :x~������a�2�=��OǻN�� �Z+I1�� A;�1�MU�d��T��6��Z"���q���� H� +�a��K=.I��}���g��Z>t���M؝��.�h)�� ����O:]���N&@�<Ś�)n������ -��ֳԌ����n3arp$���GD��y/t��:4v�{9�+��Q����܄���S}]>�~��YJ�ʿ���$�����5!� ��*���0�zV�9�JlvQ���� \�a�`bA3�W!=k���ԭDa/� +KU� <��9��@��.�<H)�Ӝ!ةH�Y��?��Bx endstream endobj -4368 0 obj +4380 0 obj << /Type /Page -/Contents 4369 0 R -/Resources 4367 0 R +/Contents 4381 0 R +/Resources 4379 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4338 0 R -/Group 4372 0 R -/Annots [ 4323 0 R 4324 0 R 4326 0 R 4327 0 R 4328 0 R 4329 0 R 4362 0 R 4363 0 R 4364 0 R 4325 0 R ] +/Parent 4350 0 R +/Group 4384 0 R +/Annots [ 4335 0 R 4336 0 R 4338 0 R 4339 0 R 4340 0 R 4341 0 R 4374 0 R 4375 0 R 4376 0 R 4337 0 R ] >> endobj -4330 0 obj +4342 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/examples.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4377 0 R +/PTEX.InfoDict 4389 0 R /BBox [0 0 540 288] -/Group 4372 0 R +/Group 4384 0 R /Resources << /ExtGState << /A1 << @@ -58413,21 +58472,21 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 4378 0 R>> +>>/Font << /F1 4390 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/I1 4379 0 R -/I10 4380 0 R -/I2 4381 0 R -/I3 4382 0 R -/I4 4383 0 R -/I5 4384 0 R -/I6 4385 0 R -/I7 4386 0 R -/I8 4387 0 R -/I9 4388 0 R +/I1 4391 0 R +/I10 4392 0 R +/I2 4393 0 R +/I3 4394 0 R +/I4 4395 0 R +/I5 4396 0 R +/I6 4397 0 R +/I7 4398 0 R +/I8 4399 0 R +/I9 4400 0 R >>>> /Length 1716 /Filter /FlateDecode @@ -58441,33 +58500,33 @@ x ��(qhjY�������Tt845���pku�B� '�`6n\�c4��~iܽ��t(?*��!��pqr�{Rc�.���̺;h��wi�MA�r��I7�&h�)ieV���<���!6�<�cJ�y6)̦�ı��<��fS����t�eS�[]��x{Ê+��;g�M;�_�m� ����2�L�(�5 endstream endobj -4377 0 obj +4389 0 obj << /CreationDate (D:20200826171306+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -4378 0 obj +4390 0 obj << /BaseFont /DejaVuSans -/CharProcs 4389 0 R +/CharProcs 4401 0 R /Encoding << /Differences [ 32/space 46/period 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 76/L 111/o 115/s] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4390 0 R +/FontDescriptor 4402 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4391 0 R +/Widths 4403 0 R >> endobj -4379 0 obj +4391 0 obj << /BitsPerComponent 8 /ColorSpace /DeviceRGB @@ -58478,7 +58537,7 @@ endobj >> /Filter /FlateDecode /Height 97 -/Length 4392 0 R +/Length 4404 0 R /Subtype /Image /Type /XObject /Width 97 @@ -58488,7 +58547,7 @@ x ��|�:�(#�2�x�[� )--5QTT��#�2���^�u:|�s\��� �Gq�燬G8#u���`brr���#�2��q�MMMAwuu�p_����E�#�2�(#N�C���KR��ttt��yPu�QF����O�iƕ���9�AݱUq�Gq�o=����l����Q�oTq�'�z �>sskk+woTq�G !����� endstream endobj -4380 0 obj +4392 0 obj << /BitsPerComponent 8 /ColorSpace /DeviceRGB @@ -58499,7 +58558,7 @@ endobj >> /Filter /FlateDecode /Height 97 -/Length 4393 0 R +/Length 4405 0 R /Subtype /Image /Type /XObject /Width 97 @@ -58510,7 +58569,7 @@ x �Ì!�B��*b�� endstream endobj -4381 0 obj +4393 0 obj << /BitsPerComponent 8 /ColorSpace /DeviceRGB @@ -58521,7 +58580,7 @@ endobj >> /Filter /FlateDecode /Height 97 -/Length 4394 0 R +/Length 4406 0 R /Subtype /Image /Type /XObject /Width 97 @@ -58531,7 +58590,7 @@ x �t���YGf�aF�gj^__Ej�������><<�L�S�f�u�aF�B!��p��g endstream endobj -4382 0 obj +4394 0 obj << /BitsPerComponent 8 /ColorSpace /DeviceRGB @@ -58542,7 +58601,7 @@ endobj >> /Filter /FlateDecode /Height 97 -/Length 4395 0 R +/Length 4407 0 R /Subtype /Image /Type /XObject /Width 97 @@ -58552,7 +58611,7 @@ x �H���H��8��n�70' �#d$��d6p��QR�\&I��$�̓>�AF2��5^b�j���Z����}$��d���~�EnnnH�7��,��PK7�G2�H��O� endstream endobj -4383 0 obj +4395 0 obj << /BitsPerComponent 8 /ColorSpace /DeviceRGB @@ -58563,7 +58622,7 @@ endobj >> /Filter /FlateDecode /Height 97 -/Length 4396 0 R +/Length 4408 0 R /Subtype /Image /Type /XObject /Width 97 @@ -58577,7 +58636,7 @@ x u�\ԯ��H���#�k�E>�\.SH$\�B:-� ̑=���9��V+�\.G�T*鷜�0G2�H��tޏ��(�$����[�s�#z$��Z�oٌ������#z$���������`�Go��kz�9��G�������������ޔ� endstream endobj -4384 0 obj +4396 0 obj << /BitsPerComponent 8 /ColorSpace /DeviceRGB @@ -58588,7 +58647,7 @@ endobj >> /Filter /FlateDecode /Height 97 -/Length 4397 0 R +/Length 4409 0 R /Subtype /Image /Type /XObject /Width 97 @@ -58600,7 +58659,7 @@ x �DfggE�����#3�0#���#���������G`a��+ﳧ����0�Ì0��������Opooo�οaa��+w���U�v��E��֯�a�!�+|�A�^ endstream endobj -4385 0 obj +4397 0 obj << /BitsPerComponent 8 /ColorSpace /DeviceRGB @@ -58611,7 +58670,7 @@ endobj >> /Filter /FlateDecode /Height 97 -/Length 4398 0 R +/Length 4410 0 R /Subtype /Image /Type /XObject /Width 97 @@ -58622,7 +58681,7 @@ x �C�0�2)�p�� endstream endobj -4386 0 obj +4398 0 obj << /BitsPerComponent 8 /ColorSpace /DeviceRGB @@ -58633,7 +58692,7 @@ endobj >> /Filter /FlateDecode /Height 97 -/Length 4399 0 R +/Length 4411 0 R /Subtype /Image /Type /XObject /Width 97 @@ -58647,7 +58706,7 @@ x �jQQQ��lnn���4┰�t��3�q�����~���z��{?���ڷ��=�}�Ìt�{�&��TWW�8;;+�}���ë���"///(�����{�G:�H��|�s�`xxXdrr2����C�}��#f��S����[����a���?C�#f�Ìt���uuu���el9ڷ333"WWW~���G:�Hǿ�U���Ƙ����q��c�w����D��C��#f�Ìt�[�D0���������`�0#�k{{;|uuU�~H`����q:�`�0#f��v����!<0��!�>�aF:N�����������שּׁ���b.F� �#f�Ìt������"���(�Y������x�H�B!���/��ʝ endstream endobj -4387 0 obj +4399 0 obj << /BitsPerComponent 8 /ColorSpace /DeviceRGB @@ -58658,7 +58717,7 @@ endobj >> /Filter /FlateDecode /Height 97 -/Length 4400 0 R +/Length 4412 0 R /Subtype /Image /Type /XObject /Width 97 @@ -58670,7 +58729,7 @@ x �qΰ�t葎kϴuuu�+++"p�f��D�088(���ȕ�*�#z�C�t�{�ϼu���)�������/���gb~S699)���Ya��#���NM8a�����*�������RN�b�=ҡG:�S���.bff�>���үA&�#z��q��n���a�7���M1`��#z���z4<<�%�o�|��s֑=���ttz_D:���ՅQ��u�C�t葎{ss3tY�� ?��C� ֑=�)�ޏ_�H&���{GG������M)GXG:�H�B!�B���C� endstream endobj -4388 0 obj +4400 0 obj << /BitsPerComponent 8 /ColorSpace /DeviceRGB @@ -58681,7 +58740,7 @@ endobj >> /Filter /FlateDecode /Height 97 -/Length 4401 0 R +/Length 4413 0 R /Subtype /Image /Type /XObject /Width 97 @@ -58691,27 +58750,27 @@ x �D��~}�߯g���D"!�Z�"�>�Gz� �=6]t�emll���f���zomm�`�Xd��0�0�C�0�#[���D��u�3DD�Qoc��y��G���g+�\N�����n�^[[�)��Gz��G���6�WWWE���wwwUW*3aa�&൶��)¹C�����#=��#L��H����0��ggg"\���#=����o�S�����Q�G1��[���)8;�Gz��G�������ꑑ�i6�z������~�C�0���x<.bff����{_���Gz��G���쏏�upnnN�~�/!�?0�0�B!����\� endstream endobj -4389 0 obj +4401 0 obj << -/L 4402 0 R -/colon 4403 0 R -/eight 4404 0 R -/five 4405 0 R -/four 4406 0 R -/nine 4407 0 R -/o 4408 0 R -/one 4409 0 R -/period 4410 0 R -/s 4411 0 R -/seven 4412 0 R -/six 4413 0 R -/space 4414 0 R -/three 4415 0 R -/two 4416 0 R -/zero 4417 0 R +/L 4414 0 R +/colon 4415 0 R +/eight 4416 0 R +/five 4417 0 R +/four 4418 0 R +/nine 4419 0 R +/o 4420 0 R +/one 4421 0 R +/period 4422 0 R +/s 4423 0 R +/seven 4424 0 R +/six 4425 0 R +/space 4426 0 R +/three 4427 0 R +/two 4428 0 R +/zero 4429 0 R >> endobj -4390 0 obj +4402 0 obj << /Ascent 929 /CapHeight 0 @@ -58726,40 +58785,40 @@ endobj /XHeight 0 >> endobj -4391 0 obj +4403 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4392 0 obj +4404 0 obj 863 endobj -4393 0 obj +4405 0 obj 864 endobj -4394 0 obj +4406 0 obj 707 endobj -4395 0 obj +4407 0 obj 753 endobj -4396 0 obj +4408 0 obj 602 endobj -4397 0 obj +4409 0 obj 769 endobj -4398 0 obj +4410 0 obj 789 endobj -4399 0 obj +4411 0 obj 905 endobj -4400 0 obj +4412 0 obj 880 endobj -4401 0 obj +4413 0 obj 825 endobj -4402 0 obj +4414 0 obj << /Filter /FlateDecode /Length 59 @@ -58770,7 +58829,7 @@ x )�\@>���ehif�Y�@H�a����s`zr�����Z endstream endobj -4403 0 obj +4415 0 obj << /Filter /FlateDecode /Length 68 @@ -58780,7 +58839,7 @@ x �@V�!H���D!�$b�Y@�8��i��� ��-���D6 �G�� endstream endobj -4404 0 obj +4416 0 obj << /Filter /FlateDecode /Length 392 @@ -58790,7 +58849,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -4405 0 obj +4417 0 obj << /Filter /FlateDecode /Length 247 @@ -58800,7 +58859,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -4406 0 obj +4418 0 obj << /Filter /FlateDecode /Length 90 @@ -58809,7 +58868,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -4407 0 obj +4419 0 obj << /Filter /FlateDecode /Length 320 @@ -58820,7 +58879,7 @@ x �R�ӿ����ccz� endstream endobj -4408 0 obj +4420 0 obj << /Filter /FlateDecode /Length 214 @@ -58831,7 +58890,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -4409 0 obj +4421 0 obj << /Filter /FlateDecode /Length 80 @@ -58840,7 +58899,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -4410 0 obj +4422 0 obj << /Filter /FlateDecode /Length 49 @@ -58849,7 +58908,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -4411 0 obj +4423 0 obj << /Filter /FlateDecode /Length 332 @@ -58860,7 +58919,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -4412 0 obj +4424 0 obj << /Filter /FlateDecode /Length 68 @@ -58871,7 +58930,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -4413 0 obj +4425 0 obj << /Filter /FlateDecode /Length 317 @@ -58882,7 +58941,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -4414 0 obj +4426 0 obj << /Filter /FlateDecode /Length 17 @@ -58891,7 +58950,7 @@ stream x�36�P0��C.��� endstream endobj -4415 0 obj +4427 0 obj << /Filter /FlateDecode /Length 338 @@ -58905,7 +58964,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -4416 0 obj +4428 0 obj << /Filter /FlateDecode /Length 248 @@ -58916,7 +58975,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -4417 0 obj +4429 0 obj << /Filter /FlateDecode /Length 210 @@ -58926,32 +58985,32 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -4372 0 obj +4384 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -4323 0 obj +4335 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [150.059 767.43 165.252 781.222] -/A << /S /GoTo /D (Hfootnote.179) >> +/A << /S /GoTo /D (Hfootnote.177) >> >> endobj -4324 0 obj +4336 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [442.445 767.43 457.638 781.222] -/A << /S /GoTo /D (Hfootnote.180) >> +/A << /S /GoTo /D (Hfootnote.178) >> >> endobj -4326 0 obj +4338 0 obj << /Type /Annot /Subtype /Link @@ -58960,16 +59019,16 @@ endobj /A << /S /GoTo /D (subsection.9.13) >> >> endobj -4327 0 obj +4339 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [457.616 622.972 472.809 636.764] -/A << /S /GoTo /D (Hfootnote.181) >> +/A << /S /GoTo /D (Hfootnote.179) >> >> endobj -4328 0 obj +4340 0 obj << /Type /Annot /Subtype /Link @@ -58978,16 +59037,16 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.4) >> >> endobj -4329 0 obj +4341 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [521.134 578.97 536.327 593.426] -/A << /S /GoTo /D (Hfootnote.182) >> +/A << /S /GoTo /D (Hfootnote.180) >> >> endobj -4362 0 obj +4374 0 obj << /Type /Annot /Subtype /Link @@ -58996,7 +59055,7 @@ endobj /A << /S /GoTo /D (subsubsection.6.1.1) >> >> endobj -4363 0 obj +4375 0 obj << /Type /Annot /Subtype /Link @@ -59005,7 +59064,7 @@ endobj /A << /S /GoTo /D (subsection.9.14) >> >> endobj -4364 0 obj +4376 0 obj << /Type /Annot /Subtype /Link @@ -59014,7 +59073,7 @@ endobj /A << /S /GoTo /D (subsection.9.19) >> >> endobj -4325 0 obj +4337 0 obj << /Type /Annot /Subtype /Link @@ -59023,49 +59082,49 @@ endobj /A << /S /GoTo /D (cite.mnist) >> >> endobj -4370 0 obj +4382 0 obj << -/D [4368 0 R /XYZ 55.693 823.059 null] +/D [4380 0 R /XYZ 55.693 823.059 null] >> endobj -4371 0 obj +4383 0 obj << -/D [4368 0 R /XYZ 56.693 544.018 null] +/D [4380 0 R /XYZ 56.693 544.018 null] >> endobj 462 0 obj << -/D [4368 0 R /XYZ 56.693 249.897 null] +/D [4380 0 R /XYZ 56.693 249.897 null] >> endobj -4373 0 obj +4385 0 obj << -/D [4368 0 R /XYZ 74.626 165.431 null] +/D [4380 0 R /XYZ 74.626 165.431 null] >> endobj -4374 0 obj +4386 0 obj << -/D [4368 0 R /XYZ 74.626 93.7 null] +/D [4380 0 R /XYZ 74.626 93.7 null] >> endobj -4375 0 obj +4387 0 obj << -/D [4368 0 R /XYZ 74.626 81.745 null] +/D [4380 0 R /XYZ 74.626 81.745 null] >> endobj -4376 0 obj +4388 0 obj << -/D [4368 0 R /XYZ 74.626 69.789 null] +/D [4380 0 R /XYZ 74.626 69.789 null] >> endobj -4367 0 obj +4379 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F14 963 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R >> -/XObject << /Im85 4330 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F14 947 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R >> +/XObject << /Im85 4342 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4425 0 obj +4437 0 obj << /Length 4220 /Filter /FlateDecode @@ -59080,7 +59139,7 @@ x ���c�V���|l`�p�d�ghm ?��x�c/N�����ot� ���U�|�f�1�@˼q��W�[�G�I!^b��3�rabUx��?���=Ҳj6|�1�%a��p3��Q����3���� 0��D�_~^�lC0�y�}A�� FM�G��}~�`9�X(�}t�N{�p�����=�6�8܁I�1B_�`�R��1��q��c �m��[�b����R�{Kh7��r�y�����A\�57�ώ'��� F�u��Q�2�?K8Tx��DFa������ͻpF��*�#�� G�:ޔꄜ� �m�;��&iн�B��H r���Ƀ�IXJ�$�Uɺ���at����q�� -n������h �5q/ ��6�l�OB��={��w\��Ӹ��w�@����כ�e��"g�6�U�.���!�p,�C�`lA�>���<�s��S�����F)����YJQήW>�3��� +n������h �5q/ ��6�l�OB��={��w\��Ӹ��w�@����כ�e��"g�6�U�.���!�N,�C�`lA�>���<�s��S�����F)����YJQήW>�3��� �1��doӑ� � b�JЛ=,3�>b/�k43k�ۧm��A� �~niM��w Ӻ�r����Đ�m=qSK����5M� �~��tt�����p0�2diy���L�I�~(�ݝY7Z\8�R�����XځZ����!�{Q��3��#�I�}QQ����Eŀ��{��l�<w\�D]�dW��<���8<�ٸ�s(F�0�A�Ln4�����3K��.�����jʡT��g�4:�r�� �#sh�)T�Kp�rÎ���G���`���t�rH`|L���#���Q}�Kμ`#+v(b<�~�'Ϟ����տT��y�]�ք��&������O�����P�� ����5�� ��S @@ -59089,20 +59148,20 @@ r c�;Ֆ��=t\��9���6�jQ��Z��{��rT9?���fcی} �)R`���jU �����G�8͒���&7�Jx͌JDkz�y+E�롵�Ϯ��Izv[P��Z_s�X���=o_~�b�� ��-lQ�d4�b8j��m�C$9l�@�#�bȾ����r�.�ړ��c���d���?{��@<���>����S���DZ��N�����C� k�$�4��I%��Ko�xǟ�h`��0wV�xK��E�F2XI6c�M5��/w��0��L�����a��b�ι���1��wG�vz���> ��l��~��1�D8����V�F�M�)���'��5�9���e^HF���y�S���=[��\���xL9�ą�6j������wR�Դ���F<C��{��q-���|UӈKo�UE �̽���jƄ*G���`�M�]4ʁ��l��R�#�?3�$�<��A�r���|��^�ۘ�@�_���K�=Z�������ܔ����ϲ�_�Q�.-�}���R*���ɸ�!㧓�N��ذȑK3cOG�Iy;U��}5vx¾O���xmT?���! -���'���d�k'�g�F���s~L��+ I���l6��t(�m�ځ�c� Il��� ��=���� � +���'���d�k'�g�F���s~L��+ I���l6��t(�m�ځ�c� Il��� ��=���� } endstream endobj -4424 0 obj +4436 0 obj << /Type /Page -/Contents 4425 0 R -/Resources 4423 0 R +/Contents 4437 0 R +/Resources 4435 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4338 0 R -/Annots [ 4365 0 R 4366 0 R 4419 0 R 4420 0 R ] +/Parent 4350 0 R +/Annots [ 4377 0 R 4378 0 R 4431 0 R 4432 0 R ] >> endobj -4365 0 obj +4377 0 obj << /Type /Annot /Subtype /Link @@ -59111,7 +59170,7 @@ endobj /A << /S /GoTo /D (cite.setmuon) >> >> endobj -4366 0 obj +4378 0 obj << /Type /Annot /Subtype /Link @@ -59120,16 +59179,16 @@ endobj /A << /S /GoTo /D (cite.setelectron) >> >> endobj -4419 0 obj +4431 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [335.014 357.069 350.208 370.861] -/A << /S /GoTo /D (Hfootnote.183) >> +/A << /S /GoTo /D (Hfootnote.181) >> >> endobj -4420 0 obj +4432 0 obj << /Type /Annot /Subtype /Link @@ -59138,76 +59197,77 @@ endobj /A << /S /GoTo /D (subsection.7.1) >> >> endobj -4426 0 obj +4438 0 obj << -/D [4424 0 R /XYZ 55.693 823.059 null] +/D [4436 0 R /XYZ 55.693 823.059 null] >> endobj -4427 0 obj +4439 0 obj << -/D [4424 0 R /XYZ 56.693 717.346 null] +/D [4436 0 R /XYZ 56.693 717.346 null] >> endobj -4428 0 obj +4440 0 obj << -/D [4424 0 R /XYZ 56.693 477.069 null] +/D [4436 0 R /XYZ 56.693 477.069 null] >> endobj 466 0 obj << -/D [4424 0 R /XYZ 56.693 341.337 null] +/D [4436 0 R /XYZ 56.693 341.337 null] >> endobj -4429 0 obj +4441 0 obj << -/D [4424 0 R /XYZ 74.626 102.867 null] +/D [4436 0 R /XYZ 74.626 102.867 null] >> endobj -4423 0 obj +4435 0 obj << -/Font << /F23 623 0 R /F28 677 0 R /F29 679 0 R /F14 963 0 R /F26 678 0 R /F17 619 0 R /F34 1124 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F29 679 0 R /F14 947 0 R /F26 678 0 R /F17 619 0 R /F34 1131 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4437 0 obj +4449 0 obj << -/Length 1910 +/Length 1909 /Filter /FlateDecode >> stream xڽX_��4ϧ�3Ө�%[/�)�@�����'vQǾZ����jW�s�k{0�dy�Z���oWʒ]�%�,��Y<��DJa�"On�IQ�Ҫ�B�6�M��N�re�M�x����z��r�۲��en�z�.W*/S���o7�.��Y�[H�%�$-3BK�l�eIs�&�P�J��C�+)*�.�y��"����d��4��ZF��Q���5�[w~�ѡ��g0�4p��}��\3�i8l���v3�,o���q� ��&W�^�'eֵ���1 ��G�z�I=� �_I-�.鈼3Ae:����kӶ�<rx*[](�}��,�*eFV���w���`�t�m�{��?v��w�U��p`���g9�A����HL�a��6��s�zjq�h?�a�*�X��i��r�����h � �y$X�*�@�Ylb�5�D#2�D�,1����1���M���ȭ&6Il���*a�Jr�'�7Y���%sQ��Iz�O��2!d&rH��b!�В};��ޣ��-����0����&��s���[w,��w���N�gZH��.��o��� -�23�SHU���&�|��haDY��0V. h���PL/�Iz�k��4�J�B�8��Y �2�����*m: D9�,�L�1�ᯝJg"��f��߇�e�k���E���W�$� F 3�<۳�_�XIp�q�u��=�9z�z`?@�����o����~v6Yi^K]����a�j�D,WEY�7���tlCYB��]�,����fC� -qIUUAx���A}��D��� Vt� -�+4̻�T���H'羾�ea����K�2_�bb��K�Y@�i��,�Y֮�R)� �Q�+�����0��<������OY���XjS�YGe�oC[{4ۑe�Ƕ~K=��K�a�@G?�x�]�B�(�0[����{E�"����0Z�,�eY���0?���t����k�j��f�k�^�������?�M1��á�ǜ!���&���+��a�$W�<`X�Y�5ȴ���Ho�"�mK?l�ۉ�Jr&���"v즕J�{�Mh*r�걡���@i�jG6��6�&B�攩`A�F��\?����Pw�Ҏtj���+��ν 2��8���`7��L! �;8��]���t��hO�s�-����ϯbq.Lv��]G�^?���в�R�x*1��x T(����Z$�j�־m�'�|)�d�6pB�3�=$�c�Y�VwQ��M����!�y��?�6m�zv[��(RSh�t�\��7x���f�I������B$l·�]�}a��\���=c#�==/rn��kJ���iC�*�w�-��l��2&<y����?��rY�J۸�i�L�u�<p/�j -l�N�>~��E%�Xj_�]���P�j���k����c�羽����w�hwG��H�|8@����H�ND�X��Ú<R��0@}����(~���v���5?g��P��p�KiDQXh5 �s~GyIA֎p��{u(8�T�N+;�h���n@|w���(ူoG��p�9�p^LSH [��.M�n�;�z�ۆs\C.լ�)kp��f� \�Y�� �l� ��z���A�i�>�E�����L�������0<����|wC�Ho$�4"�-?���=�)�΅l��|�����ë�7\<�b����)��3�"Os�T���́#r�=��[��V��[���+f�m癁����D��6�5�%#�������?(9B���?i!C -uz� d��8ۤ�E�*萄U����� -�X�ȥJ -�)I6<4x*/4-��+����8y�]@��yz�B7�N/mH��ő�z`C����2��e ��s�^Њ�~n�=1 ��x{~�Q�}L\���/��J`A +�23�SHU���&�|��haDY��0V. h���PL/�Iz�k��4�J�B�8��Y �2�����*m: D9�,�L�1�ᯝJg"��f��߇�e�k���E���W�$� F 3�<۳�_�XIp�q�u��=�9z�z`?@�����o����~v6 �Z��D�W�%b�*�"� �}�c�|�g���4�P�U�K�� +�K=��D%��74h���T(\��`��8�"peF:Y8���-���]ʔ�j� \��O��f!̲v�J�nh� +^���}���O��7T���BM8�R�R�:"(+}�*�أَ,k=��[� pu\� ;�:�����zRG���������+z����x\��Rd�/�*~�����p�Ӗ7�?_���T3 4�x]K���M�fp��ao�a`48��� �5��^Y��&�r��*�Ү9�@�M=�Dz��o[�a��NW�3y�����`7�T���mBS�#V� ��J� PU;����425�L��,�0z�����N����v�S#��])�u�m��n�4�I��f +I��iO�2LF�s�F{�����hq.�~�sa�S7�:�����$ހ���ZūP�9�'��B��mƵ��"�U#��mC?!��K�$������!Yp����B��m�}_��{�i�i{�Գ�B��D��B�k�pƿ��t5��H�����"a���B���������y�p��]S + �MjT��nv/uf�0�1���CU&_ p���4��RT��%O�f���k�{�PS`�u���˶.*Q�R���� +pm��xU��?�p\C�t�H�<��-�� ��\@�;�F���"&�-@�v""��������G�LG��g�����9Ӯ�����^J#��B���;�K +�v��5ޫC��v�X�a�F㸮't�c�E �};2H��!��b�Bj�"x��wi�uK�1�;�6��r�f�NY�c��4�O��:�hM8e���5�k��O�E��a-�W^llE�`<�w����Dh,\�Gz#�琠��vl� ���� O�v.d���g0�k�} �t^ż���!�n��LAm�1y�c��tft�[f���Y�~��JĶ���,�\1Cm;��e�'ʐ��a��-�'<�A���=�IR���_�!��p?@��&e.r�VA�$�*/.�_TpDz%@.UR\H9�H���S!x�i�_��w��ɣ���D���k�uziC�]h.�D����O�qn܈� |(k(���V���p��eTL�~��� +�c�*��|�7��`= endstream endobj -4436 0 obj +4448 0 obj << /Type /Page -/Contents 4437 0 R -/Resources 4435 0 R +/Contents 4449 0 R +/Resources 4447 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4338 0 R -/Group 4440 0 R -/Annots [ 4421 0 R 4422 0 R 4434 0 R ] +/Parent 4350 0 R +/Group 4452 0 R +/Annots [ 4433 0 R 4434 0 R 4446 0 R ] >> endobj -4432 0 obj +4444 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/drantiinv25.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4442 0 R +/PTEX.InfoDict 4454 0 R /BBox [0 0 460.8 345.6] -/Group 4440 0 R +/Group 4452 0 R /Resources << /ExtGState << /A1 << @@ -59225,7 +59285,7 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 4443 0 R>> +>>/Font << /F1 4455 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -59374,57 +59434,57 @@ E %9{.n���s�j+y�&��'�J��Sn��[r�lVI����|P�t�ը��磩�[�;,�LW�K��� ����^��z�6�ض�6�P�@sBI�(����y�?���U}��?�����qE ?Ø������9����_<���o��8���������pwK� endstream endobj -4442 0 obj +4454 0 obj << /CreationDate (D:20201019165359+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -4443 0 obj +4455 0 obj << /BaseFont /DejaVuSans -/CharProcs 4444 0 R +/CharProcs 4456 0 R /Encoding << /Differences [ 32/space 46/period 48/zero/one/two 52/four 54/six 56/eight 97/a 101/e/f 105/i 108/l 111/o/p 114/r/s/t/u/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4445 0 R +/FontDescriptor 4457 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4446 0 R +/Widths 4458 0 R >> endobj -4444 0 obj +4456 0 obj << -/a 4447 0 R -/e 4448 0 R -/eight 4449 0 R -/f 4450 0 R -/four 4451 0 R -/i 4452 0 R -/l 4453 0 R -/o 4454 0 R -/one 4455 0 R -/p 4456 0 R -/period 4457 0 R -/r 4458 0 R -/s 4459 0 R -/six 4460 0 R -/space 4461 0 R -/t 4462 0 R -/two 4463 0 R -/u 4464 0 R -/v 4465 0 R -/zero 4466 0 R +/a 4459 0 R +/e 4460 0 R +/eight 4461 0 R +/f 4462 0 R +/four 4463 0 R +/i 4464 0 R +/l 4465 0 R +/o 4466 0 R +/one 4467 0 R +/p 4468 0 R +/period 4469 0 R +/r 4470 0 R +/s 4471 0 R +/six 4472 0 R +/space 4473 0 R +/t 4474 0 R +/two 4475 0 R +/u 4476 0 R +/v 4477 0 R +/zero 4478 0 R >> endobj -4445 0 obj +4457 0 obj << /Ascent 929 /CapHeight 0 @@ -59439,10 +59499,10 @@ endobj /XHeight 0 >> endobj -4446 0 obj +4458 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4447 0 obj +4459 0 obj << /Filter /FlateDecode /Length 304 @@ -59452,7 +59512,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -4448 0 obj +4460 0 obj << /Filter /FlateDecode /Length 245 @@ -59461,7 +59521,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -4449 0 obj +4461 0 obj << /Filter /FlateDecode /Length 392 @@ -59471,7 +59531,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -4450 0 obj +4462 0 obj << /Filter /FlateDecode /Length 133 @@ -59480,7 +59540,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -4451 0 obj +4463 0 obj << /Filter /FlateDecode /Length 90 @@ -59489,7 +59549,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -4452 0 obj +4464 0 obj << /Filter /FlateDecode /Length 68 @@ -59500,7 +59560,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -4453 0 obj +4465 0 obj << /Filter /FlateDecode /Length 45 @@ -59512,7 +59572,7 @@ x "���}� endstream endobj -4454 0 obj +4466 0 obj << /Filter /FlateDecode /Length 214 @@ -59523,7 +59583,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -4455 0 obj +4467 0 obj << /Filter /FlateDecode /Length 80 @@ -59532,7 +59592,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -4456 0 obj +4468 0 obj << /Filter /FlateDecode /Length 236 @@ -59543,7 +59603,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -4457 0 obj +4469 0 obj << /Filter /FlateDecode /Length 49 @@ -59552,7 +59612,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -4458 0 obj +4470 0 obj << /Filter /FlateDecode /Length 157 @@ -59562,7 +59622,7 @@ x ���f�W����7y endstream endobj -4459 0 obj +4471 0 obj << /Filter /FlateDecode /Length 332 @@ -59573,7 +59633,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -4460 0 obj +4472 0 obj << /Filter /FlateDecode /Length 317 @@ -59584,7 +59644,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -4461 0 obj +4473 0 obj << /Filter /FlateDecode /Length 17 @@ -59593,7 +59653,7 @@ stream x�36�P0��C.��� endstream endobj -4462 0 obj +4474 0 obj << /Filter /FlateDecode /Length 131 @@ -59602,7 +59662,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -4463 0 obj +4475 0 obj << /Filter /FlateDecode /Length 248 @@ -59613,7 +59673,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -4464 0 obj +4476 0 obj << /Filter /FlateDecode /Length 171 @@ -59623,7 +59683,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -4465 0 obj +4477 0 obj << /Filter /FlateDecode /Length 72 @@ -59632,7 +59692,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -4466 0 obj +4478 0 obj << /Filter /FlateDecode /Length 210 @@ -59642,21 +59702,21 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -4440 0 obj +4452 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -4433 0 obj +4445 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/dsantiinv25.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4467 0 R +/PTEX.InfoDict 4479 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -59680,7 +59740,7 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 4468 0 R>> +>>/Font << /F1 4480 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -59828,57 +59888,57 @@ j ��T�I��Q�����+�?dB�G���*{4�M���*��CcSљ�zFŸܮ_X�GT�����U�wK^=zT�K���48�qg���]���)y\��ip*�$z �F���~�KY����o�_��p��Z�K�i��:�j���_����7�k��ş?��������]� endstream endobj -4467 0 obj +4479 0 obj << /CreationDate (D:20201019165444+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -4468 0 obj +4480 0 obj << /BaseFont /DejaVuSans -/CharProcs 4469 0 R +/CharProcs 4481 0 R /Encoding << /Differences [ 32/space 46/period 48/zero/one/two 52/four 54/six 56/eight 97/a 101/e/f 105/i 108/l 111/o/p 114/r/s/t/u/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4470 0 R +/FontDescriptor 4482 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4471 0 R +/Widths 4483 0 R >> endobj -4469 0 obj +4481 0 obj << -/a 4472 0 R -/e 4473 0 R -/eight 4474 0 R -/f 4475 0 R -/four 4476 0 R -/i 4477 0 R -/l 4478 0 R -/o 4479 0 R -/one 4480 0 R -/p 4481 0 R -/period 4482 0 R -/r 4483 0 R -/s 4484 0 R -/six 4485 0 R -/space 4486 0 R -/t 4487 0 R -/two 4488 0 R -/u 4489 0 R -/v 4490 0 R -/zero 4491 0 R +/a 4484 0 R +/e 4485 0 R +/eight 4486 0 R +/f 4487 0 R +/four 4488 0 R +/i 4489 0 R +/l 4490 0 R +/o 4491 0 R +/one 4492 0 R +/p 4493 0 R +/period 4494 0 R +/r 4495 0 R +/s 4496 0 R +/six 4497 0 R +/space 4498 0 R +/t 4499 0 R +/two 4500 0 R +/u 4501 0 R +/v 4502 0 R +/zero 4503 0 R >> endobj -4470 0 obj +4482 0 obj << /Ascent 929 /CapHeight 0 @@ -59893,10 +59953,10 @@ endobj /XHeight 0 >> endobj -4471 0 obj +4483 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4472 0 obj +4484 0 obj << /Filter /FlateDecode /Length 304 @@ -59906,7 +59966,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -4473 0 obj +4485 0 obj << /Filter /FlateDecode /Length 245 @@ -59915,7 +59975,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -4474 0 obj +4486 0 obj << /Filter /FlateDecode /Length 392 @@ -59925,7 +59985,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -4475 0 obj +4487 0 obj << /Filter /FlateDecode /Length 133 @@ -59934,7 +59994,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -4476 0 obj +4488 0 obj << /Filter /FlateDecode /Length 90 @@ -59943,7 +60003,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -4477 0 obj +4489 0 obj << /Filter /FlateDecode /Length 68 @@ -59954,7 +60014,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -4478 0 obj +4490 0 obj << /Filter /FlateDecode /Length 45 @@ -59966,7 +60026,7 @@ x "���}� endstream endobj -4479 0 obj +4491 0 obj << /Filter /FlateDecode /Length 214 @@ -59977,7 +60037,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -4480 0 obj +4492 0 obj << /Filter /FlateDecode /Length 80 @@ -59986,7 +60046,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -4481 0 obj +4493 0 obj << /Filter /FlateDecode /Length 236 @@ -59997,7 +60057,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -4482 0 obj +4494 0 obj << /Filter /FlateDecode /Length 49 @@ -60006,7 +60066,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -4483 0 obj +4495 0 obj << /Filter /FlateDecode /Length 157 @@ -60016,7 +60076,7 @@ x ���f�W����7y endstream endobj -4484 0 obj +4496 0 obj << /Filter /FlateDecode /Length 332 @@ -60027,7 +60087,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -4485 0 obj +4497 0 obj << /Filter /FlateDecode /Length 317 @@ -60038,7 +60098,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -4486 0 obj +4498 0 obj << /Filter /FlateDecode /Length 17 @@ -60047,7 +60107,7 @@ stream x�36�P0��C.��� endstream endobj -4487 0 obj +4499 0 obj << /Filter /FlateDecode /Length 131 @@ -60056,7 +60116,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -4488 0 obj +4500 0 obj << /Filter /FlateDecode /Length 248 @@ -60067,7 +60127,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -4489 0 obj +4501 0 obj << /Filter /FlateDecode /Length 171 @@ -60077,7 +60137,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -4490 0 obj +4502 0 obj << /Filter /FlateDecode /Length 72 @@ -60086,7 +60146,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -4491 0 obj +4503 0 obj << /Filter /FlateDecode /Length 210 @@ -60096,16 +60156,16 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -4421 0 obj +4433 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [423.849 723.462 439.042 738.283] -/A << /S /GoTo /D (Hfootnote.184) >> +/A << /S /GoTo /D (Hfootnote.182) >> >> endobj -4422 0 obj +4434 0 obj << /Type /Annot /Subtype /Link @@ -60114,7 +60174,7 @@ endobj /A << /S /GoTo /D (subsection.7.1) >> >> endobj -4434 0 obj +4446 0 obj << /Type /Annot /Subtype /Link @@ -60123,63 +60183,64 @@ endobj /A << /S /GoTo /D (subsection.7.1) >> >> endobj -4438 0 obj +4450 0 obj << -/D [4436 0 R /XYZ 55.693 823.059 null] +/D [4448 0 R /XYZ 55.693 823.059 null] >> endobj -4439 0 obj +4451 0 obj << -/D [4436 0 R /XYZ 56.693 616.247 null] +/D [4448 0 R /XYZ 56.693 616.247 null] >> endobj -4441 0 obj +4453 0 obj << -/D [4436 0 R /XYZ 74.626 373.276 null] +/D [4448 0 R /XYZ 74.626 373.276 null] >> endobj -4435 0 obj +4447 0 obj << -/Font << /F23 623 0 R /F28 677 0 R /F29 679 0 R /F26 678 0 R /F14 963 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im86 4432 0 R /Im87 4433 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F29 679 0 R /F26 678 0 R /F14 947 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im86 4444 0 R /Im87 4445 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4499 0 obj +4511 0 obj << -/Length 2203 +/Length 2202 /Filter /FlateDecode >> stream xڕXK��6�ϯ����h��_�m�qʩڔ�L�n����H�1ENғɯ߯�͇4ǫ��n��~w�qp����ooo^�Mt�TT�i��ie� B�<���r�-�2��������ݿ7ۤ̊2|�I�:��V'Y��t���7����~�@>�L-�#�L�;�|�5�X�!�#]���y -L���Ĵ ~��p��8,�(�6����~FUb����/M����)���|xFz+��+�W��$J�<0:��a��c/z(#�|������D�<t���z����t)`�Ui�& �/�Q}��I�iX��ځ���I���?1��<k�s��Ø�{+�/q?�Q����VH�4��*���q��v�8��W�]�_��c��x�T�=�?m�1���z�Dn�u���=)8��cE�ݪ<JS�Aő�E �Hϴvi��Ƿ&Һ�#XA��c0R�$ -�m7�da_�qO@o�F�J�;˘;��Q�d -(ն�Ŏ��OWC���"8D�C�1��q.9I�Դi}3�d����y����X��c��Ds^ʌ9"������ٳ ��5�zq�5�9�%���Ta%pc+70���a����Yș�Eh��^����^�XLY������'�ᅣx�V�N@U�+p^�(#���H�ՕJ��v��f&Oî��!�J+\��������s�����4w�ח���$R���{���E��d��,c+DgO���d|�&��/N�U�|���ěO��l���H��e7t�ceg'Vؽ�}��|�[��<J��r ;��֍���,)�Z�YI�xv!#�f}+�B�-;�V9�@w�^�dN7��43��|�<�^l�Hy���_����L�U'{M�)�j�Iv�=��hd�u����K�{��dM�)��S��s�u�Së����s�̊�����X-a:���9t=*��Z�F��q�N�]�4O��}�` ������'wd���ɞ�n�g�l`���ß�Z6��%S:)�LW��Ēs�I.�rEXQ���՛'�.5�"��Y���x�8G)o��TCu{ $�͞�4��i�Ȭ\wJ��#�]l7�N%[łWر� -I$��� YAw<��;F��`���abt~;�p�?�Rh�1�Q��������A:��zacõ��$W�Ds|�y��_��]O�z�����BcKި���^j�胚L� ��]�xպ��g$�v�����y�\�sB��"����<'Vԙ��8EbU%���H?��r�X���9h��4��ڙ��T��~4x��'VR����,��t�DF0����(R5�$u赪��n�h�f�ۙ�a�YR�H�}#9?<�;@�H��&�:��\�kC��#6��s �f��N�@ַ���Fk��e3t*������xj��KH�*���3�<%��"M\�A9;����x�õ��tK =%H��CU��P��;˽�$Y�u�&�7)�u_S'�:��Ѭb t���&�c<-�r�2��B.r��p�zb����5��al��g�2�Ρ�3$�%�g0L����G+����9U�|�R�T�k.@.���Z��,����RKtZ,��� ca�k��wJy����/����^�R��\|�t�#�V`htҚfs7�MR��4�צHB;m��|������o ����:�k���;G�(�k�C�Q��)#|s-i�]��9#VLL:�T�1>������X���_�XT&��4X=�T���/ň˕4�J��m7�s<�Ѱ�SŃ�-Y��v"��L1�k�L�u`���e6_t�;�|�4IJ_47�[}O{�� ���凄�S7u�酾���3m�)���W����)^1]��un����76 =)���ܓ�wN.�G��tHt�����p�djjcME�~�"��U*��{�x�q�� t��IN�t���9�r��̗��N�oS��6Rv�3C\�W�.J}�3�*Q�S=���r4 e��>$�&(`Ѭ8�8��m�Q��c��I�F�(SR���? �E��f����:�)�9�n���Bk1�^4�O�vW;ߎ�<�BFKw�٪Y�=����#3����[�H��l��Z�I�b�(��ee��I�!n3�j�����]fsi$Q����yc�ܸ��V��~���`�K��,]�MߜD�>���C�J?���I�>�}]����w�� +L���Ĵ ~��p��8,�(�6����~FUb����/M����)���|xFz+��+�W��$J�<0:��a��c/z(#�|������D�<t���z����t)`�Ui�& �/�Q}��I�iX��ځ���I���?1��<k�s��Ø�{+�/q?�Q����VH�4��*���q��v�8��W�]�_��c��x�T�=�?m�1���z�Dn�u���=)8��cE�ݪ<JS�Aő�E ��gZ�4��Q��[i]�� �I�1)B���x��������'��U#��_b�moe�Sۨp2�j��bG�𧫡rvp�СΘ��8��$djڴ��b��n��݈��D�d,��n��"�9/e��u{`D���نe�O=�8�����G������N�������,���"4��U/���Y/f,�,���y������ш�~���'�*�8�M���X���J%ix�����3��a�ڎ��]���_���[���9��dp�;��K���I�L���=ET +�"�G�pt����'^u� 2>x�\����>`Kl�ͧ��Z��xb�Y߲��1�2��+�����ㅀ >��Pg%ga���{��fpg�W��Ϭ$�s<���p��w�͖�d��c��_�b2��\���v�cY/�������Ys�/|��tf&望�&Ҕ[��$;�͞A�?42������%�=_�\�&�Q̩��9ں��U�[W���|fE�i�xp��0������t-I���8t'�Ϯj�'F�?��� �Q��{D�ؓ;2���d�}7�3J60WV���rA-�N���)��L&�+ҁ�jbɹ�$�p�"�(����͓x��]t��^�x<u���7a���:����fO���4|dV�; %V�ϑ�.��g���b�+��b�$LD̄��;�f���M�_S�01: �^8ԟY)����U����^� ��G������}�+�k����{q�����'��ZO��{^Yn��%o���C/5v�AM&i����u��j]��3{;������^.�9��J���y�j�+�L�]g�� ����C{��j9u�G����h�R��Yc�Rt?<H�+�L�z[�i:m"#����Z K +��v�:�ZU`d7q���]3����0�,�Y$����m��oC�oy�õ!�w��`¹�f�q}�U �[��I�����:���WNSL<�H�%� R�wu˙�p�Ws�&.ؠ���|�a<��ZBm������$Q�����z�}����m���:D�ϛպ��a�Wv��hV��qxE�1�D9z�L! +9�NX�z=�������06����R�O����Β�3�|O�ǣ��s�Ĝ�T�T)`*�5 �|@R-�p��ZBx�%:-�ZB�ˆ��0ܵ��;�<���q�|���YM�Q)xA.�|:�y+04:iM���&)IuE�kS$����I>�vNr�c�7�}NAӵ��U��#w�ԡ�(Qɔ���4�.I�+&&�N*����{�s�f��O�ٯ{,*�Fy��}�0��K1�r%���D>lۍ����x4��T���CK7p���;S��*z���u����N��5M�E��� �V��|r�|���t�!���Mz���/��L�x���ƕ8�ch�WL�x@��$>!�� �MBO�G�?�$��ꝓ��ѹ�!G]歳|�;�8���XSQ����x�3G�����4^}\ @�h���1t�wN(���3��%�����������Õ��R_��J��T�����MC��· r� +X4+�>μ~[eTf��{��<ʔ����OBhQ���}1G�}J�D����+��ZL� �ӽ��η�8����ҝc�jy'm���������'��/[�İV�v���?J�yY�c�m�[�L.��a~rz�|���\In�4w��?7��q��z)�_��"�����,KWe�7'ѷO}�9�{鐰ҏ-cR��g�AW��?�辠 endstream endobj -4498 0 obj +4510 0 obj << /Type /Page -/Contents 4499 0 R -/Resources 4497 0 R +/Contents 4511 0 R +/Resources 4509 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4338 0 R -/Group 3271 0 R -/Annots [ 4492 0 R 4494 0 R 4495 0 R 4496 0 R 4493 0 R ] +/Parent 4350 0 R +/Group 3279 0 R +/Annots [ 4504 0 R 4506 0 R 4507 0 R 4508 0 R 4505 0 R ] >> endobj -4492 0 obj +4504 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [55.697 386.182 70.89 400.638] -/A << /S /GoTo /D (Hfootnote.185) >> +/A << /S /GoTo /D (Hfootnote.183) >> >> endobj -4494 0 obj +4506 0 obj << /Type /Annot /Subtype /Link @@ -60188,25 +60249,25 @@ endobj /A << /S /GoTo /D (subsubsection.9.17.2) >> >> endobj -4495 0 obj +4507 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [243.91 127.776 259.103 141.568] -/A << /S /GoTo /D (Hfootnote.186) >> +/A << /S /GoTo /D (Hfootnote.184) >> >> endobj -4496 0 obj +4508 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [172.951 113.33 188.145 127.122] -/A << /S /GoTo /D (Hfootnote.187) >> +/A << /S /GoTo /D (Hfootnote.185) >> >> endobj -4493 0 obj +4505 0 obj << /Type /Annot /Subtype /Link @@ -60215,69 +60276,76 @@ endobj /A << /S /GoTo /D (subsection.2.2) >> >> endobj -4500 0 obj +4512 0 obj << -/D [4498 0 R /XYZ 55.693 823.059 null] +/D [4510 0 R /XYZ 55.693 823.059 null] >> endobj -4501 0 obj +4513 0 obj << -/D [4498 0 R /XYZ 56.693 789.929 null] +/D [4510 0 R /XYZ 56.693 789.929 null] >> endobj 470 0 obj << -/D [4498 0 R /XYZ 56.693 344.547 null] +/D [4510 0 R /XYZ 56.693 344.547 null] >> endobj -4502 0 obj +4514 0 obj << -/D [4498 0 R /XYZ 74.626 92.708 null] +/D [4510 0 R /XYZ 74.626 92.708 null] >> endobj -4503 0 obj +4515 0 obj << -/D [4498 0 R /XYZ 74.626 80.753 null] +/D [4510 0 R /XYZ 74.626 80.753 null] >> endobj -4504 0 obj +4516 0 obj << -/D [4498 0 R /XYZ 74.626 68.797 null] +/D [4510 0 R /XYZ 74.626 68.797 null] >> endobj -4497 0 obj +4509 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F17 619 0 R /F14 963 0 R /F28 677 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im63 3184 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F17 619 0 R /F14 947 0 R /F28 677 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im63 3192 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4518 0 obj +4530 0 obj << -/Length 3190 +/Length 3187 /Filter /FlateDecode >> stream -xڵYێ#� }��hה�^���"d3�mfH�-۵S���ez:_���K��3`_l��(Q��C��:���7��y�}����8V��U�xI�2&E��~�z��o7y������w?��o���y��뷷A�.�v������o������{eFn~�E&ZmO7�>������0�V�2�2�e95��/7���x�4��468����ڎ������l������6��Y�E������-�b��?�D��L"�k�U�eS�1�$��Tև�[6q��s*Y�ڸ�v��yQ�@[7����Л�M���0JDz�F^�����c��64�cQp��I@��}.�0Di�Ϧ�mQw���m;�&%������''HV�����Ә�3���g�����vG��h]���Di�~'��hj?�pCk/�Ah�H^<7*��Ya���n7���e��h]��UY<TC��E����\Y'���Wlmۢgx��?������@$�C=�G�X�Ɍ���^G�I=�_��v�̅��8���N�BU�����?���me���3�yA;�GI;�q�����e���$�Z�E_�+ڕd�!��zŵ��S -,3�Ɠ˚,���n�2���X��M����P����^��J�N�0B���x����1d}�>��j�k7�^\/�%�����yPs��5���S��v,��e����d��"�g�03[�:tz��o��\T��-G���5Ȝ+.��-<"?�(�MFl����C�y5��E � ��_�Y�L��ww|+>�e�;)�Y2`XaOX�-j�>� �D��h5{�/튀�����Q�+:���~����� r�L�GmItY��F6�_^7�3�_��g�=�/�hH�2� �ɲ�m]<��#O5[�Q�B2<�b:f���SA�~.$��3���i�ŭ=��(�'�I����?;1ʔK��-�-a�5Tyt�x�.�ҐĮin0�����_��MK�����w�|���)�+Vp��Q5t��w�ɇ��V:bS p�� 8;S[[tM�s{\��wý��mZtK���_\8��8@�]q�j�r��i���H@ħ��n�E�VTb�]�@�fy������6���Ik+[��\(�N��GU5�`]&ayN�۳��x,� �vM��~!��^� -=B_��IbW�D�5��I�t���i?�ؓ�4w Ũ%�l��(k�s����8�L/yw��{���ǻ-je����#����{F�9?^P�N[�͖-��`<�W=�K(������zÀO`�a� Wڠ�N�E&z,�#&w����8��)�1�28w���;e��J5���<J���?3&��C�M�� �+ㆾ��3`.�rg�;4;�ӿN�4�tn��1T�HDh�):�Bg����<WZ�L������������`*����QQ� ��Q��C�@Y���c6'[��-�xZ�������h�����y�yKN�����Cm!�Rc�[K�)������Q�F�=8.���k��uO螊�-?�]�����U�;!�z~������������\|�X��J�(��vEf-(O�u�������0q�Rt�V٫IE�R��b�N���PK쎜�9/�,�ók�JWO��kXe��;�=Kd#�1��\N�8�m��G2��h+�h���d 誷an����3$L�"��2:pyEgC���t��q�$e�,7��}�Q�8����� ����|�<&G���"L|S��-��W��$�$[������/��|f��'�E~j���ۜ�G[:3����Jtca�+�k_If�oOf�{�7�"��q}`T����?ń~�Lëd�T^��� -��jz[wMK�%n8����E�!�Rx����:D��$���\�D��r�n�%��鿨䛴�0��� e���;��:�56P���֗�G_�P� -O�Y^;5��8Br��Ŕ='gƑO������&W�7^�n����ͥ��Hϻ����R4��t/1�j�R߽'#iH�X���͍V/��3q��WP��T�P���0� �ض=z���r4��מ�U�^��_qW~:ި��(��+�c'���s�fQ`%�T �96Q�j��;m���w*d�khXM�t$ '6��E%�|�����!2�Y�E!��Q�?r �ց:�hq߾�����7W��Kb3�Լ�if�YrO�78�-�H���� ��~�M��78�&=I�?�@�A�\��J�uY��P�İQ��ʵ�&��ܼ�Q�䁗���UC�f�������*!���R�"��n���l�{yB��/$�"C��B�˫R�L|�C��%̄��%��q��?p�� �}�@�0��m��W���Q*�H��O�(�M<G+ =U��k��^z���`��c}����0b���X�hP��)�ʰ1+���{�� �Z�5E�O�4Z����bI8+�1��� �'�����������g��c�Eۧ��D'���;E�G[��'%sg���ሪ�$Q��~ء��8�_��+ޛ[lL��@aF`i#_6�xn�a�hċ s��e���(� d}��Y:fɼ��L����N�i�Kֲ��Ӏ���7�6*]�2�?���㩓�s� C;6�� ��S<i����R��� -�9t{I��5�<����3:j\+W�фe��B�� =K�0p�Xt=G�q{~I�ڂ����N��}������,W�pe�E|)8������E1��p5s��� 糼<�/��܂�LSb��f�gL�L�W��/�I� H��9���R���)�]0�h|����Z3��� -R��-|�gU��|p��ٹ{�.PzFό��Ykك�,�7�W$f�4�/�V{�W��PJ��J�<��W���j�Y�'�YG�D����5�� X�?z�C�22�D@�Z����@^$���_������B��E?��Z���Dz����xt|F�I�f:��L�W�M��;!#��C�$p�<_�(E!�����s���+��k��༟�tr�4�"�G�\e�y7�~��1�E��H�����\P�H�h�4! �9*�\y�&�Ym�$��J%���<�E����D{�|�]o1��?�� �� +xڵYY���~�_�G 0�ټ 9vY gw� �#�$�)R���ɯOU}�<F��c`_����ꮮ��+��͟�o�|�+c�<����~'^����AQ��߭ޭ��M���?�}��O�ۿo7A�d���m�����݄A�6~r���Ǜ��o~�1D�_����z��V��ͻ�jGk?�|/̳գ`�VQf�,�a����7�o�����7�ۢZ��U�x�7�ߕ����f��t�5뢵�?����Uܢ/����"��gb9]��/�����y� ��>�Բ�ZW���P��ƃ�����Xݘȋ��غG���|o���Q"�fyI���^��n� ���Ь�E}��R� v��o������?C�ۢ�>1 �v�L +>5'[3�N�N��R/O}��1�g2���vo[[o�v�Ѻ��p���p�NT:�T9~���^���8�>��x02n���1Y�n?^�'Rʎ�Ѻ8���x�,��M�Ak�ӹ��9�8�ڶE�,0��?������@8�C��G�X� �ơ����x�@o�R���u���-�G�3���P�����j�O��r[ٟl���&�g^���(�8ΗZ|���A�C���_�Y��ҥ]I���x��Q\�<u���2�Ql�\֤�,tÖaG=� +4�6m{�����B����z���B�����͂��>�qs�������e���^�b�Sn��&?T~*�ى�8�l�8ٚ4�Ud�n0���C����F5��EUZ��pd��Q��\qQ�n�٠��:Q��C%�jL���A�L;~0���0�ww�*>Ʌy�;)�Y�`X`Oؼ-j�> �D�<h7{��v��sM3��F�N���-с�`��;S�@[�;.*�V�x�M�� ���t癱�q�e �_� �_�օɆy����|����5Ke�L���x*f&��ӑ�W{<�_Q�&�I���?;QʔK��-�-�*<z^����$�k� F� K��U�i��`۴� �7��Op�9�zE.4�����i9�0{"��$C�a(%�e��J���]S+n���d7<��ŴTt�~q�DJ����u��&����#m�Jtz��Z��vr�e�啢��Z��PJ��DZ[٢��AyuJ�xUE#��;eb�q�ޞ���c9�h���5��{�z+\�}}�'I�^���'y��ʦ��`Orj0�5|���Ο�����i�.��q���<���1���(ޖ�DY�0=���xCe;]W[�#yk��b�!]���[�J�W1��I�j8A�'m0c��",=���e�� � +`|�٘x�;�J=f߲HF���FK^%��؟)�N�ס�o����@-A���,1X�����U���=!��/�[��q��Z����Щj�=��BK�i���0}_M� S1h��k���f�������be�7Cl.�*�[v�</��<CvE�F�@�����"λ��[r2�E�J2��( �$rk)J�n��qyչ��d �����Ҿ'LOEߖ�1.��V{=�ѓPJ=��0�JH +|��[$����\3��s�j+E��#����P��uQ����Kq�Rt�Q٫JE�R��b�N���PK�\3Μ�����ڦ��~{�k���p�g�la�|��'�C�Ӳ�z�"��#�J2�R�pRL��0w���0�S��k���EryEfC�����4q�$�Y^���Q�:'%�� �wi��&W��.�G�0�M43x�t +�_�&��%�2?L����e�x�0߄Y��I~Q��Z���6��іN��mV=J%��1ѕ������䌽�[ ��B�q}�8%?��)��{0V���7C� +�X5�����%�7\�?�A���^i<��ItS"�L�Nlx�g"�h�G� D�S���_��M�s�{X� a����zޝ� +(�������/w(�����,�NCm����\)�����lA8�I�3:\h���������a�{L�q��\�� +�|Z����)E#�8Q�K�S�&�(��=)���D�n�{�䞉��C���Xe��!�^ �@� ���@�m�c��X*W���� +�����+��O��P�S�p�tL��WQ�V�L�@9�&�S-}�����{�L6x��Ť��#A�5�I�8�/: ��jL"Y�4X�0�/͢/2A +�L��A��D������'z���t^�١�C33b�;Q��� ^�X�씰K�t�����C^5�G�Ġ7)�h4��+��^ ���ʚ'&4�Ql4�F�r����#/7�}�0y�q8~Ր��*!��!u�J�{�IJԣ��ۼ�>[�^���� �Ȑ�R3c{U���/}(���L�}P��}=n����x i_�-�)���ۤ��'��h���H읣��(ɛG;B�=U���0-}���ɚ���*�� �a�1Ol?�v�8:���#P8�acp�-8��G'�G��X�Q����p��IAm[�Y;��Mm�J�<��q����ep��,>��=v�h�4�3�)S�՝f�G[#��N +��� �1��DI����%Ϛ%��������56&�FIaF��"�|Y]㹺�i�/�,�km��G�B����c��;{`�ϔ0픜ƾd-�/�Zp� ���͇J�<�?9�?���㩓�s� K;MlXj/*j!�x�6 +%��b4���#�9t{)��5�<����S:\g+W�²d���q���H8q��t�F�Q{�H��Җ����N��}����Q<�kO�6g�&�4��`�e�L�\d��9@=ńs,/��x7����$J�_9,� �q��9��9��C1\�_9(��,�������g .�5#�ET���l�G=��E�K��������gdf�E��Z�����$_��$>d�2��[�AO\7"C+�RW����)��,�S��?)�:�!�Տ������Ș��eʨd�u!;�����\ʠ�"uM���_���w]ڔ��/��?n�-�>�����8�G�g$7����!��㚻�?z'T�3�+AW��%��ru0?7HK��po��/ ���N�!ׄ�P�h�~��u��v��� +\SI�����Q� U����$d�A9Gg�;�ט>�n'�_��R8��'�(��hO�ú�-���S"�?�4� endstream endobj -4517 0 obj +4529 0 obj << /Type /Page -/Contents 4518 0 R -/Resources 4516 0 R +/Contents 4530 0 R +/Resources 4528 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4338 0 R -/Annots [ 4505 0 R 4506 0 R 4507 0 R 4508 0 R 4509 0 R 4510 0 R 4511 0 R 4513 0 R 4514 0 R 4512 0 R ] +/Parent 4350 0 R +/Annots [ 4517 0 R 4518 0 R 4519 0 R 4520 0 R 4521 0 R 4522 0 R 4523 0 R 4525 0 R 4526 0 R 4524 0 R ] >> endobj -4505 0 obj +4517 0 obj << /Type /Annot /Subtype /Link @@ -60286,7 +60354,7 @@ endobj /A << /S /GoTo /D (subsection.2.2) >> >> endobj -4506 0 obj +4518 0 obj << /Type /Annot /Subtype /Link @@ -60295,7 +60363,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.1.1) >> >> endobj -4507 0 obj +4519 0 obj << /Type /Annot /Subtype /Link @@ -60304,16 +60372,16 @@ endobj /A << /S /GoTo /D (cite.particleNet) >> >> endobj -4508 0 obj +4520 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [408.547 547.92 423.741 561.712] -/A << /S /GoTo /D (Hfootnote.188) >> +/A << /S /GoTo /D (Hfootnote.186) >> >> endobj -4509 0 obj +4521 0 obj << /Type /Annot /Subtype /Link @@ -60322,7 +60390,7 @@ endobj /A << /S /GoTo /D (subsection.9.30) >> >> endobj -4510 0 obj +4522 0 obj << /Type /Annot /Subtype /Link @@ -60331,16 +60399,16 @@ endobj /A << /S /GoTo /D (subsection.9.32) >> >> endobj -4511 0 obj +4523 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [424.565 389.016 439.758 402.808] -/A << /S /GoTo /D (Hfootnote.189) >> +/A << /S /GoTo /D (Hfootnote.187) >> >> endobj -4513 0 obj +4525 0 obj << /Type /Annot /Subtype /Link @@ -60349,7 +60417,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.3.6) >> >> endobj -4514 0 obj +4526 0 obj << /Type /Annot /Subtype /Link @@ -60358,7 +60426,7 @@ endobj /A << /S /GoTo /D (subsection.2.2) >> >> endobj -4512 0 obj +4524 0 obj << /Type /Annot /Subtype /Link @@ -60367,97 +60435,94 @@ endobj /A << /S /GoTo /D (subsubsection.9.16.2) >> >> endobj -4519 0 obj +4531 0 obj << -/D [4517 0 R /XYZ 55.693 823.059 null] +/D [4529 0 R /XYZ 55.693 823.059 null] >> endobj 474 0 obj << -/D [4517 0 R /XYZ 56.693 737.252 null] +/D [4529 0 R /XYZ 56.693 737.252 null] >> endobj 478 0 obj << -/D [4517 0 R /XYZ 56.693 685.737 null] +/D [4529 0 R /XYZ 56.693 685.737 null] >> endobj 482 0 obj << -/D [4517 0 R /XYZ 56.693 644.142 null] +/D [4529 0 R /XYZ 56.693 644.142 null] >> endobj 486 0 obj << -/D [4517 0 R /XYZ 56.693 373.283 null] +/D [4529 0 R /XYZ 56.693 373.283 null] >> endobj 490 0 obj << -/D [4517 0 R /XYZ 56.693 321.768 null] +/D [4529 0 R /XYZ 56.693 321.768 null] >> endobj 494 0 obj << -/D [4517 0 R /XYZ 56.693 280.174 null] +/D [4529 0 R /XYZ 56.693 280.174 null] >> endobj -4520 0 obj +4532 0 obj << -/D [4517 0 R /XYZ 74.626 195.707 null] +/D [4529 0 R /XYZ 74.626 195.707 null] >> endobj -4521 0 obj +4533 0 obj << -/D [4517 0 R /XYZ 74.626 159.842 null] +/D [4529 0 R /XYZ 74.626 159.842 null] >> endobj -4516 0 obj +4528 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F14 963 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R /F10 1076 0 R /F13 2722 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F14 947 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R /F10 1083 0 R /F13 2730 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4529 0 obj +4541 0 obj << -/Length 2201 +/Length 2202 /Filter /FlateDecode >> stream xڽXK��6�ϯ�Q�u��C���"����� l4��n����3��_��~Y�I���T$K�b�W2��Q�x�����o���E���f��� �4elt��>��bY�"��Ç7�?��u�TE�q�u��VY,��r��՛��߮$�O"y�-��H��W��$�k?E��E=z�}dr)�d�|���E �M�M%k����bit����P5��O>,�4.��y Y�nt��#��"+ -�H�PHas�u���" ��Z�:�\����/���jlY��{$�\խy�~W���ꇮ���mz�Xڬ��ہ���~;�h��2˂��\B�ú�{�9ZJ���5��;��{��S%}l��˺�{�Z�w�R<����=�hWm�$��g*&L��<m0�<&��^[f8�~I�~�%�H,�~�7:��Z�x��,��剘,�,*M#��Ц`ۼ��cP]��ߑAS6�?���k�c]v��.T>Y�s"Ӗ��3�L�hY(�$��Vªy?��Ȫx��@�C�$T��yH���b�ZC�����<:n�[O�aj�ư�ޕ S���⇟�����[����t��4ˠ�W�s��s#B!��đ����S=q|7������!G(�7��Xͩ� -Q$�D39'7�(�s��h��:p�M0��A V �N��[��N�_Ș�����(�#8!�$�d� Y̙ֈ��/�ъSc��E����4,戦${Ǔ%�������iC��ʡ혗ћP�B�� -�%�+@X��5� �00{�<��eF�+?7�_ O�I��̒o�3C��/�3H\/�3����m=֭���rM��(��r�ocY�,�;�>�u�M�i7s�Ic`���'y�\���{�<��!�AɴY�����I�!F���bx�&>|U� -��2S���6��q���_�SW�P; -C�yT��[�+w4�"� Op2Axɸ��>6�3O�D�vڿ�9sjkћ��y�}#Q�$�%D�0m�e�v�C�;�4u�v�P:G�L������PS��I{�Co43��F�We:0J��y�-N�}�Ԁ���N�V��&V��t������^s(C?`r���\������_������{����K��Ԯ�]K!m@��0Ar��+X�7iH�i�v^?P�/Ք����V�T�B�a�n�a�b`|j~P�>}�s�?Z�B��4����?�bb�9\Y����.H�q�)T<ޟ9��o���+�wL����ƉC�r>V�ζq̄x����9� �}��>T��c�NC��o�4� ����ո�;=�="T��̨_�@D]��0v ��U�.#�_���1����c}�<3�:�x�;DT��I_��`�E���'�v�3��_� &z5%x�' �v����@�W��T�y|���r�����Φ�� *3���m�j�G@&�B��y�@�(G����e?I��������������:tcgz<�. ����L�j� -aY5"L�U�(�C�������-���>_Ӯ-s��,��Q���3�f�8j�Nħ�K滭��ӄ���ͨ�u�Spj �/�&�g��� x���'�B�;O�<O����p<�XU�ڗ��7|���ڻ~B��݄�&L��� wZ$lٟ�.���ت��oi�tqݿhTp��(�H�&)��(��oR��ت�w�RHh寛J�'y��7c����X2��W-GPմcOg��c��k���>��ɮ\3������|\�����Ĉ�r����`���'Q�h��F^>�{|���}x�{� [e -�|�py�SKmO��/�"y���%�Ȏ}�t��ep��.I�PJ?�ߎ��C�أ��=᐀*�&扯\&���T��j�K�"OR�l*�X>v5���W?�RT�x�seHN2~5��Y��[Ia��{w�o�[�Bhk|�Nv�ḅ�y��̀�$���Nj?�qW)�x�����!��n!L�^�UvȂ�x6�w3���d�v3�����Y�&�B�4' ������I������B�xt��W�~��}� g,"6eEe&=w��"�_�S�O�2�m=�j�\t0QSo4=�� T����>9�hԧ���g���ʯ���Z8�WkY(aӋLf����;0Чp'2.P�ȝ�%�~��&[dh�ɵ -)�G�V�ޓݵ� -95�ͤ�*�s�'��/ݞ�� +�H�PHas�u���<��Z�:�\����/���jlY��{$�\խy�~W���ꇮ���mz�Xڬ��ہ���~;�h��2˂��\B�ú�{�9ZJ���5��;��{��S%}l��˺�{�Z�w�R<����=�hWm�$��g*&L��<m0�<&��^[f8�~I�~�%�H,�~�7:��Z�x��,��剘,�,*M#��Ц`ۼ��cP]��ߑAS6�?���k�c]v��.T>Y�s"Ӗ��3�L�hY(�$��Vªy?��Ȫx��@�C�$T��yH���b�ZC�����<:n�[O�aj�ư�ޕ S���⇟�4!�_�E�XO'�H��{e?'I`;7r!=0M�YH�<��ws{h�IMp�����՜j�EbO4�sr3��r?'ZΉ��W��b�� �$%����Q����>������<�bL�>H �Ŝi��m���85V*�_t>m)@K�b�hJ�w<Y�x��<���6d��ڎy� �.�j��{�P�\�����\� +"���3�_fT��s����$x�,�<3N�<S���:�ɉi��c���</פȊ��.��6�u�r��<�Q�ޤ�v3��4v,��|B�G�5*��'ȓ�,�L��/�|�ʟ�b��-�� +a��W婐8)�1e�+�k�<^��������>u5��0D�G� �e�BpqWA B�N���'������cC8c��H4l�����3����I���7�:@�XBdӦZ�o9���cM�Q�m�s��$;۪Y�{_] 55>��w<�F3��o�|U��4<�ڑ����WݷL �h(��ge��ib5��LW�����5�2�&�����͛��`���������,ܼ�>a{߹�A�aaO�ߵ����$ ��1�e}c��Ԛ�k���PM�L�=muI5+d���6�(Ƨ����7:g��E*�YO��/��3�!&�~�ÕizQ�~��n��A�����;�6�1�o��~�d9�k�8�.�c�l�L�w���3�0�W�!�C�;?��4�h�O@�� �:�}�\�����#B�zΌ�5Dԕ� c�0M^��22�e�+/��m�:�g�3îs�w�CD�pk����AYtxKx�h�93�O���N�`��WS��azҰo�n���|5H��7>��,g�z�h�l�[����1�)*A��d�*���$��w$�qk^�����-���opݾj���o�C7vq��;���}�$����U� �4_U�r=N�|��N���.��5��2G?��2;{a�?�o��c���D|z!�d��j8;M��ی�ZW?�6B��nBx6������x2(D����D��]�������Uů}Y�_q�G����'4��M�k��j�Aa�p�E����"�n��Z�P����O���FwJ���Dl�b���>�F E���Zy�-��V���d~��h~36+���%s�x�rUM;�t�<6Y�V���A�c�N���5�<��Z0�y�Ǖ����mL��p)� j +�_{���ha��c����mp�чǞ�G��U�����=����>zq�B)������Z������M��XW����q +��# ���_8��=���� �nb���%`��y�L%�����.�$��̦��cW���p�/5A�;W��$�Ws�N�匿�ݽw�����,��Ʒ�d�g�[hQ��~��H���x��s�q�������;����E^e�,؋g�z7�(�Ki7_� ��hb.�Ms��/89��9�j.�\� ��G��{��P���N)�p�"bSVTPf�s�:� R�u>��4,c�փ�6��E5�F�s�B��a��c�F}ڼ|�:a�x������s�y���6��d�+,�} +w"�����[��9n�E�v�\��2�~4nՁ�=�]멐S3�Lz(�:��xr��a�� endstream endobj -4528 0 obj +4540 0 obj << /Type /Page -/Contents 4529 0 R -/Resources 4527 0 R +/Contents 4541 0 R +/Resources 4539 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4533 0 R -/Group 841 0 R -/Annots [ 4515 0 R 4523 0 R 4524 0 R ] +/Parent 4545 0 R +/Group 852 0 R +/Annots [ 4527 0 R 4535 0 R 4536 0 R ] >> endobj -4515 0 obj +4527 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [147.484 767.43 162.677 781.222] -/A << /S /GoTo /D (Hfootnote.190) >> +/A << /S /GoTo /D (Hfootnote.188) >> >> endobj -4523 0 obj +4535 0 obj << /Type /Annot /Subtype /Link @@ -60466,7 +60531,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.5.3) >> >> endobj -4524 0 obj +4536 0 obj << /Type /Annot /Subtype /Link @@ -60475,80 +60540,76 @@ endobj /A << /S /GoTo /D (subsubsection.5.1.3) >> >> endobj -4530 0 obj +4542 0 obj << -/D [4528 0 R /XYZ 55.693 823.059 null] +/D [4540 0 R /XYZ 55.693 823.059 null] >> endobj -4531 0 obj +4543 0 obj << -/D [4528 0 R /XYZ 56.693 746.26 null] +/D [4540 0 R /XYZ 56.693 746.26 null] >> endobj 498 0 obj << -/D [4528 0 R /XYZ 56.693 302.675 null] +/D [4540 0 R /XYZ 56.693 302.675 null] >> endobj -4532 0 obj +4544 0 obj << -/D [4528 0 R /XYZ 74.626 85.706 null] +/D [4540 0 R /XYZ 74.626 85.706 null] >> endobj -4527 0 obj +4539 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F14 963 0 R /F28 677 0 R /F17 619 0 R /F34 1124 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im43 2456 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F14 947 0 R /F28 677 0 R /F17 619 0 R /F34 1131 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -4538 0 obj +4550 0 obj << -/Length 2600 +/Length 2601 /Filter /FlateDecode >> stream -xڽYݓ۶�����̉!����t���&餮}�����'A{)�����<���u�"���bw�����}�_}{{��w: ���,���.��(/��@Rj��m�:,W�Ҕ�7/^������Z�2/���J�����:�y��b���ǫ�۫�W -�ǁ��&JUl�W�������QR�q��PQQB� ^]��* 㩦 a��I#�M`L�L�����!-����A�HP;b���:M��Y{���M}�vYy��mN`wz��㶷��F���t6�����0$=2��q������hwn7Cݵ�04y�0Y�U8x�+���P7m#�*���������=oGu��B�M�v��j�W+�_��N1�NVDy1����i�BX�4�� ��Z�\��K2���*F�K!H��-���V��f�G�aj��4����< ���f��<��Ȓ�de���05�(��X�Q���O��ґ*^�X��Au�.��H��|��`M�O�A.Y� ���+��{�Ѯc��)�$)�,Xkغ�`�}���%���Y���4�p�Z���1 ��1�C.�n*g�u�3�Ժ�4����y����v���&�9|�5I&�������{oݹ�P��"�V�4��,/1IX4�N����:3E�-�42ED����Uu�<����E�Q�!���·o[���U�!��X����/�𡓔�&C[4��b*�=4[2H��-S�5��N�e�����y�0 -�ƚ��}�;o�G���#,p3}& -^/YK����݊;�h6��S�դ4�,��[_h�;�8t�{����(Ҡ�lP܁?w-n.1�)���0���[P���5��T���c �-�H&���i@p]?P����᱂|��i�K|�a9��R�^~��:i�_y�AEH���R���D&�'S"L@� cײ:G��-��FS�v�N8p��c�n7����n��c\`�QF���\<��)Ւ4|Gیa�$ �<Ot��[��۱C�7�M����Vr>v$Q�����[B�W��[x��g{W�@�L�8���p�a�� -5~���aj��gҎ�8��x��N�YPR�� -����1q3Sl�G���Cv2�ߠzU�T�Py>M(�����|�����n)�HU� ��l`;���������n���&q[��r8h�+�c4Q�P -+ L]�|-�xe��[v+B�v�n�}ħ9��$Vb��HI�*5P���U�(,��7g�]9��p��j�03ͽT��JG���<���/ҹ2J�N?o��_��E����*�?�8O*ć�&�c\b�K��C�Q`� ��G��$#)�ijt^���"2Z�i X'���z���=�v��vn��]��'���{_J��GBOF�/K �&/���%� ����Hj*V�D��� �]J�'1�#�9��n�S������Ϸ7/y����/^*�}��w �3�qt���;��8��W9Pcl��6���^$[�%)%�R���|"�1��4+BA�\H���o�%L����[GD� b�@"���E�fS�_��yi�_*�xp�E�A��n�P�S亙!쓌��`�j`e�f54�+7�B�KH�j=��@ -Ӹ-�pA38��i����� ]��R]�+T�X� :Ux��6P�\��>_J<�Q����[�%@�!lN��O,U���Cg<P��t ���qV�@������p��,n��Ni챦�i�;�b"�2RO�!�\!b�zl�5�{�{d����Ux�}�MIb �x�i6!ɠlzR�6�~͘�w�*RCs�.�n�R�G��J|)�b�F8�Z�*2�:�f㷙�z���b��d�D�3�b�x�<�J���iũ<��G�I�Z�,��?�K�ZA�EZ�L(�`-j��( c&�K�-�ą:���z�L�/?�i\iT&:( :rٰd)*��.~-}��"�����\�Q���L������O�? -B>�#�����=�̇K9Ck��%W'����XG�ANc�l3IT��o�m�g���ٖr��@�Q�Q/E㗙��("�K����LU������;���m�g���lS�%۾!\M��7�`�7vy�7�U���/3ޞ�A^߷5a6��Cs�@u|�o�rTm�����։�F.��e���T�DQ��D{��>��3��F�tK`����*� ۆ���+�]+��%�I~m�ʳu�\P��Z���,�cd}���5x!����ғ[�c*�qa�`J%��![�=[���H�ZZ��P�Y'&���cu? -�n��9W�y6�U�i/���`��SU�r��w�+�Y=��~3�sD����g�s�?6�C���S���RG&K�o� ���S� ��jR�(�= ~�]�Q�Ý�SC��`�D��\�c����?��Z|g��<r������q+�S��g�"L�k)����\��O`���z��l�=�S��#"O���]���%fꄵ7�����g9ar��N?�����g��;�`������ggw���.����'Q"�k@����g�cO�x�Qa4��-��3�r� +xڽYݓ۶�����̉!����t���&餮}����'A{)������<���u�"���bw�����}�_}{{��w: ���,���.��(/��@Rj��m�:,W�Ҕ�7/^������Z�2/���J����j��<Tq�zs�������+��@��b�* 6ǫ�o�`�~�()���8�AZ��(�[���z���TS�0�Ԥ��&0&�L�X��ʐ~�S�[$��W�j��y�;wt=����r<�W���"�lC�m��0�l��v�a2HzdZ���i������l��m�ah��a�toq��E[���P�m#�*���������=o��uq��&l��h���v�B\�k�)f�Ɋ(/F����0�]k�����v�V��g�L�#��Q�D��~3�&4��Y��h�Z&*M�pf��"O�42��,0��*�$0Y��(L�4 +�"�cr~�/�t����<����>�w�e��r���O�1]���;�%K;�`��z�5so[�uR��"e�$E�k [̺��Q���������4�0�;�Z�8&!Z&���ݍ�]��j���0�jD7��]c�j�w��=��u����U$��W&ʲr����������rS��|`y�I�J(�w�N��֙)�o���)"M���V]���:�bhyxG���;�mE�?V��d�c���m��VR^�m��:z��l�� l� MJ7La�W3���g �1@Þ'-�k�Q�5�<�,��;�y�=��/a���3Q�z�Z�$�4�Z�d�٠nGU V��,��l|�id���О�Et�o;��H���Aq��6����H�6�L��mA�A�,�c�-z+�@�3�=�L��/ +#Ҁз�@�G3(��� +�@��Q.���K]{���ꤡ~�e!IJ�J��$�0y=�a��o���9��l�7������=�W�FT?Tۭ~�;�h��q��3� �Z���h�1̒$_�牎��v����}r;v(���U]s���z��I�n��"*�<�P��!�JUe�l��(�i��^�;���oQ�ǹ����{&��z�s|p@�W:�ᤝ%U��`QY�[S�73�Y� 8�T��a�՛��j����iB��e�����nX^o�l�Pf�(.�0A*N�#��f&|! _�[����L�vY�p��W $��h���V@����nye��9n+B܀v�n�}ħ9��$Vb��HI�*5P���U�(,���瞻r8eᾃ�.Raf�{�:|��R3�y��s�x�ΕQ�=���y3��VuR�w���H�< -U�QMLǸ*ļ�n.�ܣ�����IFR>��[�Z�o��`�KC�:!���'�#�fx���s���p���?����=��P��RR�>z2zxY�7y �%/ !$&�GRmY����R�<�99�1��w˟����Mo~��y�×7�~��P��+��K(P� �[�{�w �����ʁ*cK�� x� +�E���X�Rb)�{7�O��2撐fE(����)����� ��)tC��?���'"q�ȍ�ݸȀݬmc�z��K�BP�k/R��w���"��"�>���6��X�+35��)\�)���_B����)L�D��}t���.���S/l��R���*]��:�lб5�I�k��@�s :GT�|)�Fm'�/le���as��b��M:���I���=���?�����X<����=L��kjO�91��zZ�1� +�C`�P�`���#S}d��{�lJ��[L��IeӓF��X�+ƌ$��V��3w�tG�2<�FW�K��7���U�a��6��t�UCek�=T����*U��p�Ty���K�u�*�Sy��=�����Y|�0J�N<��,����P�ZԤ�Q�L��<�[��u�Wϓ��J_~�Ӹ(ҨLtP@t�a�RT��]�,Z�,�1*�EL����*�8.�י������|�G����;;���$�=��;�\��ڿ�:�r�Oe�I�2��lK?{�̶�(����0��z)�̼�G�a_b^�d��\�O���y��lK?{�gg��/�� �j��=��������+�A�r�W~���\ ������w�k���#�x��3`�^��r�g/�篧�%�"�'�C5���㠟!_6B>��[���WT����դOFw]am!�.L�k3V��ࢀB���`��#�F��Q���܊{��� �TⰮw<dK��*|imCk�@*{F։����h�G���-��ھ��<�*���v|�X��W��)������ɕh���ށ�u��9"Q{��3ȹ��ʡ�k���T�#�%�7L�C�ש]��5�� �����ʨ��N�٩!�t�N�\�n.�1�[o{��w-�3�[���O|�j���)��I��^��C.�'0C�dm6��P��'obl/Og�3u��WL^Q��YN�\Ah��O���%�#���~pv;5�����w�s�}J�k���(��5���g�cO�x�Qa4��-���_r� endstream endobj -4537 0 obj +4549 0 obj << /Type /Page -/Contents 4538 0 R -/Resources 4536 0 R +/Contents 4550 0 R +/Resources 4548 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4533 0 R -/Annots [ 4525 0 R 4526 0 R 4534 0 R 4535 0 R ] +/Parent 4545 0 R +/Annots [ 4537 0 R 4538 0 R 4546 0 R 4547 0 R ] >> endobj -4525 0 obj +4537 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [304.392 670.793 319.585 684.584] -/A << /S /GoTo /D (Hfootnote.191) >> +/A << /S /GoTo /D (Hfootnote.189) >> >> endobj -4526 0 obj +4538 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [354.514 656.347 369.707 670.139] -/A << /S /GoTo /D (Hfootnote.192) >> +/A << /S /GoTo /D (Hfootnote.190) >> >> endobj -4534 0 obj +4546 0 obj << /Type /Annot /Subtype /Link @@ -60557,7 +60618,7 @@ endobj /A << /S /GoTo /D (subsection.9.30) >> >> endobj -4535 0 obj +4547 0 obj << /Type /Annot /Subtype /Link @@ -60566,48 +60627,48 @@ endobj /A << /S /GoTo /D (subsection.9.10) >> >> endobj -4539 0 obj +4551 0 obj << -/D [4537 0 R /XYZ 55.693 823.059 null] +/D [4549 0 R /XYZ 55.693 823.059 null] >> endobj 502 0 obj << -/D [4537 0 R /XYZ 56.693 611.722 null] +/D [4549 0 R /XYZ 56.693 611.722 null] >> endobj 506 0 obj << -/D [4537 0 R /XYZ 56.693 589.556 null] +/D [4549 0 R /XYZ 56.693 589.556 null] >> endobj -4540 0 obj +4552 0 obj << -/D [4537 0 R /XYZ 246.206 408.319 null] +/D [4549 0 R /XYZ 246.206 408.319 null] >> endobj -4541 0 obj +4553 0 obj << -/D [4537 0 R /XYZ 246.206 290.427 null] +/D [4549 0 R /XYZ 246.206 290.427 null] >> endobj -4542 0 obj +4554 0 obj << -/D [4537 0 R /XYZ 74.626 167.024 null] +/D [4549 0 R /XYZ 74.626 167.024 null] >> endobj -4543 0 obj +4555 0 obj << -/D [4537 0 R /XYZ 74.626 155.068 null] +/D [4549 0 R /XYZ 74.626 155.068 null] >> endobj -4536 0 obj +4548 0 obj << -/Font << /F23 623 0 R /F14 963 0 R /F28 677 0 R /F29 679 0 R /F26 678 0 R /F17 619 0 R /F34 1124 0 R /F7 820 0 R /F8 822 0 R >> +/Font << /F23 623 0 R /F14 947 0 R /F28 677 0 R /F29 679 0 R /F26 678 0 R /F17 619 0 R /F34 1131 0 R /F7 836 0 R /F8 838 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4546 0 obj +4558 0 obj << /Length 716 /Filter /FlateDecode @@ -60620,80 +60681,78 @@ xڵTMo ��ǁ~F�3e�O.���X�w����MJ���o ���z|���>5H�ߺ<=*V��_���� endstream endobj -4545 0 obj +4557 0 obj << /Type /Page -/Contents 4546 0 R -/Resources 4544 0 R +/Contents 4558 0 R +/Resources 4556 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4533 0 R -/Group 841 0 R +/Parent 4545 0 R +/Group 852 0 R >> endobj -4547 0 obj +4559 0 obj << -/D [4545 0 R /XYZ 55.693 823.059 null] +/D [4557 0 R /XYZ 55.693 823.059 null] >> endobj -4548 0 obj +4560 0 obj << -/D [4545 0 R /XYZ 56.693 789.929 null] +/D [4557 0 R /XYZ 56.693 789.929 null] >> endobj -4549 0 obj +4561 0 obj << -/D [4545 0 R /XYZ 56.693 418.124 null] +/D [4557 0 R /XYZ 56.693 418.124 null] >> endobj -4544 0 obj +4556 0 obj << /Font << /F23 623 0 R /F28 677 0 R >> -/XObject << /Im43 2456 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -4568 0 obj +4580 0 obj << /Length 2391 /Filter /FlateDecode >> stream -xڝXY��6~ׯ�#U5C$�ys��Y��C�M�q�r$h�2E�<<��}��4���6�@��>wA�\��Z<y���RQ�eI����L�I:V��cX,�����}{����ߗ�Ial�]&yX�u��P�x�i���f���P�>Ԥ-�#�t��/>~�� ���QZ���8���*������"��s%0��8�3�;|���p(�*��;sLh��Gq8 �Z&4��pN��f#z�0sd��a�[`�_!̈́���w��w"�s�����]?�������Y3�r*�ݺ�D��*����im���.���t�k���T���%��J��Ӈ]9��-"o]�d��g����P}]f�S�M���6 W� ��l�s��� -K ��&{^MG�O�����a���h��"3�g�͛��{�ʧ�г�oO_�^Z���� ����z��%n~�o@X��'/T��Tr������Qb��J%�X#�B���}]�&� -���m7T͝��0�q�L������'&ȣ"�.��;�w[���!`��� ̞��G #������4ґ�iF?��Ċ(���#���R|�,_���R:��<ܠ9�]���:MC�8A -z6����`*����Ε��3�3w{t�q ��a�wC���&���_<te��-�E���A�[^�jv���!(���1�6#�<p��ٟ�U�ϯ���J��l�r}�ī�yh<�N.��/,5:�PH�� �����I2�F��yW�?<�`����� �й��-1zj�(�ͩ�����w]A�B\e)@(Y98��;@��oV(�@�K�s�[<��0�/�����u�?�CD�3-��IV{�>��V)��>��AL�eE�x���4E�1����L�����g��k�/�xиY��>3�#�h�悰��"| �`v��8I�Ny�n9wX($|��HCD�b��`�e�$�fC��bBx�jom��4�(Y]x������^=TFi������^�a1E�QՓYI(/����j -�����3��8��g�~��P�O�7V=D��I�Xp�b@^�����~'A�tW��Dp�q�1c �S���s0B�Q�+���!z��܊ܻg�)���x��O�� -~~�RR��ä�#���U.jϊH���g���H�;ҩ9O�-������_��o<? Eh�$�d�bFFЊ�?����YKч� �}���3B�qp���G1DtG�m��w�Q���M�5�f{�5X�� 1h�"�r��m;��q����e��L�& �K�@�*p��n���NJ�%W��a�X �38�� R�C�ȗh���� -�)d�J�˺oy���@��J���' ���q����{�r+�4�l�����X.��_�ʪ��ϕǡ �~���Ch� �kс!��<� ��Q�Bb�;��M6R�}�#�;8�)��_H][�z���{K��߃�\� ��Oٱ�|� V�,���s���uu�X 5h1_��! ]���_|���p�C�.ki1Ԯ]������p�0j3\]����T�������v�W�O��H�Y�����ؐS%=� -�&3臢���z�R�3f*g�c)�^c$U��Q�Ie3�˝�A�(=5�����Z�N�5$uiVZ}T��ä���Oz����,�n�zó`�QL!���:��[�;���M()/��k��)`�D}5`����'j�� @��K�^�#/2�E����f�AҬkW���'Q� �S��A���H)q�dmC�I,7?�8�JJ�C)!��� -�S|���1���'/�bʣ�cx�][����dɣ��2e��P��*{�WG�ٳ=^8���]O�,�bi�} a����W1��X��Y|t8zT9�����"�XH%������??|�����C��Z�g*c�X/��`#�X��1-Ԭ�f�����Gj㑡db{k���c�ATa#k�@G��ʪHO���k�Ɲ���H�=>����j'����X���C9�:i�� �+*�d�X尫�|��)T> -�@^-�ɫ�� ���)ArL&�)6)M��hȃNP0��Z5�q��֕�Y�'�y����i���:w)���`| ��So>x �ظ�$�L��A�����~(��>��++?�&'֏qm|�=v���rN�<�[�QX>���a���?|�V�x�S�7l*F����<��&���<4U'.�� ��0���I��J%f}z��/�a%�+\�S��ᑩ>�`g�*�@��1� Öf�R����(�Lb^+�)p��O��S���$�����AUϳ���i<' +xڝX[�۶~��У<���EQ}K�M&=9i.�v���M�5�%G�l���(�^'mϋM����@�qp����ϫœI(Y��m���i`���`� >���ȋ��۷7o���}y����e���[^�� ����V�,nV�/��@M��<�J����8���/A�� �sh�"[��>,�-��[��(�Q��Q�)��z0#V�P.U�-sLh��Gq8 �Z&4��pN��f#z�0sd��a�[`�_!̈́���w��w"�s�����]?xC�Z�Z�D��{9�n�z"��_�k�GYV����6��u���N�[ډ�5���́�����Ӱ�O�[�V?0}ؕO ;2y�%G����<��U����2����m�嵶i�I�weӟ�w%[(,%8���(����nvS�]��*e���G2f�3��7����Oq�g�ߞ�~��*����A������K&�����o_߀�B�O^�<���6r��S$*��,��J2�F��pl��2�fM +���n��;!��a��v�*:ׇ��OL�GE+\>&�?�w[��!���� ܞ��G #������4ґ�iF?��Ċ(���#���R��,_���S:��<ܠ;�C���:MC�8A +:z6�����*����Ε��3�3w{�q�x��a�wC����K��ctJ,�����"��� �-�wW5 �(Z����`��c��S����O�*��G��}%�n6W���H�Ue?4{'f��� (� ְ�nj�,d��$x#�ͼ����T0c�C�d{�\��8=�Y��4~J��Ļ� {!�� ��� }ϧ+�� �!̹�-$\v�L����BUy[Ϻ�ʎ! �홊F�$��l]Jt+Δ��q �������x���i��q������bE�R;��� ^��q�۲��D�8�=��N���%\����za�'K����y�B!�ˈ�D2b��dˈ/�H%1(�0ҔW{k��-�惡D����3m���m�<P�Q�C��l�P�((b�8��'�r�����N�)H��z:�9�Qt����yV��u;�4Gc�C��t��*�e)@(<[w�TqI'y��JH�@ל�1��?ݵ�=cFH=Jr��5@:Ĉ��[�{��9]��4�������§��.����C�0)��@�ny��ڳ"�F�}�Yn�����tjί�����G�`��}�'���"t��P�\1#� +��)�c��gm������ �}���3B�qr���G1dtG�m��w�Q���M�5�f�^��,�y�4}j�@퇾�a�������e�$�L�& �K�@�*��n���NJ�%G��a�X �38�d��!EK4QC�}�{�+d�J�˺oy���@��J��/O�C�:_gW�ʭl$Ҵ��.�o�rن�2WV]-|�<�˅nB�������_�c� ?]\H�|�1��!u��<���|��d�k]�>to)��{p��~�Wvl�>F�x��Q¹}�ú:v����Q��Z��/>z��8��Z�����jkd�M��w��� +�I���k���T�������v�W�O>2$�ͬ�X��[lȩ�Y�R��CQpvd=S�3f*g�c)�^c�:-���2�f�;�3��Qzj�-4�]�8� +86�kH�Ҭ��� +[�Iρ��"05 �uYjݎ��g����B���:;��\w�㥓PR^�?v�B�]��=��j�M'>O�2�I���J�^��(2�E����f�AҬkW���'Q� �S��A�z{������!�$��A��%%塔���O��>�r�L�S�]1���1=�����E��c���p�ba?T�����{fㅭ�op����B-��� �=����`�����������ѣ�y��e49���U��H`�����{Xk=�8��z�2ֈ���n� 6�E��B�:nv~��O�z�6J&v`[��N{�� +YS:��WV��ƅ�k�Ɲ��ϺH�=>����j'����X���Cٝ:i�� �+*�e�X�`��}��)T>�@^-�ɫ�� ��Y�)ArL.�)v)M��hȃNP2��Z5�q��֕�Y�'�y����i���:w)���`| ��S�>x �ظ�$�L��F������Ys��镕R��lj�6>��W������C�v�����Go�9t���U%�T� ���<��3O-ƣI�D� �M�I?ya�"*D<�mi��FF�[��ԃ��������C����T�`g�*�@��1� Öf�R����(�Lb^+�)p��O��S���$�����AUϳ���8<# endstream endobj -4567 0 obj +4579 0 obj << /Type /Page -/Contents 4568 0 R -/Resources 4566 0 R +/Contents 4580 0 R +/Resources 4578 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4533 0 R -/Group 4571 0 R -/Annots [ 4550 0 R 4551 0 R 4552 0 R 4553 0 R 4558 0 R ] +/Parent 4545 0 R +/Group 4583 0 R +/Annots [ 4562 0 R 4563 0 R 4564 0 R 4565 0 R 4570 0 R ] >> endobj -4554 0 obj +4566 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/vis928.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4574 0 R +/PTEX.InfoDict 4586 0 R /BBox [0 0 1440 720] -/Group 4571 0 R +/Group 4583 0 R /Resources << /ExtGState << ->>/Font << /F1 4575 0 R>> +>>/Font << /F1 4587 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -60716,55 +60775,55 @@ t ������������7߿��x���~{�y���S�ʮ��������������_�Ǟ&_fL.�:�-�~��[ܩ.#N%a�o�}�u��4�_&�_}����[h OY]�\>��{���`�7����+'nз7�������˜�;^���Sư_ endstream endobj -4574 0 obj +4586 0 obj << /CreationDate (D:20200929123452+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -4575 0 obj +4587 0 obj << /BaseFont /DejaVuSans -/CharProcs 4576 0 R +/CharProcs 4588 0 R /Encoding << /Differences [ 32/space 49/one/two/three 97/a 99/c/d/e/f/g/h/i/j 108/l 112/p/q 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4577 0 R +/FontDescriptor 4589 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4578 0 R +/Widths 4590 0 R >> endobj -4576 0 obj +4588 0 obj << -/a 4579 0 R -/c 4580 0 R -/d 4581 0 R -/e 4582 0 R -/f 4583 0 R -/g 4584 0 R -/h 4585 0 R -/i 4586 0 R -/j 4587 0 R -/l 4588 0 R -/one 4589 0 R -/p 4590 0 R -/q 4591 0 R -/s 4592 0 R -/space 4593 0 R -/t 4594 0 R -/three 4595 0 R -/two 4596 0 R +/a 4591 0 R +/c 4592 0 R +/d 4593 0 R +/e 4594 0 R +/f 4595 0 R +/g 4596 0 R +/h 4597 0 R +/i 4598 0 R +/j 4599 0 R +/l 4600 0 R +/one 4601 0 R +/p 4602 0 R +/q 4603 0 R +/s 4604 0 R +/space 4605 0 R +/t 4606 0 R +/three 4607 0 R +/two 4608 0 R >> endobj -4577 0 obj +4589 0 obj << /Ascent 929 /CapHeight 0 @@ -60779,10 +60838,10 @@ endobj /XHeight 0 >> endobj -4578 0 obj +4590 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4579 0 obj +4591 0 obj << /Filter /FlateDecode /Length 304 @@ -60792,7 +60851,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -4580 0 obj +4592 0 obj << /Filter /FlateDecode /Length 230 @@ -60801,7 +60860,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -4581 0 obj +4593 0 obj << /Filter /FlateDecode /Length 227 @@ -60812,7 +60871,7 @@ x *��s��>�h][M endstream endobj -4582 0 obj +4594 0 obj << /Filter /FlateDecode /Length 245 @@ -60821,7 +60880,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -4583 0 obj +4595 0 obj << /Filter /FlateDecode /Length 133 @@ -60830,7 +60889,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -4584 0 obj +4596 0 obj << /Filter /FlateDecode /Length 338 @@ -60839,7 +60898,7 @@ stream x�ERKr�0��\ 3�g��NW����p:�<� 2=eH��6�d���Wd�Ր�F�D��)����\�n�J�?��72ͮЪ�G�6�F5+#� C�zV���Q�d��v!�:S�p,�C��u�)�mA��#�o<���r��Ln���[��:[�m@ �s�`��� ������)(U��I�\';P�Ъt�7�9`Ò��ho��>��F����, ���f��1�H�'�N=q:őpI8�@�������/���� u:eM����B��Rq�"n]E�lO� �?*�3b��� �Ԓ����������枾�?�9������ endstream endobj -4585 0 obj +4597 0 obj << /Filter /FlateDecode /Length 163 @@ -60848,7 +60907,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -4586 0 obj +4598 0 obj << /Filter /FlateDecode /Length 68 @@ -60859,7 +60918,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -4587 0 obj +4599 0 obj << /Filter /FlateDecode /Length 126 @@ -60869,7 +60928,7 @@ x �R�wJ�U�o�D8�nI2�t�N�\��}R�k��kg�����%�/���� . endstream endobj -4588 0 obj +4600 0 obj << /Filter /FlateDecode /Length 45 @@ -60881,7 +60940,7 @@ x "���}� endstream endobj -4589 0 obj +4601 0 obj << /Filter /FlateDecode /Length 80 @@ -60890,7 +60949,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -4590 0 obj +4602 0 obj << /Filter /FlateDecode /Length 236 @@ -60901,7 +60960,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -4591 0 obj +4603 0 obj << /Filter /FlateDecode /Length 237 @@ -60912,7 +60971,7 @@ x �S�w�� ;�fS�GR�t�慷�r!��S��7҄�٧be�J���`��Dd��e8�ah��4`����֑ҋ��1 7���W���6K������+�n��|��IU\~ endstream endobj -4592 0 obj +4604 0 obj << /Filter /FlateDecode /Length 332 @@ -60923,7 +60982,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -4593 0 obj +4605 0 obj << /Filter /FlateDecode /Length 17 @@ -60932,7 +60991,7 @@ stream x�36�P0��C.��� endstream endobj -4594 0 obj +4606 0 obj << /Filter /FlateDecode /Length 131 @@ -60941,7 +61000,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -4595 0 obj +4607 0 obj << /Filter /FlateDecode /Length 338 @@ -60955,7 +61014,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -4596 0 obj +4608 0 obj << /Filter /FlateDecode /Length 248 @@ -60966,21 +61025,21 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -4571 0 obj +4583 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -4555 0 obj +4567 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/vis1025.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4597 0 R +/PTEX.InfoDict 4609 0 R /BBox [0 0 1440 720] /Group << /CS /DeviceRGB @@ -60989,7 +61048,7 @@ endobj >> /Resources << /ExtGState << ->>/Font << /F1 4598 0 R>> +>>/Font << /F1 4610 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -61027,52 +61086,52 @@ iD| cq.��GI��֒�?5Jn��<�u(��jK)���a{��ziD̪ڣ�n��WmJ)U���i�@�j�QR�m5��U��JK;��g˩Qr����)�CY]UK_��:��w)��FT���=����O�oų��o����a|`��K�t^i����n�9�N�p�@L;���`C�l��F���!gie�K��x�l�D�_o�5�m~)��9�b��<+uy��`>[>���Ӕ� X��4�;�g�9�Ǟr��i\��@��ܱq���4��i\8~�^��>3,�����>��]���sl���⥶^W��+�,�;�g1znwǜ�{FG���h��s}�� �ʱ����S�����c�6�n-^j�q<���b��x����yuu��(�ޢ���������=)#��/><~�+~����7K���#9��߇R<�v����\i�}���'�}��?}����ӏ������}Ъ��PB����4�%�٧�����W~Ư�M��}jq�O?��?k�_q;���*k����3~�i �g�'"��~����w�~�;q�L endstream endobj -4597 0 obj +4609 0 obj << /CreationDate (D:20200929123310+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -4598 0 obj +4610 0 obj << /BaseFont /DejaVuSans -/CharProcs 4599 0 R +/CharProcs 4611 0 R /Encoding << /Differences [ 32/space 97/a 99/c/d/e/f/g/h/i/j 108/l 112/p/q 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4600 0 R +/FontDescriptor 4612 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4601 0 R +/Widths 4613 0 R >> endobj -4599 0 obj +4611 0 obj << -/a 4602 0 R -/c 4603 0 R -/d 4604 0 R -/e 4605 0 R -/f 4606 0 R -/g 4607 0 R -/h 4608 0 R -/i 4609 0 R -/j 4610 0 R -/l 4611 0 R -/p 4612 0 R -/q 4613 0 R -/s 4614 0 R -/space 4615 0 R -/t 4616 0 R +/a 4614 0 R +/c 4615 0 R +/d 4616 0 R +/e 4617 0 R +/f 4618 0 R +/g 4619 0 R +/h 4620 0 R +/i 4621 0 R +/j 4622 0 R +/l 4623 0 R +/p 4624 0 R +/q 4625 0 R +/s 4626 0 R +/space 4627 0 R +/t 4628 0 R >> endobj -4600 0 obj +4612 0 obj << /Ascent 929 /CapHeight 0 @@ -61087,10 +61146,10 @@ endobj /XHeight 0 >> endobj -4601 0 obj +4613 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4602 0 obj +4614 0 obj << /Filter /FlateDecode /Length 304 @@ -61100,7 +61159,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -4603 0 obj +4615 0 obj << /Filter /FlateDecode /Length 230 @@ -61109,7 +61168,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -4604 0 obj +4616 0 obj << /Filter /FlateDecode /Length 227 @@ -61120,7 +61179,7 @@ x *��s��>�h][M endstream endobj -4605 0 obj +4617 0 obj << /Filter /FlateDecode /Length 245 @@ -61129,7 +61188,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -4606 0 obj +4618 0 obj << /Filter /FlateDecode /Length 133 @@ -61138,7 +61197,7 @@ stream x�M�A�0�~�����tzJ�-�6�팀��0<b�0%�z��U�Kp6��%E<j�TGc����ݡ���M��sӴ�t7Q*m�����}��U�$��[�.�$�Es�T0���KK�����f>3� endstream endobj -4607 0 obj +4619 0 obj << /Filter /FlateDecode /Length 338 @@ -61147,7 +61206,7 @@ stream x�ERKr�0��\ 3�g��NW����p:�<� 2=eH��6�d���Wd�Ր�F�D��)����\�n�J�?��72ͮЪ�G�6�F5+#� C�zV���Q�d��v!�:S�p,�C��u�)�mA��#�o<���r��Ln���[��:[�m@ �s�`��� ������)(U��I�\';P�Ъt�7�9`Ò��ho��>��F����, ���f��1�H�'�N=q:őpI8�@�������/���� u:eM����B��Rq�"n]E�lO� �?*�3b��� �Ԓ����������枾�?�9������ endstream endobj -4608 0 obj +4620 0 obj << /Filter /FlateDecode /Length 163 @@ -61156,7 +61215,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -4609 0 obj +4621 0 obj << /Filter /FlateDecode /Length 68 @@ -61167,7 +61226,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -4610 0 obj +4622 0 obj << /Filter /FlateDecode /Length 126 @@ -61177,7 +61236,7 @@ x �R�wJ�U�o�D8�nI2�t�N�\��}R�k��kg�����%�/���� . endstream endobj -4611 0 obj +4623 0 obj << /Filter /FlateDecode /Length 45 @@ -61189,7 +61248,7 @@ x "���}� endstream endobj -4612 0 obj +4624 0 obj << /Filter /FlateDecode /Length 236 @@ -61200,7 +61259,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -4613 0 obj +4625 0 obj << /Filter /FlateDecode /Length 237 @@ -61211,7 +61270,7 @@ x �S�w�� ;�fS�GR�t�慷�r!��S��7҄�٧be�J���`��Dd��e8�ah��4`����֑ҋ��1 7���W���6K������+�n��|��IU\~ endstream endobj -4614 0 obj +4626 0 obj << /Filter /FlateDecode /Length 332 @@ -61222,7 +61281,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -4615 0 obj +4627 0 obj << /Filter /FlateDecode /Length 17 @@ -61231,7 +61290,7 @@ stream x�36�P0��C.��� endstream endobj -4616 0 obj +4628 0 obj << /Filter /FlateDecode /Length 131 @@ -61240,14 +61299,14 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -4556 0 obj +4568 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/history928.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4617 0 R +/PTEX.InfoDict 4629 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -61271,7 +61330,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 4618 0 R>> +>>/Font << /F1 4630 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -61312,55 +61371,55 @@ ifQ �D���PS|���J����C0���)��Zm_�P�8��?~��������R����s���?���K��w��T�F����'�J�o���:��v����~/���{1��dh�q"���~�L�@l/�:�S�����h�����>���?������8:��8ڵU\�����{��~}������o����ҿ{�?�� endstream endobj -4617 0 obj +4629 0 obj << /CreationDate (D:20200928125118+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -4618 0 obj +4630 0 obj << /BaseFont /DejaVuSans -/CharProcs 4619 0 R +/CharProcs 4631 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five/six 95/underscore 97/a 99/c 101/e 104/h 108/l 111/o/p 115/s 118/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4620 0 R +/FontDescriptor 4632 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4621 0 R +/Widths 4633 0 R >> endobj -4619 0 obj +4631 0 obj << -/a 4622 0 R -/c 4623 0 R -/e 4624 0 R -/five 4625 0 R -/four 4626 0 R -/h 4627 0 R -/l 4628 0 R -/o 4629 0 R -/one 4630 0 R -/p 4631 0 R -/period 4632 0 R -/s 4633 0 R -/six 4634 0 R -/three 4635 0 R -/two 4636 0 R -/underscore 4637 0 R -/v 4638 0 R -/zero 4639 0 R +/a 4634 0 R +/c 4635 0 R +/e 4636 0 R +/five 4637 0 R +/four 4638 0 R +/h 4639 0 R +/l 4640 0 R +/o 4641 0 R +/one 4642 0 R +/p 4643 0 R +/period 4644 0 R +/s 4645 0 R +/six 4646 0 R +/three 4647 0 R +/two 4648 0 R +/underscore 4649 0 R +/v 4650 0 R +/zero 4651 0 R >> endobj -4620 0 obj +4632 0 obj << /Ascent 929 /CapHeight 0 @@ -61375,10 +61434,10 @@ endobj /XHeight 0 >> endobj -4621 0 obj +4633 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4622 0 obj +4634 0 obj << /Filter /FlateDecode /Length 304 @@ -61388,7 +61447,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -4623 0 obj +4635 0 obj << /Filter /FlateDecode /Length 230 @@ -61397,7 +61456,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -4624 0 obj +4636 0 obj << /Filter /FlateDecode /Length 245 @@ -61406,7 +61465,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -4625 0 obj +4637 0 obj << /Filter /FlateDecode /Length 247 @@ -61416,7 +61475,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -4626 0 obj +4638 0 obj << /Filter /FlateDecode /Length 90 @@ -61425,7 +61484,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -4627 0 obj +4639 0 obj << /Filter /FlateDecode /Length 163 @@ -61434,7 +61493,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -4628 0 obj +4640 0 obj << /Filter /FlateDecode /Length 45 @@ -61446,7 +61505,7 @@ x "���}� endstream endobj -4629 0 obj +4641 0 obj << /Filter /FlateDecode /Length 214 @@ -61457,7 +61516,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -4630 0 obj +4642 0 obj << /Filter /FlateDecode /Length 80 @@ -61466,7 +61525,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -4631 0 obj +4643 0 obj << /Filter /FlateDecode /Length 236 @@ -61477,7 +61536,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -4632 0 obj +4644 0 obj << /Filter /FlateDecode /Length 49 @@ -61486,7 +61545,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -4633 0 obj +4645 0 obj << /Filter /FlateDecode /Length 332 @@ -61497,7 +61556,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -4634 0 obj +4646 0 obj << /Filter /FlateDecode /Length 317 @@ -61508,7 +61567,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -4635 0 obj +4647 0 obj << /Filter /FlateDecode /Length 338 @@ -61522,7 +61581,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -4636 0 obj +4648 0 obj << /Filter /FlateDecode /Length 248 @@ -61533,7 +61592,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -4637 0 obj +4649 0 obj << /Filter /FlateDecode /Length 52 @@ -61542,7 +61601,7 @@ stream x�350P0PеT�526U05� �LR���\$��S a��s*s���T� endstream endobj -4638 0 obj +4650 0 obj << /Filter /FlateDecode /Length 72 @@ -61551,7 +61610,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -4639 0 obj +4651 0 obj << /Filter /FlateDecode /Length 210 @@ -61561,14 +61620,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -4557 0 obj +4569 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/history1025.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4640 0 R +/PTEX.InfoDict 4652 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -61592,7 +61651,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 4641 0 R>> +>>/Font << /F1 4653 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -61640,54 +61699,54 @@ $ YЫ�. R��C�r[`��i?�U�+>niЫ&a��C��z����jj*��>��w�jEsL�}�P+za�)�x�����L>`W~F���ٛv%�¯��Jڭ�xw�Ю��N&7%�M������]�R�x��ЮD��Q��J<�fs����P�|k,'��'��eM?�^�gn��ױ�|��|�^����l<��_ؾ�?��6~�՟��~���Q����0�r3�ae�!(��(�|���u����"=3E��;����?.�C��Լ�֞ �㱫����OC��B�3d���������'鼛<����{Vώb�?�f��s濼>g.��a�����O}��������=^.0���B����I�[�P��1�q&���K�����>o�S����q��hy׃�u~������4�-����ퟟ��ۏ�OV�b endstream endobj -4640 0 obj +4652 0 obj << /CreationDate (D:20200927115335+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -4641 0 obj +4653 0 obj << /BaseFont /DejaVuSans -/CharProcs 4642 0 R +/CharProcs 4654 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five 95/underscore 97/a 99/c 101/e 104/h 108/l 111/o/p 115/s 118/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4643 0 R +/FontDescriptor 4655 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4644 0 R +/Widths 4656 0 R >> endobj -4642 0 obj +4654 0 obj << -/a 4645 0 R -/c 4646 0 R -/e 4647 0 R -/five 4648 0 R -/four 4649 0 R -/h 4650 0 R -/l 4651 0 R -/o 4652 0 R -/one 4653 0 R -/p 4654 0 R -/period 4655 0 R -/s 4656 0 R -/three 4657 0 R -/two 4658 0 R -/underscore 4659 0 R -/v 4660 0 R -/zero 4661 0 R +/a 4657 0 R +/c 4658 0 R +/e 4659 0 R +/five 4660 0 R +/four 4661 0 R +/h 4662 0 R +/l 4663 0 R +/o 4664 0 R +/one 4665 0 R +/p 4666 0 R +/period 4667 0 R +/s 4668 0 R +/three 4669 0 R +/two 4670 0 R +/underscore 4671 0 R +/v 4672 0 R +/zero 4673 0 R >> endobj -4643 0 obj +4655 0 obj << /Ascent 929 /CapHeight 0 @@ -61702,10 +61761,10 @@ endobj /XHeight 0 >> endobj -4644 0 obj +4656 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4645 0 obj +4657 0 obj << /Filter /FlateDecode /Length 304 @@ -61715,7 +61774,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -4646 0 obj +4658 0 obj << /Filter /FlateDecode /Length 230 @@ -61724,7 +61783,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -4647 0 obj +4659 0 obj << /Filter /FlateDecode /Length 245 @@ -61733,7 +61792,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -4648 0 obj +4660 0 obj << /Filter /FlateDecode /Length 247 @@ -61743,7 +61802,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -4649 0 obj +4661 0 obj << /Filter /FlateDecode /Length 90 @@ -61752,7 +61811,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -4650 0 obj +4662 0 obj << /Filter /FlateDecode /Length 163 @@ -61761,7 +61820,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -4651 0 obj +4663 0 obj << /Filter /FlateDecode /Length 45 @@ -61773,7 +61832,7 @@ x "���}� endstream endobj -4652 0 obj +4664 0 obj << /Filter /FlateDecode /Length 214 @@ -61784,7 +61843,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -4653 0 obj +4665 0 obj << /Filter /FlateDecode /Length 80 @@ -61793,7 +61852,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -4654 0 obj +4666 0 obj << /Filter /FlateDecode /Length 236 @@ -61804,7 +61863,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -4655 0 obj +4667 0 obj << /Filter /FlateDecode /Length 49 @@ -61813,7 +61872,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -4656 0 obj +4668 0 obj << /Filter /FlateDecode /Length 332 @@ -61824,7 +61883,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -4657 0 obj +4669 0 obj << /Filter /FlateDecode /Length 338 @@ -61838,7 +61897,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -4658 0 obj +4670 0 obj << /Filter /FlateDecode /Length 248 @@ -61849,7 +61908,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -4659 0 obj +4671 0 obj << /Filter /FlateDecode /Length 52 @@ -61858,7 +61917,7 @@ stream x�350P0PеT�526U05� �LR���\$��S a��s*s���T� endstream endobj -4660 0 obj +4672 0 obj << /Filter /FlateDecode /Length 72 @@ -61867,7 +61926,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -4661 0 obj +4673 0 obj << /Filter /FlateDecode /Length 210 @@ -61877,7 +61936,7 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -4550 0 obj +4562 0 obj << /Type /Annot /Subtype /Link @@ -61886,7 +61945,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.4.1) >> >> endobj -4551 0 obj +4563 0 obj << /Type /Annot /Subtype /Link @@ -61895,7 +61954,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.3.6) >> >> endobj -4552 0 obj +4564 0 obj << /Type /Annot /Subtype /Link @@ -61904,7 +61963,7 @@ endobj /A << /S /GoTo /D (subsection.9.15) >> >> endobj -4553 0 obj +4565 0 obj << /Type /Annot /Subtype /Link @@ -61913,121 +61972,121 @@ endobj /A << /S /GoTo /D (subsection.1.4) >> >> endobj -4558 0 obj +4570 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [254.566 115.339 269.759 129.131] -/A << /S /GoTo /D (Hfootnote.193) >> +/A << /S /GoTo /D (Hfootnote.191) >> >> endobj -4569 0 obj +4581 0 obj << -/D [4567 0 R /XYZ 55.693 823.059 null] +/D [4579 0 R /XYZ 55.693 823.059 null] >> endobj 510 0 obj << -/D [4567 0 R /XYZ 56.693 707.696 null] +/D [4579 0 R /XYZ 56.693 707.696 null] >> endobj -4570 0 obj +4582 0 obj << -/D [4567 0 R /XYZ 56.693 595.616 null] +/D [4579 0 R /XYZ 56.693 595.616 null] >> endobj -4572 0 obj +4584 0 obj << -/D [4567 0 R /XYZ 56.693 424.363 null] +/D [4579 0 R /XYZ 56.693 424.363 null] >> endobj -4573 0 obj +4585 0 obj << -/D [4567 0 R /XYZ 74.626 80.271 null] +/D [4579 0 R /XYZ 74.626 80.271 null] >> endobj -4566 0 obj +4578 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F29 679 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im88 4554 0 R /Im89 4555 0 R /Im90 4556 0 R /Im91 4557 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F29 679 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im88 4566 0 R /Im89 4567 0 R /Im90 4568 0 R /Im91 4569 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4666 0 obj +4678 0 obj << /Length 3801 /Filter /FlateDecode >> stream -xڥZY���~�_�G ��y~1ldm�@��z�$X%�$fx�<v=�������V3� /bw�]]�W�r7������ǻ������9Y����&��86)��d�Xl>n��C�d�o߿��~������4۾���6?��C��[��v�=�t�����;��w7�4��8�n�����MAm?m\'���g�Yo��sҌ��旻��u�I�:I�a�{�S����P���z������i�֔��t���>�2�� :P3Z�6 ��M�e��\�}� esB�]n�j4r|��;)>����7��%���|�w�oB'R���B�C_��K/ +xڥZY���~�_�G ��y~1ldm�@��z�$X%�$fx�<v=�������V3� /bw�]]�W�r7������ǻ������9Y����&��86)��d�Xl>n��C�d�o߿��~������4۾���6?��C��[��v�=�t�����;��w7�4��8�n�����MAm?m\'���g�Yo��sҌ��旻��u�I�:I�a�{�S����P���z������i�֔��t���>�2�� :P3Z�6 ��M�e��\�}� esB�]n�j4r|��;)>����7��%���|�w�oB'R���|�C_��K/ 7�!�=K[_�N����nGm�t�(C��m����F�x���NH_��1eW=�_]�mM���:������M��0�S1 �B�ڱ*P̻�h�OH�P�3�K���OZ��ʺ���|([]��k3t��,�Ava>��>EY_���L| �녍)Pm��trwRk�ySp�k �FJ#Q-��xXLO �l�}��Ue����8��p�3*U1U�m�ehu��ҵL���K#qMf�o�:©��4��Wm+��'�������&nN=��nk:Y�~pg�.@��^D� �]��+ -+Y�U�d��NKt��^�j^��J��C�W7����(��B7�����`@l�<��%]���9Yӌ2SE�|7����9�Ѳ��!�>�M���!�z�o58z]�S�M���������.�o�3}� �Vޜ̪oqMD\�)*�:~fMc?��!q7Y3����d!����(O��dT�s�c~��?p=��< �s��'{�Y��/�ϭ��(�è��z��;褹���,�x�Y���ü졥e�Y��%W0�����u�}&'���ԍI�8��f�-AsbC��G�qܤ\6���x� ���=x[e ++Y�U�d��NKt��^�j^��J��C�W7����(��B7�����`@l�<��%]���9Yӌ2SE�|7����9�Ѳ��!�>�M���!�z�o58x]�S�M���������.�o�3}� �Vޜ̪oqMD\�)*�:~fMc?��!q7Y3����d!����(O��dT�s�c~��?p=��< �s��'{�Y��/�ϭ��(�è��z��;褹���,�x�Y���ü졥e�Y��%W0�����u�}&'���ԍI�8��f�-AsbC��G�qܤ\6���x� ���=x[e �:cI�D9��LC�'.�o���|���?�:7e��Z���ժ�I`��pl5;��Z&����ql�β�V�\.����t�ր���D{�,�'cy��v�Ʌx�Zβϸu��|�@H�?�K�z�r�6�NƳ�zi%�k��� )�Бc]5u�����Y�+n�P�X��C�4� ���a�E����*�$��X��Ψ�O^��N�%u`�*� ���L��4��4��D:����DҰ�6ӥ����59��q���A�.�U�Vf0"gT8�uI.D+��8�t2�XiA>���X�����#�E��&�/�萻N�}� ��q���H��Ĵ%�d%�]���� -�j�0�Z��['�s�ȇ\���[�c2�1����t#��K6"̟��R�/��Z�8j�����T)�.[��H#:�EEd�����X�r�Rx�V`8n �ά[�Wn��96�;^����� ]u�:5{�ڜ��I�g�U~����vq&08<̜0���r�Vg� +�j�0�Z��['�s�ȇ\���[�c2�1����t#��K6"̟��R�/��Z�8j�����T)�.[��H#:�EEd�����X�r�Rx�V`8n �ά[Wn��96�;^���� ]u�:5{�ڜ��I�g�U~����vq&08<̜0���r�Vg� n� �5�)�$��[r��n����1��"U(�:���Z���B�P�I���؛�X�Q#��M_��k����,���c�֠)�a ^�d� ��Q���"���w���ެ�4�m��dsr�]��l!�R� -�p6�EB��l�g_*3W��YА"�f|�@�}�:8��g��C�6!�'��u�^ɮ�lhA��>�+���'$��QOq"{P��勀�&�H�~��!�] �f:��e��D��ϋog/7�<�6U��`�d�U��f}����2@���Z�~ӵ���(�ַ�~�@ +�p6�EB��l�g_*3W��YА"�f|�@�}�:8��g��C�6!�'��u�_ɮ�lhA��>�+���'$��QOq"{P��勀�&�H�~��!�] �f:��e��D��ϋog/7�<�6U��`�d�U��f}����2@���Z�~ӵ���(�ַ�~�@ |J�K~�h�Qݲ�S�=�9>�{�$������qCgŠϨ��F�i�C�]~9�x�m%�R�܊��a%�_��l�S�U�F���6N���;��*Uؽ��^{�FY����)�M����hA�����2������Au���ypշ(��M(W�IO_�*A(��܂�R 9�**����H���Jَ=��l������(����p��!V��nt'v��eyy������|x'�#R��r�}�������#�D���#ĕI9>�|8����mW�U�� K��Iϟa(0�Ԧ��\�EQ]M͍|�0tR��YF3-�rs�J<,��_�"pB���m���3��3���gK��y졌RA6N��i*��ѷWe����gB�t��>�M�)��x誖�E��0�rC��6��* �t`=8��@�����B3Yqv$I7�����2��M��S�/�z&��r/ xn��9,�c��F��~��z\�Rn�64�+�i/�$ ��$��ML��^���}���M�EN����Wߧ���bu8� =�\����$2M92��t�LI5 ��^l��N�V�4��c��#�-ɪ�!+�ߨ���9�dt��PJR"ƙJ�%�c��I�5��VÞ�D]�D�� :!,��/�ʻIT� ��h��3(=��<4�Zi��i����J�e�^]@��f�W9��mR��UJ�����~'b�Jދ-�� ��s�u�|��j<��B�\��4�x�~��E��n�ǰO� -�n^]����bD��Ji�i��u�����N-��獜���Id��$��zT������k8�҉��DH���s�J>Kml��x_^:�cu�8�(CY���wD��W���5mv��(��B1O �()7Հ�� Wh�p�����'�I.��t�`�vS��nmw�q��3���\(�$na��à�F������x�&+��] ��)��*��'�[ 2nL)��TlR��HtR�_c�����m&�� +�n^]����bD��Ji�i��u�����N-��獜��Id��$��zT������k8�҉��DH���s�J>Kml��x_^:�cu�8�(CY���wD��W���5mv��(��B1O �()7Հ�� Wh�p�����'�I.��t�`�vS��nmw�q��3���\(�$na��à�F������x�&+��] ��)��*��'�[ 2nL)��TlR��HtR�_c�����m&�� `�`�tƼܢ����pC�Z��'�~e`ٿ�_"i�y�R.��}^(��r�G��t��)�j�dHl�`g0:�5/�hP��U�]�J�k�y�T�)]Ls�vM�b����q_6�m�±j4=�$��i����Gλ@B��Z�I�I��}���9_^}(~����ס����S䍣�� W]|�)'�:Z�+��1�B�n��I�[�Q��n}�$�*���Hl�Ϻ��NC{2ֈ�fq�C -�>@���:����{�1��s�f�E�-͕�/�<��p�=��禝�Ӟ�)���3�I��T��#���A��AӞ�Fi�sZ���6��5��O��EN���b�u�%�&K��gb�a��q�9=D|�Eט�*�2&"����Y�O")��ȶ+O%ҫ�Q[�t�?�BH#��.�谘���}��=���N���e˄�2/ц����7> �}�@N�=�#�^2H�!�ǁ鑡�Jb�kwoa�5#�w���W�Y��@�l���%cx �gm�pfU�7v^y-�qRٗ��m�=h�A*X/���>�b�hMۼ��l��ī��[�+/��͙�O֤�v�h��i�����f�h��_xJN�蔹!���W-"���Y2���E�oϨ��[|�C(�A_�G�z:�f��x�m08}~7��0`]i���r��j��������߸49z� $����`��#���Lj���:���R�P�K�a����ҵ����ζ/#b�p5���9����gWV�9����J����XO���C�}v����_��s -�=�s<�����N����d�w���P������z�O�B�{F\�_�JHM�����YYsa��0��%kgj�xf�P�H�� l���S���|ח���Sz�~BL�'�؆���Y�?��I���"���;�q[P=�_"�,c��#�u��sW�G�x�q`�(���i�KH8�j@�<�F@h��I�&��z5��`l5e�^�U�2� L5Shm��/sќ�����D�?z��j +�>@���:����{�1��s�f�E�-͕�/�<��p�=��禝�Ӟ�)���3�I��T��#���A��AӞ�Fi�sZ���6��5��O��EN���b�u�%�&K��gb�a��q�9=D|�Eט�*�2&"����Y�O")��ȶ+O%ҫ�Q[�t�?�BH#��.�谘���}��=���N���e˄�2/ц����7> �}�@N�=�#�^2H�!�ǁ鑡�Jb�kwoa�5#�w���W�Y��@�l���%cx �gm�pfU�7v^y-�qRٗ��m�=h�A*X/���>�b�hMۼ��l��ī��[�+/��͙�O֤�v�h��i�����f�h��_xJN�蔹!���W-"���Y2���E�oϨ��[|�C(�A_�G�z:�f��x�m08~~7��0`]i���r��j��������߸49z� $����`��#���Lj���:���R�P�K�a����ҵ����ζ/#b�p5���9����gWV�9����J����XO���C�}v����_��s +�=�s<�����N����d�w���P������z�O�B�{F\�_�JHM�����YYsa��0��%kgj�xf�P�H�� l���S���|ח���Sz�~BL�'�؆���Y�?��I���"���;�q[P=�_"�,c��#�u��sW�G�x�q`�(���i�KH8�j@�<�F@h��I�&��z5��`l5e�^�U�2� L5Shm��/sќ�����D�?���V endstream endobj -4665 0 obj +4677 0 obj << /Type /Page -/Contents 4666 0 R -/Resources 4664 0 R +/Contents 4678 0 R +/Resources 4676 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4533 0 R -/Annots [ 4559 0 R 4561 0 R 4562 0 R 4563 0 R 4564 0 R 4565 0 R 4662 0 R 4663 0 R 4560 0 R ] +/Parent 4545 0 R +/Annots [ 4571 0 R 4573 0 R 4574 0 R 4575 0 R 4576 0 R 4577 0 R 4674 0 R 4675 0 R 4572 0 R ] >> endobj -4559 0 obj +4571 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [376.489 767.43 391.682 781.222] -/A << /S /GoTo /D (Hfootnote.194) >> +/A << /S /GoTo /D (Hfootnote.192) >> >> endobj -4561 0 obj +4573 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [191.922 709.647 207.115 723.439] -/A << /S /GoTo /D (Hfootnote.195) >> +/A << /S /GoTo /D (Hfootnote.193) >> >> endobj -4562 0 obj +4574 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [378.792 594.08 393.985 607.872] -/A << /S /GoTo /D (Hfootnote.196) >> +/A << /S /GoTo /D (Hfootnote.194) >> >> endobj -4563 0 obj +4575 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [391.993 594.08 407.186 607.872] -/A << /S /GoTo /D (Hfootnote.197) >> +/A << /S /GoTo /D (Hfootnote.195) >> >> endobj -4564 0 obj +4576 0 obj << /Type /Annot /Subtype /Link @@ -62036,16 +62095,16 @@ endobj /A << /S /GoTo /D (subsection.10.3) >> >> endobj -4565 0 obj +4577 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [153.312 550.743 168.505 564.535] -/A << /S /GoTo /D (Hfootnote.198) >> +/A << /S /GoTo /D (Hfootnote.196) >> >> endobj -4662 0 obj +4674 0 obj << /Type /Annot /Subtype /Link @@ -62054,7 +62113,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.1.2) >> >> endobj -4663 0 obj +4675 0 obj << /Type /Annot /Subtype /Link @@ -62063,7 +62122,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.4.1) >> >> endobj -4560 0 obj +4572 0 obj << /Type /Annot /Subtype /Link @@ -62072,53 +62131,53 @@ endobj /A << /S /GoTo /D (subsection.9.14) >> >> endobj -4667 0 obj +4679 0 obj << -/D [4665 0 R /XYZ 55.693 823.059 null] +/D [4677 0 R /XYZ 55.693 823.059 null] >> endobj 514 0 obj << -/D [4665 0 R /XYZ 56.693 535.01 null] +/D [4677 0 R /XYZ 56.693 535.01 null] >> endobj 518 0 obj << -/D [4665 0 R /XYZ 56.693 424.715 null] +/D [4677 0 R /XYZ 56.693 424.715 null] >> endobj -4668 0 obj +4680 0 obj << -/D [4665 0 R /XYZ 74.626 324.142 null] +/D [4677 0 R /XYZ 74.626 324.142 null] >> endobj -4669 0 obj +4681 0 obj << -/D [4665 0 R /XYZ 74.626 300.232 null] +/D [4677 0 R /XYZ 74.626 300.232 null] >> endobj -4670 0 obj +4682 0 obj << -/D [4665 0 R /XYZ 74.626 276.322 null] +/D [4677 0 R /XYZ 74.626 276.322 null] >> endobj -4671 0 obj +4683 0 obj << -/D [4665 0 R /XYZ 74.626 252.411 null] +/D [4677 0 R /XYZ 74.626 252.411 null] >> endobj -4672 0 obj +4684 0 obj << -/D [4665 0 R /XYZ 74.626 144.815 null] +/D [4677 0 R /XYZ 74.626 144.815 null] >> endobj -4664 0 obj +4676 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F29 679 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F28 677 0 R /F29 679 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4675 0 obj +4687 0 obj << /Length 726 /Filter /FlateDecode @@ -62128,44 +62187,44 @@ x �=T����݈< ��g�(�E=p�%���|��lIJ�G����Bd�sf�\�ņ�)��U� �5��&NLa���������8FiCobQP�uq� E9���*:_DO��)�o�҂I.ɪ���S��IYf4y�<k"5gڀX��m����>a���(�X��O��B�V��L�L�V�+�����Zf䬅R�o�WLK��rޏ�n����?0�4�!J���0��r;vk�2�-Nd��� ~/��vh��0>z��˘S;��y״]���~�]ٷ�4��h�O���Q�H�_�g��^���*qx�:[6e�E�we?���ڇ�% ���;�LX��>\��i�#^z玼�vUU���*CĪr��^��,�ס�K9��d�Ǿ�k��V�o;�@Ln�ej�uG!�Yc���A*����}��I g��LJ�oZU���_)�؍�O#T�Ȥ�U�"�e�ص���y*߿�nFD�zN.8�FV��Y2�B�P%��9��&���U�Y��C|�i��W�����E��s�@'Ϛ�����g��k�6��q�C��<���.�C�7��=1B�b��9B�Y��`v�s^���%��6�-��Jm�ԂY���t������Y��e~ �+�*&v���m'��w��r�,�sIO����N�?�2���` �>]p �i���%���������' endstream endobj -4674 0 obj +4686 0 obj << /Type /Page -/Contents 4675 0 R -/Resources 4673 0 R +/Contents 4687 0 R +/Resources 4685 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4533 0 R -/Group 841 0 R +/Parent 4545 0 R +/Group 852 0 R >> endobj -4676 0 obj +4688 0 obj << -/D [4674 0 R /XYZ 55.693 823.059 null] +/D [4686 0 R /XYZ 55.693 823.059 null] >> endobj -4677 0 obj +4689 0 obj << -/D [4674 0 R /XYZ 56.693 789.929 null] +/D [4686 0 R /XYZ 56.693 789.929 null] >> endobj -4678 0 obj +4690 0 obj << -/D [4674 0 R /XYZ 56.693 620.569 null] +/D [4686 0 R /XYZ 56.693 620.569 null] >> endobj -4679 0 obj +4691 0 obj << -/D [4674 0 R /XYZ 56.693 419.993 null] +/D [4686 0 R /XYZ 56.693 419.993 null] >> endobj -4673 0 obj +4685 0 obj << /Font << /F23 623 0 R >> -/XObject << /Im43 2456 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -4684 0 obj +4696 0 obj << /Length 1413 /Filter /FlateDecode @@ -62179,18 +62238,18 @@ C IJ� �5U���6�j���z����~W8�'|[��$��kS��/�b>u�����4��;��_��F�lLᾡ�p'�/�����!\��� ���/����>M�' endstream endobj -4683 0 obj +4695 0 obj << /Type /Page -/Contents 4684 0 R -/Resources 4682 0 R +/Contents 4696 0 R +/Resources 4694 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4688 0 R -/Group 841 0 R -/Annots [ 4680 0 R ] +/Parent 4700 0 R +/Group 852 0 R +/Annots [ 4692 0 R ] >> endobj -4680 0 obj +4692 0 obj << /Type /Annot /Subtype /Link @@ -62199,34 +62258,34 @@ endobj /A << /S /GoTo /D (subsubsection.3.6.4) >> >> endobj -4685 0 obj +4697 0 obj << -/D [4683 0 R /XYZ 55.693 823.059 null] +/D [4695 0 R /XYZ 55.693 823.059 null] >> endobj 522 0 obj << -/D [4683 0 R /XYZ 56.693 737.252 null] +/D [4695 0 R /XYZ 56.693 737.252 null] >> endobj -4686 0 obj +4698 0 obj << -/D [4683 0 R /XYZ 56.693 622.183 null] +/D [4695 0 R /XYZ 56.693 622.183 null] >> endobj -4687 0 obj +4699 0 obj << -/D [4683 0 R /XYZ 56.693 278.267 null] +/D [4695 0 R /XYZ 56.693 278.267 null] >> endobj -4682 0 obj +4694 0 obj << /Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R >> -/XObject << /Im43 2456 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -4698 0 obj +4710 0 obj << /Length 1580 /Filter /FlateDecode @@ -62238,18 +62297,18 @@ l(W >p�.fH��^���� Zj-���/�/����È)�RY�:�ȅoRY�B*���3�_��k����UB�8VUOb�9���9<���ȭ�|և��>�g�{����>�{�gsIA��U�������Q˥�T��W!���9~M���8�[��Q? �W�r���T� endstream endobj -4697 0 obj +4709 0 obj << /Type /Page -/Contents 4698 0 R -/Resources 4696 0 R +/Contents 4710 0 R +/Resources 4708 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4688 0 R -/Group 841 0 R -/Annots [ 4681 0 R 4689 0 R 4690 0 R 4691 0 R 4692 0 R 4693 0 R 4694 0 R ] +/Parent 4700 0 R +/Group 852 0 R +/Annots [ 4693 0 R 4701 0 R 4702 0 R 4703 0 R 4704 0 R 4705 0 R 4706 0 R ] >> endobj -4681 0 obj +4693 0 obj << /Type /Annot /Subtype /Link @@ -62258,7 +62317,7 @@ endobj /A << /S /GoTo /D (subsection.9.22) >> >> endobj -4689 0 obj +4701 0 obj << /Type /Annot /Subtype /Link @@ -62267,7 +62326,7 @@ endobj /A << /S /GoTo /D (subsection.9.25) >> >> endobj -4690 0 obj +4702 0 obj << /Type /Annot /Subtype /Link @@ -62276,7 +62335,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.4.1) >> >> endobj -4691 0 obj +4703 0 obj << /Type /Annot /Subtype /Link @@ -62285,7 +62344,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.7.2) >> >> endobj -4692 0 obj +4704 0 obj << /Type /Annot /Subtype /Link @@ -62294,7 +62353,7 @@ endobj /A << /S /GoTo /D (subsubsection.9.3.6) >> >> endobj -4693 0 obj +4705 0 obj << /Type /Annot /Subtype /Link @@ -62303,7 +62362,7 @@ endobj /A << /S /GoTo /D (subsection.9.6) >> >> endobj -4694 0 obj +4706 0 obj << /Type /Annot /Subtype /Link @@ -62312,39 +62371,39 @@ endobj /A << /S /GoTo /D (section.10) >> >> endobj -4699 0 obj +4711 0 obj << -/D [4697 0 R /XYZ 55.693 823.059 null] +/D [4709 0 R /XYZ 55.693 823.059 null] >> endobj 526 0 obj << -/D [4697 0 R /XYZ 56.693 782.706 null] +/D [4709 0 R /XYZ 56.693 782.706 null] >> endobj 530 0 obj << -/D [4697 0 R /XYZ 56.693 618.945 null] +/D [4709 0 R /XYZ 56.693 618.945 null] >> endobj -4700 0 obj +4712 0 obj << -/D [4697 0 R /XYZ 56.693 517.658 null] +/D [4709 0 R /XYZ 56.693 517.658 null] >> endobj -4701 0 obj +4713 0 obj << -/D [4697 0 R /XYZ 56.693 386.597 null] +/D [4709 0 R /XYZ 56.693 386.597 null] >> endobj -4696 0 obj +4708 0 obj << /Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R >> -/XObject << /Im43 2456 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -4705 0 obj +4717 0 obj << /Length 451 /Filter /FlateDecode @@ -62354,17 +62413,17 @@ xڝ +��2P�0#���Xr3�T���ͅ-JK&TҬͥ(���z�Uu�5Cߞ��� S�`��fs�� �3iKx?Un@��J��5L�nj_:D��TťCc83�C&��&��y{�JA��a��]��I뺔ڇU�K��I�_��~�qQ[�j�n�����G�u�R��r4�J.��6�B��^�O�a��b�:nxrK�yW�����?�\If'̑o�J���� �)���<�x �C.+�K�'��/q�\�O<>չ�.�m���k�1�Fw}t����Ӥ��O�2�ۨ�I�/�?Ik�OTL��v:~�⭽}�������/XGy���4 ����`ԋZ����(��}�Oc��W]y<�����Q endstream endobj -4704 0 obj +4716 0 obj << /Type /Page -/Contents 4705 0 R -/Resources 4703 0 R +/Contents 4717 0 R +/Resources 4715 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4688 0 R -/Annots [ 4695 0 R 4702 0 R ] +/Parent 4700 0 R +/Annots [ 4707 0 R 4714 0 R ] >> endobj -4695 0 obj +4707 0 obj << /Type /Annot /Subtype /Link @@ -62373,7 +62432,7 @@ endobj /A << /S /GoTo /D (subsection.9.22) >> >> endobj -4702 0 obj +4714 0 obj << /Type /Annot /Subtype /Link @@ -62382,65 +62441,60 @@ endobj /A << /S /GoTo /D (subsubsection.5.1.3) >> >> endobj -4706 0 obj +4718 0 obj << -/D [4704 0 R /XYZ 55.693 823.059 null] +/D [4716 0 R /XYZ 55.693 823.059 null] >> endobj 534 0 obj << -/D [4704 0 R /XYZ 56.693 782.706 null] +/D [4716 0 R /XYZ 56.693 782.706 null] >> endobj 538 0 obj << -/D [4704 0 R /XYZ 56.693 716.911 null] +/D [4716 0 R /XYZ 56.693 716.911 null] >> endobj -4703 0 obj +4715 0 obj << /Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4722 0 obj +4734 0 obj << -/Length 3877 +/Length 3879 /Filter /FlateDecode >> stream -xڝْܶ�}�b�U� ��$UJ,%vR�cm*I�~��3�r�1��j���<f��Z/C�qu7��D��&�����7W_���F�0�6���ml&��d2������z��y�������\ou����[�m��������$���7y�����ʒX?\üb�xT��������\�v���h���44�lvǫ�~�6%�}��B�g��yܘL�Y�z���Wќ�nT�ʚ i��U J�6(N'@G�)���J-Qb�(�~8��A������0�(٤a�F -w�6�X�:Ҽ���u�ٹVZT �%��OD,S����zkt�e�i��/����P��Ey�WV1Q�{�Y�o�ʄ�$L�͡�����8�i ������p�m� ��}W�)�C{�Q�6q����m�ծ���_Ȩ`8>���se���WMQ2�U��,���2��[�T�;�]]r���X;�>{�7@,�Q2���΅�@��X{'߳���f]�9�D����օ��$ ��nL����.�ܡcX��- A�u�nJ�n��1�����Y��(��d�;�� -n��o����\ נJܫ�'��\?T͞�UM_�C�s�[�`{xt��p6/����sSr�G�Cu8�t�u�qђ��+H�L���e�_�e(��$�0�+�0�N_�1A@)�=T�R�����xD�+�x����!U�v$y�;KT�a��`D����!2��F#a:�vr�sHP -���As-]6�j�A����X����U#m�< A"� -���5G�xKxD��@����v�#Տ/��g)��w����� t�4��E��n�����Ȅ"t -a'6�3�}<�ESTb�B��y�(�k���y7�;q��$��L�L��9Z�50�ة�-�������B-�Ķ}_�ֲ�Y$F�B"J -��B*�)�?�炥1I,^Q�0��[�V�p�^�&�sɞ��{� ��e# a�*��4n������3���엻b�/q�@ߪ�g}/���5`�X�0�O@,A�!!�C"D�� -n�vc���Y� M��t���D`J�݊�b�������0��(����@C-�-�;Gf�@AI�Wxd���%�|B��h�P���wDk�Y2�Ԭ�8zhO^�h���)� ��AK\����,a�&k�nᄶ!�h�ـG����ƭ��6QR�5�{N_��%�����brX�q������B�@�F����2���5��*e� V����2#�ĝ�`j�_�%�}rC��h(�9x2�������?G6z����Ƿ�� Ž��g���\���s�%[J�����������φ�ƳGc:iS��N�t4�߀ ��]18��ġJ${�X��mL��(�wA�^Ip�آ7$Put; �G�<��n�KRp���h�x�B�@Z�$e>��j�i<~����"J3�eJ��ڣND^����'�iG��S��A� ��D2�.%�tp[�g�q���j�v3����^�Ra�I NX ��%�(���V{�Lhb 6�_������{7`���a����77�h����EV<p�1_�G0�l��R �:9 -�"8ׄӚ��*W�jz�8�&N�ݎ|��� �7e- -��*��>s,��ph�<k� -��G�#��cQ@8���{��Qs��j-4�+�F�v�n�௨k��Z0�^�s���A>W}��^z\cD��I�?�9= -ٮvEG. ��C��� MB\�N|d{�e"&0 �Z��>�h��`@����Z"�u۱�� �,*�X�ܧe��� Zc�C㼋�Tf�؞ x�CW���F�FgvR�^F����8J��<V�=a�"��8�!M��5zE�DWt1�{6#�m�SP�C�8�S���lA���`��5�8�-� -��3�|���\�+q�Y,j8�]�c\�y��F��E֢�3�XHz2g2��D��˩�AV���� �V���dG�� ��j�< ���|:�g21�08�xP������]�+��Bm������5����~�����2�ǻ��xf&���ؓBC���6$����5TX��k�؎�����`���h]�P��8�����c���ml�p�|+%���g�]O��$�oJ2Q0FC&�1�x���_����f 2�h1^�f�4����P4F�M����Ъ|Ͷ@p�z/~<�+��zV ���p���Љ�U] R��j�1�R���U ��6b6�k;�T�)+�);v�ߊ��/��<L/sV��+�� �+��� �F3�<^��/�=��P�K���_���fV\^�QB�C��.:��l�?{)sQ� �W[ޕ�wc��xS^*3�t�'e����is�Nt�]D��I��"\c�`!=�� -���f6 |�����Z[(+� a��z�M欢ʻ���F+�1�"�K��U�a�`4ia�zُᒴQ|Y��\�`�D����4����覟�l[�������x6�����e��AA<����C6�98k��rC�l�찃�MX��.E�o ���"��>���4����-�x؆Px-U�"|�r-�8�."�Q�y7ߔ������މ -6ޔE[ -D�z��"U��Y��J,�a�Z��8Φ2���� �8wG$�N�p���v:G��)�!b/߲�u��/�Q������5�z�PZ�w��B�e��د���U+;�i�hF���ҭ @d���Ɵ"����� �� �K�n��z�dуN��c���HF��%��k�Y\�J�{�d!��q@�ʉ���������H������;�|L7u�K1���J"ɑw>��A_K%�����OI2�����a��?����aj�����@ -�]����!ce6*��$R�7֯�f�<�`���V������<���'o"�ݷ~Uj���?��غo�xgz1�9k'o�c�c��c�A��ky��8T'y���L��� S]�w�K�Q/��x|�m��s&{��;w�/��!�)���9(��VX���G���Th�b�K�DY#φ�%���+;7;�vc �2&�/b�k4�j�v���v��N"�v� Z�q+�G���D���,��>TR�Ů��e�O`w��YE3�4招ʒ�*5�ْ̄�?>���L��K%rru�!�r:9cG�i���-YQ��KL��Ƨ���Z�?�h��b�_���)��l̅���$se��un�;l�=�Q�m�mi���ί�X�|�,�[�4�M�Hlu������A&��Ɉ���XG���pO����(U�5����xf�M�&�D�E{%'���C�U'3��l&Иm�s� ��4��x-ŭ<',e��S@E -;E��P�)'a5gM B����G���N3����m��Z!��f6i"nqZIg��Ӳ�i�>�M�i/�+�Y���j� �L"�6.S�"���[|�5������^HFz!�f���.x���κ�,ػ~�y�.�~�A�$�~�b�"ev����>(�[���DP% �#Vk����OI^�V�&�g{<'1�^��M�K�h_dE�{�i q��=4����H��:3������`)�?X�� ��(�I%�}���i1�y-=h��q�d�^�3�����n|���Q���3J3�Jt��ʿ�Z/M6����M��͔"sdmbʅ�;Ň_�7�S������ -Y\�bf���R��%�,����zW�{YC�1�I�_�l���+K��S�G7p@��5�v���)����T� +xڝْܶ�}�b9U �˕�J���NJv�M%)��!v�^�&9Zm�>}��,WZ�e4��F��9l��W����md6Z�yG���M��In6�l��.7?Zmwy����ͻo���vg�4��������G%������o�ow:K"���y����������\_�v����y* ������_Ԧ���6*4y�y�����t��Ь7��y��4�t��0ұ�ѐ�*Lc=Ѡu��=��ה�Gh�1Q+|?]Ǡs��E�zDX�l�0O����f��(���n]皽+ael��A��&���e*�����_�`� �2 ���WbQ�/_��fe��w`_盝��� �v}�z8���~e����?��7�$$�dA�0�r���G����@�M�(�>pu�/��m�W��:����(>�\ٿ�US����v�0���)@�����9��mW����?֎��]X�N=woێ �(����Bc �y����YVy@�.�d���gn�B�L��Yol����.�ܡ #X��- A�� +^7%r7I����x����Ȭ3� +U�,y�A�7A� ��IZ���a�Ľ�y���C�xY���a8�<��!��GG)��K� p�g�b9�=7%7�~t�9$�$�3K'�\�-��T�\A�f��▥~]�������оhxd��:�]�����P!KeC�:��gf�-�<�g�*�T �ۉ� �,�y�V�=��ժ_#���F�L4��� +&�琠���Z(�l�մ�,��S�?�v�W�LlX�����g:D�F֜xh�!,��I/�sc&pߞ�k78R}�x��v�<K��X�w~�U7O�������5w�a��s?0�� ��)x���x�P��.���b,�+F1^��~����܉sd&�ldR�`���т��!�A����"��7 �@.IA$�� Kl���M-[�EBa�+$�t��)��B�}.X�D�� 찻o���6�AW�K��%��^P�.Yh��`_����q����vwϸb0�:��+���=��[u�/���ő���� �%(8$|�@�PC�-�nlU49���@����w�LɰQUl�=���q��W�}�+ �Il�92C +J"�����8��xɸ���6Z�*'����Zf1�bVH=��^�h�-�����h��pѠ%�y��\E��y��d�pB��tp�l�#�{��R�Vl�D����h���=���؈ސ��y� `19,����NNiyR��!d�w#c��z�� +���g��j�C���̌��g�ND0��/��>�!���n4�<��t +R���ԟU���|�����Hs���ـ�q:�d�tɖ��:�-����g�Oo��g�V�٣1����uO�t4�߀ ��]18��D�N${�X�����Pxo)�����ةEoH�����O�y�/��/eH�]vn���i�����S������0 +֊(͜_�(�Ak�:90yrR��<f<zΞB����'��u)�����>���gd`�U���Yt��]� +�PLJp�jH��,�EQDD�:�eB��)`��[47�G�݀qw�������d���Y��=�|�!�$#�y��K%<��(4��\Nk�æ�\!�q艢��(�kt{�m;2;x�'`ޔ�L(x趫\#�̱��ñ=�+�rя��<�E��2�k�IL�F��ӫ�д�@P-�E������{bh���jx���6&���g}�ǵV�p�D����3���kWt���X:�M��$�E�$�G��^&r`b�%�C1�qZ�v�\���n;�� +r̢��U�>-S��n���]줺0c������G%D��7�8C�'e��e� ڊ�t��c�+�ό����\�W�Nс@tEW�p`3"�/0�:V>��9�_L����� v�_����@�?3��.ϥ�7�Ţ�3��<��@��md�]d-Z=����'s&#�Iā)����dE+��J)nu ���@Ov�x���bˮf����y@�����&c��3ہ5�Ј�8��~%�7[ha��ib�4>e�C'!����5�/xFž��.�)���/9k�C����0먠 I�?�f '�<*���(���v3�X�������<'}!�s,1p���.�o�d�{�����I3���MI�Ac4�`BA�71�x���������ko"�f�h��M�)q��.��Ec���|�� c����n[o�ŏ���"mf� �����Q��XqS�� e�FY�-�Y^B�n#fS��H5�����c���8��C�����4��B��+�� �+���Q��r/�Ǘ��<����w�_���vV\^�IBJ��LU�WX[��^�\TgB�Ֆw�����X�$7ޔ���1��I���)��<kڜ�]�lѻw��(Đ��]O���fq�\I��+�yl���W�����q2gUލwG06Z؈!Aľt�XU�F�V���X.I��ŗլ�e-OT��H?x��n�I̶�Y�k���a�!�I/Ka�^�9����:,@1d���fP�,���V�{���@���`�C�w-�)���.8�ŵ�n�/h!��6���k�*��=˵��ܻ�T�G ���|Sb:6f&z�T��Lel)�g��O�\Tݎfn*���mj��;�h8���2��7p��uX�`;��u6F��eҦ̇p��|�o� j��GU��N�F.�0�qBi�2:� +/���~Ņ'�Zœј�,�v +a:^��̷܃{��S�r�(�ظ�w��-�S��,zЉ�ސ�},�a��H��[5]+��bVBރ%���c���PN�� x���e^~#e��{�c^�p�1�4I.�HD�.*Q�#�}A���J4�ϟ�d>{�:��|�:��46�?�)�vy�>B�(����4�o�_��6y�'�&$6 +-�� -W�+y�P%O�D����,4vQ5~s�u�����b� :>r�N�L��.D�x�$��7��x+jq���i��2yZ�7֣Lu���/�'=����l�ǝ�3�#ĭػ~)�M��_�A)�V���?2���B;s�X�$�y6�-�-XٹA����0A2��2�5}=f;�^d;�l'�l��-�ݸ��Ñ)40Q-�*K;���y��erY��� ����g0_��P��U�e6̖t��)��Tf�g\:���������C8�L�0���҈��\b�b5>�(�hi�0_�1�K�|��Z!,�R0٘?%�I2����܂w{�9�0;�/��).�;�n�:!��5Ęn��҄7#�չz�2kF�O'#ޫ�"��8��{r=�v'��� t+���a���$i�K�Y�Wr�~�<4�X�p2��ζa�ٖ?+�Ks�0��k)n�!8a)3��*R�I�1^�4�9R0N�jΚ�Z����<!��f!O7;��Z!��f6i"nqZIg��Ӳ�i�>�̈́i-�WnY���j� �L�E��t�~�-����I�H�J/$#��|3�vvS<�ceg]x�]��<�J?� +M��J?{�3UY<CDf�����DP' �#Vk����OI^�V�&�g{<'1�^��M�K�h^dE��͌�8S��E� y��|�Bv���y�`)�?X�� ��(�I%�}���i1�y-=�M���.�bgb�;J����&o���L�g�f��j��3Y�l���f�)E���F��w�-��9n������������å,�� �K�]�m�q���8���8c�i�ڿ,��>��W�v�e�EW���-"�L��S��/����T� endstream endobj -4721 0 obj +4733 0 obj << /Type /Page -/Contents 4722 0 R -/Resources 4720 0 R +/Contents 4734 0 R +/Resources 4732 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4688 0 R -/Annots [ 4707 0 R 4708 0 R 4709 0 R 4710 0 R 4711 0 R 4712 0 R 4713 0 R 4714 0 R 4715 0 R 4716 0 R 4717 0 R 4718 0 R ] +/Parent 4700 0 R +/Annots [ 4719 0 R 4720 0 R 4721 0 R 4722 0 R 4723 0 R 4724 0 R 4725 0 R 4726 0 R 4727 0 R 4728 0 R 4729 0 R 4730 0 R ] >> endobj -4707 0 obj +4719 0 obj << /Type /Annot /Subtype /Link @@ -62449,7 +62503,7 @@ endobj /A << /S /GoTo /D (subsection.3.3) >> >> endobj -4708 0 obj +4720 0 obj << /Type /Annot /Subtype /Link @@ -62458,7 +62512,7 @@ endobj /A << /S /GoTo /D (subsection.8.1) >> >> endobj -4709 0 obj +4721 0 obj << /Type /Annot /Subtype /Link @@ -62467,16 +62521,16 @@ endobj /A << /S /GoTo /D (subsection.9.31) >> >> endobj -4710 0 obj +4722 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [422.572 717.235 437.765 731.027] -/A << /S /GoTo /D (Hfootnote.199) >> +/A << /S /GoTo /D (Hfootnote.197) >> >> endobj -4711 0 obj +4723 0 obj << /Type /Annot /Subtype /Link @@ -62485,7 +62539,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.3) >> >> endobj -4712 0 obj +4724 0 obj << /Type /Annot /Subtype /Link @@ -62494,158 +62548,159 @@ endobj /A << /S /GoTo /D (subsubsection.10.3.3) >> >> endobj -4713 0 obj +4725 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [428.351 578.713 443.544 592.505] -/A << /S /GoTo /D (Hfootnote.200) >> +/A << /S /GoTo /D (Hfootnote.198) >> >> endobj -4714 0 obj +4726 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [200.897 395.359 216.09 409.151] -/A << /S /GoTo /D (Hfootnote.201) >> +/A << /S /GoTo /D (Hfootnote.199) >> >> endobj -4715 0 obj +4727 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [286.015 323.13 301.208 336.921] -/A << /S /GoTo /D (Hfootnote.202) >> +/A << /S /GoTo /D (Hfootnote.200) >> >> endobj -4716 0 obj +4728 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [125.492 294.238 140.685 308.03] -/A << /S /GoTo /D (Hfootnote.203) >> +/A << /S /GoTo /D (Hfootnote.201) >> >> endobj -4717 0 obj +4729 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [352.835 294.238 368.028 308.03] -/A << /S /GoTo /D (Hfootnote.204) >> +/A << /S /GoTo /D (Hfootnote.202) >> >> endobj -4718 0 obj +4730 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [360.069 193.117 375.262 206.909] -/A << /S /GoTo /D (Hfootnote.205) >> +/A << /S /GoTo /D (Hfootnote.203) >> >> endobj -4723 0 obj +4735 0 obj << -/D [4721 0 R /XYZ 55.693 823.059 null] +/D [4733 0 R /XYZ 55.693 823.059 null] >> endobj 542 0 obj << -/D [4721 0 R /XYZ 56.693 782.706 null] +/D [4733 0 R /XYZ 56.693 782.706 null] >> endobj 546 0 obj << -/D [4721 0 R /XYZ 56.693 629.273 null] +/D [4733 0 R /XYZ 56.693 629.273 null] >> endobj 550 0 obj << -/D [4721 0 R /XYZ 56.693 490.087 null] +/D [4733 0 R /XYZ 56.693 490.087 null] >> endobj -4724 0 obj +4736 0 obj << -/D [4721 0 R /XYZ 74.626 186.94 null] +/D [4733 0 R /XYZ 74.626 186.94 null] >> endobj -4725 0 obj +4737 0 obj << -/D [4721 0 R /XYZ 74.626 174.985 null] +/D [4733 0 R /XYZ 74.626 174.985 null] >> endobj -4726 0 obj +4738 0 obj << -/D [4721 0 R /XYZ 74.626 163.03 null] +/D [4733 0 R /XYZ 74.626 163.03 null] >> endobj -4727 0 obj +4739 0 obj << -/D [4721 0 R /XYZ 74.626 151.075 null] +/D [4733 0 R /XYZ 74.626 151.075 null] >> endobj -4728 0 obj +4740 0 obj << -/D [4721 0 R /XYZ 74.626 113.746 null] +/D [4733 0 R /XYZ 74.626 113.746 null] >> endobj -4730 0 obj +4742 0 obj << -/D [4721 0 R /XYZ 74.626 101.313 null] +/D [4733 0 R /XYZ 74.626 101.313 null] >> endobj -4731 0 obj +4743 0 obj << -/D [4721 0 R /XYZ 74.626 89.358 null] +/D [4733 0 R /XYZ 74.626 89.358 null] >> endobj -4720 0 obj +4732 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F7 820 0 R /F8 822 0 R /F10 1076 0 R /F11 934 0 R /F13 2722 0 R /F6 4729 0 R /F9 2723 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F7 836 0 R /F8 838 0 R /F10 1083 0 R /F11 914 0 R /F13 2730 0 R /F6 4741 0 R /F9 2731 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4738 0 obj +4750 0 obj << /Length 994 /Filter /FlateDecode >> stream -xڕUMs�6��W�΄0�A��m�4�i���Lg<9�-q���⺿�,(S��� �]��}XddG2�~��fuq%$��<dsO�V�MJ�͖�R�%�Ֆ^^_�y��$�BS�6I��鯛�֟����߬��Y�$)7���:��rW��s�|�|\�7��+�?��4S\��[�~��|IƤ5�!DvDΌ�eKnV���Šu�t����!�}��w�_�\���\t���vcyػ7�Q:�>$��Y��[��;��K8\��:�!I�s[�@21�"%��{D���{@R*fMA�� �q/��.����b�.��^ƥRƍ�g\�s�g��EN7�Ut,���wg5��s P �QV3-�o����&,��5o�������m}j�����"�+M�3%�#�YQ(�q���,?�%�y� �Bo�6ʡ��<��t�s�')/�JY�i��&1�QC��YNM�Kj�P"�3�_���TTУ��wܗ��>��5ݡ�n<%�1E5t��v�7f���5����*����UA�e5�~:�M�bJ1�mN�ر���P �\�y ��o,�M���q� :��ȧ�����+�f��e��Y�����c`��1����h���}�4-4�`u��D��� ��d���Z��-w��tMDC�+�� -ȃ/�I�~��oI��{� ��k���� -�p� ��n���9m�3X����4p�R�����R�SG������Ǔ��4�0�� ��sM5(�� -(5'y7����fxӶq���y�fҋ�EZ(����-\�\�^�0`��@�ӛ"a��]��GJZ'�~�W�%��դ�J=���4&��?/�<��+x��� ��Z?���_�=9�'��/Riɴ��f���e-�]��o��+<��K�E���!�b��+(Sc@���>�x��G�T�Y���JÉp -���?Ș܆ ��3i�O���������,� +xڕUMs�6��W�΄0�A��m�4�i���Lg<9�-q���⺿�,(S��� �]��}XddG2�~��fuq%$��<dsO�V�MJ�͖�R�%�Ֆ^^_�y��$�BS�6I��鯛�֟����߬��Y�$)7���:��rW��s�|�|\�7��+�?��4S\��[�~��|IƤ5�!DvDΌ�eKnV���Šu�t����!�}��w�_�\���\t���vcyػ7�Q:�>$��Y��[��;��K8\��:�!I�s[�@21�"%��{D���{@R*fMA�� ���ix��L��t��� W\/�R��FÂ3���3m�"���*:�M������ȹ����(���ַ��Ɍs����E�Ň� +�n��>5v�Ic�t���������֬(�jv�q�`���<��n�7u�PO��a:�9����i%�,����c�A��!��,�&�%5M(��/QMO**���E�;��fl����F7��Ә���X;��Tw���P�}S�� �@���\1� +����6�P��NX@��S��j�������������S �oz�ܕS3�����,I����X�1�z�W��v4L@�>V�~�:��|���G`�Ha2��y +-����;HY����?��!ĕ]\����$e��ŷ$W����h�B�E\N8�Yb +7ՇS�u��x���~nw8M�����sT��������Ǔ��4�0�� ��sM5(�� +(5'y7����fxӶq���y�fҋ�EZ(����-\�\�^�0`��@�ӛ"a��]��GJZ'�~�W�%��դ�J=���4&��?/�<��+x��� ��Z?���_�=9�'��/Riɴ��f���e-�]��o��+<��K�E���!�b��+(Sc@�g�}��"^%��X�����>��(���1� ,;"�'��\_h�o�#,� endstream endobj -4737 0 obj +4749 0 obj << /Type /Page -/Contents 4738 0 R -/Resources 4736 0 R +/Contents 4750 0 R +/Resources 4748 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4688 0 R -/Group 4741 0 R -/Annots [ 4719 0 R 4733 0 R 4734 0 R ] +/Parent 4700 0 R +/Group 4753 0 R +/Annots [ 4731 0 R 4745 0 R 4746 0 R ] >> endobj -4732 0 obj +4744 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/visnets.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4744 0 R +/PTEX.InfoDict 4756 0 R /BBox [0 0 1440 720] -/Group 4741 0 R +/Group 4753 0 R /Resources << /ExtGState << ->>/Font << /F1 4745 0 R>> +>>/Font << /F1 4757 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -62665,45 +62720,45 @@ x �O߿~���o_~�˟�}���ۧׯ^��8,� endstream endobj -4744 0 obj +4756 0 obj << /CreationDate (D:20201004123424+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -4745 0 obj +4757 0 obj << /BaseFont /DejaVuSans -/CharProcs 4746 0 R +/CharProcs 4758 0 R /Encoding << /Differences [ 32/space 99/c/d/e 106/j 113/q 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4747 0 R +/FontDescriptor 4759 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4748 0 R +/Widths 4760 0 R >> endobj -4746 0 obj +4758 0 obj << -/c 4749 0 R -/d 4750 0 R -/e 4751 0 R -/j 4752 0 R -/q 4753 0 R -/s 4754 0 R -/space 4755 0 R -/t 4756 0 R +/c 4761 0 R +/d 4762 0 R +/e 4763 0 R +/j 4764 0 R +/q 4765 0 R +/s 4766 0 R +/space 4767 0 R +/t 4768 0 R >> endobj -4747 0 obj +4759 0 obj << /Ascent 929 /CapHeight 0 @@ -62718,10 +62773,10 @@ endobj /XHeight 0 >> endobj -4748 0 obj +4760 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4749 0 obj +4761 0 obj << /Filter /FlateDecode /Length 230 @@ -62730,7 +62785,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -4750 0 obj +4762 0 obj << /Filter /FlateDecode /Length 227 @@ -62741,7 +62796,7 @@ x *��s��>�h][M endstream endobj -4751 0 obj +4763 0 obj << /Filter /FlateDecode /Length 245 @@ -62750,7 +62805,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -4752 0 obj +4764 0 obj << /Filter /FlateDecode /Length 126 @@ -62760,7 +62815,7 @@ x �R�wJ�U�o�D8�nI2�t�N�\��}R�k��kg�����%�/���� . endstream endobj -4753 0 obj +4765 0 obj << /Filter /FlateDecode /Length 237 @@ -62771,7 +62826,7 @@ x �S�w�� ;�fS�GR�t�慷�r!��S��7҄�٧be�J���`��Dd��e8�ah��4`����֑ҋ��1 7���W���6K������+�n��|��IU\~ endstream endobj -4754 0 obj +4766 0 obj << /Filter /FlateDecode /Length 332 @@ -62782,7 +62837,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -4755 0 obj +4767 0 obj << /Filter /FlateDecode /Length 17 @@ -62791,7 +62846,7 @@ stream x�36�P0��C.��� endstream endobj -4756 0 obj +4768 0 obj << /Filter /FlateDecode /Length 131 @@ -62800,32 +62855,32 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -4741 0 obj +4753 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -4719 0 obj +4731 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [390.683 767.43 405.876 781.222] -/A << /S /GoTo /D (Hfootnote.206) >> +/A << /S /GoTo /D (Hfootnote.204) >> >> endobj -4733 0 obj +4745 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [112.341 398.279 127.534 412.071] -/A << /S /GoTo /D (Hfootnote.207) >> +/A << /S /GoTo /D (Hfootnote.205) >> >> endobj -4734 0 obj +4746 0 obj << /Type /Annot /Subtype /Link @@ -62834,39 +62889,39 @@ endobj /A << /S /GoTo /D (subsection.9.4) >> >> endobj -4739 0 obj +4751 0 obj << -/D [4737 0 R /XYZ 55.693 823.059 null] +/D [4749 0 R /XYZ 55.693 823.059 null] >> endobj 554 0 obj << -/D [4737 0 R /XYZ 56.693 751.698 null] +/D [4749 0 R /XYZ 56.693 751.698 null] >> endobj -4740 0 obj +4752 0 obj << -/D [4737 0 R /XYZ 56.693 721.81 null] +/D [4749 0 R /XYZ 56.693 721.81 null] >> endobj -4742 0 obj +4754 0 obj << -/D [4737 0 R /XYZ 74.626 380.147 null] +/D [4749 0 R /XYZ 74.626 380.147 null] >> endobj -4743 0 obj +4755 0 obj << -/D [4737 0 R /XYZ 74.626 368.192 null] +/D [4749 0 R /XYZ 74.626 368.192 null] >> endobj -4736 0 obj +4748 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F17 619 0 R /F8 822 0 R /F7 820 0 R /F11 934 0 R >> -/XObject << /Im92 4732 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F17 619 0 R /F8 838 0 R /F7 836 0 R /F11 914 0 R >> +/XObject << /Im92 4744 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4762 0 obj +4774 0 obj << /Length 1845 /Filter /FlateDecode @@ -62879,38 +62934,38 @@ xڍXKs �P{�%Ȕ��Dĩ�O(�x2�F�a�ԛ��@�Î5�S�ײ��#���?�lo� �pXʞm9Ի�i�FL7,�CuF�}.��I�Mɻ:��mz����eA���8��o�8�� q��������a�t*s�^�5�a��c��(.��g��`[�T��0�����r�Kp��N��'���x�py���m (�NXG~9���h9�<���~lm���g`�V��e-���>#��������0M< H�u�^�����2V(���AOr�����Wy�v����H�ḄԿ���UqB:��N���=��3=/�|/��A���� �tBD吨��� -��\�KUy#O���w>_���Ekv�V!��<�I��R����@��,.�fNV6�0<� L�qǣ��Ei�x��}Yw,1�m'z�!���wTE��Wq���D6.�3�t@Ӓ�BC8!=�Xn;�S̩ ��瀀�1A�{���Ĭ�zYPda�IYg҆��@�/��|�A���:P����0� z���x2�5�tJU:O�]`GЧ�)M�m=����=���h���X�<��a/�S +��\�KUy#O���w>_���Ekv�V!��<�I��R����@��,.�fNV6�0<� L�qǣ��Ei�x��}Yw,1�m'z�!���wTE��Wq���D6.�3�t@Ӓ�BC8!=�Xn;�S̩ ��瀀�1A�{���Ĭ�zYPda�IYg҆��@�/��t�A���:P����0� z���x2�5�tJU:O�]`GЧ�)M�m=����=���h���X�<��a/�S ss�g�, �b�ʽ��j;���� ��AJ~ Ð�T��D*M�|�a̺�O�A&���2�,Pi�9i���e"�$LEA�O'�� �@�_���� -��Io�nԖ��X\���Dt���A7��C7�ٿԃ�03"7� ^{�-�X�P����)P�/uW]1�I<��h��K��ѹ�%�"4h]"����:H#���EI�?��8[:�,�U��V�U�̾�-W%���7l��>ݑ=�I�@����A-k��:��l<_�(�/�,^)phW�ڃe�#�,�J�t����a0�c�W�ٹ0`09f�/�@����dH�|���&�CMY[e�����;�ȧ��o O �s-�f�d��|�dK\��"�d��%�1�a�G<����[wZ=\����8Գ� +��Io�nԖ��X\���Dt���A7��C7�ٿԃ�03"7� ^{�-�X�P����)P�/uW]1�I<��h��K��ѹ�%�"4h]"����:H#���EI�?��8[:�,�U��V�U�̾�-W%���7l��>ݑ=�I�@����A-k��:��l<_�(�/�,^)phW�ڃe�#�,�J�t����a0�c�W�ٹ0`09f�/�@����dH�|���&�CMY[e�����;�ȧ��o O �s-�f�d��|�dK\��"�d��%�1�a�G<����[wZ=\����8Գ� 4_x��:�d����V8��kLKcqF S���1&Re�/h�}�-�m�|��9��E�XB���[���Y���Go� p���l�'����>�+ '�g��� �~>P�V��y�^{m)��E���k+*�.�ܢwN楐)�>y)T(! �?V颢��˽@2�xrA���"|ҹR�B��I|n��]tL�r ^��)�i�*znjp�k��+��i0�I��}6N�|z�I����$���W^ ��JFs���x)rO���\�Ҟ)�K�<�1��v<�Y��I"���\��S�A\�~�p���ba�\vO�Bc���ϗ�P�D�y���[c�Lo�BcZM4��ۥrJ�z�+\`.��<�W2�z�@\N?;D|%�鎇E/�B� .���%ݮ���������0��S2�A-�v�R<��҄~�5z��fp>.� -P��ȌV�����I�ķ����Ir�$:���a�A@5�����ͨ����f9�;泄 +P��ȌV�����I�ķ����Ir�$:���a�A@5�����ͨ����f9���| endstream endobj -4761 0 obj +4773 0 obj << /Type /Page -/Contents 4762 0 R -/Resources 4760 0 R +/Contents 4774 0 R +/Resources 4772 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4688 0 R -/Group 4765 0 R -/Annots [ 4757 0 R 4758 0 R ] +/Parent 4700 0 R +/Group 4777 0 R +/Annots [ 4769 0 R 4770 0 R ] >> endobj -4735 0 obj +4747 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/histlossNETS.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4768 0 R +/PTEX.InfoDict 4780 0 R /BBox [0 0 460.8 345.6] -/Group 4765 0 R +/Group 4777 0 R /Resources << /ExtGState << /A1 << @@ -62933,7 +62988,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 4769 0 R>> +>>/Font << /F1 4781 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -62954,59 +63009,59 @@ sD �ݿ�|� endstream endobj -4768 0 obj +4780 0 obj << /CreationDate (D:20201004123817+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -4769 0 obj +4781 0 obj << /BaseFont /DejaVuSans -/CharProcs 4770 0 R +/CharProcs 4782 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five/six/seven 67/C 97/a 101/e 103/g 105/i 108/l/m/n/o 114/r/s/t/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4771 0 R +/FontDescriptor 4783 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4772 0 R +/Widths 4784 0 R >> endobj -4770 0 obj +4782 0 obj << -/C 4773 0 R -/a 4774 0 R -/e 4775 0 R -/five 4776 0 R -/four 4777 0 R -/g 4778 0 R -/i 4779 0 R -/l 4780 0 R -/m 4781 0 R -/n 4782 0 R -/o 4783 0 R -/one 4784 0 R -/period 4785 0 R -/r 4786 0 R -/s 4787 0 R -/seven 4788 0 R -/six 4789 0 R -/t 4790 0 R -/three 4791 0 R -/two 4792 0 R -/u 4793 0 R -/zero 4794 0 R +/C 4785 0 R +/a 4786 0 R +/e 4787 0 R +/five 4788 0 R +/four 4789 0 R +/g 4790 0 R +/i 4791 0 R +/l 4792 0 R +/m 4793 0 R +/n 4794 0 R +/o 4795 0 R +/one 4796 0 R +/period 4797 0 R +/r 4798 0 R +/s 4799 0 R +/seven 4800 0 R +/six 4801 0 R +/t 4802 0 R +/three 4803 0 R +/two 4804 0 R +/u 4805 0 R +/zero 4806 0 R >> endobj -4771 0 obj +4783 0 obj << /Ascent 929 /CapHeight 0 @@ -63021,10 +63076,10 @@ endobj /XHeight 0 >> endobj -4772 0 obj +4784 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4773 0 obj +4785 0 obj << /Filter /FlateDecode /Length 232 @@ -63034,7 +63089,7 @@ x ] 3�o�g3�J��F��fa �=؈ė��oY�f~'���Y)��Q�TEX!��Y�j��s#S�r&>��'�b���8Ύ�f01��h9f�=!�#n�4�Ui�[���Z�SE�Ⱥ���)�Z�[�=����-���� ��c�� _Ĝ�E'��~3尒4��#1����5��όO���}���>h��w/��̈́L��Hœ�Ƙ1T��$��?г>�0TG endstream endobj -4774 0 obj +4786 0 obj << /Filter /FlateDecode /Length 304 @@ -63044,7 +63099,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -4775 0 obj +4787 0 obj << /Filter /FlateDecode /Length 245 @@ -63053,7 +63108,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -4776 0 obj +4788 0 obj << /Filter /FlateDecode /Length 247 @@ -63063,7 +63118,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -4777 0 obj +4789 0 obj << /Filter /FlateDecode /Length 90 @@ -63072,7 +63127,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -4778 0 obj +4790 0 obj << /Filter /FlateDecode /Length 338 @@ -63081,7 +63136,7 @@ stream x�ERKr�0��\ 3�g��NW����p:�<� 2=eH��6�d���Wd�Ր�F�D��)����\�n�J�?��72ͮЪ�G�6�F5+#� C�zV���Q�d��v!�:S�p,�C��u�)�mA��#�o<���r��Ln���[��:[�m@ �s�`��� ������)(U��I�\';P�Ъt�7�9`Ò��ho��>��F����, ���f��1�H�'�N=q:őpI8�@�������/���� u:eM����B��Rq�"n]E�lO� �?*�3b��� �Ԓ����������枾�?�9������ endstream endobj -4779 0 obj +4791 0 obj << /Filter /FlateDecode /Length 68 @@ -63092,7 +63147,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -4780 0 obj +4792 0 obj << /Filter /FlateDecode /Length 45 @@ -63104,7 +63159,7 @@ x "���}� endstream endobj -4781 0 obj +4793 0 obj << /Filter /FlateDecode /Length 255 @@ -63113,7 +63168,7 @@ stream x�E�K� D���#���<��Ur��4�L6v����J#�,�y0����d������"��*�X�՝)�̵D���2r���� 箜T��Q�:�:8��������,ʾ#�2l�96p�a���Vw��D������v�l���ƾ���N6��%�~� L�M�u�@��)zr ��q��@��� �l���A�N�q����:Ý��W�w�;Lk��/1Ɋ��E���=���əcr�}C�\���A�����P�f� endstream endobj -4782 0 obj +4794 0 obj << /Filter /FlateDecode /Length 161 @@ -63122,7 +63177,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -4783 0 obj +4795 0 obj << /Filter /FlateDecode /Length 214 @@ -63133,7 +63188,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -4784 0 obj +4796 0 obj << /Filter /FlateDecode /Length 80 @@ -63142,7 +63197,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -4785 0 obj +4797 0 obj << /Filter /FlateDecode /Length 49 @@ -63151,7 +63206,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -4786 0 obj +4798 0 obj << /Filter /FlateDecode /Length 157 @@ -63161,7 +63216,7 @@ x ���f�W����7y endstream endobj -4787 0 obj +4799 0 obj << /Filter /FlateDecode /Length 332 @@ -63172,7 +63227,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -4788 0 obj +4800 0 obj << /Filter /FlateDecode /Length 68 @@ -63183,7 +63238,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -4789 0 obj +4801 0 obj << /Filter /FlateDecode /Length 317 @@ -63194,7 +63249,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -4790 0 obj +4802 0 obj << /Filter /FlateDecode /Length 131 @@ -63203,7 +63258,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -4791 0 obj +4803 0 obj << /Filter /FlateDecode /Length 338 @@ -63217,7 +63272,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -4792 0 obj +4804 0 obj << /Filter /FlateDecode /Length 248 @@ -63228,7 +63283,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -4793 0 obj +4805 0 obj << /Filter /FlateDecode /Length 171 @@ -63238,7 +63293,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -4794 0 obj +4806 0 obj << /Filter /FlateDecode /Length 210 @@ -63248,59 +63303,59 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -4765 0 obj +4777 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -4757 0 obj +4769 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [429.25 329.063 444.443 342.855] -/A << /S /GoTo /D (Hfootnote.208) >> +/A << /S /GoTo /D (Hfootnote.206) >> >> endobj -4758 0 obj +4770 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [289.307 285.726 304.5 299.517] -/A << /S /GoTo /D (Hfootnote.209) >> +/A << /S /GoTo /D (Hfootnote.207) >> >> endobj -4763 0 obj +4775 0 obj << -/D [4761 0 R /XYZ 55.693 823.059 null] +/D [4773 0 R /XYZ 55.693 823.059 null] >> endobj -4764 0 obj +4776 0 obj << -/D [4761 0 R /XYZ 56.693 789.929 null] +/D [4773 0 R /XYZ 56.693 789.929 null] >> endobj -4766 0 obj +4778 0 obj << -/D [4761 0 R /XYZ 74.626 221.765 null] +/D [4773 0 R /XYZ 74.626 221.765 null] >> endobj -4767 0 obj +4779 0 obj << -/D [4761 0 R /XYZ 74.626 209.81 null] +/D [4773 0 R /XYZ 74.626 209.81 null] >> endobj -4760 0 obj +4772 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F14 963 0 R /F28 677 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im93 4735 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F14 947 0 R /F28 677 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im93 4747 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4804 0 obj +4816 0 obj << /Length 1530 /Filter /FlateDecode @@ -63315,27 +63370,27 @@ Q mx����O�b��}$J��|����*��j� ����pK�N�7��U8���/�hen�&�Oq�_��0�����@ :IO�#!g��[��c��'(�5��Ϻ��� j�}�/���܆�: endstream endobj -4803 0 obj +4815 0 obj << /Type /Page -/Contents 4804 0 R -/Resources 4802 0 R +/Contents 4816 0 R +/Resources 4814 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4808 0 R -/Group 4807 0 R -/Annots [ 4795 0 R 4796 0 R 4797 0 R ] +/Parent 4820 0 R +/Group 4819 0 R +/Annots [ 4807 0 R 4808 0 R 4809 0 R ] >> endobj -4759 0 obj +4771 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/oohistNETS.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4809 0 R +/PTEX.InfoDict 4821 0 R /BBox [0 0 460.8 345.6] -/Group 4807 0 R +/Group 4819 0 R /Resources << /ExtGState << /A1 << @@ -63358,12 +63413,12 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 4810 0 R>> +>>/Font << /F1 4822 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/DejaVuSans-minus 4811 0 R +/DejaVuSans-minus 4823 0 R >>>> /Length 3358 /Filter /FlateDecode @@ -63394,33 +63449,33 @@ eI h��N�_L_��6�;۾T�ۦ�m�wG�)R�?��G!�E$��6��7�Y�i��e��.���}z��ûo�D���J�oǩ�AS=8�r(��R�����ܶ��^r�\1�?�����^~��ę�� endstream endobj -4809 0 obj +4821 0 obj << /CreationDate (D:20201004124447+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -4810 0 obj +4822 0 obj << /BaseFont /DejaVuSans -/CharProcs 4812 0 R +/CharProcs 4824 0 R /Encoding << /Differences [ 46/period 48/zero/one/two 52/four 54/six 56/eight 97/a 103/g 105/i 108/l/m/n/o 114/r 116/t 121/y] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4813 0 R +/FontDescriptor 4825 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4814 0 R +/Widths 4826 0 R >> endobj -4811 0 obj +4823 0 obj << /BBox [ -1021 -463 1794 1233] /Filter /FlateDecode @@ -63434,28 +63489,28 @@ x endstream endobj -4812 0 obj +4824 0 obj << -/a 4815 0 R -/eight 4816 0 R -/four 4817 0 R -/g 4818 0 R -/i 4819 0 R -/l 4820 0 R -/m 4821 0 R -/n 4822 0 R -/o 4823 0 R -/one 4824 0 R -/period 4825 0 R -/r 4826 0 R -/six 4827 0 R -/t 4828 0 R -/two 4829 0 R -/y 4830 0 R -/zero 4831 0 R +/a 4827 0 R +/eight 4828 0 R +/four 4829 0 R +/g 4830 0 R +/i 4831 0 R +/l 4832 0 R +/m 4833 0 R +/n 4834 0 R +/o 4835 0 R +/one 4836 0 R +/period 4837 0 R +/r 4838 0 R +/six 4839 0 R +/t 4840 0 R +/two 4841 0 R +/y 4842 0 R +/zero 4843 0 R >> endobj -4813 0 obj +4825 0 obj << /Ascent 929 /CapHeight 0 @@ -63470,10 +63525,10 @@ endobj /XHeight 0 >> endobj -4814 0 obj +4826 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4815 0 obj +4827 0 obj << /Filter /FlateDecode /Length 304 @@ -63483,7 +63538,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -4816 0 obj +4828 0 obj << /Filter /FlateDecode /Length 392 @@ -63493,7 +63548,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -4817 0 obj +4829 0 obj << /Filter /FlateDecode /Length 90 @@ -63502,7 +63557,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -4818 0 obj +4830 0 obj << /Filter /FlateDecode /Length 338 @@ -63511,7 +63566,7 @@ stream x�ERKr�0��\ 3�g��NW����p:�<� 2=eH��6�d���Wd�Ր�F�D��)����\�n�J�?��72ͮЪ�G�6�F5+#� C�zV���Q�d��v!�:S�p,�C��u�)�mA��#�o<���r��Ln���[��:[�m@ �s�`��� ������)(U��I�\';P�Ъt�7�9`Ò��ho��>��F����, ���f��1�H�'�N=q:őpI8�@�������/���� u:eM����B��Rq�"n]E�lO� �?*�3b��� �Ԓ����������枾�?�9������ endstream endobj -4819 0 obj +4831 0 obj << /Filter /FlateDecode /Length 68 @@ -63522,7 +63577,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -4820 0 obj +4832 0 obj << /Filter /FlateDecode /Length 45 @@ -63534,7 +63589,7 @@ x "���}� endstream endobj -4821 0 obj +4833 0 obj << /Filter /FlateDecode /Length 255 @@ -63543,7 +63598,7 @@ stream x�E�K� D���#���<��Ur��4�L6v����J#�,�y0����d������"��*�X�՝)�̵D���2r���� 箜T��Q�:�:8��������,ʾ#�2l�96p�a���Vw��D������v�l���ƾ���N6��%�~� L�M�u�@��)zr ��q��@��� �l���A�N�q����:Ý��W�w�;Lk��/1Ɋ��E���=���əcr�}C�\���A�����P�f� endstream endobj -4822 0 obj +4834 0 obj << /Filter /FlateDecode /Length 161 @@ -63552,7 +63607,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -4823 0 obj +4835 0 obj << /Filter /FlateDecode /Length 214 @@ -63563,7 +63618,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -4824 0 obj +4836 0 obj << /Filter /FlateDecode /Length 80 @@ -63572,7 +63627,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -4825 0 obj +4837 0 obj << /Filter /FlateDecode /Length 49 @@ -63581,7 +63636,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -4826 0 obj +4838 0 obj << /Filter /FlateDecode /Length 157 @@ -63591,7 +63646,7 @@ x ���f�W����7y endstream endobj -4827 0 obj +4839 0 obj << /Filter /FlateDecode /Length 317 @@ -63602,7 +63657,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -4828 0 obj +4840 0 obj << /Filter /FlateDecode /Length 131 @@ -63611,7 +63666,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -4829 0 obj +4841 0 obj << /Filter /FlateDecode /Length 248 @@ -63622,7 +63677,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -4830 0 obj +4842 0 obj << /Filter /FlateDecode /Length 138 @@ -63631,7 +63686,7 @@ stream x�=�A1�y�?)vBXUO��_K��^��1BCo�j�� Nj�K���)��Jș`���g�zb8��������V}��F�%h�G�Siܖq�5�)�\�����W�4�ݴ��k8�߽����U�__�.� endstream endobj -4831 0 obj +4843 0 obj << /Filter /FlateDecode /Length 210 @@ -63641,14 +63696,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -4807 0 obj +4819 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -4795 0 obj +4807 0 obj << /Type /Annot /Subtype /Link @@ -63657,7 +63712,7 @@ endobj /A << /S /GoTo /D (subsection.1.4) >> >> endobj -4796 0 obj +4808 0 obj << /Type /Annot /Subtype /Link @@ -63666,7 +63721,7 @@ endobj /A << /S /GoTo /D (subsection.1.5) >> >> endobj -4797 0 obj +4809 0 obj << /Type /Annot /Subtype /Link @@ -63675,73 +63730,74 @@ endobj /A << /S /GoTo /D (subsection.9.15) >> >> endobj -4805 0 obj +4817 0 obj << -/D [4803 0 R /XYZ 55.693 823.059 null] +/D [4815 0 R /XYZ 55.693 823.059 null] >> endobj -4806 0 obj +4818 0 obj << -/D [4803 0 R /XYZ 56.693 789.929 null] +/D [4815 0 R /XYZ 56.693 789.929 null] >> endobj 558 0 obj << -/D [4803 0 R /XYZ 56.693 371.114 null] +/D [4815 0 R /XYZ 56.693 371.114 null] >> endobj 562 0 obj << -/D [4803 0 R /XYZ 56.693 231.097 null] +/D [4815 0 R /XYZ 56.693 231.097 null] >> endobj -4802 0 obj +4814 0 obj << /Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R >> -/XObject << /Im94 4759 0 R >> +/XObject << /Im94 4771 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4838 0 obj +4850 0 obj << -/Length 2462 +/Length 2464 /Filter /FlateDecode >> stream xڝXK�ܶ����S�����i�ة�ekRNJ�;�pP�#>���~��ٌ")��h�ݍ�� �A���w�ݽ|��@���2�A�Gy�%��"����PśmUT�w��z��?7�D��n�M�,�y���_����x��������*s��w�3��^������ww�(jY/.�T���t��8���� ���I����� -�6x��]��A7l(�8*2�m�t�@1�����@��fr}�J=wCl5���Wm6�e��EX�����]�fN#K�`�2zz0]ݟ�>���ϭ_@�(��h&�tߟD�0�4�p�=�gW�!v�ǩ}b��u{�v��*��4gŧ��TW�i�~���O8m?c4�i���'��=J<vmoj��;@�sk'��ڎ���ɏ��V�n {A�4�BP��k`��a�����;X����_�������yf;�L�s��q�56д��U)�8�FB���1�"V����"H�$�xi�b���<PTi�] !��Ќ��#��.��� �/�f�G*1��oޱ���Z�uЪ�*0$�����/�����(�S/��ܽM�2ʓR��q���q�a�����H�JƓez�0"��Dg'�$ -��Of�`�<��)��WUx�fO2Ʉ�^u�l>��"��o<��3-7�=�͡v����R�ڍ���*V=)�P��8��o�-�ƕt��< -=P��0�4r�u���H@��]����c���$�j;���}��0�4���&�ϦZ������ӔF����!C`���Nu�݅z���'��D�w��˄ݍNdp������l���2����F��9�!!E9D����t@l%J>���J���Q��0���g�"u���T��4���>AV����q�;��t�H5�{3��U�N�!5�ÿ��h\!邘˧XҚ��^2Z����Ʋd��&?1 Κ�x#cN8�|12s�!����� ����3]���]�p֦ -FQ��xB�QÉ�F�$�H8� �p�<��=���[7�D*`�R��x�%w��!��l�8 ������k`�L���%��ڽ#zE��k���? ���ݑBR����p�͉�X,0��4ov���x��3�\W+01��dl>0�x�}�vX=zn��KA�3��d+4<���P=�P��`���R�~2�x�\`��+��H?��MuPJ�V~J&Yi]\���v���}]�"�GP^�"Ud��VKQ��T)ԙ��İ� �����&Ƀ4W�h���ǻ`*}X��� ���*��P}���i�GeZ�!�6[�g�z����3`�v����@���"^y�y�w��SN\Զ�4�_�>?��Ȣ��G�;t7�9K?ֽ�GN���8_9���m���T�f��r��mSj��|c���pB�p�����5ƲKm���J��$��>F*�u�Ї�Ā�pNs{���CE8�@�%[�E�����C���=�&x*����p>X!3�ex'9�i ����<ʪBb1)��X������K��M��_�앮7"[�I��:����ڙ���=� +�6x��]��A7l(�8*2�m�t�@1�����@��fr}�J=wCl5���Wm6�e��EX�����]�fN#K�`�2zz0]ݟ�>���ϭ_@�(��h&�tߟD�0�4�p�=�gW�!v�ǩ}b��u{�v��*��4gŧ��TW�i�~���O8m?c4�i���'��=J<vmoj��;@�sk'��ڎ���ɏ��V�n {A�4�BP��k`��a�����;X����_�������yf;�L�s��q�56д��U)�8�FB���1�"V����"H�$�xi�2���y��$�0x�B��Y�G��],��A�^h� 3�2Tb7��4�c烵\�UU`H��7�_��7";QQ�^��{�e�'�x=�ǣ���0/C7���(�'��< +aD"���NIpß����y:�S;�����d� �����|��E8��x6{gZn�{>�C�:3�Qӥ��gG�U�zRġ��qxc�`[��+鞅y0z��`�i�������Lw5�4��I��v2���s���ai��M�M� +>�uC!<�)�������.��:ձw��C?����ulB/t7>8��Cs��o�~�5�N +��N�Ny�稇���W�����t(�"�?`(tN�FU�F� ��ޞ���E�OR����bB�!XekpR����؏�u#�H +h��h�=Vi;�ԜB��~�q��b,�bIk��{�hf�w˒����48k�㍌9���hX��-�$��N|�d���t=O�w��Y�*EIJ� �F 'J,��#������?��D�S�o�0N��5KQ6�a�ܩ��r�u�4�{�;؏��q�2�sX�Tvk��������3���"��vG +I�.8Lb�*�-7'�c��TӼ�eB/����d�s]��0�Z�����8����a�� �a./9�\��9��|�FbB��C���YbH�K%���,w�9r��.k����"�28�7�A)�[�u(�dE�uq��*�v���}]�"�GP^�"Ud��VKQ��T)ԙ��İ� �����&Ƀ4W�h���ǻ`*}X��� ���*��P}���i�GeZ�!�6[�g�z����3`�v����@���"^y�y�w��SN\Զ�4�_�>?��Ȣ��G�;t7�9K?ֽ�GN���8_9���m���T�f��r��mSj��|c���pB�p�����5ƲKm���J��$��>F*�u�Ї�Ā�pNs{���CE8�@�%[�E�����C���=�&x*����p>X!3�ex'9�i ����<ʪBb1)��X������K��M��_�앮7"[�I��:����ڙ���=� |�vd)����?�x���:Xwr�*)Q��8�F�k�BR-��E��JJf�4��KR�b��0�7Pe,9f�j��J�5����.l��(˪�Uq��W��#�L��bu����� ,�ٶ*/�����Qtv�4��g#U,L���x�".U���-p͑��~�D�U��_��}y�3�In\'�V�]?)宗���P��Pڿ�|p�Zg�,���@�e<T�fO!'�U�'|HA���y�ɲ/W lA#Ԅ���9��io���+i�VH���Q�Ul\^K�1Z�ţ��� -���\�y�L�џ�oR���7�aY��+b+T�\T�'�8�!�V�6�7a��yelS�)���+6r.QH�?w~���|��:����ˍ_4�����ko��]���� ��ᠳZ=6��1��`?�N᰽\�1��9�.M��B�K��xĨ{AWlY�u��mE�TJ{��ʨu���wO�����=U��%��'���*�dh�! F�˫g��oˠ��2#KQ�4�}��Z�_�2��J���[ܣ4�oj��wR��I��$}y]�>��a��]�V�F�.�R�,�e�G��n�'��~��C$��~�6���q�Q�_��|�P%����i�?�KH��f��c��ȸC`'Y^G�YW�t��oX��'�S�����0�C��8�G�C�|�g����gn��"�C�o��2%7�u,dP+@�QFIz�L��@���Z��|����k;{��9��z2���dG�\CȎv�Y^ -��O'��k`� ���e[���6�U����:�e���=����~31\Z�d�#q;�N���C�/�{|t��Z����w +���\�y�L�џ�oR���7�aY��+b+T�\T�'�8�!�V�6�7a��yelS�)���+6r.QH�?w~���|��:����ˍ_4�����ko��]���� ��ᠳZ=6��1��`?�N᰽\�1��9�.M��B�K��xĨ{AWlY�u��mE�TJ{��ʨu���wO�����=U��%��'���*�dh�! F�˫g��oˠ��2#KQ�4�}��Z�_�2��J���[ܣ4�oj��wR��I��$}y]�>��a��]�V�F�.�R�,�e�G��n�'��~��C$��~�6���q�Q�_��|�P%����i�?�KH��f��c��ȸC`'Y^G�YW�t��oX��'�S�����0�C��8�G�C�|�g����gn��"�C�U$Q�ʔ�ֱ�A��5F%��3�ᷣkE�G���nij�����@��ɀ�J�qr !;ڹ�fy)�?��+�y��'`�ښ�m��+�T�U����:�e���=����~31\Z�d�#q;�N���C�/�{|t��Z���Fw- endstream endobj -4837 0 obj +4849 0 obj << /Type /Page -/Contents 4838 0 R -/Resources 4836 0 R +/Contents 4850 0 R +/Resources 4848 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4808 0 R -/Group 4841 0 R -/Annots [ 4798 0 R 4800 0 R 4801 0 R 4799 0 R ] +/Parent 4820 0 R +/Group 4853 0 R +/Annots [ 4810 0 R 4812 0 R 4813 0 R 4811 0 R ] >> endobj -4832 0 obj +4844 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/visMOL1.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4846 0 R +/PTEX.InfoDict 4858 0 R /BBox [0 0 1440 720] -/Group 4841 0 R +/Group 4853 0 R /Resources << /ExtGState << ->>/Font << /F1 4847 0 R>> +>>/Font << /F1 4859 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -63764,45 +63820,45 @@ q tg���֧I(�at2���1�L��(�w:&�r��!o���3�{�O�NݟC*�Na��-�=D���Ճ����iM=�[X7���ެ�\淏����I�̇��zx�|���z~������Y}���Y���ӊ endstream endobj -4846 0 obj +4858 0 obj << /CreationDate (D:20201007151542+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -4847 0 obj +4859 0 obj << /BaseFont /DejaVuSans -/CharProcs 4848 0 R +/CharProcs 4860 0 R /Encoding << /Differences [ 32/space 99/c/d/e 106/j 113/q 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4849 0 R +/FontDescriptor 4861 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4850 0 R +/Widths 4862 0 R >> endobj -4848 0 obj +4860 0 obj << -/c 4851 0 R -/d 4852 0 R -/e 4853 0 R -/j 4854 0 R -/q 4855 0 R -/s 4856 0 R -/space 4857 0 R -/t 4858 0 R +/c 4863 0 R +/d 4864 0 R +/e 4865 0 R +/j 4866 0 R +/q 4867 0 R +/s 4868 0 R +/space 4869 0 R +/t 4870 0 R >> endobj -4849 0 obj +4861 0 obj << /Ascent 929 /CapHeight 0 @@ -63817,10 +63873,10 @@ endobj /XHeight 0 >> endobj -4850 0 obj +4862 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4851 0 obj +4863 0 obj << /Filter /FlateDecode /Length 230 @@ -63829,7 +63885,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -4852 0 obj +4864 0 obj << /Filter /FlateDecode /Length 227 @@ -63840,7 +63896,7 @@ x *��s��>�h][M endstream endobj -4853 0 obj +4865 0 obj << /Filter /FlateDecode /Length 245 @@ -63849,7 +63905,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -4854 0 obj +4866 0 obj << /Filter /FlateDecode /Length 126 @@ -63859,7 +63915,7 @@ x �R�wJ�U�o�D8�nI2�t�N�\��}R�k��kg�����%�/���� . endstream endobj -4855 0 obj +4867 0 obj << /Filter /FlateDecode /Length 237 @@ -63870,7 +63926,7 @@ x �S�w�� ;�fS�GR�t�慷�r!��S��7҄�٧be�J���`��Dd��e8�ah��4`����֑ҋ��1 7���W���6K������+�n��|��IU\~ endstream endobj -4856 0 obj +4868 0 obj << /Filter /FlateDecode /Length 332 @@ -63881,7 +63937,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -4857 0 obj +4869 0 obj << /Filter /FlateDecode /Length 17 @@ -63890,7 +63946,7 @@ stream x�36�P0��C.��� endstream endobj -4858 0 obj +4870 0 obj << /Filter /FlateDecode /Length 131 @@ -63899,21 +63955,21 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -4841 0 obj +4853 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -4833 0 obj +4845 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/visMol2.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4859 0 R +/PTEX.InfoDict 4871 0 R /BBox [0 0 1440 720] /Group << /CS /DeviceRGB @@ -63922,7 +63978,7 @@ endobj >> /Resources << /ExtGState << ->>/Font << /F1 4860 0 R>> +>>/Font << /F1 4872 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -63939,45 +63995,45 @@ K5m6gɋ ��'�?�������h�7�Y�l�3ꦕ���,4����Tm�9�^0�]����)�M͟���i/"����-��ʅ�*��>Lk�m��W+�MKԡ�;n@4���H� �Ļӛ^|��xy'^|��Q����h�7��&G��u6zz�(� �>�}8���ݛ㫏�o���_��w������Cv endstream endobj -4859 0 obj +4871 0 obj << /CreationDate (D:20201007151644+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -4860 0 obj +4872 0 obj << /BaseFont /DejaVuSans -/CharProcs 4861 0 R +/CharProcs 4873 0 R /Encoding << /Differences [ 32/space 99/c/d/e 106/j 113/q 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4862 0 R +/FontDescriptor 4874 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4863 0 R +/Widths 4875 0 R >> endobj -4861 0 obj +4873 0 obj << -/c 4864 0 R -/d 4865 0 R -/e 4866 0 R -/j 4867 0 R -/q 4868 0 R -/s 4869 0 R -/space 4870 0 R -/t 4871 0 R +/c 4876 0 R +/d 4877 0 R +/e 4878 0 R +/j 4879 0 R +/q 4880 0 R +/s 4881 0 R +/space 4882 0 R +/t 4883 0 R >> endobj -4862 0 obj +4874 0 obj << /Ascent 929 /CapHeight 0 @@ -63992,10 +64048,10 @@ endobj /XHeight 0 >> endobj -4863 0 obj +4875 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4864 0 obj +4876 0 obj << /Filter /FlateDecode /Length 230 @@ -64004,7 +64060,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -4865 0 obj +4877 0 obj << /Filter /FlateDecode /Length 227 @@ -64015,7 +64071,7 @@ x *��s��>�h][M endstream endobj -4866 0 obj +4878 0 obj << /Filter /FlateDecode /Length 245 @@ -64024,7 +64080,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -4867 0 obj +4879 0 obj << /Filter /FlateDecode /Length 126 @@ -64034,7 +64090,7 @@ x �R�wJ�U�o�D8�nI2�t�N�\��}R�k��kg�����%�/���� . endstream endobj -4868 0 obj +4880 0 obj << /Filter /FlateDecode /Length 237 @@ -64045,7 +64101,7 @@ x �S�w�� ;�fS�GR�t�慷�r!��S��7҄�٧be�J���`��Dd��e8�ah��4`����֑ҋ��1 7���W���6K������+�n��|��IU\~ endstream endobj -4869 0 obj +4881 0 obj << /Filter /FlateDecode /Length 332 @@ -64056,7 +64112,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -4870 0 obj +4882 0 obj << /Filter /FlateDecode /Length 17 @@ -64065,7 +64121,7 @@ stream x�36�P0��C.��� endstream endobj -4871 0 obj +4883 0 obj << /Filter /FlateDecode /Length 131 @@ -64074,14 +64130,14 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -4834 0 obj +4846 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/historyMOL.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4872 0 R +/PTEX.InfoDict 4884 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -64105,7 +64161,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 4873 0 R>> +>>/Font << /F1 4885 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -64141,53 +64197,53 @@ Ii" d�$�v<�~<$��yh����}q�Yn}���˷p���;����;�|��>�a|��c|��h����|�??��;H��d��z.�.��_�vx�c�wJ���:�bRQY��Y��o� 箫Ym�d�s`�Vq���_�>-q �y1|��ߚ��Zא�8���ٸvuN4���3{+߫�|~�Jz��D������Z{��Z�x$)Kk�{S��c��Yo�it��_�z�ZN�hUR�wl�����Wl>�����S�s�վ�P_���?}���ge�������E��/>.�� endstream endobj -4872 0 obj +4884 0 obj << /CreationDate (D:20201004130351+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -4873 0 obj +4885 0 obj << /BaseFont /DejaVuSans -/CharProcs 4874 0 R +/CharProcs 4886 0 R /Encoding << /Differences [ 48/zero/one/two/three/four/five 95/underscore 97/a 99/c 101/e 104/h 108/l 111/o/p 115/s 118/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4875 0 R +/FontDescriptor 4887 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4876 0 R +/Widths 4888 0 R >> endobj -4874 0 obj +4886 0 obj << -/a 4877 0 R -/c 4878 0 R -/e 4879 0 R -/five 4880 0 R -/four 4881 0 R -/h 4882 0 R -/l 4883 0 R -/o 4884 0 R -/one 4885 0 R -/p 4886 0 R -/s 4887 0 R -/three 4888 0 R -/two 4889 0 R -/underscore 4890 0 R -/v 4891 0 R -/zero 4892 0 R +/a 4889 0 R +/c 4890 0 R +/e 4891 0 R +/five 4892 0 R +/four 4893 0 R +/h 4894 0 R +/l 4895 0 R +/o 4896 0 R +/one 4897 0 R +/p 4898 0 R +/s 4899 0 R +/three 4900 0 R +/two 4901 0 R +/underscore 4902 0 R +/v 4903 0 R +/zero 4904 0 R >> endobj -4875 0 obj +4887 0 obj << /Ascent 929 /CapHeight 0 @@ -64202,10 +64258,10 @@ endobj /XHeight 0 >> endobj -4876 0 obj +4888 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4877 0 obj +4889 0 obj << /Filter /FlateDecode /Length 304 @@ -64215,7 +64271,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -4878 0 obj +4890 0 obj << /Filter /FlateDecode /Length 230 @@ -64224,7 +64280,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -4879 0 obj +4891 0 obj << /Filter /FlateDecode /Length 245 @@ -64233,7 +64289,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -4880 0 obj +4892 0 obj << /Filter /FlateDecode /Length 247 @@ -64243,7 +64299,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -4881 0 obj +4893 0 obj << /Filter /FlateDecode /Length 90 @@ -64252,7 +64308,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -4882 0 obj +4894 0 obj << /Filter /FlateDecode /Length 163 @@ -64261,7 +64317,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -4883 0 obj +4895 0 obj << /Filter /FlateDecode /Length 45 @@ -64273,7 +64329,7 @@ x "���}� endstream endobj -4884 0 obj +4896 0 obj << /Filter /FlateDecode /Length 214 @@ -64284,7 +64340,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -4885 0 obj +4897 0 obj << /Filter /FlateDecode /Length 80 @@ -64293,7 +64349,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -4886 0 obj +4898 0 obj << /Filter /FlateDecode /Length 236 @@ -64304,7 +64360,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -4887 0 obj +4899 0 obj << /Filter /FlateDecode /Length 332 @@ -64315,7 +64371,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -4888 0 obj +4900 0 obj << /Filter /FlateDecode /Length 338 @@ -64329,7 +64385,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -4889 0 obj +4901 0 obj << /Filter /FlateDecode /Length 248 @@ -64340,7 +64396,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -4890 0 obj +4902 0 obj << /Filter /FlateDecode /Length 52 @@ -64349,7 +64405,7 @@ stream x�350P0PеT�526U05� �LR���\$��S a��s*s���T� endstream endobj -4891 0 obj +4903 0 obj << /Filter /FlateDecode /Length 72 @@ -64358,7 +64414,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -4892 0 obj +4904 0 obj << /Filter /FlateDecode /Length 210 @@ -64368,14 +64424,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -4835 0 obj +4847 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/historyMOL2.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4893 0 R +/PTEX.InfoDict 4905 0 R /BBox [0 0 460.8 345.6] /Group << /CS /DeviceRGB @@ -64399,7 +64455,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 4894 0 R>> +>>/Font << /F1 4906 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -64431,55 +64487,55 @@ pqa ��F��3�s}���������[9���O����4^���^�ϯ�x]���Q�_���Q�R%%�����-��h&�a�Q׀�ii��t�z=�9 ���V[6��������%��8 �asz&{���w�p��s�i<�}w5��Z7:����=�+P/�@�f�<�n<_���WH��WH�k!%��0D�i����'�~�����㽫��-e����Q����O>�_!���ݞ�k�u|�_Ý���=v�����oנ������� endstream endobj -4893 0 obj +4905 0 obj << /CreationDate (D:20201004130448+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -4894 0 obj +4906 0 obj << /BaseFont /DejaVuSans -/CharProcs 4895 0 R +/CharProcs 4907 0 R /Encoding << /Differences [ 48/zero/one/two/three/four/five/six 56/eight 95/underscore 97/a 99/c 101/e 104/h 108/l 111/o/p 115/s 118/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4896 0 R +/FontDescriptor 4908 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4897 0 R +/Widths 4909 0 R >> endobj -4895 0 obj +4907 0 obj << -/a 4898 0 R -/c 4899 0 R -/e 4900 0 R -/eight 4901 0 R -/five 4902 0 R -/four 4903 0 R -/h 4904 0 R -/l 4905 0 R -/o 4906 0 R -/one 4907 0 R -/p 4908 0 R -/s 4909 0 R -/six 4910 0 R -/three 4911 0 R -/two 4912 0 R -/underscore 4913 0 R -/v 4914 0 R -/zero 4915 0 R +/a 4910 0 R +/c 4911 0 R +/e 4912 0 R +/eight 4913 0 R +/five 4914 0 R +/four 4915 0 R +/h 4916 0 R +/l 4917 0 R +/o 4918 0 R +/one 4919 0 R +/p 4920 0 R +/s 4921 0 R +/six 4922 0 R +/three 4923 0 R +/two 4924 0 R +/underscore 4925 0 R +/v 4926 0 R +/zero 4927 0 R >> endobj -4896 0 obj +4908 0 obj << /Ascent 929 /CapHeight 0 @@ -64494,10 +64550,10 @@ endobj /XHeight 0 >> endobj -4897 0 obj +4909 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4898 0 obj +4910 0 obj << /Filter /FlateDecode /Length 304 @@ -64507,7 +64563,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -4899 0 obj +4911 0 obj << /Filter /FlateDecode /Length 230 @@ -64516,7 +64572,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -4900 0 obj +4912 0 obj << /Filter /FlateDecode /Length 245 @@ -64525,7 +64581,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -4901 0 obj +4913 0 obj << /Filter /FlateDecode /Length 392 @@ -64535,7 +64591,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -4902 0 obj +4914 0 obj << /Filter /FlateDecode /Length 247 @@ -64545,7 +64601,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -4903 0 obj +4915 0 obj << /Filter /FlateDecode /Length 90 @@ -64554,7 +64610,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -4904 0 obj +4916 0 obj << /Filter /FlateDecode /Length 163 @@ -64563,7 +64619,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -4905 0 obj +4917 0 obj << /Filter /FlateDecode /Length 45 @@ -64575,7 +64631,7 @@ x "���}� endstream endobj -4906 0 obj +4918 0 obj << /Filter /FlateDecode /Length 214 @@ -64586,7 +64642,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -4907 0 obj +4919 0 obj << /Filter /FlateDecode /Length 80 @@ -64595,7 +64651,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -4908 0 obj +4920 0 obj << /Filter /FlateDecode /Length 236 @@ -64606,7 +64662,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -4909 0 obj +4921 0 obj << /Filter /FlateDecode /Length 332 @@ -64617,7 +64673,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -4910 0 obj +4922 0 obj << /Filter /FlateDecode /Length 317 @@ -64628,7 +64684,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -4911 0 obj +4923 0 obj << /Filter /FlateDecode /Length 338 @@ -64642,7 +64698,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -4912 0 obj +4924 0 obj << /Filter /FlateDecode /Length 248 @@ -64653,7 +64709,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -4913 0 obj +4925 0 obj << /Filter /FlateDecode /Length 52 @@ -64662,7 +64718,7 @@ stream x�350P0PеT�526U05� �LR���\$��S a��s*s���T� endstream endobj -4914 0 obj +4926 0 obj << /Filter /FlateDecode /Length 72 @@ -64671,7 +64727,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -4915 0 obj +4927 0 obj << /Filter /FlateDecode /Length 210 @@ -64681,34 +64737,34 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -4798 0 obj +4810 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [269.704 715.707 284.897 730.164] -/A << /S /GoTo /D (Hfootnote.210) >> +/A << /S /GoTo /D (Hfootnote.208) >> >> endobj -4800 0 obj +4812 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [163.141 673.034 178.334 686.826] -/A << /S /GoTo /D (Hfootnote.211) >> +/A << /S /GoTo /D (Hfootnote.209) >> >> endobj -4801 0 obj +4813 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [412.924 600.805 428.117 614.597] -/A << /S /GoTo /D (Hfootnote.212) >> +/A << /S /GoTo /D (Hfootnote.210) >> >> endobj -4799 0 obj +4811 0 obj << /Type /Annot /Subtype /Link @@ -64717,54 +64773,54 @@ endobj /A << /S /GoTo /D (subsubsection.9.16.2) >> >> endobj -4839 0 obj +4851 0 obj << -/D [4837 0 R /XYZ 55.693 823.059 null] +/D [4849 0 R /XYZ 55.693 823.059 null] >> endobj 566 0 obj << -/D [4837 0 R /XYZ 56.693 782.706 null] +/D [4849 0 R /XYZ 56.693 782.706 null] >> endobj 570 0 obj << -/D [4837 0 R /XYZ 56.693 585.072 null] +/D [4849 0 R /XYZ 56.693 585.072 null] >> endobj -4840 0 obj +4852 0 obj << -/D [4837 0 R /XYZ 56.693 555.184 null] +/D [4849 0 R /XYZ 56.693 555.184 null] >> endobj -4842 0 obj +4854 0 obj << -/D [4837 0 R /XYZ 56.693 383.931 null] +/D [4849 0 R /XYZ 56.693 383.931 null] >> endobj -4843 0 obj +4855 0 obj << -/D [4837 0 R /XYZ 74.626 112.068 null] +/D [4849 0 R /XYZ 74.626 112.068 null] >> endobj -4844 0 obj +4856 0 obj << -/D [4837 0 R /XYZ 74.626 88.158 null] +/D [4849 0 R /XYZ 74.626 88.158 null] >> endobj -4845 0 obj +4857 0 obj << -/D [4837 0 R /XYZ 74.626 76.203 null] +/D [4849 0 R /XYZ 74.626 76.203 null] >> endobj -4836 0 obj +4848 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F14 963 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im95 4832 0 R /Im96 4833 0 R /Im97 4834 0 R /Im98 4835 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F14 947 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im95 4844 0 R /Im96 4845 0 R /Im97 4846 0 R /Im98 4847 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4931 0 obj +4943 0 obj << /Length 3603 /Filter /FlateDecode @@ -64774,24 +64830,20 @@ xڍZے �%�T;s�-�A�)H���rO�=��b�Վ���x��������x쇮�3�Ɯ�vq��F䚴��"�� �Fʗl&������0mԴ/X�:Q��EF��Fg�E� |�ua� �V�ō2U4��c_*?�W�_p�,�u�-t�;k.�4(��Me��˷�0��o�d2���pE �3�_W��H��%�[֨�IS�P5�k/�FU�y*��ss���� �K�c��4٤~�Fy0�o2��=\!�Gt��R��" Ь{R���W74&�m�"�o���Q+֞������+����<X���Ph ��Qّv�L��b��Jn��+m�J��%�t�>2����ԺB1��B�iN�Ӌ�eY�_�K!�2 Y�+Y:1�%DȸI,>��۶��#�KTQl.�IٲM�#Z|�fG�i��|i�/ܜj#xaBK��� E����i��Yu��=��.S�����, �i�?�������M��/js ���g&�Ҋ�3^��-���gVH�Iz� ��o�ؘ)�^ۉs�.܃ ��%�~����YϹ����oA"� �/�^�!�\�QOI�yo�y����s��{3E�5θCC�Ӝ����5��u�#�.e$�sKCo[��g4��Uݮ���IU���^�З��O��{�BG�N�P(����7H�L -e�&<�\��6�iL�7͋��ͦ��y�E�k���t�o�*��˲Q�\_%��g!�+�T����(��R�+���֔0G�����=�F6+��2eϛ���Q�&�I=�q �6T[E�����t1C7n�Qb�D��U�:��n��%�0��[��3_��W..1c��0@��8[A��&��n�"R���Q�c�S��w�����XJ-zQM^y��Gc�.w���Sʓ����Q�;$-d|���X��E�4�5O=�ĉڝp��d��Ē\�7�d��"�CE�� �sxƕ�a(�ā�vm{pPہO�cR�G��ظ�4v9�$7A�da@A����Ab���}�D��t(:�0|;����q�bEi�d0B ����ۡ>�e�Ak��� ���A$$d�\t����衉���=��*��o����Xs�%��W��hѹr���r�!�J��9s���'�=�\i9W`��[�$�#YhP�s|R�;N�1���r=��"�p��F�V��x�B0��FC�$�.Es^J�(�9q��R��j�Ĕd��(p��Nm�Z��Y�D��T���] 7�|�wोJ�z�sz��Q攊 -dL7 ��`��6����<Ay�ac��pv�f&��/��]nN\�B�� �̆�g7cz����"w�y:�%����5sq!:�V��k�W[M�!J�Ĩ�|���� ��A��8�ckc20�&¦�!�]������s (�l�Q#��v�"RK�Z:�CU��!YT"w+�Gӟ:9����D���(��0&����W�Cq�u]~ ��Џ�� ~3?��F'�vNF��[�y�]�G:&�Јn���g��r�5���+��f4��̝��.�Zi�Ժ)f9� g옊��z�y�S"T[n���D�kQy2Y`�P=%U'�����[��<�_�g@��K��d�%= ���Kᗈy5}�T�Hqy7j�'L@H�c�����h��S��{�#]Y�^�}��j���ۿ�H9�-��;���q2�4U+ͣ�"����CP][�c^���������7����a,�r}���a�dMZ3K%W����s,%��8o.m��B4�6�%����wx̨���t����������!S.���3"�U2�FFܠT*6���#| ��`*tX�D���iS.,O��wy����G��H��߭+��j���U Z�}��Ptrb\*�����;�ݨ����|`�$��]��ԇMW���cWv3Cx���g[��AF²ii{�;'ˤ����P@�� �1�F^�����C����T_���%� ��oL���9ޥ��Hs���C���9�����s�1���Ĥ"����"����<��N8�C��WA �7y��e�����L���RE��8� 3�I�5Aѵ%YG�I�Y�xi3Ɋ��(����Hb�R^d�E7�T�g�4$1�c�&s+����,]ϝ�7{Ч��Q���������� ��ٻ��C?����.��&!)g �o����H�S?I���u���<!�`�}B��0����Ϫ� -�>d F���\"��j�)Mƕ�l�������b�.;�J-Dl^f/ޞ -� ��7����(= �nQ�tJR|_rG��Z�Ds=a����>8��z��8v�E�S}�#T5�p,�\�F�����X ��p�aWR|���S<i������]^��ϕÑS�n���hu�2q��EV���M3���y���c��S�<a����])./j�-֠��,#r58ÖD�ڎ���MK�?G'4t�_^�n��8(<cN��sa���GL����BGs���KuSg9m���]>�K]��U�O�����A}{Zjn��!���\��wzYm��Y�D�p�2�]zj��Z���`~���;Ł��g�1<�x=� -r҆ -��f���6�z�Ԋ���3�:M�V�8���w�{Y}���j��G*��p�%S�?���� +dL7 ��`��6����<Ay�ac�1pv�f&��/��]nN\�B�� �̆�g7cz����"w�y:�%����5sq!:�V��k�W[M�!J�Ĩ�|���� ��A��8�ckc20�&¦�!�]������s (�l�Q#��v�"RK�Z:�CU��!YT"w+�Gӟ:9����D���(��0&����W�Cq�u]~ ��Џ�� ~3?��F'�vNF��[�y�]�G:&�Јn���g��r�5���+��f4��̝��.�Zi�Ժ)f9� g옊��z�y�S"T[n���D�kQy2Y`�P=%U'�����[��<�_�g@��K��d�%= ���Kᗈy5}�T�Hqy7j�'L@H�c�����h��S��{�#]Y�^�}��j���ۿ�H9�-��;���q2�4U+ͣ�"����CP][�c^���������7����a,�r}���a�dMZ3K%W����s,%��8o.m��B4�6�%����wx̨���t����������!S.���3"�U2�FFܠT*6���#| ��`*tX�D���iS.,O��wy����G��H��߭+��j���U Z�}��Ptrb\*�����;�ݨ����|`�$��]��ԇMW���cWv3Cx���g[��AF²ii{�;'ˤ����P@�� �1�F^�����C����T_���%� ��oL���9ޥ��Hs���C���9�����s�1���Ĥ"����"����<��N8�C��WA �7y��e�����L���RE��8� 3�I�5Aѵ%YG�I�Y�xi3Ɋ��(����Hb�R^d�E7�T�g�4$1�c�&s+����,]ϝ�7{Ч��Q����������Cc��]�䡟�vzX��t������7IHSD$ĩ����:��~��V�l�>!Zr~bf� �g�Q�x�#IIw.�Tm�ה&��I���[C�YL1{�� �"6/�oO�W��@^�q����7��Q:�)�/��n`-z���0fzR`�[V=�~�;�ͩ����wÀ8�J.O#�Bu}V���s�R8�+)��V�c���)��4�w��GM��.�J����ȩ7E]Q���d�8��"+��Ŧ��Jq�<�{M�q��m�0���Q������ 5�kP�}���aK��BmG~�̦�ٟ��:k�//�W7ar�1�R��0Wv��#�~W�`��9�d��������vV�.ޥ���*�'�Q��ؠ�=-57��|MF.��;������,Z"�A8y��.�5�}-��v0��SSS����@_�3�����h��]9iC����3�WvX�oj�����W��t�}P��;齬>P�X���#�A������P�� endstream endobj -4930 0 obj +4942 0 obj << /Type /Page -/Contents 4931 0 R -/Resources 4929 0 R +/Contents 4943 0 R +/Resources 4941 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4808 0 R -/Annots [ 4916 0 R 4917 0 R 4918 0 R 4919 0 R 4920 0 R ] +/Parent 4820 0 R +/Annots [ 4928 0 R 4929 0 R 4930 0 R 4931 0 R 4932 0 R ] >> endobj -4916 0 obj +4928 0 obj << /Type /Annot /Subtype /Link @@ -64800,7 +64852,7 @@ endobj /A << /S /GoTo /D (subsection.9.6) >> >> endobj -4917 0 obj +4929 0 obj << /Type /Annot /Subtype /Link @@ -64809,25 +64861,25 @@ endobj /A << /S /GoTo /D (subsection.9.26) >> >> endobj -4918 0 obj +4930 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [450.714 344.433 465.907 358.225] -/A << /S /GoTo /D (Hfootnote.213) >> +/A << /S /GoTo /D (Hfootnote.211) >> >> endobj -4919 0 obj +4931 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [306.839 161.079 322.032 174.871] -/A << /S /GoTo /D (Hfootnote.214) >> +/A << /S /GoTo /D (Hfootnote.212) >> >> endobj -4920 0 obj +4932 0 obj << /Type /Annot /Subtype /Link @@ -64836,72 +64888,74 @@ endobj /A << /S /GoTo /D (subsection.10.4) >> >> endobj -4932 0 obj +4944 0 obj << -/D [4930 0 R /XYZ 55.693 823.059 null] +/D [4942 0 R /XYZ 55.693 823.059 null] >> endobj 574 0 obj << -/D [4930 0 R /XYZ 56.693 696.239 null] +/D [4942 0 R /XYZ 56.693 696.239 null] >> endobj 578 0 obj << -/D [4930 0 R /XYZ 56.693 568.343 null] +/D [4942 0 R /XYZ 56.693 568.343 null] >> endobj 582 0 obj << -/D [4930 0 R /XYZ 56.693 241.361 null] +/D [4942 0 R /XYZ 56.693 241.361 null] >> endobj -4933 0 obj +4945 0 obj << -/D [4930 0 R /XYZ 74.626 126.01 null] +/D [4942 0 R /XYZ 74.626 126.01 null] >> endobj -4934 0 obj +4946 0 obj << -/D [4930 0 R /XYZ 74.626 78.19 null] +/D [4942 0 R /XYZ 74.626 78.19 null] >> endobj -4929 0 obj +4941 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F7 820 0 R /F8 822 0 R >> +/Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R /F28 677 0 R /F7 836 0 R /F8 838 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4938 0 obj +4950 0 obj << /Length 2377 /Filter /FlateDecode >> stream -xڕɒ���>_�#X5��@c�M�G�\�X�&�EVUz�&�PX<}�� Aq,�@�����K�A��7��x���RQ�eIp��<ʫ4(���~�U�ZWE�|����߿��j�&E��e��i�|���[D��?����廻w��*�D�oV��ԖgU��>��tsw��Fq����"�J����q�����8J�2x���@�**+6���_n��PqTd�yh����5V��m�čΌ�'Vk@�я�ga �����R����y�M����N�>��qظ���-C���S{�n��{s���le�3�����ґ�9�e6�d�� V�Y��co�ǁqCw�<:��mL�����VG_�^���b̓"��X�TTQ�:JӊoOT&{Y��Pi����ٖ��{�c -��$��iܻv��Q"��,Ba���$J�����I⌫� wtIm�$q��z)� n�*����`y0�e�t� ���Wm��t�vTّlژ���3*\��uFfq���]{yy۱e2(��s�F���F�ܝ�� cH*�\R峩��gDo7];���]�2ε���3���nx���E;���5 c����/����ٸµ5��7������t��e��f�Cp����=t��ѱ����V�$F1;�8����A�ԌL,�g�]�'V��ڭ�2��|�s86�b<�9�}� ��k�;�poNd�Ȫ�2���*q�i���>0����?��p��Y��=?�Q���K���7;�lA�T��@�����=s�M=�Q' Y&B�N�-�*|��k��ɞ�d��0�w� � ��?�kIci�$�r�9����!��4����`�5 �*��H��'ȚY��w���kn j#gyJ�&Z�r�W-���d�!B1��^�� -֎K^(����K����H���h�`��V���ɉJ&��M�^ʂ���xE�ɍ�w�x�UWAK臑�9@1L��>�f����n�bEx��l%)����܇id���Jg����Z���8�}��v�7A��j�������L��b�3RIމר�����&��0<�@��,��f��j~�����$K��rn�F\sE[ޕ��oM�d��`��*�B] -6d[A�ɓ���8�g���x�����J����p�S!dK��`���Z��Ӷ�~&ޮ�1���o��*���Z�����ee����$�Q$��Gӏn������ȱ�Q(�������d����=��P�����5�@���|� ]+��|�:���0��Pc_�S�pq�ovD5�.��?�8(�7� | ��z�%;֨�J�f�H�(4�j��by4�j_�0�J-+����d��l��\A *�f�UxJ��i"IU�(��(w�A�b�{n�@.���r�ې�}0�A����1=#�t�y��`j�:+ �ԠGL���0���R5��h1��o�<Ҡ�UGl�>�Dq��コ!MAk������U|�A���|0�"Q��` -�p���<iJ��Vq�O��� *���O`0���\�;tHiR -����+WO� ����3U��,xA)QɃ*�=�k��V_���7�����`��X�����Y���]~�5�ZU�̟5�J��N�Μ$Sf� {��^��t�,Z��ʠ��,�DZ�'@lQ�(��*S��u\�`� %���7�!�Yj�`A�����\���@�����c�Q�Ӹ�я$S:A"�4b�V��[dф�w��$�k���PZB���)�~V���E3��g���7v���p���e���..�vĢ|>��P����<N�<�M��7`[\~�\ѽ̂��%��[��; `y�٣��@O,����_��휘$���K�%����nJ�14Fa�Z��)�ҿ��T���:�/ɞ>�*'� �\�v�s��0F>�Ԋ��V|ڎ���$]B���4������QIEub����K{KGQ�#zm�"�af#�P�����I��l���B���`���J/ޯ� d2����ӳ(K ^�Q���W� -�A.�U�P�}�),·�����p͉c����i� -}k�9��7Q�sk��HJ -��$�P���j^���D��y^|�89d8��4>�@�CDBc{�2)�H��$�=��|�QV����d^��X�2�e����{7����6� ��WȂ���/ɂj7��yn�ֺ�"U]�B���R��g%�qi�BT���� -M����i�'�6�5s_�b��ќ.*���I8{E�M�J�c�6n�U4�o�������.�a�Z����������}�yfi�ɱZ�8=���#֗b�?�k��k�����%% +xڕɒ���>_�#X5��@c�M�G�\�X�&�EVUz�&�PX<}�� Aq,�@�����K�A��7��x���RQ�eIp��<ʫ4(���~�U�ZWE�|����߿��j�&E��e��i�|���[D��?����廻w��*�D�oV��ԖgU��>��tsw��Fq����"�J����q�����8J�2x���@�**+6���_n��PqTd�yh����5V��m�čΌ�'Vk@�я�ga �����R����y�M����N�>��qظ���-C���S{�n��{s���le�3�����ґ�9�e6�d�� V�Y��co�ǁqCw�<:��mL�����VG_�^���b̓"��X�TTQ�:JӊoOT*{Y��Pi����ٖ��{�c +��$��iܻv��Q"��,Ba���$J�����I⌫� wtIm�$q��z)� n�*����`y0�e�t� ���Wm��t�vTّlژ���3*\��uFfq���]{yy۱e2(��s�F���F�ܝ�� cH*�\R峩��gDo7];���]�2ε���3���nx���E;���5 c����/����ٸµ5��7������t��e��f�Cp����=t��ѱ����V�$F1;�8����A�ԌL,�g�]�'V��ڭ�2��|�s86�b<�9�}� ��k�;�poNd�Ȫ�2���*q�i���>0����?��pu�pV@|�F�Ot�+r��;��fǗ-�*��=�q�>�g��g<�!�D��ɷ� W���vM�<���"��u&��<�dT�q-i,-��_@.<�Qְ�2$W3�F�_�캦a_%�@)�4�Y3���nq ��#q� Dm�,O)��D�]��j���?���:D(����RQ���q�EU����z���q)Z���4�*��;9�@Ʉ���x�KY��w�h<������*h �0R<(��X��Cٌ|��э^��2��$% _���0��t~՜S������O�R�DZ��N�&�P-S��4��"�Ip�PLzF*�;�բ�t����D����偡Q��r@-�o�]~a{�d�X�M�a�vӈk�h˻RR��I�,�b�Y�B%P�K��l+�3y�_�g�,�O����Y)0�c�y*��E��,�=]k�`�6c�����5���m�R�QW�x��y�̣����d9��R���h��m��A�9=9v0 +�V7S��~�L����J�?��f� �Жﺡk��/QG�f�j�z +..�͎�&ܥu����������Z��d�5�A��L�����X͕C,��]���f"]�e%����,��>��+�A%���� +OI��>��@$�Je���!�[�z� ���2Y��|���F1����5�g�n815�L�AXg�A�����"�&QrYJ���-&���^�G���*����ާ�(.c�w\p6�)��T� +�~��PU�������RW�'��*M9xҔ*���؟��7@T����` +�%l��w*��:�V)1�W��z�C"]��g�YX��R��U�zzמ���neQo�a��v �4v7ʱl=���V����^k̵�"0�?k�U�@��Ν9I� �vA���Q�"Y��/^�AU9X +0��O�آ$Q�{U�T����AJ��o:.CH�Ԁ���驕��|ǯ��G�;PIc'���4�q/��I�t�D�i��J÷�$� �I������^!S�� +�6M�f$�?�ϔ�+�o얇��l ���$��]\��E�|k��?��)ry��> +xz���n����(�*�{�)eK\��`-w��G ě��X`o����/'�91I��ٗ|K���ݔ.�ch��$�00�SH�)�)�u�_�=}|UN:A� +~� 砑a�|�{���*��P!I����/.i:?3B�������B��������G��tE:��F��P��ғ\����م��������^�_q��d�;�gQ�@�,�T/ů�9��\�X����SX�oo�R1����C�������s +�o�����;��$�/H ��z���,�,����4"����,qr�p��i|��z�����DeR��N�I�{�/�(����fɼ6�)��e4�X/+0��nn+a�m�A^���;�Y�u_��n���� �u�E�������)�J��p��REE��(����pO,*m�k��P�9]T��ۓp���8!�j��m�8�h��X9��3�]��4�������;^��������ғc��qz$��G�/��[ײ��ʇ�^% endstream endobj -4937 0 obj +4949 0 obj << /Type /Page -/Contents 4938 0 R -/Resources 4936 0 R +/Contents 4950 0 R +/Resources 4948 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4808 0 R -/Group 841 0 R -/Annots [ 4921 0 R 4922 0 R 4923 0 R 4924 0 R 4925 0 R 4926 0 R ] +/Parent 4820 0 R +/Group 852 0 R +/Annots [ 4933 0 R 4934 0 R 4935 0 R 4936 0 R 4937 0 R 4938 0 R ] >> endobj -4927 0 obj +4939 0 obj << /Type /XObject /Subtype /Image @@ -64909,7 +64963,7 @@ endobj /Height 1217 /BitsPerComponent 8 /ColorSpace /DeviceGray -/SMask 4945 0 R +/SMask 4957 0 R /Length 6287 /Filter /FlateDecode >> @@ -64949,7 +65003,7 @@ V@ ��X��R���K���+� k��H[0���[0���>�̕�|��.{����ɋ�7���<������ ����`0��Ha0��r9��#�, ��x �1��@"����`���`��2j���=0���f0����3������ �� �1���i0����0��l��5_�y-�1��Hl0��2.�Rc��C ��� �1��Ho0���+��jTd8T��8��9�@��@�c@��`<�9N�$:F��@�Ku�%�rC �d# �l�@ ��8�w0��Hx�"�2"��c��� �� �1��H{���������<�������@������Ǹ ����0j����Z���z�C�&������ 0^��0\�h��:��V�c�^�P�0R��0P�h�������%�t �-�12F�� ��#���������/0<�h0:���Zc�zC������;00���q@`X�� `T��!����=�G0$�h�������>�p��Q0��S0�h��zCa(��, �t������a�@�`�@�`��2�����4 F��]��@�h���@����q��@����u���;����y���=���h|n��?���h |j��A>4�h!|f��>2�h"|b�t>0�����>.� �����|X��J����%|T��L>)��&|P��>'��'��@C�S���!@K�3���@S�������V�|���|<��X�t��,|8��Z>��-|4�4�����@w�����@�X������a�P���|&��c�H�h2|"��e>�h3|��g>�h4�Ƨ@�����V�Y�@������I�@�� ����9��o����� �S���Ç��-�3����������t���������������������<;��=���O��σ�����������=5��@��ЂZ�3����� ����=0�hC��������N�������=*�hFO�I@7zP�Ў���#�4����!@K�@OzD�Д��t�����-=��K��hLO�:����ij���h��9=��N<�hO����c��S��P��E=��G=�hRO���y �Ц��������Q= ��T�Zճ��zգ��f�$��[=��]=��W���S��:�C����������i=��Z��h[?�����O�t��Z������������@�������ױ��� ��:ر�Z���� �hb?�t��|������8�pn�i��Nvl��V������X/;6�@3�I������������������5�c�t���3��=����M�'��ou�c������}������_�v;۱�Zۿ ����c���e�`������������������p��87����n�;6�������v�ܱ�� ����� �pn86���Nwl��sñ����c��� �`�����pl���������c���x��87��n�;6�������v�ޱ�� ������ �pn86����wl��sñ����c��� �`�����pl���������c�ؽ���H����87�;����pl��s#����H������ � ��@z86���*pl���]������������c�H������ � ��@z#86���Jpl��������K������c�h���_� � ��@|-86���Zpl�������\�������������Q% endstream endobj -4945 0 obj +4957 0 obj << /Type /XObject /Subtype /Image @@ -64964,7 +65018,7 @@ stream x����m�@EQZ�z�2��1�`GN�(H�X��<�9|K1��������������t��`��-6�W��,����%7N�y���Rl����� ��,�Ɔ��� ��,������ ��,����xĆ����c�+7��f��<�j������!7��pl� � r�dž���±!7��pl� � r�dž���±!7��pl� � r�dž���±!7��pl� � r��F86����pl� ��ؐ� 6±!7�@l�cCn���dž����������!7���ؐ� 6���r�Ć����cCn��ؐ�@wl� �r�� ��bCn��ݱ!7�@l� ��;6��� ��tdž����!7���ؐ� 6���r�Ć����cCn��ؐ�@wl� �r�� ��bCn��ݱ!7�@l� ��;6��� ��tdž����!7���ؐ� 6���r�Ć����cCn��ؐ�@wl� �r��Fwl� �r��Fwl� �r��Fwl� �r��F;��bCn��ؐ��ؐ� 6����ؐ� 6��� ��� ��bCn����ml� �r�Ć���Ć����!7�@l� �@l� �r�16��� ��bCn��bCn��ؐ� 6�� 6��� ��bcrr�Ć����!7���!7�@l� �r�r�Ć����!7��Ć����!7�@l� ��bCn��ؐ��ؐ� 6��� ��� ��bCn��ؐr�Ć����!7�@l 7�@l� �r�r�Ć����!7���!7�@l� �� �r�Ć���������!7�@l� �bCn��ؐ� 6�����!7�@l� �� �r�Ć���������!7�@l� �� �r��r�Ć����!7�@l 7�@l� �r��r�Ć����!7��b��bCn���@n� 6Ć����!7�@l 7�@l� �r��r�Ć�������@l 7�@l� �� �Ćؐ� 6��� ��� ��bCn� ��r�Ć�������@l 7�@l� �� ��r�Ć�������@l� ��b���@n��ؐ� 6��� ��� ��b���@n��ؐr�����@l� ��b���@n��ؐ� 6��� ��� ��b���@n���@n� 6��� ��� ��b��bCn���@n� 6�� 6���@l 7�� �� ��r����������@l 7�bCn���@n� 6�� 6��� ��b��b���@n� 6�� 6��� ��b�!7�� ��r��r�����@l 7�@l 7�� ��r��r�����@l���@l 7�� �Ć�@n� 6��� ��� ��b���@n� ��r�����@l���@l 7�� �Ć�@n� 6��� ��� ��b�������@n� 6��� ��� ��b�������@n� 6�r@l� ��b�������@n� 6��� ��� ��b�������@n� 6@n�� ����@l 7� 7�� ��r��r�����@l 7�������@n� 6@n�� ��� ��b��b���@n� 6@n� 6��� ��b��b����� 6@n� 6��� ��bCl 7�� � 6@n� 6��� ��b��b����� 6@n� 6��� ��b��b�������@n� 6@n�� ��� ��b�������@n� ��r@l���@l��� 7�Ć�@n� 6@n�� ��� ��b��������� 6@n�� ��� ��b���� ��� ��r���ܐ�b��������� 6@n�� ��� ��b��������� 6@n�� �r@l��� 7� 7��� ��r��r@l��� 7�@l��� 7�Ć��� 6@n�� ��� ��b��������� 6@n�� �r@l��� 7�� 7��� ��r��r@l��� 7� 7��� ��� ��r@l������ 7��� ��!6@n�� ��b��� 7��� ��� ��r@l������ 7��� ��� ��r@l�r@l��� 7�� 7��� ��r@l�r@l��� 7� 6�� 6@n�� @n�bCl��� 7�� 7��� ��r@l�r@l������� 7��� ��� @l� ��b��������� 6@n� @l�r@l������� 7��� ��� @l�r@l������Ć��� 6��� @n�� ��b��������� 6��� @n�� �r���Ć��� 6��� @n�� ��b��������� 6��� @n�� @n�b��������� 6�� 6@n�� @n�b��b���� 7��� ��� @l�r������� 7��!6@n�� @n�b��b����� 6�� 6��� @n�b��b����� 6��!7��� @l�r@l�r���� 7�� 7��� @l�r@l�r�������� 7��� @l� @n�b��������� 6��� @n� @l�r�������� 7��� @l� @n�b��������� 6��� ��� @n�b��������� 6��� ��� @n�b�rĆ��� 6��� ��� @n�b��������� 6��� ��� @n�b@n������ 7�� 7��� @l�r�r���� 7�� ��� @n�b@n�������� 6�� 6��� @n�b@n�b����� 6�� 6��� ��b@n�b����� 6� 7��� �b@n�b����� 6�� 6��� ��b@n�b����� 6�� 6��� ��� @n�b@n�������� 6��� ��� @n� �r��������� 7@l� @n�b@n�������� 6��=7n��E.7���[���������NΎwxgg�Cn�/�u 6�� 6@n�� @n�CƆ���B��� @n�� ��b��������� 6��� �r@l�ܰ@l�r@l������� 7��� ��� @l�r@l������Ć��� 6@n� @l�r@l������� 7��� ��� @l�r@l������� 7�� 7��� ��r@l�r��� 7�� 7��� ��rCn�b��������� 6��� �r@l�r��� 7�� 7��� ��� @l�r������� 7��� ��� @l�r@l�ܐ���� 6�� 6��� @n�b��b����� 6�� 6��� @n�bCl�r���� 7�� 7��� @l�r@l�r���� 7� 6��� @n�bCl�r���� 7�� 7��� @l�r@l�r�������� 7��� @l�� @l�r���Ć��� 6��� @n� @l�r�������� 7��� @l�� @l�r���Ć��� 6��� ��� @n�b��������� 6��� ��� @n�b�r����� 7�� 7��� @l�r�r���� 7�� 7��� @l�� �r��������!6��� @n�b@n�b�������� 7��� @l�� �r�������� 7��� @l�� @l�r�r����� 7�� 7@l�� @l�r�r����� 7�� ��bCl�r�r����� 7�� 7@l�� @l�r�r��������� 7@l� @n�b@n�������� 6��� ��� @n� �r��������� 7@l�� @l�� �rĆ��� 6��� ��� ��b@n�������� 6��� ��� ��b@n���ܐ 6��� ��� ��b@n�������� 6��� ��� ��b@n���@n���� 6�� 6��� ��b@n�b@n���� 6����� 7@l�� �� �r�����!6��� ��b@n�b@n���� 6�� 6��� ��b��b@n���� 6�� 6��� ��!7@l�� �r��r����� 7@l� 7@l�� �r��r�������@l� ��b@n���@n���� 6��� ��� ��b@n� ��r�������@l� ��b@n���@n���� 6��� ��� ��b�����@n���� 6��� ��� ��b�����r��ܰ��r�������@l� 7@l�� �� ��r�������@l� ��b@n� ��r�������@l� 7@l�� �� ��r�������@l� 7@l� 7�� �r��r����� 7@l� 7�� �rCn 6��� ��� ��b�����r��r����� 7@l� 7�� �� ��r�������@l� 7�� �� ��r��ܐ� ��b��b�����@n 6�� 6��� ��b��b�����@n 6��r���@l� 7@l� 7�� ��r��r���@l� 7�b�����@n 6��r���@l� 7@l� 7�� ��r��r���@l���@l� 7�� ��� ��r���@l� ��b�����@n� ��r���@l���@l� 7�� ��� ��r���@l� ��b����������@n 6��� ��� ��b����������@n 6��rCl���@l� 7� 7�� ��r��r���@l� 7� 7�� ��� ��r���@l���b�����@n 6�@n 6��� ���� 7�� ��� ��r���@l���� 7�� ��� ��r��rCl���@l� 7� 7��� ��r��rCl���@l� 7�����!6��r��rCl���@l� 7� 7��� ��r��rCl���@l���� 7Ć��@n 6�@n� ��� ��b���������@n� ��rCl���@l���� 7��� ��� ��rCl� ��b�����������!6�@n� ��� ��b�����������!6�@n� ��ܐb�����������!6�@n� ��� ��b�����������!6�@n� �@n� ��b��b������!6�@n 6�@n� ��b���� 7��� ��� ��rCl���b������!6�@n 6�@n� ��b��b������!6���!6�@n� ��b��b������!7��� ��rCl��rCl���� 7�� 7��� ��rCl��rCl�����ع!6�@n� ��b��b������!6���!6�@n� ��#�����!6�@n� �@n� ��b����������!6��rCl���� 7�� 7��� ��rcg�!6�@n� ��b��b�����v�b������ћb������ћb������ћb�����zsCl����@on� ��b��� ��rCl����!6�@n� ��77��� ��������!6����� 7��Лb�����zsCl����@on� ��b��� ��rCl����!6�@n� ��77��� ��������!6����� 7��Лb�����zsCl����@on� ��b��� ��rCl����!6�@n� ��77��ȍhn� ����� 7��!6�@nDsCl��܈������!6��hn� � �b��������!6��hn� � �b��������!6��hn� � �b��������!6��hn� � �b�x>76�@�&��dka�@�&��dka�@�&�������������>�: endstream endobj -4928 0 obj +4940 0 obj << /Type /XObject /Subtype /Image @@ -64972,7 +65026,7 @@ endobj /Height 1217 /BitsPerComponent 8 /ColorSpace /DeviceGray -/SMask 4946 0 R +/SMask 4958 0 R /Length 8113 /Filter /FlateDecode >> @@ -65274,7 +65328,7 @@ j� @���PP�`@C�T@�����O�f4tsA�! �ZP�`LCwT@���}�O�&5t[A�Q �TP�`XC�T@����O��5����LJ��7`VC7�;>0�����u����O���>�7|W�&6���02��_�� }�����LM�·`dC��>$�3�����g��O�Є����������4P endstream endobj -4946 0 obj +4958 0 obj << /Type /XObject /Subtype /Image @@ -65530,16 +65584,16 @@ j @���%�c �d��w�~�/x�����������w(�]g軻��� �I������6������ endstream endobj -4921 0 obj +4933 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [263.1 752.984 278.293 766.776] -/A << /S /GoTo /D (Hfootnote.215) >> +/A << /S /GoTo /D (Hfootnote.213) >> >> endobj -4922 0 obj +4934 0 obj << /Type /Annot /Subtype /Link @@ -65548,34 +65602,34 @@ endobj /A << /S /GoTo /D (cite.diagramms) >> >> endobj -4923 0 obj +4935 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [280.307 694.537 295.5 708.993] -/A << /S /GoTo /D (Hfootnote.216) >> +/A << /S /GoTo /D (Hfootnote.214) >> >> endobj -4924 0 obj +4936 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [72.605 607.862 87.798 622.318] -/A << /S /GoTo /D (Hfootnote.217) >> +/A << /S /GoTo /D (Hfootnote.215) >> >> endobj -4925 0 obj +4937 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [361.188 593.416 376.381 607.872] -/A << /S /GoTo /D (Hfootnote.218) >> +/A << /S /GoTo /D (Hfootnote.216) >> >> endobj -4926 0 obj +4938 0 obj << /Type /Annot /Subtype /Link @@ -65584,44 +65638,44 @@ endobj /A << /S /GoTo /D (subsection.2.2) >> >> endobj -4939 0 obj +4951 0 obj << -/D [4937 0 R /XYZ 55.693 823.059 null] +/D [4949 0 R /XYZ 55.693 823.059 null] >> endobj -4940 0 obj +4952 0 obj << -/D [4937 0 R /XYZ 56.693 572.245 null] +/D [4949 0 R /XYZ 56.693 572.245 null] >> endobj -4941 0 obj +4953 0 obj << -/D [4937 0 R /XYZ 74.626 419.812 null] +/D [4949 0 R /XYZ 74.626 419.812 null] >> endobj -4942 0 obj +4954 0 obj << -/D [4937 0 R /XYZ 74.626 371.991 null] +/D [4949 0 R /XYZ 74.626 371.991 null] >> endobj -4943 0 obj +4955 0 obj << -/D [4937 0 R /XYZ 74.626 360.036 null] +/D [4949 0 R /XYZ 74.626 360.036 null] >> endobj -4944 0 obj +4956 0 obj << -/D [4937 0 R /XYZ 74.626 336.125 null] +/D [4949 0 R /XYZ 74.626 336.125 null] >> endobj -4936 0 obj +4948 0 obj << -/Font << /F23 623 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R /F11 934 0 R >> -/XObject << /Im99 4927 0 R /Im100 4928 0 R >> +/Font << /F23 623 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R /F11 914 0 R >> +/XObject << /Im99 4939 0 R /Im100 4940 0 R >> /ProcSet [ /PDF /Text /ImageB ] >> endobj -4951 0 obj +4963 0 obj << /Length 853 /Filter /FlateDecode @@ -65632,29 +65686,29 @@ v 뀸Z��؆���R��\K̵���H5�ױ_�(c/A��^�î�1��E?f�Ý�c�[�:X�Z�8dYP��V�1RN��{��fx#��+u�=��,�9\��t(��'��R(P>?���^9��i�R?^�6ļ��� )���}��݈<VϿ=WՃО�{�1��x�*�/<����k_���A�x3t�G���W~���� endstream endobj -4950 0 obj +4962 0 obj << /Type /Page -/Contents 4951 0 R -/Resources 4949 0 R +/Contents 4963 0 R +/Resources 4961 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4808 0 R -/Group 4954 0 R +/Parent 4820 0 R +/Group 4966 0 R >> endobj -4935 0 obj +4947 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/visfeyn.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4955 0 R +/PTEX.InfoDict 4967 0 R /BBox [0 0 1440 720] -/Group 4954 0 R +/Group 4966 0 R /Resources << /ExtGState << ->>/Font << /F1 4956 0 R>> +>>/Font << /F1 4968 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -65686,45 +65740,45 @@ Ac ��p��VM������t�O4[����<W%��ҖRu������^���f����k>�_��ϭ��u��[\w羌���_X��_��1���u<��B�2뉽����������V��ɣZ��p�5�Þ���Ӿ�]��=�zb���Vrj%���=�Gv3Z�����!O(zzX�LK?�����n7~���yq��O�r�� ��G����i.���$��Cz�0�U3Z���4_��c��<�w|���?|��t�����=|���JXx脅�>s����0��6��C��y�_�K���;_���?<|����9;�����x(_��z"[�����r��7|�������=|����ϫ��{���աs����"�)�GVG=�@�Ʈ;�2�1z��ϫ����o��Q�_�����߿��ܡ'��~����po�����EՔ�\��'~���2�-�J�|����/?���O_~�����/��������;�L endstream endobj -4955 0 obj +4967 0 obj << /CreationDate (D:20200929125115+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -4956 0 obj +4968 0 obj << /BaseFont /DejaVuSans -/CharProcs 4957 0 R +/CharProcs 4969 0 R /Encoding << /Differences [ 32/space 99/c/d/e 106/j 113/q 115/s/t] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4958 0 R +/FontDescriptor 4970 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4959 0 R +/Widths 4971 0 R >> endobj -4957 0 obj +4969 0 obj << -/c 4960 0 R -/d 4961 0 R -/e 4962 0 R -/j 4963 0 R -/q 4964 0 R -/s 4965 0 R -/space 4966 0 R -/t 4967 0 R +/c 4972 0 R +/d 4973 0 R +/e 4974 0 R +/j 4975 0 R +/q 4976 0 R +/s 4977 0 R +/space 4978 0 R +/t 4979 0 R >> endobj -4958 0 obj +4970 0 obj << /Ascent 929 /CapHeight 0 @@ -65739,10 +65793,10 @@ endobj /XHeight 0 >> endobj -4959 0 obj +4971 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4960 0 obj +4972 0 obj << /Filter /FlateDecode /Length 230 @@ -65751,7 +65805,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -4961 0 obj +4973 0 obj << /Filter /FlateDecode /Length 227 @@ -65762,7 +65816,7 @@ x *��s��>�h][M endstream endobj -4962 0 obj +4974 0 obj << /Filter /FlateDecode /Length 245 @@ -65771,7 +65825,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -4963 0 obj +4975 0 obj << /Filter /FlateDecode /Length 126 @@ -65781,7 +65835,7 @@ x �R�wJ�U�o�D8�nI2�t�N�\��}R�k��kg�����%�/���� . endstream endobj -4964 0 obj +4976 0 obj << /Filter /FlateDecode /Length 237 @@ -65792,7 +65846,7 @@ x �S�w�� ;�fS�GR�t�慷�r!��S��7҄�٧be�J���`��Dd��e8�ah��4`����֑ҋ��1 7���W���6K������+�n��|��IU\~ endstream endobj -4965 0 obj +4977 0 obj << /Filter /FlateDecode /Length 332 @@ -65803,7 +65857,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -4966 0 obj +4978 0 obj << /Filter /FlateDecode /Length 17 @@ -65812,7 +65866,7 @@ stream x�36�P0��C.��� endstream endobj -4967 0 obj +4979 0 obj << /Filter /FlateDecode /Length 131 @@ -65821,36 +65875,36 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -4954 0 obj +4966 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -4952 0 obj +4964 0 obj << -/D [4950 0 R /XYZ 55.693 823.059 null] +/D [4962 0 R /XYZ 55.693 823.059 null] >> endobj 586 0 obj << -/D [4950 0 R /XYZ 56.693 782.706 null] +/D [4962 0 R /XYZ 56.693 782.706 null] >> endobj -4953 0 obj +4965 0 obj << -/D [4950 0 R /XYZ 56.693 752.984 null] +/D [4962 0 R /XYZ 56.693 752.984 null] >> endobj -4949 0 obj +4961 0 obj << /Font << /F23 623 0 R /F17 619 0 R >> -/XObject << /Im101 4935 0 R >> +/XObject << /Im101 4947 0 R >> /ProcSet [ /PDF /Text ] >> endobj -4972 0 obj +4984 0 obj << /Length 1013 /Filter /FlateDecode @@ -65860,32 +65914,32 @@ x �Gb�4KWvJj�n���=O��G�/`�AVP�5�0�0�i7{?!�K�-3���۾�7�qێa�Ϥ<vC���W���X;Q�ԩ��Yş�aO��4oP�<l� �!A[��<�>��G?���7�e��NOn�Gh뎔ǮM�b~���1��oC:����U�uϙ�<���c,�*E��� k**�\���Ŭ��I�I���� -2�״�z�F[RkZ~dy��]ס���8�d�=,��r�p��A��I��\Y@7b�o�� �� $��4�E�~�2?l���)�O�C�z�/����m� <]:@ϝ�wh�6�/����襄�m,��]S�c2[J�� ����5mS+\B)*|�A��=��x���ɩ���iՒ�Ԑ}�2�2;�J����4�_����U)m�2���TT�V����FAs���舀�Ԛ�9��PkK�M��d�Fd�n�*��W&ky4x +2�״�z�F[RkZ~dy��]ס���8�d�=,��r�p��A��I��\Y@7b�o�� �� $��4�E�~�2?l���)�O�C�z�/����m� <]:@ϝ�wh�6�/����襄�m,��]S�c2[J�� ����5mS+\B)*|�A��=��x���ɩ���iՒ�Ԑ}�2�2;�J����4�_����U)m�2���TT�V����FAs���舀�Ԛ�9��PkK�M��d�Fd�n�*��W&ky4x ��Ɓ�4�`@�M��~!$�u�i�$*�H'�)#� %�(��4�?���� q�3�M�����2�a^Ih�z�@�~�E�@[�3z҈P(�M��A$���h�&�!9�cF�<�i;�0 -�H�)�퓋]� )���Æ����쇴���壟c�%�� ����/��+���4۟.M?��x1�&s��G������8���h%����T�0�_���3Q� Zhxc P�9}2&W7�U�*`�0s ����E*����cL��`߅�v��B�-~>�$�F�!��"]Pi�y�6��O��J��B\|�p� h�,� +�H�)�퓋]� )���Æ����쇴���壟c�%�� ����/��+���4۟.M?��x1�&s��G������8���h%����T�0�_���3Q� Zhxc P�9}2&W7�U�*`�0s ����E*����cL��`߅�v��B�-~>�$�F�!��"]Pi�y�6��O��J��B\|�p� ^�, endstream endobj -4971 0 obj +4983 0 obj << /Type /Page -/Contents 4972 0 R -/Resources 4970 0 R +/Contents 4984 0 R +/Resources 4982 0 R /MediaBox [0 0 595.276 841.89] -/Parent 4808 0 R -/Group 4975 0 R -/Annots [ 4968 0 R ] +/Parent 4820 0 R +/Group 4987 0 R +/Annots [ 4980 0 R ] >> endobj -4948 0 obj +4960 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/historyfeyn.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 4977 0 R +/PTEX.InfoDict 4989 0 R /BBox [0 0 460.8 345.6] -/Group 4975 0 R +/Group 4987 0 R /Resources << /ExtGState << /A1 << @@ -65903,7 +65957,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 4978 0 R>> +>>/Font << /F1 4990 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -65929,54 +65983,54 @@ x �A��"�����7�CQH��Z�(*��F�(*Vn�wxWTո�٢gEU�}2�gEU-a$��U5�Y&ï�*�`�**��=D�!��w��_�-��ڔ&�"������H�jʀ�v�TGg-�$�Q���*�V������ٛ��4:���g���_>�Ϛ���yz��������3>���G�J�ׄ�8�d%�m���a\��s�A��a��������|qov`�v[7�G,{�}sr�Zې�dj� �Ǻ�� ���xw���O�������b^>~�q1MyLA���7������\H���'�����2�>�=�ѫ����?�W��8������Z�ï?>^�~�F�=#X����\3�������[���9����:����%E�� endstream endobj -4977 0 obj +4989 0 obj << /CreationDate (D:20200920185944+02'00') /Creator (matplotlib 3.1.2, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.2) >> endobj -4978 0 obj +4990 0 obj << /BaseFont /DejaVuSans -/CharProcs 4979 0 R +/CharProcs 4991 0 R /Encoding << /Differences [ 46/period 48/zero/one/two 52/four 54/six 56/eight 95/underscore 97/a 99/c 101/e 104/h 108/l 111/o/p 115/s 118/v] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 4980 0 R +/FontDescriptor 4992 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 4981 0 R +/Widths 4993 0 R >> endobj -4979 0 obj +4991 0 obj << -/a 4982 0 R -/c 4983 0 R -/e 4984 0 R -/eight 4985 0 R -/four 4986 0 R -/h 4987 0 R -/l 4988 0 R -/o 4989 0 R -/one 4990 0 R -/p 4991 0 R -/period 4992 0 R -/s 4993 0 R -/six 4994 0 R -/two 4995 0 R -/underscore 4996 0 R -/v 4997 0 R -/zero 4998 0 R +/a 4994 0 R +/c 4995 0 R +/e 4996 0 R +/eight 4997 0 R +/four 4998 0 R +/h 4999 0 R +/l 5000 0 R +/o 5001 0 R +/one 5002 0 R +/p 5003 0 R +/period 5004 0 R +/s 5005 0 R +/six 5006 0 R +/two 5007 0 R +/underscore 5008 0 R +/v 5009 0 R +/zero 5010 0 R >> endobj -4980 0 obj +4992 0 obj << /Ascent 929 /CapHeight 0 @@ -65991,10 +66045,10 @@ endobj /XHeight 0 >> endobj -4981 0 obj +4993 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -4982 0 obj +4994 0 obj << /Filter /FlateDecode /Length 304 @@ -66004,7 +66058,7 @@ x �pu�;�G�w5<�T���Q��!O���J�|<(!\{0F�S�@��\��^B����AjI�'<�uzO.n�d�T�NQ���3��J =��X�};����8�~�F�ʌ�h!~�W'�%`�S&EdN�Xn�՞�(�s�s �ي�R�bW�;o,/�,Ȕ�2F�M�8x�~���y��x�l�s; endstream endobj -4983 0 obj +4995 0 obj << /Filter /FlateDecode /Length 230 @@ -66013,7 +66067,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -4984 0 obj +4996 0 obj << /Filter /FlateDecode /Length 245 @@ -66022,7 +66076,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -4985 0 obj +4997 0 obj << /Filter /FlateDecode /Length 392 @@ -66032,7 +66086,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -4986 0 obj +4998 0 obj << /Filter /FlateDecode /Length 90 @@ -66041,7 +66095,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -4987 0 obj +4999 0 obj << /Filter /FlateDecode /Length 163 @@ -66050,7 +66104,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -4988 0 obj +5000 0 obj << /Filter /FlateDecode /Length 45 @@ -66062,7 +66116,7 @@ x "���}� endstream endobj -4989 0 obj +5001 0 obj << /Filter /FlateDecode /Length 214 @@ -66073,7 +66127,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -4990 0 obj +5002 0 obj << /Filter /FlateDecode /Length 80 @@ -66082,7 +66136,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -4991 0 obj +5003 0 obj << /Filter /FlateDecode /Length 236 @@ -66093,7 +66147,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -4992 0 obj +5004 0 obj << /Filter /FlateDecode /Length 49 @@ -66102,7 +66156,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -4993 0 obj +5005 0 obj << /Filter /FlateDecode /Length 332 @@ -66113,7 +66167,7 @@ x N��Kؖ��������ߗ��3�| endstream endobj -4994 0 obj +5006 0 obj << /Filter /FlateDecode /Length 317 @@ -66124,7 +66178,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -4995 0 obj +5007 0 obj << /Filter /FlateDecode /Length 248 @@ -66135,7 +66189,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -4996 0 obj +5008 0 obj << /Filter /FlateDecode /Length 52 @@ -66144,7 +66198,7 @@ stream x�350P0PеT�526U05� �LR���\$��S a��s*s���T� endstream endobj -4997 0 obj +5009 0 obj << /Filter /FlateDecode /Length 72 @@ -66153,7 +66207,7 @@ stream x�5���0{��6X`�KE�oC|N/���Z ��#pu���#]�)E�c�q�_H1F=�#���O�_p} endstream endobj -4998 0 obj +5010 0 obj << /Filter /FlateDecode /Length 210 @@ -66163,45 +66217,45 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -4975 0 obj +4987 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -4968 0 obj +4980 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [489.75 372.401 504.943 386.192] -/A << /S /GoTo /D (Hfootnote.219) >> +/A << /S /GoTo /D (Hfootnote.217) >> >> endobj -4973 0 obj +4985 0 obj << -/D [4971 0 R /XYZ 55.693 823.059 null] +/D [4983 0 R /XYZ 55.693 823.059 null] >> endobj -4974 0 obj +4986 0 obj << -/D [4971 0 R /XYZ 56.693 789.929 null] +/D [4983 0 R /XYZ 56.693 789.929 null] >> endobj -4976 0 obj +4988 0 obj << -/D [4971 0 R /XYZ 74.626 322.222 null] +/D [4983 0 R /XYZ 74.626 322.222 null] >> endobj -4970 0 obj +4982 0 obj << -/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im102 4948 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im102 4960 0 R >> /ProcSet [ /PDF /Text ] >> endobj -5010 0 obj +5022 0 obj << /Length 1528 /Filter /FlateDecode @@ -66215,30 +66269,30 @@ a �5!�������?d����7���X��"x����e8����ܙ? 6�N&�\��S!��nݒw���RsV�$,/�����9�#��T0T�\.5��{����dt���v8���t>�q�$�o�9i6��yG�-%'��f��T0��Iu+Ūw$9m�S�<��B�,�G=���I�� ��Qj)�O�J��T�?W0o �G�/ -=���2������4�yv� �'Cl������J�?�6�� +=���2������4�yv� �'Cl������J�?�t�� endstream endobj -5009 0 obj +5021 0 obj << /Type /Page -/Contents 5010 0 R -/Resources 5008 0 R +/Contents 5022 0 R +/Resources 5020 0 R /MediaBox [0 0 595.276 841.89] -/Parent 5015 0 R -/Group 5013 0 R -/Annots [ 4999 0 R 5004 0 R ] +/Parent 5027 0 R +/Group 5025 0 R +/Annots [ 5011 0 R 5016 0 R ] >> endobj -4969 0 obj +4981 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/lossbynFEYN.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 5016 0 R +/PTEX.InfoDict 5028 0 R /BBox [0 0 460.8 345.6] -/Group 5013 0 R +/Group 5025 0 R /Resources << /ExtGState << /A1 << @@ -66256,13 +66310,13 @@ endobj /Type /ExtGState /ca 0.5 >> ->>/Font << /F1 5017 0 R>> +>>/Font << /F1 5029 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 5018 0 R -/M1 5019 0 R +/M0 5030 0 R +/M1 5031 0 R >>>> /Length 2057 /Filter /FlateDecode @@ -66275,33 +66329,33 @@ x �_� ��|X��c�`~/��sx�6�P�|��t��8п���)���=j���v:��������v����Ɓ�2�۽�HD�,���\m�;eO���*����&�h+�-^1���ϑ����6/�����>~��������k��-�������k��~�}xy$_���?�wP� endstream endobj -5016 0 obj +5028 0 obj << /CreationDate (D:20201004131548+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -5017 0 obj +5029 0 obj << /BaseFont /DejaVuSans -/CharProcs 5020 0 R +/CharProcs 5032 0 R /Encoding << /Differences [ 46/period 48/zero 50/two/three/four/five/six/seven/eight/nine] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 5021 0 R +/FontDescriptor 5033 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 5022 0 R +/Widths 5034 0 R >> endobj -5018 0 obj +5030 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -66313,7 +66367,7 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -5019 0 obj +5031 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -66325,21 +66379,21 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -5020 0 obj +5032 0 obj << -/eight 5023 0 R -/five 5024 0 R -/four 5025 0 R -/nine 5026 0 R -/period 5027 0 R -/seven 5028 0 R -/six 5029 0 R -/three 5030 0 R -/two 5031 0 R -/zero 5032 0 R +/eight 5035 0 R +/five 5036 0 R +/four 5037 0 R +/nine 5038 0 R +/period 5039 0 R +/seven 5040 0 R +/six 5041 0 R +/three 5042 0 R +/two 5043 0 R +/zero 5044 0 R >> endobj -5021 0 obj +5033 0 obj << /Ascent 929 /CapHeight 0 @@ -66354,10 +66408,10 @@ endobj /XHeight 0 >> endobj -5022 0 obj +5034 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -5023 0 obj +5035 0 obj << /Filter /FlateDecode /Length 392 @@ -66367,7 +66421,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -5024 0 obj +5036 0 obj << /Filter /FlateDecode /Length 247 @@ -66377,7 +66431,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -5025 0 obj +5037 0 obj << /Filter /FlateDecode /Length 90 @@ -66386,7 +66440,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -5026 0 obj +5038 0 obj << /Filter /FlateDecode /Length 320 @@ -66397,7 +66451,7 @@ x �R�ӿ����ccz� endstream endobj -5027 0 obj +5039 0 obj << /Filter /FlateDecode /Length 49 @@ -66406,7 +66460,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -5028 0 obj +5040 0 obj << /Filter /FlateDecode /Length 68 @@ -66417,7 +66471,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -5029 0 obj +5041 0 obj << /Filter /FlateDecode /Length 317 @@ -66428,7 +66482,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -5030 0 obj +5042 0 obj << /Filter /FlateDecode /Length 338 @@ -66442,7 +66496,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -5031 0 obj +5043 0 obj << /Filter /FlateDecode /Length 248 @@ -66453,7 +66507,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -5032 0 obj +5044 0 obj << /Filter /FlateDecode /Length 210 @@ -66463,14 +66517,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -5013 0 obj +5025 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -5000 0 obj +5012 0 obj << /Type /XObject /Subtype /Image @@ -66478,7 +66532,7 @@ endobj /Height 1517 /BitsPerComponent 8 /ColorSpace /DeviceGray -/SMask 5033 0 R +/SMask 5045 0 R /Length 13467 /Filter /FlateDecode >> @@ -66655,7 +66709,7 @@ T- �f]G̨7�fBӗ��f�T,h�25���b m��?�f��h�NZ�fԛP��f�@`��a��uj��D֩f�X�f�@`��a����3��ߧf�@�B5�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������D�_�� endstream endobj -5033 0 obj +5045 0 obj << /Type /XObject /Subtype /Image @@ -66768,7 +66822,7 @@ Z �)��[>�q���W�#m���!��rw[���y*-���� (�U��@�9Ma_<m��^�}/Y�����O����9j�jAw���t���>�3�Z�8�45:�.[П���.�Q�eU=�D���e���->����ێ�3������x2��������Z��]���SVwel/`}-�/y=������� �[dl/`�-�o��:t{WL��g�������.�N�������e������3�0=U������oЂޟڷ��p4�G{gF)�-��oA���u�n��|�O&c{�koA�oi���#�3�����u��W~������U�����^��Z�����E���V��u�~���<�dl/`M��j�Pج�C�L�f�f5�'������^�ϰs �z^�>�|֍%2���"ѯC�o���s���z��Wd|�XV���G{�P�Sy���tƆ���Ee���nԑ�fKI}մ��;ԓ[��Q}���Wd���/����{)��0����O&cY�2�����O�Ӻ�,fښ)c{�k�l��˨�����\ ���e��ɿ��v�i��4�F��2�V�o_�������H��5���d�3�t\`+��!��i5$ųZ���xE��4g�c�nr��O8a/c{�k���f�?u|�ҫ���D��2�֤l�}�%ڑ�;��������Ee��� IT<�wO�W"c{�kR\_�CQ�}����Rel/`M�답Oǀ��Y�����5�̨��������V�*d�Q��g�!`��c�mՃ6�x��擎��^��������.j��KBA��8�+C�U����-����-�� �e,5#yZ��\�K�ٕ�WCC������2�g���X�˥��VCCG�Dƙ��^��\/���5�L�4�ǟ�O����5�=����ͯ��"��|:zʛ��e��IǶ���=�R\n��G�5ge�.�m/�c��+��\��:��Vi4��(F.�4�����5�9��5�.���yѵ��'c{�k�;�������s o�f�qKz2���&�;Ks�5�t����Wm��dl/`M��+{j�4tfܒ�Q��2����heZ��|:fI/����5��W��^�1fI/����5���������X�;��\����Ť��:4f��^\��\F�Jn`E��[qv��;fI/;�������ZVc� ��/���Kz8?�/���ֿ=�el,C�!���\ݾ=h���%�x�B��-f��M�Җ�_��4tI/�"c���2��&����;��P ��W ���-3*����,���f*�ɰ�aKz�Qz�.c����o���#ʫ���%����+#_nF����WО��/:'��6lIoX��ʌ�;����WA�����bܠ�!KzCߠ��n��$�+g���T��Ȩ!Kz��3Ue<9#_^��+h{�c��=��TY4:j��^4�̩�-f��K�h��SVT}���2_�KG�����3��$?��x����t��r�11�Xw��DuP�<��\>���YƦ3�ޥh?�y��Μ�r0P�3���x��a�����aO�fOI��g��ˮ�[>g�����Sfd2�O��D=GWNe6�����"���2���>r�C:�����i{Jdl/��v١9Z���9��S�i�el/���4O?G*<s�w�5"͋�����|<0�:���eD2���+��ɳidl/��{�m�Cld�8#Zr����Wӎ�2d��x��2��+������w�M;RȐ@[uo�n�v��e2���md�vD��2���{�F�jGdl/`�ކ�|��v$�����9�pݐgkGdl/`KM��C3���1&c���-5����3�#2����&t����4�h����RZ���*��ѥ�;��ל`8~=9���2��U�HZ�\��z���I�4(��p%c{�P��y'�Md���R3��J!C�w�^�0���� Ⱥ�G2�x��x�F2d�0�#y��T��2�6 ��Z�G2z�e���5w[��X��B�?��T���5%I,C���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������y� endstream endobj -5001 0 obj +5013 0 obj << /Type /XObject /Subtype /Image @@ -66776,7 +66830,7 @@ endobj /Height 1217 /BitsPerComponent 8 /ColorSpace /DeviceGray -/SMask 5034 0 R +/SMask 5046 0 R /Length 6962 /Filter /FlateDecode >> @@ -66821,7 +66875,7 @@ V@ ���ve�h˂���mA���ⶠl��q[P6���-(�@�� �@[�����������`�v� endstream endobj -5034 0 obj +5046 0 obj << /Type /XObject /Subtype /Image @@ -66845,7 +66899,7 @@ b �r�dlt;�9|��r������>l��A��x���@nP;6^��� 7����)�� ���Ͻ��� �~�)�� 2����|��r�Tl|����@n��/���r�Xl<���� � 7�� ��r�!6��� ��b��b�����@n 6�@n 6��� ��b��b�����@n 6�@n 6��� ���b�����@n 6�@n 6��� ��b��b�����@n 6�@n 6��� ��bCl� 7�� ��� ��r���@l���@l� 7�� �!6�@n 6��� ��b��b����������@n 6��� ��� ��b���������@n 6�@n� ��� ��b����� ��rCn� ��� ��b���������@n 6�@n� ��� ��b�����������!6�@n 6��� ��b��b�������!6�@n 6��rCl���� 7� 7��� �!6��� ��b��b�������!6�@n 6�@n� ��b��b������!6��r��rCl���@l� 7�����!6�@n 6�@n� ��b��b������!6�@n 6�@n� ��bCl���� 7��� ��� ��rCl���@l���� 7��� �!6�@n� ��bCl���� 7��� ��� ��rCl���@l���� 7�� 7��� ��rCl��rCl���� 7� 7��� ��rCn� ��b����������!6�@n� �@n� ��b���� 7��� ��� ��rCl������� 7��� ��� ��rCl��ܸ��� 7��� ��� ��rCl������� 7��ȍ{� ��rCl������� 7��� ��� ��rCl����b������!6���!6�@n� ��7�b������!6���!6�@n� ���rCl���� 7�� ��rCl���h77��� ��r���� 7���nn� ��b�h77��� ����b������� ��rCl��������!6��vsCl����@��!6�@n� ����� 7���nn� ��b�h77��� ����b������� ��rCl��������!6��vsCl����@��!6�@n� ����� 7���nn� ��b�h77��� ����b������� ��r#�b��F47��ȍhn� ����� 7��!6�@nDsCl�����@47��� ��DsCl�����@47��� ��DsCl�����@47��� ��DsCl�����@47���� ����������Nl���Z������Nl���Z������Nl��j����������o��TRY endstream endobj -5002 0 obj +5014 0 obj << /Type /XObject /Subtype /Image @@ -66853,7 +66907,7 @@ endobj /Height 1217 /BitsPerComponent 8 /ColorSpace /DeviceGray -/SMask 5035 0 R +/SMask 5047 0 R /Length 8618 /Filter /FlateDecode >> @@ -66948,7 +67002,7 @@ N c��S����������p�� endstream endobj -5035 0 obj +5047 0 obj << /Type /XObject /Subtype /Image @@ -67141,7 +67195,7 @@ t76 �y�B�M��T��)�o��.T �����������}��)N� endstream endobj -4999 0 obj +5011 0 obj << /Type /Annot /Subtype /Link @@ -67150,7 +67204,7 @@ endobj /A << /S /GoTo /D (subsection.10.1) >> >> endobj -5004 0 obj +5016 0 obj << /Type /Annot /Subtype /Link @@ -67159,29 +67213,29 @@ endobj /A << /S /GoTo /D (cite.feyngen) >> >> endobj -5011 0 obj +5023 0 obj << -/D [5009 0 R /XYZ 55.693 823.059 null] +/D [5021 0 R /XYZ 55.693 823.059 null] >> endobj -5012 0 obj +5024 0 obj << -/D [5009 0 R /XYZ 56.693 789.929 null] +/D [5021 0 R /XYZ 56.693 789.929 null] >> endobj -5014 0 obj +5026 0 obj << -/D [5009 0 R /XYZ 56.693 223.542 null] +/D [5021 0 R /XYZ 56.693 223.542 null] >> endobj -5008 0 obj +5020 0 obj << /Font << /F23 623 0 R /F17 619 0 R >> -/XObject << /Im103 4969 0 R /Im104 5000 0 R /Im105 5001 0 R /Im106 5002 0 R >> +/XObject << /Im103 4981 0 R /Im104 5012 0 R /Im105 5013 0 R /Im106 5014 0 R >> /ProcSet [ /PDF /Text /ImageB ] >> endobj -5040 0 obj +5052 0 obj << /Length 1119 /Filter /FlateDecode @@ -67192,17 +67246,17 @@ x �|8h� �*��n�m��f�2$t�Y�A�3���P����Є���f��0Mv�E�������]t�g���'�cޅi���ؾۡ�sl�u�!�,氎ɯs��dt��v��io�q"/�F�dIIK�F�ԍ���K��D��gϦ��W�$�/����!y 'g3��0#~7V ��d{��iv����U>�.���#$]�2������L,��Ά���7x,�o�M��|�!��P�2֥���5v���%�F�@�v�J��UHڠ)��ӀZ����Y�!7��xR�!��( -1����f$���(4�Ӆ���3ӡ��!'�+�.��4���X���%� �)|t�UⰬ�h��9�^��ΏO������F�0E�ӞW���H҇6�=a�>�-�_���a�1�s �o���� ��%|�aj='z��g�{ ;!{kz�`�x]��ָ+�1��@��:��P�Б2��;=��·'ԍ��.�q��߈��q�Y���Ӷ�ߕJ6=i��n���5��A�ڻz<����H�Zۏ]�3�l���,� Q�]BO]S\�{dN�1�h7�̝Oj�C����|�o�/M>:̶i�6 $�����B��E� ?��8�����I endstream endobj -5039 0 obj +5051 0 obj << /Type /Page -/Contents 5040 0 R -/Resources 5038 0 R +/Contents 5052 0 R +/Resources 5050 0 R /MediaBox [0 0 595.276 841.89] -/Parent 5015 0 R -/Group 841 0 R +/Parent 5027 0 R +/Group 852 0 R >> endobj -5005 0 obj +5017 0 obj << /Type /XObject /Subtype /Image @@ -67210,7 +67264,7 @@ endobj /Height 803 /BitsPerComponent 8 /ColorSpace /DeviceGray -/SMask 5044 0 R +/SMask 5056 0 R /Length 3095 /Filter /FlateDecode >> @@ -67226,7 +67280,7 @@ x �I@���J(�d�P�H*���TB �S@RG����QF���: �Du��*�*�U�I�@C@B@C@B@C5�$�4�$�4��P��P��P��P��P�@C@B@C@B@C� � � � � �4�$�4�$�4TC@B@C@B@C@B%�4�$�4�$��P��P��P��P��P�@B@C@B@C@B� � � � � �$�4�$�4�$TB@C@B@C@B� � � � � �$�4�$�4�$��P��P��P��P��P�@B@C@B@C@B%�4�$�4�$�4TC@B@C@B@C� � � � � �4�$�4�$�4��P��P��P��P��P�@C@B@C@B@C5�$�4�$�4�$TB@C@B@C@B� � � � � �$�4�$�4�$��P��P��P��P��P�@B@C@B@C@B%�4�$�4�$��P��P��P��P��P�@B@C@B@C@B� � � � � �$�4�$�4�$TB@C@B@C@B@C5�$�4�$�4��P��P��P��P��P�@C@B@C@B@C� � � � � �4�$�4�$�4TC@B@C@B@C@B%�4�$�4�$��P��P��P��P��P�@B@C@B@C@B� � � � � u��P��P��P��P��P � � � � �4�$�4�$�4��P��P��P��P��P�@C@B@C@B@C� � � � � �P��P��P��P��P��P � � � � �$�4�$�4�$��P��P��P��P��P�@B@C@B@C@B� � � � � �P��P��P��P��P��P � � � � �4�$�4�$�4��P��P��P��P��P�@C@B@C@B@C5�$�6�E� H�{�@�P��� �n�AC����� u����������}�c� endstream endobj -5044 0 obj +5056 0 obj << /Type /XObject /Subtype /Image @@ -67311,7 +67365,7 @@ x �2�d(��P���χЫ���Z�8��cf5��|���� �.�$d�k�������@������������;~�) endstream endobj -5006 0 obj +5018 0 obj << /Type /XObject /Subtype /Image @@ -67319,7 +67373,7 @@ endobj /Height 1892 /BitsPerComponent 8 /ColorSpace /DeviceGray -/SMask 5045 0 R +/SMask 5057 0 R /Length 17648 /Filter /FlateDecode >> @@ -67496,7 +67550,7 @@ xK� �����������@�~����������~����p@�x��������@@�x���8��<�����?������������%��߿� ��@�~�������T��/����@�~��G<#������>���@�~���������?�)��@�~��������z���{<&���(������~����;����w���@���������;�������@�����������������������w���������~��������w���@����~����;�������@���������;����������������������~��������w����������;�������@�����������������������]����~����;����w���@���������;�������������������������������w���������~����;����w���@����~����;�������@��������������������������������~��������w���@����~����;����w�����������������������w���������~��������@���������;����������������������~������������i���@���,����~�{���P��=����_�����/x���������������������������ȱ� endstream endobj -5045 0 obj +5057 0 obj << /Type /XObject /Subtype /Image @@ -67663,7 +67717,7 @@ o!� ^���@~��w����/x��������� ���;����������������������@��~�� endstream endobj -5007 0 obj +5019 0 obj << /Type /XObject /Subtype /Image @@ -67671,7 +67725,7 @@ endobj /Height 806 /BitsPerComponent 8 /ColorSpace /DeviceGray -/SMask 5046 0 R +/SMask 5058 0 R /Length 2961 /Filter /FlateDecode >> @@ -67683,7 +67737,7 @@ P: �@���@���@���P:��P:��P:��P:@���@���@���@���P:��P:��P:��P:���@���@���@���@���P:��P:��P:��P:@���@���@���@���P:w(��(��(��(�tJ(��(��(��(�tJ(��(��(��(�tJ(��(��(��(�tJ(��(��(��(��J�t�J\}݁���E��tvńg�=(�]1�YtJgWxq���IX�Mz�� ��I��+&,�&�ή��H�T:�b�"mR�� �4J��+F,�&�ή��H�T:�b�"�R���4J��+F,�(�ή����<��J�t��(��(��(�������(��E�%��E�"��E�쪕 ;� endstream endobj -5046 0 obj +5058 0 obj << /Type /XObject /Subtype /Image @@ -67699,16 +67753,16 @@ x vE�E�^D�d�"�"�O6N;W����֮X�"o7`������� �++����,�(�+�/�*���]}�F�]�R���������̏�nWv�+��+�� ��N���P:��P:���u�s�}N�m����y�+�bՋ����+�/҇N(�]|��9*�]{��O�W:�"�"/�(�]{��ų����[�Y��ߤtvE�E�~u�����i�������tJ�+v�s�h����(JgW�^�=*�]}���tvE�E^�Q������^�tvEt��+�]J�t��)�t�J�t�J�t�J�t��)�t�J�t�J�t�J�t�J(��(��(��(��J�t�J�t�J�t�J�t��(��(��(��(�t�J�t�J�t�J�t�J(��(��(��(��J�t�J�t�J�t�J�t��(��(��(��(�t�J�t�J�t�J�t�J(��(��(��(��J�t�J�t�J�t�J�t��(��(��(��(�t��t�J�t�J�t�J�t��)�t�J�t�J�t�J�t��)�t�J�t�J�t�J�t��)�t�J�t�J�t�J�t��)�t�J�t�J�t�J�t�J(��(��(��(��J�t�J�t�J�t�J�t��(��(��(��(�t�J�t�J�t�J�t�J(��(��(��(��J�t�J�t�J�t�J�t��(��(��(��(�t�J�t�J�t�J�t�J(��(��(��(��J�t�J�����C�~x`�Z�*�/*]+ [��BW�R@�_+��퀜�~��P�G: �ס��J@ފץ+\% �u~���P�G: �x�;��W`�?�����C���?�����!&@|�\�Z���<W��kD��+�ε¸x#�>]:�>��v��t�o�=����@,�����@|��G��KwrM�hv��WMCW�"@<��t@����#u�Dtq��8.����B�<y���ՓW ��WO^���B��kD��P��\ �?����Z�Q�6��7���0���Z�J�t�J�t�J�t�J(��J�t�J�t�J�t�J(��J�t�J�t�J�t�J(��J�t�J�t�J�t�J(��J�t�J�t�J�t�J�t��(��(��(��(�t�J�t�J�t�J�t�J(��(��(��(��J�t�J�t�J�t�J�t��(��(��(��(�t�J�t�J�t�J�t�J(��(��(��(��J�t�J�t�J�t�J�t��(��(��(��(�t�J�t�J�t�J�t�J(��(��(��(��J�Z�J�t�J�t�J|ͮ������}>�O<~�~�����Ͽ2�ߕή�8� ���K���8?>�W:��+Ve�m��9u�{���x3~���f�_�8��+�]��P�j��3�}7��8�\���7�s�������k�s��ܟkT�_��6�"��P:�"�������K&Dž/q}��j(�]��E�/[d�j(�]��ų���E}W��T:�"���?�Ȫ?E�ID�슍-�~o�,�!�s��+B/����~k"UA�슠��!��{��"˥�JgWv�:�ˋ�����H/+�]��E�w��<~�C�SG�슠���P�]��آ�B}̄��A��������{s�.���\�kw�E��a�c]��+b/2�����zYXl���JgWu�?����Z��e�w`+�]���r�����½1Q���-��vk�/�L=?9�JgWD3���ۭuv����,*v���V��Zg�$���[��$��"C�P:�"�"��[oy2�^lȓ�JgWD��Љ�c��E�< �tvET������E= �tvŦy���&��= �tvET��h?o���F= �tvET���ѭ5�Ȩ'�ή��"���s�{@����,'�i���'�ή���C'�ɭ����$����bw�YO�џ�$����Y�azk==.2�I���+�z�͛�������'�ή�a���[��"��'f+vE>���H,2�I���+�/�����xxs����K3�+<��b�&:Q<�Z'���'�ήkrX�z�&/rׅ���JgWlb��ĭ�-2�I���+ªF��M����b��� m�K�tvEX���e��:�7G? �tv��t�a��O(�]}�e�$����N(�]�LJN�[�ǽ9�I���+�{�S'Ƌ��I���+�/�0sk>tb'�ήk�Љf�����n�$���q ������O(�]~�s6,r'�ή�ȹ_@w�Љ-�P:�"��ŭu��:J�]����7����p@����\��v/++vEn:�����G�*vE��/n��f���ή���_@Wo�$���q�^.v#�\]�슸�z�e�c]n�J(�]��(��(��(��(�t�J�t�J�t�J�t�J(��(��(��(��J�t�J�t�J�t�J�t��(��(��(��(�t�J�t�J�t�J�t�J(��(��(��(��J�t�J�t�J�t�J�t��(��(��(��(�t�J�t�J�t�J�t�J(��(��(��(��J�Z�J�t�J�t�J�t�J(��J�Z��5P:�"������tvE�E�}U�J��wU��Zd�_lR�����I��+����sX��(�]~�^CV:�b����tE�ή��Ⱦ��^XQ:�"�"o/"{��tvE�E^�l�v�����y�{7�������WV�ή�H�6�ή��"o�>K�T:�"�"�R��*��E������g��O��������_��;(�tJ(��(��(��+��H̩Nޓ�]z�ï�UmW�g���.vE�E��]e���bw endstream endobj -5037 0 obj +5049 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/histlossFEYN.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 5047 0 R +/PTEX.InfoDict 5059 0 R /BBox [0 0 460.8 345.6] -/Group 841 0 R +/Group 852 0 R /Resources << /ExtGState << /A1 << @@ -67721,12 +67775,12 @@ endobj /Type /ExtGState /ca 1 >> ->>/Font << /F1 5048 0 R>> +>>/Font << /F1 5060 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << >>/XObject << -/M0 5049 0 R +/M0 5061 0 R >>>> /Length 1098 /Filter /FlateDecode @@ -67742,33 +67796,33 @@ E U���>�!�Tkq��3���~ �G�pNY���u��;�R[R;g�p ��uY���;�?r]�qo�������ե��2�q�����~����:�o�{�C�u��_ ��� endstream endobj -5047 0 obj +5059 0 obj << /CreationDate (D:20201004132539+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -5048 0 obj +5060 0 obj << /BaseFont /DejaVuSans -/CharProcs 5050 0 R +/CharProcs 5062 0 R /Encoding << /Differences [ 46/period 48/zero/one/two/three/four/five/six/seven] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 5051 0 R +/FontDescriptor 5063 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 5052 0 R +/Widths 5064 0 R >> endobj -5049 0 obj +5061 0 obj << /BBox [ -3.5 -3.5 3.5 3.5] /Filter /FlateDecode @@ -67780,20 +67834,20 @@ stream x�m�A� E�=E/�IKEe��k��L���q@L�4о<~Q���N���$ KN��zӐҺL��ղ(ǠQ-��u8���pct������x���6ޓ?��Y!F?��{C&\)1��/����^����~cZC� endstream endobj -5050 0 obj +5062 0 obj << -/five 5053 0 R -/four 5054 0 R -/one 5055 0 R -/period 5056 0 R -/seven 5057 0 R -/six 5058 0 R -/three 5059 0 R -/two 5060 0 R -/zero 5061 0 R +/five 5065 0 R +/four 5066 0 R +/one 5067 0 R +/period 5068 0 R +/seven 5069 0 R +/six 5070 0 R +/three 5071 0 R +/two 5072 0 R +/zero 5073 0 R >> endobj -5051 0 obj +5063 0 obj << /Ascent 929 /CapHeight 0 @@ -67808,10 +67862,10 @@ endobj /XHeight 0 >> endobj -5052 0 obj +5064 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -5053 0 obj +5065 0 obj << /Filter /FlateDecode /Length 247 @@ -67821,7 +67875,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -5054 0 obj +5066 0 obj << /Filter /FlateDecode /Length 90 @@ -67830,7 +67884,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -5055 0 obj +5067 0 obj << /Filter /FlateDecode /Length 80 @@ -67839,7 +67893,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -5056 0 obj +5068 0 obj << /Filter /FlateDecode /Length 49 @@ -67848,7 +67902,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -5057 0 obj +5069 0 obj << /Filter /FlateDecode /Length 68 @@ -67859,7 +67913,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -5058 0 obj +5070 0 obj << /Filter /FlateDecode /Length 317 @@ -67870,7 +67924,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -5059 0 obj +5071 0 obj << /Filter /FlateDecode /Length 338 @@ -67884,7 +67938,7 @@ C ]V�~A�G�}�XTX ��Ip��P��v��H9���/�Y�� t�"��I̜b]:�>t,��6�˯�J�H+kL�w�Ii�"���Eo7o}=�@�.�^� AS�(i|Ъ�c(�e�w�4���<�3��}(~_K&�(�? �_���osџ����a�`��Ś�}@*z`����y����T endstream endobj -5060 0 obj +5072 0 obj << /Filter /FlateDecode /Length 248 @@ -67895,7 +67949,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -5061 0 obj +5073 0 obj << /Filter /FlateDecode /Length 210 @@ -67905,36 +67959,36 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -841 0 obj +852 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -5041 0 obj +5053 0 obj << -/D [5039 0 R /XYZ 55.693 823.059 null] +/D [5051 0 R /XYZ 55.693 823.059 null] >> endobj -5042 0 obj +5054 0 obj << -/D [5039 0 R /XYZ 56.693 789.929 null] +/D [5051 0 R /XYZ 56.693 789.929 null] >> endobj -5043 0 obj +5055 0 obj << -/D [5039 0 R /XYZ 56.693 619.193 null] +/D [5051 0 R /XYZ 56.693 619.193 null] >> endobj -5038 0 obj +5050 0 obj << /Font << /F23 623 0 R >> -/XObject << /Im107 5005 0 R /Im108 5006 0 R /Im109 5007 0 R /Im110 5037 0 R >> +/XObject << /Im107 5017 0 R /Im108 5018 0 R /Im109 5019 0 R /Im110 5049 0 R >> /ProcSet [ /PDF /Text /ImageB ] >> endobj -5065 0 obj +5077 0 obj << /Length 1457 /Filter /FlateDecode @@ -67943,60 +67997,60 @@ stream x�}VK��6��W�(�ČH�Kg���i�u��Is`$��Y=6zd���䕷n}�@�|�^�ޛ͏����=)E����yq"�\{���ۗ�'_��6Os�����w���l�J}�*�F:���|�Y�����OW��Vf������LeI*U|�����o�n$z�_��HF^�n>}�d�x��y�=:�2)��ƻ�|���]f�HA-��a��n �"��"�h1c�˷�����>�����oW���H�BG�M]̓�!8��<���qD���;�ZS jZM�����hU �E�>����֓�z�ѡ����/���@�e���,�\wE3�/y雮oMS��d������R1#��ۦ���H��W_����U�t���N�z$�� Eb�<P^�o&� 1�9[ì�i�g��z�:gG���5r��d�- (3��@���Bߕ���� �y�y[%se��"�(�vWk��yqk_�����R��v�=�p ����l��_�p��&)keҶ�+��r�̱ߜǎ�[Lr���ƚA�2]㸕��c�|-�L��^Zhhv�b���qŗ�~g�O?\: �$��L����?����N�:|X�u5Xe�*;N���DՋ���K�$�����{W�����l�d�خt: -YKXf`�������gr�Z�8��[��LB�SC�Sk��ߖ@GN3١3SM�B�5���[Z(���'��Ak�T��)}4*��x���z!���s3a�Akv��b��!�*�(��Tc@1J[pTy�*sɣ��ӽ���V����茐��I�+ӬLV]���Pg�J;l/�7N�eT���|�-�D���r���,�n�qY���^;�c�)��d�ż��c��]?Y�-ptϐ�op^$^*�4���#��̃�S�J�g7��F���aLmW&Ox��J�gI����m��;��Pd�<��z�p �))>2����w�/�3����i$ dJ�W.8��*f!V'��� �?a-��.H�ua�Wt ���,����E��Bq,P�>�^���? s1ْD��f��#��F������:�%ÍuTWu����{y�{��A�;���wۅI�6�1����{1����L�8�B y�ҞL��kM�#��xV~�^lJ�"���{���a�OO6�TJ�*_gXƉ +YKXf`�������gr�Z�8��[��LB�SC�Sk��ߖ@GN3١3SM�B�5���[Z(���'��Ak�T��)}4*��x���z!���s3a�Akv��b��!�*�(��Tc@1J[pTy�*sɣ��ӽ���V����茐��I�+ӬLV]���Pg�J;l/�7N�eT���|�-�D���r���,�n�qY���^;�c�)��d�ż��c��]?Y�-ptϐ�op^$^*�4���#��̃�S�Jfg7��F���aLmW&Ox��J�gI����m��;��Pd�<��z�p �))>2����w�/�3����i$ dJ�W.8��*f!V'��� �?a-��.H�ua�Wt ���,����E��Bq,P�>�^���? s1ْD��f��#��F������:�%ÍuTWu����{y�{��A�;���wۅI�6�1����{1����L�8�B y�ҞL��kM�#��xV~�^lJ�"���{���a�OO6�TJ�*_gXƉ } ������_�d^.�:�]�sKA]�Dr�7A���o�V�ԅ��^/�#&v%���. e�?�=�:��p� �L�{7($\$uc�d�˝�P��:�h����2�)v��4����N��^�mBx)*,��,+`sV@%$_s�Y���Q�Sp9���� ư%QD��Y�����$8"2�Q��!�2T�$E�l�]̑[n�S�����8� -@(Il_����.4sh�ɞ>]X(-����fk�v1�)}��Y$N��CG\|�����\W� +@(Il_����.4sh�ɞ>]X(-����fk�v1�)}��Y$N��CG\|����6X endstream endobj -5064 0 obj +5076 0 obj << /Type /Page -/Contents 5065 0 R -/Resources 5063 0 R +/Contents 5077 0 R +/Resources 5075 0 R /MediaBox [0 0 595.276 841.89] -/Parent 5015 0 R -/Group 5013 0 R -/Annots [ 5062 0 R ] +/Parent 5027 0 R +/Group 5025 0 R +/Annots [ 5074 0 R ] >> endobj -5062 0 obj +5074 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [350.055 290.167 365.248 303.959] -/A << /S /GoTo /D (Hfootnote.220) >> +/A << /S /GoTo /D (Hfootnote.218) >> >> endobj -5066 0 obj +5078 0 obj << -/D [5064 0 R /XYZ 55.693 823.059 null] +/D [5076 0 R /XYZ 55.693 823.059 null] >> endobj -5067 0 obj +5079 0 obj << -/D [5064 0 R /XYZ 56.693 789.929 null] +/D [5076 0 R /XYZ 56.693 789.929 null] >> endobj 590 0 obj << -/D [5064 0 R /XYZ 56.693 371.114 null] +/D [5076 0 R /XYZ 56.693 371.114 null] >> endobj -5068 0 obj +5080 0 obj << -/D [5064 0 R /XYZ 74.626 240.653 null] +/D [5076 0 R /XYZ 74.626 240.653 null] >> endobj -5063 0 obj +5075 0 obj << -/Font << /F23 623 0 R /F28 677 0 R /F17 619 0 R /F26 678 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im103 4969 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F17 619 0 R /F26 678 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im103 4981 0 R >> /ProcSet [ /PDF /Text ] >> endobj -5073 0 obj +5085 0 obj << /Length 632 /Filter /FlateDecode @@ -68010,18 +68064,18 @@ c+@ �?��~�aq�õU��Fto'f�( �bR�Q�'���&J$��i�V�}5��[à�3���1�$n���rv8��ٌ�ؒF�v�1�.�} c�_�I(8M��0{��v K�蝩Gw>+��qʻ��.�����Z��1RFt]�0��W�u*�����0��SR7��6���x����x.t��n6��u_9�����U���r�g�V6��}m|a� ����8��i~�н+k�W���,R endstream endobj -5072 0 obj +5084 0 obj << /Type /Page -/Contents 5073 0 R -/Resources 5071 0 R +/Contents 5085 0 R +/Resources 5083 0 R /MediaBox [0 0 595.276 841.89] -/Parent 5015 0 R -/Group 841 0 R -/Annots [ 5069 0 R ] +/Parent 5027 0 R +/Group 852 0 R +/Annots [ 5081 0 R ] >> endobj -5069 0 obj +5081 0 obj << /Type /Annot /Subtype /Link @@ -68030,24 +68084,24 @@ endobj /A << /S /GoTo /D (subsection.3.5) >> >> endobj -5074 0 obj +5086 0 obj << -/D [5072 0 R /XYZ 55.693 823.059 null] +/D [5084 0 R /XYZ 55.693 823.059 null] >> endobj -5075 0 obj +5087 0 obj << -/D [5072 0 R /XYZ 56.693 789.929 null] +/D [5084 0 R /XYZ 56.693 789.929 null] >> endobj -5071 0 obj +5083 0 obj << /Font << /F23 623 0 R >> -/XObject << /Im43 2456 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -5079 0 obj +5091 0 obj << /Length 1863 /Filter /FlateDecode @@ -68069,27 +68123,27 @@ e0 ��G����������=����<\��"5хjuii� ��3Ҽ�r(� ��� ��wo!�*@����I�w!,��ش��� �����]ς��z:$��Ew�������:G�����kD4=�}�.y�W-]�!ٻ�1vŎ]���[���Ԍ�T��J��R��c�(E5w�7��ѿW�p� endstream endobj -5078 0 obj +5090 0 obj << /Type /Page -/Contents 5079 0 R -/Resources 5077 0 R +/Contents 5091 0 R +/Resources 5089 0 R /MediaBox [0 0 595.276 841.89] -/Parent 5015 0 R -/Group 5082 0 R -/Annots [ 5076 0 R ] +/Parent 5027 0 R +/Group 5094 0 R +/Annots [ 5088 0 R ] >> endobj -5070 0 obj +5082 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (../imgs/histicFEYN.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 5083 0 R +/PTEX.InfoDict 5095 0 R /BBox [0 0 460.8 345.6] -/Group 5082 0 R +/Group 5094 0 R /Resources << /ExtGState << /A1 << @@ -68112,7 +68166,7 @@ endobj /Type /ExtGState /ca 0.8 >> ->>/Font << /F1 5084 0 R>> +>>/Font << /F1 5096 0 R>> /Pattern << >>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading << @@ -68130,57 +68184,57 @@ J追C �#�66W��ʕ?^ߺ��/�T��Ia��I���;��2�&�Iƹ쓫d�<V�qt�31 ��Rsb�5�&�����(�fѠl����Nl����^+Ӣnw(���]qp�F��őw�YmK&r���y,o1�/b����,���]�Ii.�!�(��0|�3˘��/��C��O��/�~�σ�ib<��i�6�e�؇ٔ�-Nȓ�g�2>*a���ɪ`��r��}}��˞������� endstream endobj -5083 0 obj +5095 0 obj << /CreationDate (D:20201004132736+02'00') /Creator (matplotlib 3.1.1, http://matplotlib.org) /Producer (matplotlib pdf backend 3.1.1) >> endobj -5084 0 obj +5096 0 obj << /BaseFont /DejaVuSans -/CharProcs 5085 0 R +/CharProcs 5097 0 R /Encoding << /Differences [ 46/period 48/zero/one/two 52/four/five/six/seven/eight 99/c/d/e 104/h/i 110/n/o/p 114/r 116/t/u] /Type /Encoding >> /FirstChar 0 /FontBBox [ -1021 -463 1794 1233] -/FontDescriptor 5086 0 R +/FontDescriptor 5098 0 R /FontMatrix [ 0.001 0 0 0.001 0 0] /LastChar 255 /Name /DejaVuSans /Subtype /Type3 /Type /Font -/Widths 5087 0 R +/Widths 5099 0 R >> endobj -5085 0 obj +5097 0 obj << -/c 5088 0 R -/d 5089 0 R -/e 5090 0 R -/eight 5091 0 R -/five 5092 0 R -/four 5093 0 R -/h 5094 0 R -/i 5095 0 R -/n 5096 0 R -/o 5097 0 R -/one 5098 0 R -/p 5099 0 R -/period 5100 0 R -/r 5101 0 R -/seven 5102 0 R -/six 5103 0 R -/t 5104 0 R -/two 5105 0 R -/u 5106 0 R -/zero 5107 0 R +/c 5100 0 R +/d 5101 0 R +/e 5102 0 R +/eight 5103 0 R +/five 5104 0 R +/four 5105 0 R +/h 5106 0 R +/i 5107 0 R +/n 5108 0 R +/o 5109 0 R +/one 5110 0 R +/p 5111 0 R +/period 5112 0 R +/r 5113 0 R +/seven 5114 0 R +/six 5115 0 R +/t 5116 0 R +/two 5117 0 R +/u 5118 0 R +/zero 5119 0 R >> endobj -5086 0 obj +5098 0 obj << /Ascent 929 /CapHeight 0 @@ -68195,10 +68249,10 @@ endobj /XHeight 0 >> endobj -5087 0 obj +5099 0 obj [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 318 401 460 838 636 950 780 275 390 390 500 838 318 361 318 337 636 636 636 636 636 636 636 636 636 636 337 337 838 838 838 531 1000 684 686 698 770 632 575 775 752 295 295 656 557 863 748 787 603 787 695 635 611 732 684 989 685 611 685 390 337 390 838 500 500 613 635 550 635 615 352 635 634 278 278 579 278 974 634 612 635 635 411 521 392 634 592 818 592 592 525 636 337 636 838 600 636 600 318 352 518 1000 500 500 500 1342 635 400 1070 600 685 600 600 318 318 518 518 590 500 1000 500 1000 521 400 1023 600 525 611 318 401 636 636 636 636 337 500 500 1000 471 612 838 361 1000 500 500 838 401 401 500 636 636 318 500 401 471 612 969 969 969 531 684 684 684 684 684 684 974 698 632 632 632 632 295 295 295 295 775 748 787 787 787 787 787 838 787 732 732 732 732 611 605 630 613 613 613 613 613 613 982 550 615 615 615 615 278 278 278 278 612 634 612 612 612 612 612 838 612 634 634 634 634 592 635 592] endobj -5088 0 obj +5100 0 obj << /Filter /FlateDecode /Length 230 @@ -68207,7 +68261,7 @@ stream x�5QIn�0�����.��AO���� ``hK��x���A��[����]�< ��'Q^�{� .o��8�|�^Z9�O2 ���D�`�@����a�i'���ώH5YN_K�K�(O�~�J������.��kO8���'�O �[���WLc�D�.��A������|���!]���'�@;�綟�W��uu����)O�645I"�%��Ҹ[���{���TS� endstream endobj -5089 0 obj +5101 0 obj << /Filter /FlateDecode /Length 227 @@ -68218,7 +68272,7 @@ x *��s��>�h][M endstream endobj -5090 0 obj +5102 0 obj << /Filter /FlateDecode /Length 245 @@ -68227,7 +68281,7 @@ stream x�EP��C1�=`�,{�wH�ۿ=JFp�!Z?�Z���K��o�GFA=���3���A΄�@���x��Fn�vpμ�3�9�Zp�ә�\��'�m��B�ITqT�qL�ύׁ��l�ӑ�!��KI%&�~S*��)[*��E�H䁓M4�,?C�b̠�Q�0���q��Gu��ٜ9-����L|X&�Q�)��2>'��\N}��䢥U���ޑ��"�ۡ��W%Q��է��<�������Y> endstream endobj -5091 0 obj +5103 0 obj << /Filter /FlateDecode /Length 392 @@ -68237,7 +68291,7 @@ x /�1���%?ꒈ3L~�r]�Q�ljg�!�.6��Xr_���rњb�O�/ȴTX�VݣC�(�-�������װ�r�{d`J�n@�C�HYAa���P�l��( WԬ��tb� ��)�� ���٠��������[�]�aP[[�xf��ޑ�3��qYk?=�Q2�QMg|��2R�������Cg�B'`$�I��p#��A1�q��Ol��)V��;���ޒ��{�,�\��L'��i���b��?lK�\�+�E��(~�Aq|X��d�Dw��#�h%���0�x�y�����Dh�DԎ=(�������ͱ�&{o����̨��vz���c�w����.�� endstream endobj -5092 0 obj +5104 0 obj << /Filter /FlateDecode /Length 247 @@ -68247,7 +68301,7 @@ x �Z`��Q��+�� t��ĺ����v7C/�x}�K���{,|�B��L;wI#��fR����:=b}�@��e+������(\* endstream endobj -5093 0 obj +5105 0 obj << /Filter /FlateDecode /Length 90 @@ -68256,7 +68310,7 @@ stream x�M�A� �"OPD��tz��_����N�E��5jK0�2kP)����U0\����2IL���{����q��I��qz���z��"X endstream endobj -5094 0 obj +5106 0 obj << /Filter /FlateDecode /Length 163 @@ -68265,7 +68319,7 @@ stream x�E��u1CsU�x�:�?G���i��@�x�x�= �r]Ņ� ?�4��2܍�e����@N�"W�I��3T���b���\/:"̒�@#|:��C[ۙ~:��!��**�na.��@�R�ԏ�Qꚡ�*+kjڿ�"��}\Ne��{��g+W�}��:� endstream endobj -5095 0 obj +5107 0 obj << /Filter /FlateDecode /Length 68 @@ -68276,7 +68330,7 @@ x )�\@����B.H�����%���[B4A��X�f&fI8"��ɴ� endstream endobj -5096 0 obj +5108 0 obj << /Filter /FlateDecode /Length 161 @@ -68285,7 +68339,7 @@ stream x�E�K� C��BG�G|�t�J■!M����@w'���/mK�>[ ��x�6n5�u�V��h�R}��i�t�h6s+�fz���:����r����Gp�_�G�����d��f�)�|�Q]�d�cn�k���������]3�����s:� endstream endobj -5097 0 obj +5109 0 obj << /Filter /FlateDecode /Length 214 @@ -68296,7 +68350,7 @@ x DpFj�taŲ�C��5=k����z�7hGt����4�C�ָ����R� endstream endobj -5098 0 obj +5110 0 obj << /Filter /FlateDecode /Length 80 @@ -68305,7 +68359,7 @@ stream x�E�� �0D{�`~&f�(�� J�pO�{�:2S�a���,�S���`5�FR��죰n_u��zS���*Ovvq=��� endstream endobj -5099 0 obj +5111 0 obj << /Filter /FlateDecode /Length 236 @@ -68316,7 +68370,7 @@ x ���y+�����ՠ��������0��u�J�����*�}�$�]S endstream endobj -5100 0 obj +5112 0 obj << /Filter /FlateDecode /Length 49 @@ -68325,7 +68379,7 @@ stream x�36�P0P040�F�@���B�!H���� �Y@�8�&�+ ��� & endstream endobj -5101 0 obj +5113 0 obj << /Filter /FlateDecode /Length 157 @@ -68335,7 +68389,7 @@ x ���f�W����7y endstream endobj -5102 0 obj +5114 0 obj << /Filter /FlateDecode /Length 68 @@ -68346,7 +68400,7 @@ x )�\@>������,́,#��.Cc0mbl�`fbdY 1 ���r�� endstream endobj -5103 0 obj +5115 0 obj << /Filter /FlateDecode /Length 317 @@ -68357,7 +68411,7 @@ x Ұ��9�����9��e��,mh%�z���М��a�מ���E[{� endstream endobj -5104 0 obj +5116 0 obj << /Filter /FlateDecode /Length 131 @@ -68366,7 +68420,7 @@ stream x�E�� !C�T��>��՞����0�AB�A";�0���6���Ѣ�7�6իc�,�zRV鐇��Pi0QąYLCaΘ�Ȗ2��M��l�T��v<��e�~�ma�,��U^�� ?�K�w�U�BS0� endstream endobj -5105 0 obj +5117 0 obj << /Filter /FlateDecode /Length 248 @@ -68377,7 +68431,7 @@ x 7zqxL���u5{�kOfP2+q��Su�ș�O���\� ȹ�e���ƌ�#M!RH��&�3A���Q���~��#�aU#j�\K��s�4;�<9�GW����+����ET�<p��C����7�ҹ����^s��0X���M��7/��=������[ endstream endobj -5106 0 obj +5118 0 obj << /Filter /FlateDecode /Length 171 @@ -68387,7 +68441,7 @@ x �ȎPp��=���&�T)�8�T��� ���b�SUh��V=�^����;� endstream endobj -5107 0 obj +5119 0 obj << /Filter /FlateDecode /Length 210 @@ -68397,14 +68451,14 @@ x ��d�V�u�km�;a�BXȔy���)�K>:L�.��"�u%�ʚ �+�����`p&^�7`�i�5tႦ.�B��%�|u{�OxjrvC�` j�MX�<��N��~��-䡒�ʞ����;�n�'jv"�r2Գ4�E<yE�p��w�4�fN��N?��`"^Y��D9KҎ��o���@�S� endstream endobj -5082 0 obj +5094 0 obj << /CS /DeviceRGB /S /Transparency /Type /Group >> endobj -5076 0 obj +5088 0 obj << /Type /Annot /Subtype /Link @@ -68413,34 +68467,34 @@ endobj /A << /S /GoTo /D (subsubsection.10.3.3) >> >> endobj -5080 0 obj +5092 0 obj << -/D [5078 0 R /XYZ 55.693 823.059 null] +/D [5090 0 R /XYZ 55.693 823.059 null] >> endobj -5081 0 obj +5093 0 obj << -/D [5078 0 R /XYZ 56.693 789.929 null] +/D [5090 0 R /XYZ 56.693 789.929 null] >> endobj 594 0 obj << -/D [5078 0 R /XYZ 56.693 356.964 null] +/D [5090 0 R /XYZ 56.693 356.964 null] >> endobj 598 0 obj << -/D [5078 0 R /XYZ 56.693 203.393 null] +/D [5090 0 R /XYZ 56.693 203.393 null] >> endobj -5077 0 obj +5089 0 obj << /Font << /F23 623 0 R /F17 619 0 R /F26 678 0 R >> -/XObject << /Im111 5070 0 R >> +/XObject << /Im111 5082 0 R >> /ProcSet [ /PDF /Text ] >> endobj -5111 0 obj +5123 0 obj << /Length 1341 /Filter /FlateDecode @@ -68450,58 +68504,58 @@ xڕ �ᰫ0C�x_}Kd�����Ǧ��n�/7Z>�3�-<K���ς��]�S�U��T�kRȘA�R�v�~�o�7�Ҩ�5�L ۶�h����@�}��,�c)4�:#�w��ۊlB�G�u��nmW��������<^c|^�֛a �� ��hm����b�|�>Ga�>�A9��v�������8րY?���d��gT ��y�^K�̹@H9�.�!�T��E5�354�z�\\Ҙ����)���5˕<W� �ڧ9D���Z�B�L�,J2Y�xk:�*J �9�����ʅ/�*t����7b������t�DD�c�9/O�$���E�!, ��"�*�OwV�)�Fv(JLVh��0�� P���� ���J�ꛍwAL.�>)(v�`;�5=}�"�y��l1/!��%�AI�l��v�Ɓb�O2.�!9��r� ��[�7v��6�`jߌE��o5���=p��, lgLdUkPc��:j���5���,�u� HW��8C���T(P���K�̐A ��**�i����-ʧWg��⾽!s�f��1Q�p��A�a�%�#L��ʎmo���3�� ��?9�n���s2 -g���f��)�h�4U!n��`��kڕ��T����6lھ7n8J���M=����6�>�n�`ȡ~15�/��#pE &�t��L3 %(d��Rǘ3���zZ����u]�J��T�dY⺆U3Q��p=I�V0�t>�@���k����O�|R�Z�35ּ�)�2A�2�ɣ�f;����Ld�J9�Z��F��Ƨ3W��xV�3`�d9�/�7��Pz���!@;�]�O����g�}ޅ����T�@� �g��(A����md��� _�������{���W�h��(F�mC�?�_|��4��A�5S��M�� }���� �}��i����[�����*N���$���N�sv��8.g�;�Hғ\����Z�O�g�`�D��� -}���Z�ӈ��&�W'xB6ϴ�MWo��=6��.\�Bl���.\QB���x�����Ҁ�*��!��{F���ϓsuSD%+3�%0�s ��2��Ѻ�/�����5��!*gǮ���O�,a��<�!d�.6�����i�" +g���f��)�h�4U!n��`��kڕ��T����6lھ7n8J���M=����6�>�n�`ȡ~15�/��#pE &�t��L3 %(d��Rǘ3���zZ����u]�J��T�dY⺆U3Q��p=I�V0�t>�@���k����O�|R�Z�35ּ�)�2A�2�ɣ�f;����Ld�J9�Z��F��Ƨ3W��xV�3`�d9�/�7��Pz���!@;�]�O����g�}ޅ����T�@� �g��(A����md��� _�������{���W�h��(F�mC�?�_|��4��A�5S��M�gA�>��8� q�t��ŷ'9T����I��=�������!p\�w���'� +QGo1�<�:���p��M�����ħ�M�'�N�0�l�i�����{l��]�2�ؤ��]���ZK����5�åMU��C2 ��L���'�ꦈJVf�K`��\'�e"��u{_8JA%��k�#lBTΎ]M���Y�?y<DCȂ]l���|�0 endstream endobj -5110 0 obj +5122 0 obj << /Type /Page -/Contents 5111 0 R -/Resources 5109 0 R +/Contents 5123 0 R +/Resources 5121 0 R /MediaBox [0 0 595.276 841.89] -/Parent 5015 0 R -/Group 841 0 R -/Annots [ 5108 0 R ] +/Parent 5027 0 R +/Group 852 0 R +/Annots [ 5120 0 R ] >> endobj -5108 0 obj +5120 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [524.386 280.176 539.579 293.968] -/A << /S /GoTo /D (Hfootnote.221) >> +/A << /S /GoTo /D (Hfootnote.219) >> >> endobj -5112 0 obj +5124 0 obj << -/D [5110 0 R /XYZ 55.693 823.059 null] +/D [5122 0 R /XYZ 55.693 823.059 null] >> endobj 602 0 obj << -/D [5110 0 R /XYZ 56.693 665.023 null] +/D [5122 0 R /XYZ 56.693 665.023 null] >> endobj -5113 0 obj +5125 0 obj << -/D [5110 0 R /XYZ 56.693 635.135 null] +/D [5122 0 R /XYZ 56.693 635.135 null] >> endobj -5114 0 obj +5126 0 obj << -/D [5110 0 R /XYZ 74.626 259.554 null] +/D [5122 0 R /XYZ 74.626 259.554 null] >> endobj -5109 0 obj +5121 0 obj << -/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F14 963 0 R /F17 619 0 R /F7 820 0 R /F8 822 0 R >> -/XObject << /Im43 2456 0 R >> +/Font << /F23 623 0 R /F28 677 0 R /F26 678 0 R /F14 947 0 R /F17 619 0 R /F7 836 0 R /F8 838 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -5117 0 obj +5129 0 obj << /Length 989 /Filter /FlateDecode @@ -68517,503 +68571,523 @@ dq mh����w� 먉k7�~�N�Q����T endstream endobj -5116 0 obj +5128 0 obj << /Type /Page -/Contents 5117 0 R -/Resources 5115 0 R +/Contents 5129 0 R +/Resources 5127 0 R /MediaBox [0 0 595.276 841.89] -/Parent 5120 0 R -/Group 841 0 R +/Parent 5132 0 R +/Group 852 0 R >> endobj -5118 0 obj +5130 0 obj << -/D [5116 0 R /XYZ 55.693 823.059 null] +/D [5128 0 R /XYZ 55.693 823.059 null] >> endobj -5119 0 obj +5131 0 obj << -/D [5116 0 R /XYZ 56.693 789.929 null] +/D [5128 0 R /XYZ 56.693 789.929 null] >> endobj -5115 0 obj +5127 0 obj << /Font << /F23 623 0 R >> -/XObject << /Im43 2456 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -5123 0 obj +5135 0 obj << -/Length 1415 +/Length 1339 /Filter /FlateDecode >> stream -xڍMw�6��_���^̈"���^�%msh��o;d=�m���L���� (�n}��@|��$�EI�n��zq}���sVeY��Q���Q�$YD�&z�����~������r�VEZ�.�"V;�\�4��H����������Iď���I.��[<|K������=gɒ�����.>/���|� -˄�&+Β�+c�*DA/��JyŊ��d1�pu���"�Â�ϿY+�3��&+�H��+�ҝ�MÜ�����r%E��{j=��MI�g3���y�9�h�E���"��%O�&�N��Z_���&�la5bo?PZ�vJ -��o4����� �$�V��%,w��`6��Ҩ�62��1d��`Yy�I�Q�䣔�A���'rpQ/����1�$\�%�]sF����b�!�ٻ���53�X5�t�����BĪoΘI��w��A�1x�u��\N��a����qj�OQ���|v����� -u�}&Jʄi ��;Х��esO�9��c7��`i;؎ H��3eD�tt���R@����mu��`O;��f��.j�Ph"�����$���� -5��F9�Ы�;^��LpR���%9 Q2�\q�f��{�Ы"�{������_6ȧ)�yxs(�iO�wiQō%�"E��Z�*"v����<ˉ�v�!�0v�����z�3B�(.���)u� FzH�U��8����Ŧ�3�?2z�賓�c*(�D�M��,�Xĵ��fjP!�}��j4z��PGѕ�a�;Y��f6�=���=�N��L�+��L)���KPsN$K�N��)?8���5j����ɹ�V��CVw����0���tKU4���4؍�`-��O8$��l�1M�_��ida@�a!dנ�?����;��d���d<��C����sn�@Ƨ���)뻥ʠ�*��8F!ʓq��3�^����(L�cN����9�X�o1���˷�GA�ؿ��"�� �h�f�>���/(;�`vp{���jI��GԷe�|����b_n���8)!:?�6��u8���2s|���.�\X'z�;�?Â�<��0�E%��8����:�����������eh�����R¸�/}%�x%�|%_�J���/z�FN��f��4� �ټ�o��L���ZwW4S�^�'��1��fc�����٪����b�����}�Uv��0lyP��N�9�^���%�����l/h/�]�g���o�#|�?��sֆ��ᆨ]XuK���iP���i���n�Zy2�� ��x�ڝ��w�ǹ:�, ;y���`�e�i��p�?���z���k�o��39�\��v}�k�%g2�f�����,9�������2zT<p%��Ҙ��]l0���?T�Y� +xڍ�n�F������ ��5��i��)�4���F�H���JRq��}e��\̷��i� +���.g��bh��4���&H3��&(����� +��Ϸw��o?�|�e���<.�?�qڭ�/L����������쟙�Q�O��\%: ����kT�{DʔE�H�M�Z%�u�e�iIp�w2XD*���**� 8Senrx��R�)��|����&1�/�����B�,��\�R��Ȃ$!]r�����O��.���I��6���y�(��2���+��6�ʢ"�A��҆PLt��݁���W�' ǝc��a���F���돌m;h)X���X�p����cбn����5C����_�SH��jq�Ž0e�0Wi +u։J����$��>2�����2i��[��#m�\�B���ގ"�"57"��¦��c'ڊ�k]oGߵxnB�V�l��B�!�v�w�3HT�L1�Ln�Ԋ��H%*�ʛM!3��0�I_3�D����)�#3� ~�m����ѷ[&Y���v/�6}�0%߁ SHڠ`��L��zh;*n��-��gz�z0�y��q����0�jj%R�XC�!v$l2aW1X��*������7�4ZiXw +1Qf��:NÿvvĨ�4lݿ�O��٠�Jg�$�`�#�.�˰��Lj��E�N]$��$�a;Q�[a��}w�<�gd�"�hL�acΩ;,0ҥ\]Ϩ]����%� ���xa�b��t�����~d���&\wp���Wo��r',g�Ѡ�B dW��M���Mb���n~�i�SR��+���%���"��/R�߭C'Zs}�r:�k���2�K����CQVw��V�����k�\��;G�}߭� +{�|�pH�.���M������X�$�`�V`����O��X{v����ZZl� <���Fȸjr�=_Y��2�f[Q9�SL��"�(z%��)P�>����mgwq���f�����~�_@O{�5�+�I+.����������v��Y�'�Ʋ����^�h����p�N���s���`������9�p+j����FyN��7�:���u�LǰT�1�s8Z0��ų��P��3����3z��^�ไ��r����[��������?h/���a���l���mxc�d�8\Nz)�i~;�X��[��@�g�iV#�?q�a�cw����j����=�Ѝ�y!fk߈�O��/h�t��e��QE?(�D���(� �T��R�ѽYy���D��j����<���xx�"��\�}��� _S�J�im������_ײp��VR�������?���1� endstream endobj -5122 0 obj +5134 0 obj << /Type /Page -/Contents 5123 0 R -/Resources 5121 0 R +/Contents 5135 0 R +/Resources 5133 0 R /MediaBox [0 0 595.276 841.89] -/Parent 5120 0 R -/Group 841 0 R +/Parent 5132 0 R +/Group 852 0 R >> endobj -5124 0 obj +5136 0 obj << -/D [5122 0 R /XYZ 55.693 823.059 null] +/D [5134 0 R /XYZ 55.693 823.059 null] >> endobj -5125 0 obj +5137 0 obj << -/D [5122 0 R /XYZ 56.693 789.929 null] +/D [5134 0 R /XYZ 56.693 789.929 null] >> endobj 606 0 obj << -/D [5122 0 R /XYZ 56.693 376.518 null] +/D [5134 0 R /XYZ 56.693 375.901 null] >> endobj 610 0 obj << -/D [5122 0 R /XYZ 56.693 252.112 null] +/D [5134 0 R /XYZ 56.693 251.368 null] >> endobj -826 0 obj +823 0 obj << -/D [5122 0 R /XYZ 62.546 218.355 null] +/D [5134 0 R /XYZ 62.546 217.611 null] >> endobj -904 0 obj +918 0 obj << -/D [5122 0 R /XYZ 62.546 194.192 null] +/D [5134 0 R /XYZ 62.546 193.202 null] >> endobj -4430 0 obj +4442 0 obj << -/D [5122 0 R /XYZ 62.546 170.029 null] +/D [5134 0 R /XYZ 62.546 168.794 null] >> endobj -4431 0 obj +4443 0 obj << -/D [5122 0 R /XYZ 62.546 145.866 null] +/D [5134 0 R /XYZ 62.546 144.386 null] >> endobj -4947 0 obj +4959 0 obj << -/D [5122 0 R /XYZ 62.546 121.703 null] +/D [5134 0 R /XYZ 62.546 119.977 null] >> endobj -907 0 obj +821 0 obj << -/D [5122 0 R /XYZ 62.546 97.54 null] +/D [5134 0 R /XYZ 62.546 95.569 null] >> endobj -5121 0 obj +5133 0 obj << -/Font << /F23 623 0 R /F17 619 0 R /F19 620 0 R >> -/XObject << /Im43 2456 0 R >> +/Font << /F23 623 0 R /F17 619 0 R >> +/XObject << /Im43 2464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -5129 0 obj +5141 0 obj << -/Length 2783 +/Length 2788 /Filter /FlateDecode >> stream -xڍYKW�J��+����Bj���1`H&���I�z8z��,�_�����F��H��Gu=��j;���]�,�΅7r]; 1Z<���o#ɏF���u;;��ήOgw�H"�X7cYr��O���y������VvFn��پ돖���� -x�#���x�Ì�G~��q�����Ӂ��9�����(�; -\�k����6�:�ǚfjIRN��8,�K���Hg4��;1��tY�cג��j���,;B�Ys�DB�2�NU�[��3���DZ��.�?�YS�g���V�`5�ʤ��)��Y�^��KU�xƯ&(�ȍm�$�����Ӭ+�II��x�{��.u�FRd݃E#K=��e�2�9:w���v�g�Q��0^�mUHsJ�*��N�Sz�px����&}���������$�>$)��ߜ� �{Hb^��s�z��m{lĄ����ҵ�U�ؤ �9{rd-�|,b�^�\���\�٫o/��Ab���N�6ͦ>>:Z�&m�mX�6�W:I���&�����F[r��H1(@G�|8���;��:o�'�,Ӳ�q\�$p��Rm��|�Z�ežQ�0�:��#z�2#<rg���� �,���^�%($F�V�=F;ȼ� -"ʵV$D�Od+R���n�<zn��{��՚��1}�T�M�ڒT�����KS��eC�y%�Gz��(@7!���pv�� ��twP��:ӛ�� -%����z�e�D�K &$�u&�2E� -@AVe&A?<�p�������!d�Ųm��1j+�Fj�.�Izڧ�B���yVc���z�c�t��A�\ʺ,�.'��Ȕ��r��Ɇm�)�h���[��K�'�U?�*�,�e�v7�ޠ���lW����F��"}�E�e�Qג>L�T�x��Y����R�[�zi���W�3� �³��5�^��ृ8���[Da��ʃ@���I�X�6$�-#P�C0-"x�v(L�]/�-\�A4:&�@=�u�@�Ȼ�cP�����P�)hҏ�u���J0��q��ql"pka�}�B�0뮭�\7̙C������ȳ�u�h�@�ײIA{qm6�����BĘ,z����+�E�l\h5E�R�pF�VZ'� -#�7������z:�k����� -�ǁu���m���7�a8}ݝ��a�-�%9�v����g�Ư/�_�f��/S7$��>q ��Cv �ٟ��سC� 4�1WEi�#��b��̠l{�"ɱ��|T�Kl0�R� -몥�E��r͐,���&%?2�s���w�5�/n��sM��X�K)���,�u��N�Eg�m�r�c�Mϋ�@n�;�u���m��OV�4�<9�9 !l��=մ�9�x��Z|�p����dY�Xz2�������`��:���"�k�Qɨ9��Jq6x0� -AP6x��Ċ�6�O��s����J��'�˃� �Ď���Na���n�A�w�jr�c/r~{Qt�e�M��ab'o�V8����d!6�YV?���Dօ�lج�k�64�i��eUtU��x*�87��~�5���'6受�T`���%x���Q��lBD�,h�L���u�2\�ٓ���P�9�'��U_��+~�l(�cm�s�p�n*%�\�lj�ᜨ��#��؊�2G=��a*�\�$��:��~��D��0�����T�FpIUVI{;�d�5<WC Pֺ>�v{�~v�4a��eQ�d�\��F����� -��|8I��}��+��nM�@��Px�Е���p�N� ��G�o��xP�]�[�c���L��v��&���`B�lZH*�a# SdWէ�WY��_�:�a���]�>��4Dzk+.г����}�(��WCC�@|܋������=��ɘo!*�=ZV��e�S:W'"�FA�Q��� k����VF>�2��x�!���TZ�<s�y����!s"�I� �mn��O�gD/yؗT6��g̾)���~`�#�� -�s^�n�K���.nw�&�s �3?�ޗ��S��vE�i -��h�/���Rk�2؎�+�꾃���ʖb�/�x�m�r �tp��q�� �3�4�)"6���doE���}W��;d�v�w��PU�U��۠" �R��Fu��~h^t�Q'ĠN?����i�y[�C>s���)?O��Կ.} �?����Ȋ�O�y���:��J��8 ��Z���ҦL;�Ƃ�/b댉g꾀���s��� ��_A�;����t��Bã� 7�N�Xc�f:�}�� -��ಭi��@x}р�??�P�R�cF��XȹR���<w�Q������%�pm]� -���.�z�)�ts�x���P�y���z. -'��C��`8�u]V���ʜ�<�\E+I -T5s��O-���o�DP��;�V���x�]�ӝ�����4b����KA���ͽ/���8�Ҁ�]V`QT0�U:�/����n��l -j`ӝ��ƞf�>���þU���*�G���-�m��{nr�Ǥ�)�\�/+y��=ol'�n�C����MT�%���3'>+��&������*�!�%���3�n��Ɍ�& �PʫlA�-0�����/�X4W�^��b��;�F֪乩u��ܣ���X�Z�D���47s7���&�5�U�s��(�Ygxe��=m�r2w��%���K�b�Ob]x��u�����j����l�6��������D���n]��Sv������s�8���� +xڍYKw۸��Wx)�S�$����y�yL��]tf�Ȍ�=<z�M���~��E�3��"(�>|�6������������8w� ���Y�a��b����z�=>9�=�Z��"�D���E�ȍ�/<:����_��u�A3��A�\����8��'��Av1c��ij�fe1�c�� ����o����̍�`E��t�Ǫ�Sx��fx�w�V�kY�i���Б�V9I3��4$z0���J}�m�J���6� IתUi��&�Ѯy��h��'<�?��n?��qo��F��2��/�9�mUm&B�i��č�A�\2[���Q8[p����d�`����_"�@�S[ƅ9�`eP��%���E,&Eߢ?_�����,�����"v^��E�8K�_wy-3� +�X�̹pQ�gr��t���au���z�%�oaƮ�Z�{ݫ,�*a����� +���`��D���7zP��E8�>�sj�� �,(�u�|��5�� +�e�v�L_�kt��z�T�=|'ͻ�<�d��j�[1��'<q���c�S� +h#�[���vQuu)尲z��*�]�~�����ĸ����c-����B/�Kϫ�"��Ụwfd<x��� +�_�4�r��ҥ~�`���)dVSb5%��.*8M��ǰZ�� a�9�9��K�'Ld�`������՚�s2��#tE�K��U���~� +���x)!~s�j+4P�o��fp����������r�������gS�xC�(wU����G�''Aq�7��K��ܼ�{�NS �˓d d��C������ �p�8s�����[/���wJ��ZI �CT��9iU`d>��K +0����nO!���������9��q��=���㲄�t�|3n���nf6zuб�D��'�� �x�����!�s�i���'��Ԫ�ԃ�|߹Ϫڢ��e�9���g��#@�\� �g���ڣU��qa���1�d1l%�?�,�?�<�5�e����b:��ti���<����O֓+ٴ�%�j/J$d��u�l�|4 9��FMfh�9���ꂍ����Ť�Ot��[c#<@�@��Z��e���+$�s$K�rE��hA֘Ӹc3�p�YۅK�C#7$� �L��[�h)5��`�>�Nolny�T���{�T�ӿ���ޤu.$�M��e��%�z�P���r*m�+�dؼ�[m ���O�ae]�l�Y����8�8p�\vkC� ��b+7%x���#0���hI/&TjY>��᷄��R$[�&5��3a텦 �³�Ֆu���$/H����[S>�� P.+|%��`��)t��H��Q��ш���{�/�EO�L�?��h�@����B�M�U(�,�G�Ye�� _��@*a�so�K���������� +�Z�%d;�[�q�yβ��LaF�W���z1V��m��-��{/D���` H���x4�����T�pA��ZN���>8������j9�j����j���������������˛�a9�ݭΩDX�*_��vb���WG6�_��_ߞ_�N&o(��b�0�Wd��{?[��sC� 5��1W�������sU�P���M�Ĝ�&���,�Х�Q�K�d;���6��A5U=�������\h�#����* +M���.�|2�1��{���sȶX�űs���V�m���|�Vml��O�?5�<���@\B���${nHӉ�x���40!����iUS��X^ǣ�1��<��Rc����R�3DU0��Ѷ-�w�r���'Xx( K��.�'CA@��o+��N�R=IZA����z��Eч>�����a�&o�V4����d! ��,o�d��9u�6�� ]oZ���놬d?%���,c�w�fT�Ħ���&�i+5u��{_���e��4ϒ��J��_�S���ޟ�.��C)+Q?`���p��xk�^����nm�nk%�BQo���E�o��w�V<�K�35mE!�$��� ���Q�m�� +�T[���%������2���E;�e���[ %@���2�<�����@x�������C�p������� p#H����Mg�0�m��#���7}�������|� +�H&M�7��ch���T��h#2)�wK&D���Ks��2���}U�Y\�Y�~M�Fa-�;ų>�ƴDzo+Nٶ����0�F�}oi����]�-�X��x2���~!*�[�{mr +�Cն�^7c��1ϗ��4��#�W��d��ܶ�L� c�gpm�*�{�9�-��� �N�n�������H��1�+,p>�`�$� �2�ZK�O�8M���f�U@f�4��" +vP})��6vf?�����Y�.y��w�h����r.�,��~Ŗ����}�2���&�snd���4��Ui.��da���|\��{W�!����b�'����ł{c�z�0�B���s�t�0���\�1w� �,�ҟ���0��ԇ�����ߑ��#��J��jZrI�@GŖ.���muD�]�5��&�� ���TM��ݚ����"|S{l/���K|���&�{�;%��s^�����,!��*���jc,����6jm������@y���A7^�eL����R�Uk�� ��0��h���.����}� c��t������^1�9*]��Z��/h�c��f�.�t��;R������[K��]�ҿ&�ɵ�}~�>��c�z?��Q)d9S��*����n�� endstream endobj -5128 0 obj +5140 0 obj << /Type /Page -/Contents 5129 0 R -/Resources 5127 0 R +/Contents 5141 0 R +/Resources 5139 0 R /MediaBox [0 0 595.276 841.89] -/Parent 5120 0 R -/Annots [ 5126 0 R ] +/Parent 5132 0 R +/Annots [ 5138 0 R ] >> endobj -5126 0 obj +5138 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [221.011 703.503 481.883 717.451] +/Rect [221.011 611.349 481.883 625.296] /Subtype/Link/A<</Type/Action/S/URI/URI(https://github.com/AndiLi99/image-combiner)>> >> endobj -5130 0 obj -<< -/D [5128 0 R /XYZ 55.693 823.059 null] ->> -endobj -5036 0 obj +5142 0 obj << -/D [5128 0 R /XYZ 62.546 785.197 null] +/D [5140 0 R /XYZ 55.693 823.059 null] >> endobj -3385 0 obj +921 0 obj << -/D [5128 0 R /XYZ 62.546 760.788 null] +/D [5140 0 R /XYZ 62.546 746.343 null] >> endobj -903 0 obj +5048 0 obj << -/D [5128 0 R /XYZ 62.546 721.934 null] +/D [5140 0 R /XYZ 62.546 693.042 null] >> endobj -3181 0 obj +3393 0 obj << -/D [5128 0 R /XYZ 56.693 697.526 null] +/D [5140 0 R /XYZ 62.546 668.634 null] >> endobj -981 0 obj +884 0 obj << -/D [5128 0 R /XYZ 56.693 658.671 null] +/D [5140 0 R /XYZ 56.693 629.78 null] >> endobj -3182 0 obj +3189 0 obj << -/D [5128 0 R /XYZ 56.693 619.817 null] +/D [5140 0 R /XYZ 56.693 605.371 null] >> endobj -829 0 obj +985 0 obj << -/D [5128 0 R /XYZ 56.693 595.409 null] +/D [5140 0 R /XYZ 56.693 566.517 null] >> endobj -968 0 obj +3190 0 obj << -/D [5128 0 R /XYZ 56.693 556.554 null] +/D [5140 0 R /XYZ 56.693 527.663 null] >> endobj -970 0 obj +840 0 obj << -/D [5128 0 R /XYZ 56.693 503.254 null] +/D [5140 0 R /XYZ 56.693 503.254 null] >> endobj -969 0 obj +978 0 obj << -/D [5128 0 R /XYZ 56.693 449.954 null] +/D [5140 0 R /XYZ 56.693 464.4 null] >> endobj -908 0 obj +980 0 obj << -/D [5128 0 R /XYZ 56.693 411.1 null] +/D [5140 0 R /XYZ 56.693 411.1 null] >> endobj -2281 0 obj +979 0 obj << -/D [5128 0 R /XYZ 56.693 372.245 null] +/D [5140 0 R /XYZ 56.693 357.8 null] >> endobj -982 0 obj +922 0 obj << -/D [5128 0 R /XYZ 56.693 347.837 null] +/D [5140 0 R /XYZ 56.693 318.945 null] >> endobj -828 0 obj +2289 0 obj << -/D [5128 0 R /XYZ 56.693 323.429 null] +/D [5140 0 R /XYZ 56.693 280.091 null] >> endobj -1301 0 obj +986 0 obj << -/D [5128 0 R /XYZ 56.693 284.574 null] +/D [5140 0 R /XYZ 56.693 255.683 null] >> endobj -912 0 obj +820 0 obj << -/D [5128 0 R /XYZ 56.693 245.72 null] +/D [5140 0 R /XYZ 56.693 231.274 null] >> endobj -972 0 obj +822 0 obj << -/D [5128 0 R /XYZ 56.693 221.311 null] +/D [5140 0 R /XYZ 56.693 206.866 null] >> endobj -1104 0 obj +825 0 obj << -/D [5128 0 R /XYZ 56.693 139.12 null] +/D [5140 0 R /XYZ 56.693 168.011 null] >> endobj -913 0 obj +1308 0 obj << -/D [5128 0 R /XYZ 56.693 100.265 null] +/D [5140 0 R /XYZ 56.693 129.157 null] >> endobj -973 0 obj +926 0 obj << -/D [5128 0 R /XYZ 56.693 75.857 null] +/D [5140 0 R /XYZ 56.693 90.303 null] >> endobj -5127 0 obj +5139 0 obj << -/Font << /F23 623 0 R /F19 620 0 R /F54 5131 0 R >> +/Font << /F23 623 0 R /F19 620 0 R /F54 5143 0 R >> /ProcSet [ /PDF /Text ] >> endobj -5134 0 obj +5146 0 obj << -/Length 2891 +/Length 2777 /Filter /FlateDecode >> stream -xڍYIw�F��W�6�{!4v�Ifdي$Ǣ^���Chm���l%���SK7(R���]��W;��z���O^ߞ��F3�w�(�ۻY�q�R$��춘}tn�ޜݜ]/�V���9��E�ȵ�/;~����89�=��;{3��K��g����_ެ�����Y:�B37�0��4�f5[�|8����^2I<7�|��G��E���fa�9����#뚯z��5��sߩn/�V�9��U��a:W��V�L/e]|iu�+�C��6�MO���Y(<�s�/��"p�(�7N'o|5_�nl����|�Z�ks�R1¯��U��:�O (�� �3W�V=���?M{ϋ��P�?hN�ׄG^��d������� �?�5n���ox3�8�i��Ѐ��,~��J?[�O�Or.R��a�k|1�}���Grn��wM�מ���b1[�;�� d�Pt�����S)R��x+ͽVC;�<����Z���k����Kp*�Ȯ���Q�* ��b��� ��7]!���$�ߌ��n���ȪG+[�9�gi'if�S���ԋ����+Hһ��d�#��K��fl���w:x�?�/�9��y�w&�'��f���,�(s.����J�����ڍ����m���oI[���`�����Q �4G��]xz�·9 -;i�}V=7p�j�����R�g�g@������s7T��"o�Z�*����&նc�ݗ��R��E���-*���=�-�H7 -����m1 �Y��E�n� -�F�&�0�V�+t��\r�le'�5���W��M�S��̍�EN[S��&l�m\��n��W����(��Ӗ�B<�Gt6�2�R���v6� -&9�z,j{�i�G��Fp�Jvl�%��s�m�c �Zu� ��"�eۛyW��]g6x�G���;���7"P�/����*�E߃(c�R��P<��Pj��F��F�c��A㛂�l�$34����i>�}n�P�7�����r:t}��B���Jl�J��-��t�M������Gي}g��Ũ֊@��F���uNj���V,y�cɃƖ����y��x�*�ڎ�),�L���>�����t9��B՝&]����y"���@�V�a�Kj8-�.��;�Y���H��ė�Ic�8���t�6R�-�FA�ZU[�TI6��Vn�.*!r����� �Z�x����W�=���"�c��7U�Gۤ�n������{/c]4ɺ۲�H�6���U�ڝ��Q��pN뵪P�=�\�6�|>���X�- -��gm�0�i�w�&|gի-EP8�V�]cG�e��䟇%��r�R�[��{+{��A�#��<`��bJ$J���rĕk�3���5�-Л��4b7K�jhw��*4͛TlO�*���O�u��DWj�p�@�l��l*4�^�Ìj���Ʃ�T�Fײ�ft�r])^wc��x��C��֍�S��ѵ���X6��t �(���R} xĤP��e p��=&4h��1��?hrw��P���(�ϣ�@�<ڗ� ��cʄޘ�L^dVM����ثJ��I�˃�`��X%��b�2l��ĉf;"�Y���^6�=����������$<��9\��������d���#�HΫf8�>���z������>0o ��|�;�A�I�>8өD"n&�'�����?=�%��G��D(r�8݇�J���ⅆ�Y+bW��F��<ؽ,47o�ߒ��Z;ڕ��F��{OQo��oqw�X��Yw���)s���/�K�^�bЖ�xB�&1�-�h(,�C���u�P<bp1 �e.�E�]݃`�kBC/u.��c=U衝p�Y�z<cIy#z&�r��"����བྷ�n!<a)�+tS"7I����3��.{3� �ѡ8L���(.G�7MI��]6p�5ȹ(ʃ�YWɒ�^�x�S;��3�9��c^���� \l�C�� I�m��{�X/uL@��q]��[C�fS -A4X-�A3-�)l��F$��E7��R���'�J37H���o�jQ�";�)�.\X��-�r�檬� :� H8hW$�8�Z�`�*-i��J0���Ek=���:�0� ��Vn�����;ϓZ�Tm�%%=�����y�O��xn��W2/u���Qe��%����SA�g*�s;O"^��uSQ�g�8��>(k|�����H>7��k��y��ȅ�k*�A*�qq�?qF�F��V�p8�d.r�LOq:��Rd k#�&W��2����|7�|0�j�#uK��ӱ�Q-#6Ű�滑-�^_-��Wl7wns�U�������9��ob姑+�C�|�u^���?��4��MWJ���!����9����R.$�j �����[��pxKBޗu`_��H2�f�,1d��ʐE���%��NQ��C#ո�n���&pb�����K�q����t�������/pP���W�g�������ŏ�*�.�`�8��#��������Z����s��7E�]���Hΰ8�c�j�/���yORX�!44�'�>մ`�ڵ�w[����m��b;6i���N�o�t����sl�e�[�C��sc��A#��ruq0�,m�]ҩ��U�U��+��d�Ǚ��#�P�ܷ�c��L�r<BR�z�?c��r���49�x0�ȃ ��# -�Pݠb�2�Xl�����H(�=�YO��A�z�X����O����T�X��� �W������pt�$��S�=7�M}��؝�8��.��k�A�r������_�_c����u�zb�6HD�Q�1��a ���R�y�Tc:̜� lc\z`4�Q05c�&�?"M�-6����)zb_������R� +xڕYYw��~ϯ�|�h_x!,!��000�c�D�G-���[�Um;�L�`uU/�U_mw�����G/�G���ͳ(�'˛I��,��H +�ɲ�|u.O_�^�^��^Mg~����a�'�X��,�c����˳���ѿG��N��Fn2�p��G_�v'��&�<���w3����7O3��&WG�\�}R�$q�I䑐_��o#�]7�:��y=��"7t� �d��vE�x�0u��8*Y6L;fڋ��e�ėL|)�їL]0��4���k��L=������Y��-j�5��9a�k1�S��x��O�p���d��0��r�09Lar;h�E�6>������wm�pZ�H3+t��s.�77�x���*�W���������,�P�8��w��J� N�I����/pZ;"�+��0:w=��$�E���ښ�g���M +R���}ë>L���/�D�oLdHJ�*�#L|�+�JU�vE�H�e��kݢ�A8�)�#�w>��EW4j��|I��� +�P �*�I���B�йX���d�s{C�]�����W^��A��8������$A�Q���hf'=��i#�i�:�{8~?��Z�3K�M[ÿ��F��.���<s}+�3��s��w�����z����y���>p#��ɸ'wr�v`�0����xs�Z� + �|��H?�M�n$��1%2�)��P9zL)dE��AkY�A�%��9����tW�t�I8[69�B�B˞��{XG���*JGU�R�Bv�v�@'�QjA߄\s���i�SU�$t� t���������"�sgBg�D��FTD���e��[�{�p���F�G�M;_̭���P����\�Bd�qW��Yub]�^�j�� �wT�/& 4 p.O���'m���m�^jV����Ւ�%�{� ���Z)ؤ��� �Ab�)��Q��D%��6>W ��'����Na�=�Mh�"_���B�8�IX�--V���!�i���6��mP���Xa�(x��T��!�,����,`�>3�z�������g�t�NX�xc`��H�b�V�@�z/�B���@tO�n� �r0����|��G/ ˩�E{Q���i�_o@wx�w�0���~p�Q���h�h�Pd`l |�;a')R�.��*��� �� +Hz����2�]J�3o�u��p��+���x��|��Y���SG��f�T��1s���($$��c��ҕ��b��k}i������2���j��� ��<���n<x�Ȟ>�L4���i���ָ�!����8o�����m�ȼ��uա�At�m5Q���3X �ƬB���&n��L�R?�?S]���\�U#Q�h�;Ǖ���e!�ڵ��Vِ{.zi���4E���Ӡ�B!�6�=�BX��کɈX��qy%�V��E�7m��;�X4h�ZT�+��A��m�1�755�]����=u�cV1e;T�BSȃ�$��x�T%�ѐ�+���^t=�[�Ji�ܙj���)ox>��{#�,�VnxN�+6w[�C�a@s�0�!,f��,�Nkj�BtR�04��PԵ��;Ը��~�BsG�Ѓ(^@�!�Õ���D���T�4�^甮��V���#;��c��{�7C���!F�<�X��%:��ૐr�9ȜB�$Z� +�P����� +�he|��&n������LSev�m��W��N��뼿�G����φ���kb������'��Z����(�[�� Tib�Y@�n:Q�mUbH�a�!tO_Z�&��ă4���W��+S�@��r�Bi��M�ǚ�j�����S]���9����^Sg�o����f%+=���v:\�3N�A8���������|hx{�6r߈�)��=�� %��� �-u�R4ihte%�-0�N��{��D"��|��ʡ�'k�֬���l�[Sf��YBUC'i��d�̼Q�v}���,�={�w:�XK RG�+Re�������j�1�Ʃs"�Z5��=���$�{ <��,�Щ���=��>�Q�qd��W�Fq�8��} ���Caf2�(K@��걡�(�m����eҝ2�(&�q���Ul z����y��2�7|�E�j�`��8^U��KLyPl;�[_L˶��D��]�̏��@�}���@���;/{��uΰ��5���w�Qר�-��j�C�C������`�`\*�K�;!ƐL� |��ӝFe�\�X�����C#�M�C3,Dg���^�ѵ��JQ�3����e���R��v�,W�`q����#[������h8hB4~6z���SZ�i5��/9��燫�%�Ъ�7�������5�n�������3zQ6`Z�mz���}#tS�.�`� +]�3`��N4��ҌhƉ�ͳ��r%�C@�sڃ��x � �E�c���y�������¶{\3���h�m��aNU�e[��EC +p�5�L��S]���^D +:z� �Y��VT��M_��c��Ьh�%���Y��{�N`��!�X�ѻ�9o��m)�Q�l�84B� +�k�$�_z�%_�����U�̓$ٳU��V-�恟�i�q���,��ļ�@�yUVm��(*ڥA#�^��^��a�^ �@=?�8����C�R5��ZL�}������6�6��U�Lk㤇{8�����R|�(�;��jt!����F8߸"�!�{o<pA��/���&-��_?������}�[K�_�{�<�|j� endstream endobj -5133 0 obj +5145 0 obj << /Type /Page -/Contents 5134 0 R -/Resources 5132 0 R +/Contents 5146 0 R +/Resources 5144 0 R /MediaBox [0 0 595.276 841.89] -/Parent 5120 0 R +/Parent 5132 0 R >> endobj -5135 0 obj +5147 0 obj << -/D [5133 0 R /XYZ 55.693 823.059 null] +/D [5145 0 R /XYZ 55.693 823.059 null] >> endobj -4418 0 obj +982 0 obj << -/D [5133 0 R /XYZ 56.693 785.197 null] +/D [5145 0 R /XYZ 56.693 785.197 null] >> endobj -974 0 obj +1111 0 obj << -/D [5133 0 R /XYZ 56.693 761.742 null] +/D [5145 0 R /XYZ 56.693 703.108 null] >> endobj -871 0 obj +885 0 obj << -/D [5133 0 R /XYZ 56.693 738.286 null] +/D [5145 0 R /XYZ 56.693 664.358 null] >> endobj -4101 0 obj +983 0 obj << -/D [5133 0 R /XYZ 56.693 700.385 null] +/D [5145 0 R /XYZ 56.693 640.052 null] >> endobj -3388 0 obj +4430 0 obj << -/D [5133 0 R /XYZ 56.693 676.93 null] +/D [5145 0 R /XYZ 56.693 615.747 null] >> endobj -2856 0 obj +987 0 obj << -/D [5133 0 R /XYZ 56.693 639.029 null] +/D [5145 0 R /XYZ 56.693 591.442 null] >> endobj -902 0 obj +841 0 obj << -/D [5133 0 R /XYZ 56.693 601.127 null] +/D [5145 0 R /XYZ 56.693 567.137 null] >> endobj -3387 0 obj +4113 0 obj << -/D [5133 0 R /XYZ 56.693 534.335 null] +/D [5145 0 R /XYZ 56.693 528.386 null] >> endobj -910 0 obj +3396 0 obj << -/D [5133 0 R /XYZ 56.693 496.433 null] +/D [5145 0 R /XYZ 56.693 504.081 null] >> endobj -906 0 obj +2864 0 obj << -/D [5133 0 R /XYZ 56.693 444.086 null] +/D [5145 0 R /XYZ 56.693 465.33 null] >> endobj -4522 0 obj +883 0 obj << -/D [5133 0 R /XYZ 56.693 391.739 null] +/D [5145 0 R /XYZ 56.693 426.579 null] >> endobj -909 0 obj +3395 0 obj << -/D [5133 0 R /XYZ 56.693 353.838 null] +/D [5145 0 R /XYZ 56.693 358.937 null] >> endobj -971 0 obj +924 0 obj << -/D [5133 0 R /XYZ 56.693 301.491 null] +/D [5145 0 R /XYZ 56.693 320.186 null] >> endobj -827 0 obj +920 0 obj << -/D [5133 0 R /XYZ 56.693 263.59 null] +/D [5145 0 R /XYZ 56.693 266.989 null] >> endobj -1020 0 obj +4534 0 obj << -/D [5133 0 R /XYZ 56.693 225.689 null] +/D [5145 0 R /XYZ 56.693 213.792 null] >> endobj -3386 0 obj +923 0 obj << -/D [5133 0 R /XYZ 56.693 187.788 null] +/D [5145 0 R /XYZ 56.693 175.042 null] >> endobj -911 0 obj +981 0 obj << -/D [5133 0 R /XYZ 56.693 149.887 null] +/D [5145 0 R /XYZ 56.693 121.845 null] >> endobj -905 0 obj +824 0 obj << -/D [5133 0 R /XYZ 56.693 111.986 null] +/D [5145 0 R /XYZ 56.693 83.094 null] >> endobj -5132 0 obj +5144 0 obj << /Font << /F23 623 0 R /F19 620 0 R >> /ProcSet [ /PDF /Text ] >> endobj -5138 0 obj +5150 0 obj << -/Length 489 +/Length 1247 /Filter /FlateDecode >> stream -xڅS�n�0��>>���ƀ�6%�Vi��"��v.8`�j�I�>6f+Ej���i����{KP���/�w7,F��<I*Q��4��p�PY�#싛b_|�.a����%d�F�Q�R�q��]P����ڗ �"攣�OՖ�!��\���X���!��M���,#8K�y��iUq���9FWa���C�`��0�R�='���<XT_�"�Z��� <��U�y4j���{F��hu�zD��4/[�ˤ���"i�0⾞�p��Z��av�㘤E�c�S��=�r��o F���D\rH���^=�iY��o�\)`���"����y�a٨���i�VO�E6���}��[6�^w��g��a�Z������d_{j��O�wj�����w�&Sa�+�[��4�#Z]���ac� ܖ����0�y��;%�ӫW�x�s�o��m�2�H���m����;1t[|�f��oGr9�?���h +xڍVKs�6��W�Vh&d�|��Z�ck"Ǖ5�f` +�P��GlO��]`A��m/���v��vl|���'oO�$`,*�4�wA�EY���<Xo�k����W���j�e��r�Dl�4L⌰$�ެ��z����4`O�<��nr}C� ������.����Mp5�}B�s�?��s�)C'�9�q^���%YH���rr�6�1��no!��ݡ\� Nfu��g�SFF�GӐ��,Ee㯕�h�H�j��|���q'7��w�0�D�tߊ�W�h��A�#��A�x�y���z8�o�st3��ё5{����Y��v�N�38"�d)������9����ΩDk�U=���q+L���#v�wV�Q>���x�K7� MPSVF�X@iT$&��i1b��Ĭ�d=-bbZ�{�ɷ��G�j�Ē\Y��o9�x@ֵD��f���� +$&E[�e+z�,Y�,�"���Y�@���Y{N�v����<�O,Ř����^���"ȲC�/��NU���A{�,�����y��O�D�1���zB�@��g X +��SD9�-��¦퇲��c�E<�2�K�I˰jDgC�����J�\�ZqI*�+ ���C_&[�����-rv"n!�D�����m(`��7��^�N��P6�N�z����(�̏) 팶$)r�������9]�$�Ym�_�����8o«�N��.��O�����M�P��� ��a)�Z��� ��d�� a���99��A3�Q�� C�-��8�T�؊�bjzWd�P�����i��x�>V+IRF��#�/]+rm��_>}6�e�8�0"[`��X]�vI8���h�_�s�0J�8�}'ݱ(�z<�/�Ў���{�G�{��]\�绿�4�3�{݅�h<;K����a��'q���ugsk���os@�a��ė�.���ȋ���M��%o��!��P��y� ���gG�*=��</�ub�8�:%w�E� +� �l��F�Ҩ�նF�m�p 9�v����5�ķ�0O�B����_� |��������n*��a](L �/�Uc7�B���5]pj�3x�{R�f_�:�Ҵ ��?�p%ۭ�}?x�g�4J�P�1��L�SM5Ç�p-��G�}wdp��V��l�I89Sp��5S�wPeۊ}��j���U�]���8�]��k\��w@"[���'-�9a�>��|/�#�(��"�e endstream endobj -5137 0 obj +5149 0 obj << /Type /Page -/Contents 5138 0 R -/Resources 5136 0 R +/Contents 5150 0 R +/Resources 5148 0 R /MediaBox [0 0 595.276 841.89] -/Parent 5120 0 R +/Parent 5132 0 R >> endobj -5139 0 obj +5151 0 obj << -/D [5137 0 R /XYZ 55.693 823.059 null] +/D [5149 0 R /XYZ 55.693 823.059 null] >> endobj -901 0 obj +1026 0 obj << -/D [5137 0 R /XYZ 56.693 785.197 null] +/D [5149 0 R /XYZ 56.693 785.197 null] >> endobj -980 0 obj +3394 0 obj << -/D [5137 0 R /XYZ 56.693 746.343 null] +/D [5149 0 R /XYZ 56.693 746.343 null] >> endobj -5136 0 obj +925 0 obj << -/Font << /F23 623 0 R >> +/D [5149 0 R /XYZ 56.693 707.488 null] +>> +endobj +919 0 obj +<< +/D [5149 0 R /XYZ 56.693 668.634 null] +>> +endobj +882 0 obj +<< +/D [5149 0 R /XYZ 56.693 600.888 null] +>> +endobj +984 0 obj +<< +/D [5149 0 R /XYZ 56.693 562.034 null] +>> +endobj +5148 0 obj +<< +/Font << /F23 623 0 R /F19 620 0 R >> /ProcSet [ /PDF /Text ] >> endobj -5140 0 obj +5152 0 obj [514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6] endobj -5141 0 obj +5153 0 obj [680.6] endobj -5142 0 obj +5154 0 obj [543.1] endobj -5143 0 obj +5155 0 obj [533.6 588.2] endobj -5144 0 obj +5156 0 obj [892.9 339.3] endobj -5145 0 obj +5157 0 obj [963 379.6] endobj -5146 0 obj +5158 0 obj [804.5 698 652 566.2 523.3 571.8 644 590.3 466.4 725.7 736.1 750 621.5 571.8 726.7 639 716.5 582.1 689.8 742.1 767.4 819.4 779.9 586.7 750.7 1021.9 639 487.8 811.6 1222.2 1222.2 1222.2 1222.2 379.6 379.6 638.9 638.9 638.9 638.9 638.9 638.9 638.9 638.9 638.9 638.9 638.9 638.9 379.6 379.6 963 638.9 963 638.9 658.7 924.1 926.6 883.7 998.3 899.8 775 952.9 999.5 547.7 681.6 1025.7 846.3 1161.6 967.1 934.1 780 966.5 922.1 756.7 731.1 838.1 729.6 1150.9 1001.4 726.4 837.7 509.3 509.3 509.3 1222.2 1222.2 518.5 674.9 547.7 559.1 642.5 589 600.7 607.7 725.7 445.6 511.6 660.9 401.6 1093.7 769.7 612.5 642.5 570.7 579.9 584.5 476.8] endobj -5147 0 obj +5159 0 obj [826.4 295.1] endobj -5148 0 obj +5160 0 obj [611.1 611.1 611.1] endobj -5149 0 obj +5161 0 obj [458.3 458.3 416.7 416.7 472.2 472.2 472.2 472.2 583.3 583.3 472.2 472.2 333.3 555.6 577.8 577.8 597.2 597.2 736.1 736.1 527.8 527.8 583.3 583.3 583.3 583.3 750 750 750 750 1044.4 1044.4 791.7 791.7 583.3 583.3 638.9 638.9 638.9 638.9 805.6 805.6 805.6 805.6 1277.8 1277.8 811.1 811.1 875 875 666.7 666.7 666.7 666.7 666.7 666.7 888.9 888.9 888.9 888.9 888.9 888.9 888.9 666.7 875 875 875 875 611.1 611.1 833.3 1111.1 472.2 555.6 1111.1 1511.1 1111.1 1511.1 1111.1 1511.1 1055.6 944.4 472.2 833.3 833.3 833.3 833.3 833.3 1444.4 1277.8 555.6 1111.1 1111.1 1111.1 1111.1 1111.1 944.4 1277.8 555.6 1000 1444.4 555.6 1000 1444.4 472.2 472.2 527.8 527.8 527.8 527.8 666.7 666.7 1000 1000] endobj -5150 0 obj +5162 0 obj [339.3 339.3 892.9 585.3 892.9 585.3 610.1 859.1 863.2 819.4 934.1 838.7 724.5 889.4 935.6 506.3 632 959.9 783.7 1089.4 904.9 868.9 727.3 899.7 860.6 701.5 674.8 778.2 674.6 1074.4 936.9 671.5 778.4 462.3 462.3 462.3 1138.9 1138.9 478.2 619.7 502.4 510.5 594.7 542 557.1 557.3 668.8 404.2 472.7 607.3 361.3 1013.7 706.2 563.9 588.9 523.6 530.4 539.2 431.6 675.4 571.4 826.4 647.8] endobj -5151 0 obj +5163 0 obj [777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 777.8 1000 1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9 277.8 500 500 611.1 500 277.8 833.3] endobj -5152 0 obj +5164 0 obj [639.7 565.6 517.7 444.4 405.9 437.5 496.5 469.4 353.9 576.2 583.3 602.6 494 437.5 570 517 571.4 437.2 540.3 595.8 625.7 651.4 622.5 466.3 591.4 828.1 517 362.8 654.2 1000 1000 1000 1000 277.8 277.8 500 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 500 777.8 500 530.9 750 758.5 714.7 827.9 738.2 643.1 786.3 831.3 439.6 554.5 849.3 680.6 970.1 803.5 762.8 642 790.6 759.3 613.2 584.4 682.8 583.3 944.4 828.5 580.6 682.6 388.9 388.9 388.9 1000 1000 416.7 528.6 429.2 432.8 520.5 465.6 489.6 477 576.2 344.5 411.8 520.6 298.4 878 600.2 484.7 503.1 446.4 451.2 468.8 361.1 572.5 484.7 715.9 571.5 490.3 465.1] endobj -5153 0 obj +5165 0 obj [583.3 555.6 555.6 833.3 833.3 277.8 305.6 500 500 500 500 500 750 444.4 500 722.2 777.8 500 902.8 1013.9 777.8 277.8 277.8 500 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8 277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8 527.8 444.4] endobj -5154 0 obj +5166 0 obj [446.4 446.4 569.5 877 323.4 384.9 323.4 569.5 569.5 569.5 569.5 569.5 569.5 569.5 569.5 569.5 569.5 569.5 323.4 323.4 323.4 877 538.7 538.7 877 843.3 798.6 815.5 860.1 767.9 737.1 883.9 843.3 412.7 583.3 874 706.4 1027.8 843.3 877 767.9 877 829.4 631 815.5 843.3 843.3 1150.8 843.3 843.3 692.5 323.4 569.5 323.4 569.5 323.4 323.4 569.5 631 507.9 631 507.9 354.2 569.5 631 323.4 354.2 600.2 323.4 938.5 631 569.5 631 600.2 446.4 452.6] endobj -5155 0 obj +5167 0 obj [682.4 596.2 547.3 470.1 429.5 467 533.2 495.7 376.2 612.3 619.8 639.2 522.3 467 610.1 544.1 607.2 471.5 576.4 631.6 659.7 694.5 660.7 490.6 632.1 882.1 544.1 388.9 692.4 1062.5 1062.5 1062.5 1062.5 295.1 295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 826.4 531.3 826.4 531.3 559.7 795.8 801.4 757.3 871.7 778.7 672.4 827.9 872.8 460.7 580.4 896 722.6 1020.4 843.3 806.2 673.6 835.7 800.2 646.2 618.6 718.8 618.8 1002.4 873.9 615.8 720 413.2 413.2 413.2 1062.5 1062.5 434 564.4 454.5 460.2 546.7 492.9 510.4 505.6 612.3 361.7 429.7 553.2 317.1 939.8 644.7 513.5 534.8 474.4 479.5 491.3 383.7 615.2 517.4 762.5 598.1] endobj -5156 0 obj +5168 0 obj [767.4 826.4 767.4 619.8 590.3 590.3 885.4 885.4 295.1 324.7 531.3 531.3 531.3 531.3 531.3 795.8 472.2 531.3 767.4 826.4 531.3 958.7 1076.8 826.4 295.1 295.1 531.3 885.4 531.3 885.4 826.4 295.1 413.2 413.2 531.3 826.4 295.1 354.2 295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 295.1 826.4 501.7 501.7 826.4 795.8 752.1 767.4 811.1 722.6 693.1 833.5 795.8 382.6 545.5 825.4 663.6 972.9 795.8 826.4 722.6 826.4 781.6 590.3 767.4 795.8 795.8 1091 795.8 795.8 649.3 295.1 531.3 295.1 531.3 295.1 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.8 295.1 885.4 590.3 531.3 590.3 560.8 414.1 419.1 413.2 590.3 560.8 767.4 560.8] endobj -5157 0 obj +5169 0 obj [622.8 552.8 507.9 433.7 395.4 427.7 483.1 456.3 346.1 563.7 571.2 589.1 483.8 427.7 555.4 505 556.5 425.2 527.8 579.5 613.4 636.6 609.7 458.2 577.1 808.9 505 354.2 641.4 979.2 979.2 979.2 979.2 272 272 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 761.6 489.6 761.6 489.6 516.9 734 743.9 700.5 813 724.8 633.8 772.4 811.3 431.9 541.2 833 666.2 947.3 784.1 748.3 631.1 775.5 745.3 602.2 573.9 665 570.8 924.4 812.6 568.1 670.2 380.8 380.8 380.8 979.2 979.2 410.9 514 416.3 421.4 508.8 453.8 482.6 468.9 563.7 334 405.1 509.3 291.7 856.5 584.5 470.7 491.4 434.1 441.3 461.2 353.6 557.3 473.4 699.9 556.4 477.4 454.9 312.5 377.9 623.4 489.6] endobj -5158 0 obj +5170 0 obj [816 761.6 679.6 652.8 734 707.2 761.6 707.2 761.6 707.2 571.2 544 544 816 816 272 299.2 489.6 489.6 489.6 489.6 489.6 734 435.2 489.6 707.2 761.6 489.6 883.8 992.6 761.6 272 272 489.6 816 489.6 816 761.6 272 380.8 380.8 489.6 761.6 272 326.4 272 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 272 761.6 462.4 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.3 734 353.2 503 761.2 611.8 897.2 734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 489.6 272 489.6 272 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 544 516.8 380.8 386.2 380.8 544 516.8 707.2 516.8 516.8 435.2 489.6 979.2 489.6 489.6 489.6] endobj -5159 0 obj +5171 0 obj [249.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 249.6 249.6 249.6 719.8 432.5 432.5 719.8 693.3 654.3 667.6 706.6 628.2 602.1 726.3 693.3 327.6 471.5 719.4 576 850 693.3 719.8 628.2 719.8 680.5 510.9 667.6 693.3 693.3 954.5 693.3 693.3 563.1 249.6 458.6 249.6 458.6 249.6 249.6 458.6 510.9 406.4 510.9 406.4 275.8 458.6 510.9 249.6 275.8 484.7 249.6 772.1 510.9 458.6 510.9 484.7 354.1 359.4 354.1 510.9 484.7 667.6 484.7] endobj -5160 0 obj +5172 0 obj [813.9 770.8 786.1 829.2 741.7 712.5 851.4 813.9 405.6 566.7 843 683.3 988.9 813.9 844.4 741.7 844.4 800 611.1 786.1 813.9 813.9 1105.5 813.9 813.9 669.4 319.4 552.8 319.4 552.8 319.4 319.4 613.3 580 591.1 624.4 557.8 535.6 641.1 613.3 302.2 424.4 635.6 513.3 746.7 613.3 635.6 557.8 635.6 602.2 457.8 591.1 613.3 613.3 835.6 613.3 613.3] endobj -5161 0 obj +5173 0 obj [550 575 862.5 875 300 325 500 500 500 500 500 814.8 450 525 700 700 500 863.4 963.4 750 250 300 500 800 755.2 800 750 300 400 400 500 750 300 350 300 500 500 500 500 500 500 500 500 500 500 500 300 300 300 750 500 500 750 726.9 688.4 700 738.4 663.4 638.4 756.7 726.9 376.9 513.4 751.9 613.4 876.9 726.9 750 663.4 750 713.4 550 700 726.9 726.9 976.9 726.9 726.9 600 300 500 300 500 300 300 500 450 450 500 450 300 450 500 300 300 450 250 800 550 500 500 450 412.5 400 325 525 450 650 450 475] endobj -5162 0 obj +5174 0 obj [656.2 625 625 937.5 937.5 312.5 343.7 562.5 562.5 562.5 562.5 562.5 849.5 500 574.1 812.5 875 562.5 1018.5 1143.5 875 312.5 342.6 581 937.5 562.5 937.5 875 312.5 437.5 437.5 562.5 875 312.5 375 312.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 312.5 312.5 342.6 875 531.2 531.2 875 849.5 799.8 812.5 862.3 738.4 707.2 884.3 879.6 419 581 880.8 675.9 1067.1 879.6 844.9 768.5 844.9 839.1 625 782.4 864.6 849.5 1162 849.5 849.5 687.5 312.5 581 312.5 562.5 312.5 312.5 546.9 625 500 625 513.3 343.7 562.5 625 312.5 343.7 593.7 312.5 937.5 625 562.5 625 593.7 459.5 443.8 437.5 625 593.7 812.5 593.7 593.7 500 562.5] endobj -5163 0 obj +5175 0 obj << /Length1 1376 /Length2 7685 @@ -69054,7 +69128,7 @@ m> ̗4�2U�f�W������Y�l������c�ۊ6��M��q꣬c3�\���V���)����� endstream endobj -5164 0 obj +5176 0 obj << /Type /FontDescriptor /FontName /XOSQUH+CMBX10 @@ -69067,10 +69141,10 @@ endobj /StemV 114 /XHeight 444 /CharSet (/question) -/FontFile 5163 0 R +/FontFile 5175 0 R >> endobj -5165 0 obj +5177 0 obj << /Length1 2368 /Length2 17768 @@ -69167,7 +69241,7 @@ K_RL΅ endstream endobj -5166 0 obj +5178 0 obj << /Type /FontDescriptor /FontName /PADFMF+CMBX12 @@ -69180,10 +69254,10 @@ endobj /StemV 109 /XHeight 444 /CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/Q/R/S/T/U/V/W/a/b/c/colon/comma/d/e/eight/endash/f/ff/fi/five/fl/four/g/h/i/k/l/m/n/nine/o/one/p/period/q/question/quoteleft/r/s/seven/six/t/three/two/u/v/w/x/y/z/zero) -/FontFile 5165 0 R +/FontFile 5177 0 R >> endobj -5167 0 obj +5179 0 obj << /Length1 1860 /Length2 12644 @@ -69240,7 +69314,7 @@ o<anR۞ GZv0v�ۧ"[�-��,n���]����H.���}ME"��xxw��}F���H��yak�;�7k���⸅�М���jfN�'��LV$�[#�k�^����ۏʯ���ș�����A��[5w��n��q�p��u5�t�L������I� endstream endobj -5168 0 obj +5180 0 obj << /Type /FontDescriptor /FontName /XLUXBC+CMCSC10 @@ -69253,10 +69327,10 @@ endobj /StemV 72 /XHeight 431 /CharSet (/A/C/D/F/H/I/M/N/P/R/S/T/U/W/a/c/d/e/f/g/h/i/l/m/n/o/p/r/s/t/u/v/y) -/FontFile 5167 0 R +/FontFile 5179 0 R >> endobj -5169 0 obj +5181 0 obj << /Length1 1665 /Length2 7079 @@ -69298,7 +69372,7 @@ m\` ����R}izrw���t|&hbD�vn ��őZ���,��k���w�1qt]]̞���:�̉�W����lY��f��� endstream endobj -5170 0 obj +5182 0 obj << /Type /FontDescriptor /FontName /JXESVW+CMEX10 @@ -69311,10 +69385,10 @@ endobj /StemV 47 /XHeight 431 /CharSet (/bracketleftbt/bracketleftex/bracketlefttp/bracketrightbt/bracketrightex/bracketrighttp/parenleftBig/parenleftbig/parenrightBig/parenrightbig/radicalBig/radicalbig) -/FontFile 5169 0 R +/FontFile 5181 0 R >> endobj -5171 0 obj +5183 0 obj << /Length1 1809 /Length2 11585 @@ -69366,7 +69440,7 @@ F 5�G�_���RRLpܥ��6�Zq8L7Zy΄MË�NxL�P��7aa��Xm����V�E��״G�I/�$�Fh� [�~�� 7r�f#�x\�"���(A�Z�#�/�q*6����{�#{�x9ᥝj|X��97�����p��r���sp��h(�i�e^�s�9p��p -�ɟ�/�9��35*�[�M��������X��:��&l�1��d�b�����U#|���yvu�;Dy����g���ɑ���ƴeIxO'(z*���`�YP\i9��8���� ������*���! �'���?�j�L�h;U�brs��j�G��q�ʥmW��6H/���3o��pYL4���8T8�Xr�&��+ꉆ)�"Cd]Ŵ;�?�n攟�eBuZq�8Kk�!a����Ш�SQ�3��P��b�K��;PJ&U�ۼ�kc�^ZN�öe+BD���GN"!g�`M1�z�l�]�3�6�G7�^�����,���v�Ym�x"��Ϋ=�)�9������4�!�p�(z�^�;d�<ڭ�RYһeG��]Z�A}��c6�1�'3��#~���F�b$�2Bct��*��C?V\���n�ب�d�X�/h���+�D��9�}N،6(8��X���]��g(�'��H�Y�� ����r���.U/�#l��� J`N�Ϥ���uDo�>E�[���� �IV�sF���wO��f���`���� �V��D����� ��1��81Lv#ퟃ8_�3�$-L�ޯI���u(]�HH�X�mF�+|P}�L�B�QR�P"���S�$��;���#i����ɨ�J����ׄS����s��� L���W�"�m�;�]������N�o�#^{���"����Z��(�EҴp��Dt�����.��ЮDNש1�gz��Un\���KK7�|4g�uDHuj474p��2t:Y&y4�������tOw��]R�����?�\���"����{^3���J�NZ��a��K�w�����Kb���K��mQw=��_g��fYj��/���n�nu<�|�|�УRMͪ����PRo:n�O���[�E0���M�=��1O%�S9ٛݺ-{�/�I��}�S�A�U( =������R� ������v��8Y�V���M�)>:�;� D�D*��-m��} ����3�Q�Qs�`��$Xq�j�ko�YuL�hr|��Pg��ղ�"X�8N[���ŕx�s�(�!���1��#�ͷ-���Ǯ&��Y?�O�8w?˓��)���"�'�q���5b> ���Y����;�ʴ endstream endobj -5172 0 obj +5184 0 obj << /Type /FontDescriptor /FontName /COTMXS+CMMI10 @@ -69379,10 +69453,10 @@ endobj /StemV 72 /XHeight 431 /CharSet (/A/K/O/R/X/a/alpha/b/c/comma/e/eta/f/g/i/j/k/l/n/p/period/phi/pi/sigma/slash/x/y/z) -/FontFile 5171 0 R +/FontFile 5183 0 R >> endobj -5173 0 obj +5185 0 obj << /Length1 2018 /Length2 15273 @@ -69451,7 +69525,7 @@ M �-���F}�6�[�Pk'�[Y���H�z�n�Wf����^VWI{�:핗.�Aa�(*0Y y8��9(�亏��j����5��e���4�ܦ^�Tx�0����Gp��-�-����-C�ݣ;w��Б@� endstream endobj -5174 0 obj +5186 0 obj << /Type /FontDescriptor /FontName /VVCCHG+CMMI12 @@ -69464,10 +69538,10 @@ endobj /StemV 65 /XHeight 431 /CharSet (/A/C/E/G/K/L/O/R/U/V/X/a/alpha/b/c/comma/d/e/eta/f/g/i/j/k/l/m/mu/n/o/p/period/phi/pi/q/r/s/sigma/slash/vector/x/y/z) -/FontFile 5173 0 R +/FontFile 5185 0 R >> endobj -5175 0 obj +5187 0 obj << /Length1 1400 /Length2 6370 @@ -69499,7 +69573,7 @@ br +DM�=��|r��,1n9d:�zT�a��y����C�(���U߃ #�<St~���p/�xߒ�e�y}�3R2��C�Q�T��ޥ���of��@�nAC�<vk���V�ʟ8쮚G'��gOH�WM�Zr�A�AƟy�ڇ8�7J���+;�~e�q�XE]F��e�mP?��k_�f���l���k�X��P!xD��[��2�L�zj+�Uϰ���0|�G~|�� 3��1��l�H&�F��gG9ÇI����D���C���pR2���ڂC�LB_�d_R8�}PM�`\|��M�r���߬3���ƣ��vH�F��������:�H��w�e+���t%Ը扸���o/)��*\�a�Y�0P��nT0f�i_>��?�d6dJ��d�Ö^jF�m���� _?�܋K9�Y�s�s+��x Q���>��qE��e�:Zƶ�go��Ϊ�-7����� �������d��!�ǟ���(f��������Q(�wBx/��kϵ�`X/��ct�����"����Y�W�.���ٚ��j��z���{&G��,&Fn� �a�������V�ESj�x}H� ��|�{)��r���`@�� �y`�-Y�g���_�*ir�n��r͉��5�:�I(�ox��vj�O�J��~@�Nd�X�_p�'�:��.�}G)�Cf���BJ��-p������#Vk�R��[�=[L�9ٯ�qB�X}┴����1oO(.]�6�1�$9�\�Րp�ґ?Ǘd�Fy]A�%���a~b���L��@�o��Bx�G��M?��e��HW����Rf� �������O���JLݳ��.\�v�o1�T�4�J<����C��Պ:ʫ�'#1k�RИ��۶�K be��PоAw��%�������4���jf6 endstream endobj -5176 0 obj +5188 0 obj << /Type /FontDescriptor /FontName /RDLHZT+CMMI5 @@ -69512,10 +69586,10 @@ endobj /StemV 90 /XHeight 431 /CharSet (/i/j) -/FontFile 5175 0 R +/FontFile 5187 0 R >> endobj -5177 0 obj +5189 0 obj << /Length1 1462 /Length2 7099 @@ -69557,7 +69631,7 @@ WZ 2q��3��&S�2X���`�i�Q� �Tˍ�ֆ3��9�L���|���I7-F��{�����`���w^��1��d�o���V�� endstream endobj -5178 0 obj +5190 0 obj << /Type /FontDescriptor /FontName /GMGWMG+CMMI6 @@ -69570,10 +69644,10 @@ endobj /StemV 85 /XHeight 431 /CharSet (/T/alpha/d/e/j/t) -/FontFile 5177 0 R +/FontFile 5189 0 R >> endobj -5179 0 obj +5191 0 obj << /Length1 1585 /Length2 8380 @@ -69631,7 +69705,7 @@ V9k J�Sɥn��� �k�g-��Q��!LNw=�J8EY�����X&4`~�a�F���PT� endstream endobj -5180 0 obj +5192 0 obj << /Type /FontDescriptor /FontName /NHHZTM+CMMI7 @@ -69644,10 +69718,10 @@ endobj /StemV 81 /XHeight 431 /CharSet (/T/a/d/e/f/g/i/j/l/n/period/slash/t/x) -/FontFile 5179 0 R +/FontFile 5191 0 R >> endobj -5181 0 obj +5193 0 obj << /Length1 1733 /Length2 10711 @@ -69708,7 +69782,7 @@ w ����~V endstream endobj -5182 0 obj +5194 0 obj << /Type /FontDescriptor /FontName /XAXIAQ+CMMI8 @@ -69721,100 +69795,119 @@ endobj /StemV 78 /XHeight 431 /CharSet (/H/R/T/a/alpha/b/c/d/e/eta/f/i/j/k/l/mu/n/nu/o/p/phi/s/sigma/x) -/FontFile 5181 0 R +/FontFile 5193 0 R >> endobj -5183 0 obj +5195 0 obj << -/Length1 2630 -/Length2 23314 +/Length1 2616 +/Length2 23156 /Length3 0 -/Length 24800 -/Filter /FlateDecode ->> -stream -xڌ�PX�.���n���ww���w'!h�`��5���w ����M���{E�0_�ק��*2u&QsS��ȅ���� ���� -`e�`feeG��Ұv��#F��:9[;���0w���e&.`;E@����`��g��ge��������?@�������s����=��-�\�i��+��������;@��dmf(��X���L���f�@�����rqq�gaqwwg6�wfvp��c�[�XԀ�@'7�9�W��%{�ߕ1#R4������;X���8`�����p������uY��#������������o�����lbf�`�h�Y,���e)fF� ���������������l�s���*�\�?�9�9Y;�83;[��*��W�)K����� g�_�$���f�c�d���� w��?��dn�sWGM��;W���?&`�o�%�����������=̬X~���t��d�%W�������������!z;��.N�@_�?�E�ll�sk3�)����;:X�����d��c����߿���e�����m�WYt�T%�����_������������ -`�5d<�/�� �bb��?|eA���ق����3���,��S��r}V.V3��������7ῢ�߆��r���KM�����6�������<��.�Pt����j�^ZE�������ʺ��Adi��1Z;KY{��U�]̬����嚿���Tqp��u������_:�j�ق�g�H���7�)%Af�V���`��d�n2q����h��k�,� ��\�/��� �WG���,��D#n���o�`��x,��E�_�� -`�����,ҿ;�E�7�����F�����E�7sQ���\#0���E�_�������F`.j����o����h�F`.Z����oή�/�g�����&�"Npvg�lY;��6�b���:��������o9ǿ��_8�ٿ����<L����%�����ה����)��#�+�'�/�;W�f�vb�� ,������o���7����~gd�%��뗹������@p|�����d��h�a����\����? ���, |���>�ߑ��� �Z��������?jp1����`������r��#�oc9���N�W�S�d���� >G;W�?r�%�~w�r:�u������hnj��Ɖ��(����a��\���p�͝���op�������������������]���&������ǀ���H�������y�#y��N������ ����:�5�?��_.@��qa��L Ħ&��J�Нi{��նv2���S���k��ʴ�U�kф�N��MI�+�E�'���Z�M��>�F�j�͈��8�cy��_{���4Dv|���h�B7B��Qe�s�}���y��-��di����N%�<�c�$S�f�~`�4U�i�9�1<=ƙ����F���\,��QG���{��J���w|J|]<b�+�� jo��D9�9����y�F�|�LƤe&4�=��Jk�P}W���B�VV ���s+����ȉ\���(ӥ��H��f!��r��aa�D��7��0��cu����P�ne`����}R��@��f��v�p�0��;���^��*qL���wm�,�[�#�I��w�O�{��<VV]^�.�a��,��Ѿ�ugJmk��sv��/��J/��Iggy�V��i�i�S%;>f���Q��M������0K{�*�mp����甕�ڞ�����e>�*�l�ĕ�J�u�4�W�/��wm��q]Z*f���uwV�&6������M- �r��hT���L�)ű���}}��ƛ�͑���%�T4��=���|�%��Dp>^��״*��B ���DS��,AS��k�|&#T͡�Z�蚛�$�ؤ��+�/��n�pE�@��R��m|�X}C�l��C�]�v��:u��z�?�J����Kh�H�WL��C!��e6>�f�+]�4��M��~��+���7��u )W%��4�w�2'=��UA}��_��+�f?g��M *�C�V�e|A�����#��}o���)8C��_��S S�C2�,����}�y\��j%3�Bw���(��K u�7�'�jD�@����3�23��,Ń���,�ɥ�>Ǹ�T���| tP�MBB�0��&�N��Z���"ؼoZ[7��c���GV�j�~�|]]UU������O�!��p�^B���� '�����[�ET��_'yW�}��/��0�_pje\�k&�|�=�Hf���H��Wߝ�75�p*s�����6�T�~�|���1� `]%.=W��S��a-�q��^��<���r�|7����� ��t�Iy�ey���F\�Ayo�0q]1�VDb�%����4�ؕY���*�eU()������q����NG"n�����٩,?�Vz}���Oatu�S,c��������a���K3}JO'J��_�hѪpw��g3:����u�3�L�rj�������ơ{k�Ne����xCj�����H�6���;2�ɊMB�C�-6-��~�7"��d�q:�^w��w�7}T������?�� J�VFO²VC��{�b�'R���ul������=�o��/��K���)����ݩ����*3��n�������m�?��>Z)���zo)c�^'�A+����c�X�|��'W<:���מy_��Wn�lJź�Co���;;~5���+ݮ�JE�=��DK�N]L�eG���D<C4w�&�N��{�;-E��[�l9|D2D��ڼCzG�.햑���賿���"���T�6��3Ql+����w@iV�a덉K)��2�a6K:��O���8<I(R6�P�ƥ{t�V����^���"��a0�J�J�;�*����b�ň|w��>�ZV�_��g�> �Qx���Ӏ���,�]Ҫ�μת�j"���U����[�0tܾ�KլJ ��+��;D� c���"A���U�}C�+��O!��v��7@՛�OF"��2�*&n^��#�FU�#X���l$�%[}Q�1�}����WJ��U9p����[F¦^�`T(3+g�Y3���Βu���|��fM�\j�^^�V#��!9�M+0ڎ�β�#}�t�<j��a�d&qfH��΄S� �j�Pʷ�N+��p8�lh{��l� -z��W����?K���o�~V���S�$��(��G)�`�L/:oI������ �#�\w.(��}�2��-*�7��>��Ǥ]�nݭ��\-��(����v0���@y�3>�k�IW��NqDn/Q���LHDO�s�,�ƍ6Q��tdG�1f=�\�yvS��f���% ���p� -Ry -��V����~��>�Ά4�� -�d���^<6Q��rc�t����~�-�(�]=�� ��2�+�+�����������@��Cs�j�t?k�s�l?>�6������^�*���>6��C��n}"�܀��/�����%��}l��|O���GJlP��x�8�}�K���M/ĸ�҇��*Ȭ)�����v�R���H�J��k����e�ǐq�h���-Ⴝ� �=�!�%�����cP�%�C��s��Z���U�G��TZ�7&Ѓ�)K>��Opp�ܨ����F9�}��1�,'A9rZԾ�W����<u����T�"9͐X{%�������i�r�]���}%��H���%w�\� spD��^ -�`���س$R�!ljB'�}ɲ��Ϩ=C%���Q��qp�{u*��JM�<1��j)�GzN����:W=��:-��D��7�:T�/G� 5%s�.�#Ϧ䃿Ϡ�D��� Aꪊ���.��P�n�$�}�+���n{̲�#W����L/�t~���I���z5�dJ��S��A��MA�����X^�D�-/U��tfh�j��t��sl�P�k��d��� ������q���ܴ��ɖL��d/�r✀��{q�]��Oi~S|3�|u搊e*��9�O&.N�kϬ�����d���f�j鬒lN�4�]9:�J� ��� -��٧�/��w�y�;���h��g�[0�Q��W��������n�-�P-Ws��B�������#&.}��t_ �C���ٖB��T7��� �R~g� 6�_�@���F�z�W.�9ye���Xr�D/,��VŃ3@&4���N��V`I�dM��C�k��q�v]F�|�T��-q4�،K閯�Q��G�Y��Ι�$��%�e��*�k!�� ޑxi瞆@~R5J>n,�{{� -:�:�p��}��k���n51Cb51��C��FYs:��5\����VwN��N��0���Q���Xl�B�z��|>9���& -�/ٚU}�H +�Z��:�"�Wނ��?ü�C�Sd�]ꔈftyZ�GiS~�tU�aR@%F$ ���14 -]�Ċ������2&�?.�������c��2�Q��]��c�{���)��¥��埳D ���� 6^�o�����9��(�,I�*=(0ڄ���*��ﳭM�Y�@��w���-�@;q�������$�w�s��&���"ƽ����媰u������G�8J�C�hN�Q4T�Y����y ����>t]K�?L�e��t�*9]�4}�{�w�.�`�4dC�: GwdӐ���:�ES���T{f��� G$�o��e �a�n�SM�V���T�+X��0m��;={�pUt��g�H�^E�*��Ձ��� -�[Y��%@�M�BJ� -����������䱜����)�8>[Y�=f�T�h�-@�XI!��������bbK�+ո��^8gS�BD]�:Q��%��� ���.D���U]��saR.J��ٲ��s�+Ì,��&1�tL�y��:��/�jb��PA�&�tq"z�.�����4�[m�'������(C���9*��>2���e����hR��o{jF��c7�ܲ_�,S R.���.ш[ r����=7Uu��/�KG�bRV���"�o�~��A�V��<� ���b�xn��m�d��c�F\a�D#k���VM�]��}5��9x��9V�2��ͨ�ɞ!R�ա�-�qz�I���=r9���2��y��E�+���ٻ.�O?�����{���G�5�!�\��v��eγڔC��h+��ʁ��RZm���aq��\�ֺ�����v{g�����S�h��� A��4�[�� -P��h�������p�=�\�-�G� ��朌��@���'�5��ԫ'7��>{f���N���;�GR<�x�d��Y��=��u��*�]���S�n�� -P]X"���ע�7��8?V���$�|av,J,��(��z DN�� '���Ja����_m�:�;-� Z�A�v-�\��:o�8=���qB�'���揉Z4'�Sˇ^ċ��#2�|bĢ�h2)�h���ӛ.t}�W��㓏�A�/6yK��n9�M9Xo�#��]_p��+Y�ė4.����fu�>V$�)c�$605�:?�7�D1�>����v����������/���A�ފ@��*;"Ş]۫��k��Mx�9�`lr��QЏ�W9�f<�6,����N�sdBB����c}�`���k3X�; �����s�� .e��9:�D���u���n��ED� F�P�.�1�#��u�����������81�d�}��D��m���P��#}����z���E(�RKۏ�r���BM��������O��RY)�]�o�=WJ�ơ��[��-�_8�߲t~�,��2��:w�Űc��С&-Y����&?.n�G舮7�"E�)���\��|�[⽚ �˓bO���vA��-����8��� 荗��̅���G��h���d�ǻ����y^_�!��'ڃ9�YB!��\ݓCf(� kol��X�xs����M��V�N�����b �B!�s��dW8b������_ -�\KZa��a��L�9o͐���]m�kH��Բ�;]�2��bd� Ɨ��=�y!:Am+�-Ŗ0������u�ڱ��܌ORS�[T߉Bq��~�^�~��=$�'��ܸ�*�0��S-��S��Y���n��w �n�㡉 ��R���$���Pd\��_T{�Ɠi�U9�M<(�I9.HՇ�KlLя��\�b�X���_N҈��~v�{T5¶�m�fv�إ�As9����f�K �1*Q�`Z��W+�vȞ�L�\��~��?��:��UzA�S۱�Z-XF�l��=��i�(%Qo��<�U��Pf��$���Ĉ��� �=.yYy������Ꜿ>�h��G�6�r�����e�+�g������A�6���C����,�,�>iJ����#����Ԁ�L�,�/�T�>��<6�)��W���-�4�ᅼ�+�բA:�Oa��A���i��tg���C�����m(�+��ì���!姵8;�05��!�CK��l�������)���{9����v+�Ԫc���X��طv�r��̞�#�w������j^?�(����������h/���vȥ͆m�7Ut��9���D�3���['�<�$�ym�X�֏O���SUCj��jv��'z��$l�pM�V�p�Լ,�����6��+dTIy�lw�W�=����-C�b�x�%�zJ@�;l��vxd�f�!��Sy��W�`�{j\�$QsYqBc��@_D&�$�����9��Sx�<'�H�<�܊v���J�H�h�4Mp7N��=����a�S��q��J�c�-���I��9�/�b72)1 ~�S �6�l��@[��l�U���Q,�y�8�O�CX�[�:��9ŏhz���|�� .ިm�~�����j8��+����(;�=i+s�0��������%�T���#U,��P�,φ6���34hw��5`fP�mGe�(L�XI���$�KH�S^)%MJ�`��2w���ꑘ�����Pml#l1�����FA�֓ a����|ܯuY �H��AQ�NR�Q2+et�&�(�G�II$cs�svR73<q�:���H��)bӐ�dl��«�N+��Y����~�����=����wW\��j�0]����rA����6�>P$2�e �\��g��|���==�z�k ?ܔ�rs}U<��"&�x�%t�h�G��%Ac,�}8�[�5yvk�d���P]S��ҷ�=$q� �K�}́;g���u�'�O�%�j��Cw�y㍢5��e�F]ȬYX������v�ɕ+\m�k�{�.'~ZoP[�� cr��6j8�R_�gu�"6�$w���y<V��lOw=��V�k�|3�끭����Գˠ��:`+�w���]h.���T���Û�V�\n��lK�v�^6��N����X�UUtM@���� mB��<�<���̀,�{�H%wض���]��:�C���A�1Wәٴ�s�b�⼈��u��d�����cq�5?�G���T��F�rӳ4����Ơ�jcz(���LJ�e�*~�Ɨ8e�ei�!_��g��<�5}h�5���OJx���U�>����W��Z�Q�"9Y��yu�p7J&l({�ڗ���]i?8BCV���b�[�=��]� ����e��N�x�*-�IwY�i]'�)�-ա���*pO�K�.���EU_�<��j��&�x��q��.� Ry�eB����ቓ���in��);�ݞ�����;���_�X\D�]XD�2�u��;�+�tx��u�&�����-vH�Aڿ�%��Lv�J ��G_�(���'�.Hx,���͊�_��H:��;7m"� �w���a�u���B����~��n�. <���)��=�������H��k�$K�ϝ~~�q���o�� -��ߣ��#_\��[ˋ���j�VQa+���:Wl<����d�SI����!��0���{v�[�Zb�tX����M�|w���rǡ+X6�j7_94�Yf�c���{�+�YϣK�`���_Y.!��$\ҽҒ!:�,�3�.iop��Ns�c�&` -��]�3q8�6�&��V�Dž'� -N�!�I,)�g2��Y/^{��b�*MK��s�8Ԓ=<��� �+6 -b���C3��㖟�|��|Z�Ƿ�o�֭�j�r� �D�Zx��,欍=G�G?>�� �jzhJ�FvǓ,�9�� -iy���G�Bx�(���<�7�A�RD}e�?��.�߸�}Ɓ�aW��]P�"�R���#���S�j�Fr+��胬� h�����f�"����^#�_~W�I��T���HC��Ѹ�x�k��L��X��|:���̒v�p���l�C�vj/���)�)0�7_��������l���l6~��=Ǟ�$m�Q������VL���$�t��!�=?��Fa��#�!)\RoU�i�L5�v焼�h �o_dו���Ȃ���O�lMN�k��&&��{ҧ�r{mK����4�b���t -��ML6�ۦJQ��6 -�u�v��S<v�9we��[6�1^]�����F��gQ�V_-��}Tb�r�J�#�d���+;줻SW��@ ;r�'�H�H�r�+�-9����FD�ʌp�44��L���Q0kO$��*�-�@Fm�7���p��Q?�Z�Y�������z��P��F8XY����m\_����=��Rʱ��/�b�:�Wj��s��$ -r��3#ʒ�rX2t��p\E��p�W��h�*�k�����%G�2��N{�}~)�5(5[�o�*��`��*�IHŷp��Ag�߭"�p�\b�Y�*cv����X f���*�S��a��C��<�$��X?����Ԯ��T�Fp������/5��u<ޚ��n�ؿ��O�|J,�48bFZ������bw�1SO}��|L��X���WC��*��)\W,���,��<M���Lk��0�� -�N��R����rIh�:&I�A����eb!b�isMG�G.[l�٩3�9�o�M���ڑ�W2U�Y�3��ب�X�Wf�C+�������L�N������Fi@>�u�~��������'��UE��M�)euN��N�Ɇ#���G�/�p)u�D��9��[C0���>��Z��pwy�G@"��03�>`���Y�����KUx��ۭ��cڻA�@|�B���qW?�O�+�|( -/ShZ�V�T��Y��!�h��j�����}z���+����=O a��� ���t��m�ֆ&��.�0ӊ*���e64��tZ��J�_M8-ϝeƚ��\�(�t�T�[�!�7sD1C�U�A:� -�W�͒�>��1}��n}��AK�R�<��Z&�ΘE��x��a(������Vdzu��{�-��4S|m���U54]�|�3���+]���l�|kq-\�#1�%tM饶��VBB�<+B��/�"5IV�(kc<���#+�~B�e}/�3�V�����b�$�t�����)����I*ڧ~*�鉥��w -�r�V�Өq���C���:��$^��Iô�����d��e�b���0f��0則�����6gG�����R�쳱_4t��;�gD��LA�#�7t��/���Zԑ�X�,Zt?�q�͡�l��j)K��ҪgҌ�E�Ƌ<W�0�r�ҁ�;�%y��qu+Q�k��q���<_�pm���G栣���\ȈOj���_R?R���v;�N�Qsv(���c�;�>�Ѧ�l -a1��DxE)���[�_���J� g���L�'4/��?>1ԁ��O�ڔ��q���Qi�{,�=���d�^[��1���k2_��<K�C�(V3q���Bh1�L��Y$���N�)�r�<~�τ�wx�n�b1Ι� R��Nw|�?��M:+�ڱ���e��[o �=���yl��h}@+xg���i�T����~G���PA �l�-���jJ�X�Q�[>w>����-��qC�;6�e�j[�=��b��?E��ب��I���������0�4Ѥ�MS'u�J���^���Ҭ (+���W�K�����ҡ��~�J�r3O̾��� �da �5N�NcɵҌ����oZ"�z�F�V&�<;�D�4f�oA���E��v�} #�q��偄;���z�X��Lɏ�I��'������2��;\���oþ�A��%�/����s��E�?$�{;xD��p�C�l E��F���̫o8,7]m��a��܊�d�~ۗ���F�U7O����4��b}�ͮG_+#ي�O��$�A���..tB�=N&v#K�,�l�"�����r/$�����Bl�d0R��a�5� �NIVJ)��u��z���}{�2�lPL Bj��g�T���#��ȃmv)�\�T���j:Ğ�Qb�d/w�����<�8�*�mS��o�FG3�ɟO��$�K�X?vB�[��Ip��"*��P )�o3�v=m�)H'�(��@�F���hb�*6���8V�������2I]!ežN���Z��,T�:a�"�h�Ɖyڶݜ�N�{�g s����4ۏ�7�Y{����v-=H�H��sO����u�~�oH-�vf�������I1�KN��;���紩q���Qc�C"�iɵ��n��/�Yq6>�j���W��ђc�t�(�v��I�H -�Eb�Ř ��!��^�4�?� -]U���QS`�������ԏ?���~{�Z��0,V*�j/ -�"3�ٔ�P!��<E��R�E� -��U�9���C�b5T�j�`�����I4 ;DҿwS����?��M���d�a`�d����j��>���"ר���>*lWʳ�Գ��Ub��r����;����S�'n�m����Q�GT��r�~�e˂�,e艏�fg�S��Ϭ��U�k�G�K�D>�)�!x�q -I�L~��Ս�Qa�e��C����V�f�w�C�9��|pB�խ�O�j/�?W��{!�P�B�\t/Oq#�k�)M�,�^�Wi��Æ;����7�Yi�{c��B3p�j'�6g����v��=h���E��I�KH�ū�B��y�d�<���D�&��G�Zg;=�d�9�~nj��m+fA��ȕA�`O(k��ྣ�B2��a]}���=H�p�d�^jvVc����I����2t��Kb��w��N��1�):�So�R���K�BF��V=�D��;��D=;#�7B�n3q�0�$\@BS�%�d_!u����P�0��v���->�6��d�`��D�R�XZ��J���p��C^>�P�(�"�@�3����&b�Z��#�f�G+�Ę�fE��i��jds����v��`�px��Χ�����>�Ǽ�H�K���~��9!<��/�$���$��:;����e::�D~cN�3�� -�ԥSdQVl��͐�����p��/��̚�����V���2|��4���s'Q��'�� �3)/��3��� 5�E*�#Im�#V���bDŽ����b��f�3S4{b��|�l|!�aw2�;����O��U�h���A�S��H�jEuT�K&G��{�HV5�LǞ�:j��|^5��Z��6�b-i/u�\�m8�ْaȧ���wà#��u�a�O�����m�:t�Yn������6��a�lFB�Ϸ?1�5+��<�w?���s�A��=uN嚩�<�<;�� �g�ŏC4��mꆐG3�wm��������'k@�5��*���,a�MNxH�E ��5x�������ѨAQv�Nt�t��Ă��+�U(��Dř��3��ôx{�"�y������ ���4vt{6ؓ�9��͇��4r���s�V(�y�r��b�\?���>�8J3HOK��S Oq�S���)F�t�L�6t�$7h�q �zγ+"�46�,e�v��)�@D�Iw�7�E�;2<U<�` ���+Vat'�Y�;>"1S�{�O�dM��u��-�E!���z��(� m����1�3�5m����sC�>���LŁ2�#��Lk렶�¥S��?��hRy~�����S����@�Ս���Y:P� _��-����"��\��A/Kc���)�h�D���8;�XX��|�Cd����A�y�l���yl���Tz���z��4E]�t����ۻ{<7�7Uvq���(�W�9I1�Fl�/Ӥ?�c�<.� �&�E[F�ƩR]�C GUÀ�u�B��q�B�?�D���]r����)��עY� -�[M�u�>���(\k���#���؟0��(�3r�aT��6 Re���P����_��_!�d���|�����8WS��JL��$U�P~_�� -���ǰl��0�⡻.s �n6��i*�kӚܩW�s��w�~iY� w���Q~e�Ύ��v��� �(�6�̈́Bc4��.�ο��r���p�t�����4������ѭw�9��� �����+���tzG�"RN�ק��dB�N�d>OwA�h��(z{2վ���-\S���e��x$b�ݧb�)L�Jй��\�}� ^_3��:,�y�>�Kˇ�Y�'RI �1c/*��2i��BQx��b�"]n���}�[��I�K�ݽ6T-_b�M2�B%th��s�$1j���5;�U�Qҹ�@r痸~6d�e}�,�"��ȕ�D�/Fw�eLӫ�Ԍ�β�?qV�z��,(���$\� ��(� -9�2k��G�,B D�Y��?��W����O�]��z�!�(m���,�3А\������]�i�?4�S��o�E���h�'[ĘΩUB0�E���.��e<�h3O�xL�'����ķ0�w�|�٩���]x��� i3�� ?T!6�6��VXET�$�*����0�`���a��[����{�8�e�I�Ʒ ��� -�q�ӧP����rd�ID�W��j�}�Ӹ�پZN�hv�LwA=t�D$>�� ����(T��C�\"Ÿ�1W��v㕺��6@����*o��͐a��gҊ�SҒ��F��1�����B**�δ�����w�-_Z 74�R�s��<?x;|���!T��`��_��X��lP�x[��i�����F0;fc/U!�fD��b��p��<sz����nrQ��ɫW&!�����!κ�7��[�`"0� -��Ҕ���}��5�s��/mZ�RX��k���&��xLk�<mV���n}�wT��j+�{�6��]N��-Ѻ�p����ҎRe5 t�"\pf�ݵ��-f��u'�6�\���$������iͪ}}�J+�!ɗN�V�_�d@��9&��%Y,�Q�;�t#y p��z��I�1��Sur�L1��Y�Ǖ� -$��d��6�ܷ��"�֭jmU,G@�H��;��!��*�Əwl��"be�ڼ�4Q���T��E����2���W�%a�֨����r~\!��W����>"�=�~�4"��r�[�!*����Y��@U*�Q��C��o�Q$N���?/�r����2�H��m�V����$ZQ܊m�+��.�0�^o���U���ɉ��SS�ٕ�ٸi>���&���i_1�Y֟�4{��������RHD5�������ɢ +�A��U|�n�C$���Q;93}W�Ẁsӗ[�4�kɳ8�F���W���,����C��y�?��2�(&[T)V�}���T-�=�DԬ���>��;��C!,����{��*+������o}g��u�ܘN�H�6�����_Ϛ����t�E�4 �K(�� ��^�j�*�/2�E�k��ȱ-�����O�O�0�� ->�$���?��]�@7��*���;��@S�vx����LyNY�:�_f}�?�"�>�Tr<��������E/8�,I.�<�<�]��r� ��u��Ghi��#aA� -�������8��-��p5��&����;�����(Ī��_��)������.�,�d��͓�A�ޘ���T1 �vk������ȝ�L���5����^w�7اn�&b��2�6q��#�^l��YF}�X��f��3���#��-==$Y(��DZ�K���A�ǸIN���mOv���s�SB�/����x�B�G�p5+���S�ѡ� -q�\�"��M��i`�����i�H�4Ia=��x���RW��j�'$�usK��D���BD�&�v���-�էd�NF>�|�}�@�9ݛO*�������vl��eP7�Q���Grѭh��2����/�2?��qy�u�ީZ��Fp����a�=�@�ݣ��`φZJ� Vc�a�u�.��E�5:H�tBq���~�y���+ʧ�(���%� -4�-{�mZ�P�Z��uH {�9*�*�������8���v�8L���l�g���2"�דB�<� -�Z���F�hȴ�u��U��?N��� -�S�XH�q.eY%j�E,<�i�k�,L��`\�7p���Z?�ZY���^pr�M�>�!{�1@ �^�=�*Ǥ�-t��J-��e^�������%KOB:�{j��JAa�|����,�C��K�i��dN�Ε�"i�oө@T}N*}E�M��&=N�'��Sv���Q)\�W٦�ts��]������C�G��r>� -2��݊�F���� ���_��81�T!ꇚ?~���E��i�7 ��B�9�<�E�|����Lg�}�����B�Z�v�)�'H�Ʉ��/����'`���yځ#����� ��z#�M. Q]\`������%�,&�M�?�U%p�+�7��:�!q��Xq�_��6��n�+]�l�Η�?=�g�6�/���]h6b*�]�4D1�#��ط=&DIl�F��Ln�-�� ��4�ѓ4,�[��O�����yc��Nj�X��~̜$҅��wl<����mbN��)��#��g��y$�HC�ӆ��/�֬�J�[��oQ�-�gL�I�N}�,)��؟�|_G�h|.2�N�.D (x��Z���#O%���l�l�:��t���렟�W�(G����2)�&����H,+ƞ>��T�Yųr�"�N4[�X*��Ӑ���/��[aO٩��f�������>�?0H��/y����������%��?��W��z��v��B_O�'�� ۚ������9;Ĵt�w�b���{8�j{�k�ۘ-RA 8��Y��m�?���Q4G�J>ZcM����}�9q6�8"i�E�R�1iK�`4�� �� ����M��-��q��Y��4K��I:�y�@��1������B�0�:5��fa��¦�����s����ś�aʰ�����4 ���:�O��9��m>~����h���ߣ?�&��ޔ���7$�[��e\me�R�cf��%��P��X'��ŝ�Α�&��Ǜ%�_�_��us��X�i'�ϛ�B����2Gj_���0�gD�ޯ�O�I<"��ɂ�a��R�����i��\-�C�R���}�i�6���pbaBK�%U?�Nz� ��4��C^��6�;d�(�� k�z!�Uc8谸Zd�Mm����=�CDD��o��=�R���@�,��v�BY*xZBvfbΐ�����z۰�k|��Yk�E���|؏0��}�C�j�@(��ω��2�����Ø��96��$_�%��<tv{9d]u�γS<M�}����ֵM4�9C+"���d"�H�e�*30N�����pWF�pK�#s?H��'�}PS��95���|QP��γ;f 7�6�&�[�7�-I�Ap���d�B4J�������/_&`;�4^�Px��)^h��1�ɴ���ѧ$���l����!�W�a��J�!SB��J��>���-�k���ic,6�:B� �f^Ӱrk�G��)�}�@�`7v�4,)`���L/��n2&�����@��I��b����jҝ��S��������8_q��l@9���B_����:����y���f�K���n乕&��01�<�~�HuH��Ꙫ���ޠM�b�G|�����=��~;E9Of+����%u�*P�K���K���5��u Q��H���=&D�/6 �|2_��d���FI��Q���͐~�4�[�o0O�Rӵ����rz���4ĸ(�;v�=Lc�^a�)� ]�xr��C �j�T�[���Q�8�H��K`\:f$���!V�T�fEɖ��=o��z &r���?�yV$�hl����C�s�PLQ3^ -N~;M]��fZN�U��`��+��Q�◝i)4�~y�'���IJm���y����p�l�d4�75䋔�=;6a�V��#�_L�'-�r��"o!v��i��c���:���D�4���_@ԍ��Q,~� -�VPPٱ10�����܁������zx6���v�&�;��o6 ��I�bdC��FK=��=�O��Q��6�Y��)�e䚿�~V����"ia�U1\�9ћ�,^s}�(h��2_xy�܈���N�CT�2�Y��t���Եm!ƌ:Pdоa�[R�(�9�~W��՜E���ߓIi�J��sY���e�'"H��q#� -����X�T��I?%?B_2�E�b���ϼ���w���� ��,����(z��&�WB���'��=�i��4a��~� �����,5�>��>�u��A�w�Z����Kn�64L�AK$�N��� Mo�ý�xo����~DD���5m��*���+�s)�Z�L-s/x -��傎��"j٩'�Ш��A$"�P=WF����ī�1�6��w<�8��~��q|IL� �&���h��^B�q�Jx�]�+��ݡ�G5Ra!��]��#?�� '����|��Q-��"{OQ�ig;�R����5�I�S��ɯ)Ѿ�@�G����y4V��]6$�T7ǹ��1�'��)߾At�2K�{��8�ܩ���Xqn��Y��2�u��{ڱ� �#K��T����"gW�7뙱��%8+P-O�K�9�n�G�W[wp&aNi���$�y�-����ڎ�?��S���rd/�ď\0���Q�Y���e�����Y�է�����"8q����ʵ]��C*Ps�d(��&�LB0�ya�V��,9�L^f^f��b�]��7F�,�8�{��v�-wl��y -4��v�Mtม�5�]�"��[��a��4�FyY�TO6���v������E[�S��*��@����N�ֱa��$�i��Q7�Y�w�� �S�rd�p�1���]�>+��q������r�Eܩ�υA��3�t��~�t��� ��&��&�lP��<�-���)�������H���k+�hhJ+�Xڙ��Fh���IDϛ� "˼�Izܼ���]mf�{`g�$B\�G��x�s�|�`y���1��rP�A�� ��V�/�zYT^i$?���b��v��8�`D5���¨I�͓����#B�C����k�lsH �dZ�7�b��Q3=��@���h�W��_29!p���D/.t^{t�s.ޠ�7����7��4�l`�9�xS��Z�������>b�o�T.�Ev^�d)���b��up��E�*�EeΖ�iv���T�V#WQakg�;B��k��G��}-������#�,O�����?¨_�*U%rw�O�ڐ��Yz�J�xkp��B�W8*��\�l�"��U������e�d'�:t�����{�c��3��غ���0GWI��%��tS�R���*U��>7r_x�N~J��T�)��l��G�����z|I7��6V�*�j��vZ�V��{o�j�L��iV��sC�߶p�[���p�:&(�iL�����E�t>&:��6���u��Hql?o`�=�;�Z��ɭ�`r�W|�\�Γo��}���� .�2|��]dž5��w�.��� ��gc>e��"e�$L~x>���j1�roqa��l�\{ja�rq[ҝ�u�v�� $yr�Xrh1M�x����l�<��B�y�prɁ�'_��uv?�n�QSO&�Cԏ\1 ����*�%��e�S�^urV���D��3\�ҁ�~"n�"[��=���j�����(e�eg��]1����Z ���i�7ɋ�S1��a�.">A�L�2?:�)حߦ��]�Ļ���ܤE?�S�jD4ކm�`�^O��/��<�̐3�Y�'%�X(��\͏e���E��3Ϙy����ٯ�S�D��X�s��Lh�4�&`��=9�(��>�:�%Ću|Ȩ�bD�H����r���W�$�$�G�,���]����>�V�*CV��3���=di���s�8�т{�^SE���%'ѻ�It"N�{G���4{bG�!#��Bn�h��,��.ʛm6(��j�m����OT���]����Y@�IuG�5_�������L&xt��@��X[������_�g69��/�|8��/j�PA��b�#�r �A>�����0F 0 ӿ�����my�ȫ�Od�#�����)��`�ْ��h�ã*A�/\ryG��wVpA���sd�$�{.����9 �;�Bɞ����5��<%}���6}�K:�ue�X�<�\���5V���3�|��6˘��*���B���V�o����&���*�i����"���e��y�@ �9f�i�8�T���h\�7��1�9�އ1�z;�6��C�B���g�����{��^���3Q�����q-7����k��zw����^�T���jK�L_g���]�۞-;� _f�<<������lJ���'_��N�a�:��|eH����4�uHO��m.&�P�J�.Z�]��9�ؽ����Ǫ��$����*�߇g"7�(��u�������~cgJ�H��܌���<;{ms&N�#�k�2��&Lşli�K��'�k�q� ����2q��h��k�Fy줘�u-&7���K -n)���a��R<�2�6{��>y��Zt�|���}T����;-��������b��ۢA�m�ˎ����%���,��=�w�R��<������ ǥ����v4�?�#������Bt��3-�P�����9����Q�fD�}�\:�5���G�Ħ�B�&T3@ݸ�Q�v �`�`^�,Sc�������8�w~r�����"8�C�|)���p��ku���>٣��Z�Ϋ>o�b�9c�G��ا�ĺ�7#�96$賕�*����?��Z��������[�#X�uF-N:^6B���N�&Z2������TUOHۇ2��P�ds�w�C����.T8�U,��<������5l�X��\�٘� -H������P��8+|�N�p2xn(��]�����Y��<���O��� 2�ԇG'�3㭝X�ϟB@3�X�b��Q������5�Z�%�Z\M3�OE�aT4��;^6ͼ�'/q5�{a��R`�Fl�c���@��r���~~Z+�.�涛9B�� -����M������)�O ->��d���/��M(�Tpj]�u���k�M��@�~�s]������Xg���,m���F7Y3;'�������`�I�FIP���W�5�iC���2`��Am��rM=��T:�/m$�!NZj��g��1�ҝ'ĭ��{�Z�6r(� R�oϡ�I��� Z�u�`�?�� �/BZ�M���9���@_�?B����s�Q�W�XW�ܶnm��ό���ܥ�x����$��G��Ѓ��ĭ>�ٹ,(Y��oV�a��;\�Ԧ5�Ƈ��Z�Es���#�v���,u'ߗ�L��3�fFt�In�av��u�Y��VE��\c �L*f�.\�r��HF��N��j`{NZ{��*�y����8���b{����� >#Ju��!���)%e�Ƒ�W�?88����R�w^�A� -��BVҽZ�Զ���6��$�( Q���t|`"������{9D��̍������c�oѫtz�1z�����,ܹ�p�/�[D� -�������l����F�|�{�$�W?v�HX�mD -(���/�j+�b���t�[^����q�P��GX ap�ׄI��l��� ���ˑ��`}3z#*̝h{�N��U�6�o��Pp�r�U�`{���/�(t�;��ϩ`���`��M_Pz���H��C�$$`���ڋ�pf��\I�%+�\rU��>Rw��u���0L-���^%G+#��K���y�-����b�<���S��ܗ�O�I���܇ #�<~�D�V�/N����]� D��J]��)ĜcHz�x�;OH3��%� �0��뉡gͺ��]Y�>�xx���M��E���buo�u��{}0�^V���8�^` +��M���$����SO��3B�at�Ǝ�����z:�PV�ɉ\kڇ3`����2�M�����d2�$en��EegA���Β[�:���B�����������Y�T䙿�vwK���T�,Y���0\^OH�n#g�t�����j�l��&b7Zъ���mZ���'k��X��"��3:����N"j|-A�Z\��Ir�V�� y�Ld��/{\�U�6�n�X �)�c���1�cʼn�x[jۼ��]$�@�g!���/���:P�*bj~�)O����ӫԜ~�T���g��AvM�8�����]访k���CDƣ:\a����ۜ�l��x�Y��}>�܂�q¨Iz��W��'?��C� -1d� �L�8����A�Wټ��9�.T?�Q��U�����:�ϐH���ۗG�`?2"�$�@v��Z>p{�����PU�sd�jp�8}��O:�|�YiӆY3U��~_J�B�>���bZ#�`��(��8Mm�)��2{*��O�0=�^��Ց,\Ϭ�����Ki���B�P���oq6>R�����M+r��E���I��M%�k���5L��%�4�o����r.��<�ίKI)\^&�g��U�I~Q���_��m��W( '$����m�=���n4�r�G�h"��Ȣ�U�Z���촹ިZee�,ķӗe�������&�.��:h2�[���X���������;reF%�$��Y�V��o3 �81.U�!����z����6�K����+xl�_��'�8r�m3^J�&�p��~��jٳ6�Ƙ�㡴�ԃý����$�R�w~ꫵΑI��Ϫnc��⡿���������L.U��:{�aoRu�2A��_�bZ��jv�O`)z�]�i����һc�j��k��x�x�?�^���"a��P��� ����'��p�dMd���T$e ��ޝ���|�Nޫ�/O�]뻾'} Ds����f^^������V�*;��fD�Z_K*t�}(!��%��h&��+]LO��g���;��J�?��YQah �؇�d���� +�93�Y|kS��K�6gW�j����+��4����Ҩ|q� ,���F��q���q -���9�@X���$���W�c��#�L��i� -R-�ˊ�i [�xи$���f������Y�=-��Y9�M�P���d�G&\�8 �wslX��M�FD��qu��P���w���&7�*�5ް�B�!a�K����G7z����#6!*<f����]9�Ȩ�n�9�M@;`�Խlt#�����9��^im���d�O=�-���mKy�|������3k����S=ke�'A=��g�,�I���N�e�SrQr�i:bzј��c}82%���[u��Fc��=#�9�����̋(%�n.:h� -��ʮC��j!� -rK|+�l����J��N(�����>���Nh�x��l%猏 -.��:�,��ߩ��H����"L*`i�K�^2"Z����A�B�*��Xh_���H�ob_Ƙ�cj��הؿ~r<4���4^�e8:m��M�E'��j |���c7!��2l|3(3W����ը�ʗ�x���<�䅏�eO�$B�oQ�#(G�u����v�#v���W$�1��[��A��Ĉ�h2�����0$<Gx�p���5#j��!,����!(��T�E�\=&!IǤT�zji��|dI6��ϥ;nPD���y'C0��xX�ir�$N(��{3q[.�$��I�(l�|�'�%�`�5w���f��[�i�*ט�4�z��wj��b$֫����}���L���|M� *�\����j�R�̐_�뙂!~��a>Z"( ojn�{r����'��8�t"�3���;����즹a�`��"��g�S�v��m�Z i5�?B|�xDq��m�,ŷ �pO$���[��ɇթ#0N���@��� -�~��@ӭT���ca ��7���c�E��<�/�X�p���N�� �nﳆ��}[L��o�uk�h/Ҝ�Zĕ�"%f͐H���p��d;<�3.z ��/�Y�)e�34v5v�<LŨO���ny.��$R�5�N}�}o�a%���ri�T��k���h͜$���!R.O�F=�pJ���V�z�S��\j0xk/3��(S���M�z{!�QsuW�T���e�v?K:(_՝��%�(�J��L�? r*�=:���8t�/ƛ�7J��ϣ}�F�L>*��d�,�1@^���DF\��k��w�r�/A�����0t����h,��S��P�8O]�U�H)�Z -�']������X���A�)�_�aI:m$A��#-!#tւ���S��{�^G2"/��N3��t��Z9C ���W -i�D����`%")�cBˬ��ƿci~����]�����)�F���TT�K;"��t7ե�TDv�Ʈ�R"t�5��� ����⁸uy~n1��\ixy��~]�,�6�32:X�q3��ذ>: -��J��t��7F)��ޛ���|����n�Y�f�����sS�������?%����\$����Yd]?��_���b�D-?@@i�#ó�M��Q6�.N�DŽ�b�4�k�on��[a�*p���)Vrm�0��o����DF��膓�e�~{��΅�������J���K�V����I���_��uE ����#'�Ġ�)�Lj�w�$��Y�Zl�K���M@��C.����=���4� ���PjMB�x�!ᄎ��>|ޯ&A��D����㠸_�.Z�ο�LVY?�i�@�X%ʣ���t6�N�a� -q���?{���!H&��\3-�mk7���b~t���Bӿ�ш������Uf4A�r�%��"�Ƞ���\�Oe���ܼ�%�n��ꌭ̘�좣�����T#��ߨ�6ң�d���:N����Ǻ�Im�W3��V����Ql.��Q�|-��VO2M�UJs��$�{�p�JSC��ra��1*d�4�z�f����(�<y\�&���DB�~$zW�kb�F��ݸ�&�Pm���SU�I"��«'N�̞��$�Y��V���'=�\�r"����mOOF&�G���]��e�^���*�Z�L( B�a���B��jmP�{��b����6[>��+���ċxF�E���M��oە�6�1U��A��� p��!�����Ֆhm�W:�� Ë��x�8�(xΘ�aK�EEv�k�f�!Q�MI�ʵh8��h<Ş����tY0��p���F�%)1�8�p9k?������f���ni��8��t|W -}ɋ�7:ֲ��r�d�e���D�,�xJ�l���pka��渌K����'�1 ��1Y�7fX�J��e�L�z��O���l0d�΅�LZ�I���EM��Wk�.�39��V C�rݘ!�Y=L�@��L�_}���ȷ��� �~�&�QQ�.<e9{���o�Ŏ�y�S֊��Jkĝ�u�rE]Uܐ���h�5H�{rNZ�Q͑3oh%�S����W��Ɖ�x���� V�WN���>��ծ�z9hwU�DvSc�R���)8�Z0�$`�x�X|�N Z{ -��x���fXuy�RKĞZ -�2����(��QC6?��ث�x�f̭6�"ށI�A���������[�J�"���+#��7{�$]-�y�U]�˞*uҼ -�4lv�� ��q���|���a�˶�2��C�����7�3�Pq�bi�Z���10c�`ҳX�/�6���ٝ��{;?噓��y�ȉU��)ݨ��~+�+Q�Z����g�Q�8e���v��P�^�����U���v<�(<&=�7<~T�_�@����1l�Z� -,�W�,����,7T˭���� ����`�<s�� ��G��$�DnO*��kx��1���E��IV��%L���N��(��]��R�1n��<��(�цVm�Q�{�����/|�)�[�H������{��(���=>��)����OOY��zmWK���<Ff��Q<c�x�&�p�4 ��B@�iND4gy{���2�,�ZDx���}~a����s�^��I��b��A��6��B�zߡ�uVf<�^��1/�ɤ$��_�ߩ����TGyu��3���:������Ĺ�'Q����� +/Length 24637 +/Filter /FlateDecode +>> +stream +xڌ�Pڲ.�;�������\w������K��������7��ܝ}��W�WT �}ݫ��JRe53����+#3/@LA��������̊@I�n�j���R��b�`��/1g��+H&n� +�Sp�Ⱥ�X��,��,\����Vff��1tp���[���@J1G/g+KW��|И�Xxx���r����L�� +Ʈ�@;���-@��� +���_!h�-]]y��<<<��\�-i�V���U���h�]0@���we���uK+���j���@�H`ke +�wy�ٛ� r���<@�h�������� ����p������/gcSS;Gc{/+{���-�$)����J0�7�mhl����7v7��56���1@RD`*�?幘:[9��0�X��.��w�)K؛�9���]]~�'n�4��ߝ��w���0��73�]���#�����PF�?& �����������:����L�ë{9�R���*��qtp�����Y�A�|\�݁�Wg7��Ͽ��XX�fV������=� 1��oj���'@�4{,����|�����������$-��&�B�w���DE<>���Vf���!�}���0��V�I�_�2��������d������r��;��hj���?C����l +�`���\��&�w��ې��$�lm�R���������l��c�Z7W�(8�����j�^Z�������ʸ�A�����c�r����)[��Z�=-�5~o���=P������`����@�ej�:\@#�� +ڜ����7u0��b���cggc/P�A����E3��_C`b�wp��@����~w���$�[�7�0��A\�&�?��$����$�A\��&�?��$���&�b0��A v�?�.���� ��bW�q�ؕ� ��bW��@�j;�I����r���@�h�A v��]�Y���A��.�i�r��c*���k�llj=?��l���^� v�(���-h|��d�-������b2�Q�D�U +�/��z'7�.�qb�����C�?��������ad�-��㷹����@�����������h�/��_�̠���A=��ٿK��ݿJ�՟� W{�"�K���O2 g��R��q��s�����Zv��H���l .G�3���)�_2+�?�c����˿8A�?���܀.�)��f�-tp�����q����Rd���u�t�9~#���:�2w=X@a����L����M�d\=������_�$�A�9{�k�@��"c�������y�"y����������^7���?���*@�'�ay���/ĺ&���J���aB`�r_�+-�ϲs���;�$�ʌ�M�_"I�=�k�4��+$/>'�u�a- *�O�φq����KS���'"��D�����/N���6������9Nn���0�=��<k�KV�>-�Tr�!>��0DkD�~���5ɜ�%�qe �{�~�2w�k={�D6���4���Gg�5�a�{�L�ե�O��}l��G�(Ygѧ�`m`ɳ���$�>e���5��J5Ҿ���}l��e/' BM0���P]܈i�L��U�j��Z�f$:�0]o���mn�B��3S��Cֶ< h��y�sZ`����r?�8�����]�_��彄�n��*o:Q +t��8D�P�~�=���8��'�J��e'��Y��|��#��*Ư��R�ckm��]?�-�S�ͤ3��2ϒM�(�Mn�D��܍Xj�`�\p ��V96�x��|���� E��T��b�p�^����7�s�r��/�TH�N#Ə��D�C�x~���*-5�:v�|�,���V� +��ܡ��墔*% Qx�;�oB~�.�Nj����.�;�U��A_"#NI]���/w�滬�$^ЋW ����1���]�)u=�2�`�ܰ}�Q��_�@M�>��{�wqf|�ttz��Ƕ\�;{_��#*�6��tq7 �zS�&*��<�iC�C�n��:}n��y:4%J��ƌ)8q* �/��ؐ/��|[HȲ���~$�m�pѫ����-����� +��?u�̙�=�)��b?XJ���gUI���E�8� � +�S����v�[�OKe�!��-l��s�&6�JC�M"�4����m�uJ�,J%#�r_�����k U���j�@ͩީ����y���H��w��d���Wj���o�*��)���F�3�Y��}�R��[��.��26�-/7rB6ˏ��뫪҅���O� �r�u�:��=���Y扮\'��VP��8S������X�ٞ�4����Ұ�]�k�g�~y�/�~4%���t��ki9`Wbw'�M7��iɫ���|�80��g�$*�� �����\6��ù����w��p�vN#c���L�T�іc\���1L�M�#5"�c.�#*�Վ@L�J�.B��S/��fJ��2����cYCΖn��p|8�~Onl����"Ѥ�;�Nv/����Bk���[|jN���������=ȥ�o<�E�B}���MiqG'��.-�]˩��wc&�n��a�O<��(r��Ě��'V�~-L +h�z�q;�ʛ�T�8�|�c�d���y<#e����u�~�8{����+������f�w(��T��X����ڝK���ֳ��[J6�+���Z��I"����s����*f8���̒�/���+0D�G3��&�l��X�೧�x��R��t�ڪ���j�L��]�p����r��r�5J������N`�r6��o{3m�)�%Xsy�5Eh�D��K��90JIJD�m�e��U��v!Ґ�,}�����'��� +�������ݧ�C�g�u a"��/�렀h��0�����J쵧p��P�Sm�~g�E'��r�˔ &yE����EL��k����8%կ�iW���=%��n[�PJ�#+X�Z���%�;Ԥ���6�j�G�{���B� ���U2z��]9��]j:����Pw�f8����JN%���ۭ{p�p�>��u?���2�)� ��KH���>�P�nዡ�9'�������7��8�aU�8�N)�����h��X�AǀO|>�%c���*l�G��|K�m����+������۸�K��O{?�Zd� l �In=�Iޫ�<}�����������\1�)�^'m:*�O���~y0fWa���(��q�,h�>V��w1�9�s1�I��� [��0�w�P>�O?���1� �$�]Q�#RA���BF��*Adɂ`�ޖ�<L>VR��'�����x�R��������<���{���:�� 0����`��<�@9�+V�����I~��`���t�|68��O���uW��L$G�IF]�ojK�&�t�����sE >�%��X�:b?Y*)�ǽR>:.G�|O<t�)�u���,t�lõ�d�������b$�F��s�5n7�k7���e��kA�Kz��iJ����O�!�.AhCx�Z,����sG)���W���zOM�����L2}r)��v#g}�K���_��,��˾I[�\��ϵ�L����l�F1l.R� +<g��[��@�Gĥ(��Bp����ײ��3��r����m���I��!%�.]�<��R��bF���y�[��}�X* ���};�h��%_�ɦ����yyNu�]x����vˉ�O�W�xN�\foI�ã�2���C�X�=Ћm�(�X�.0j<�CN�xL�)fc��k���D�_g*4�*�R��N�SI�!�|_�f��}}d��ef�M�(8���z�b�Wl%�j�©�sA���m?ƙ�Я�z�� �nI;L��aB\C"���5�rV.�kE:���^\GExEfy˕���[rF�n-WU�s��}&R5ޱ6�ܪqO�z��g���T&{C�$HY�\lD8�da��Üѩ4��zE"9����K�t����ό�+��í�k�7��<����\�o���'ܰ|���p�y;wI����i�� �>�U��n����!�D�'�k�TL�$���Q�_������q��1��E��ôޯʉ�t*y~�N(�&[$���u�G���}� t���^E��$ۆ5��#aٟnX�����` ~\��.��~�7�Fʍ7�o����k�L +��wϵ/ �-쥦��*4"����At�,�$9ӝ���1B21i}��Xb�X7<��^ٓ=@:4����sߪ�&�6�� ���������l�.�=K�D�)��=O�� +�l���u��yD��M�'� +�;WA݊��)���@^U +}NL��G;� +Z�z���c�_ZE��}��D��ƶ�'���9�ڙ�5 +�+�6�W1/"`1bZ�Q� ������C���sI�6��Oĩ��J�T>4S�Ho~?Ds��/o���g\�&�^��*uNF5�9�_�C�Pz�uQ�f�G�O�L�6��60]�������=�mD\5uV$'�q� �k�^#��kBL<��Tq���_��?K���!��'S4�5�A�-�+�l���L���` f����U'����Du���,T�,�/N�K{n����b, ����)Nq�}N3�B{�S�,bjt]�ߔYz?�!�X��Je�VFB�li�f�)��[��*�Lv��r\�Z/�_��ե ����-���Jv�h �����ޛ"L �4�h�v����9p�9����l<9�#��ʦS�t��1}��5�;���l��1]�O�%��A՜_��9� +��R��S|�<Pф�P��8�`ؑ�����4��q����������ay��.X�XA�k��=�+S����6)+�}|Tɕ���+iU?�_hͧ�$�Ӎ��veL��դ���ߠ��ϡ���`����A�z���%l����"�^^m��W�t�Y���</���L&^>o3���m&����I'��R�+�L�Α|��x�{�U�ؤ�Wm�0�Hi=>H*�q�$�7<Cb���wV3��?nG��=�]M��9�2l �*���P G*��Q��hU��pB9n&|�qY]�f���iħc[-�:���0�`���W���}�W��|m!܉*�Z�els^���I��sog�{FN}�`$*�^L8 .Y�(�@e6���:�?"�s�y�Q8�L^�NrC0�3u�����H���?��Hp�u�N����5����W�gN�Rh�*M�!P)�HR���i +[���h��A�7|���;8+4]ZG�2V��}��y�{��wkT4ڋ2@Q}���M����ɖP��l�=6�,[����ڗ@����&UƓ��w�A;Ft�q���ֱe[�g\��<$�����~��z��J)7C�t���e��'W��9�豝K�-���,���O�~�0t�%<�D�E���� +FK3�Rr��8Ja�=OZ��d��.D���E�6�Ѭ��z��z�O_�Πk;����⍍^1#�U-�\$���!�0�|�Ǥ�i1.�n�ܙ�ѝ����v��#��֧.Wl��b��b8�A)Xw�3��i0���M�[�5*����.�z?_K�.�8o��ɞ/���t�/e:��}���,�?�m���]��Fn����Pe�$Xk�Gui+��LY^�OFƗ��C����F3cY�z<�O�� �r��~����Y�T?}������D9��j��Mݷs���l���ϻJ[!�b��Ȥ�H��C�3G�i��oO�rF����"������a����������^TF��M�C�V�:6B��ࣗ�k��yO_[��7ދ��V'�3��ߋ���k���l +��}Đů7v���=_؋������tO9�j2�j�]D�+����<�ȿN�����RT.�Ev�#�I�����E����e�0�ɆG��M����iȝ�ɗ':����ߓQ�l�vM����]U�z�M\ Gx}a��LD5�,r$�DWz��� +���.p����O��^�������|�B>�}����P:�$��ӻ�I3M)�z�Cl�2���-��b��^��_��Q�(e:�e�!�Ů�Hlw@����#�%aAkZ~-K�=��p��ż᷏���3Mq�yߔ��(~��Ŝ#�pԇD���q_ �~�OT�ノ �m��5K>����N��Q����`.��/����*@\�/Y�m��M��e�+u� +ې �'yS �5��o�� ��*e��l,��H���y���F`��~U3L� ��Evw�~�m�$�C��a�$*�"U5�Uq�^��J��O��)�.!u�3�%��C�7DX������e���[Z0����͒⍖���K���j��ġ�~/��:�MXSb�7�w�ڈѪ��z_�lm3z K�g����F�8� �=���!5�|#�?����H �h,�r� ꑤ���|��4|��/�y/��=[�G泄w����=p5�'�a9��z��Y4B+�%�%�Y� �у���#b�i�w�̚���r +��i� �����Y8AR�+v���We*��q�����74��[��|�FDo�yɼ]����K5D�>���Z�ƥ�g���Zl�rئ�+��(�0���,��"�ίX]��xc��=�r$���?�B'�47�|�@����R���������*heUȔ��V5��b뚨ϧ���Z��,�ޅ��Z�#���=�b�~8�U����(���#Z�����PLER��^m���OT8�)|"f2bFL�~��pNo�Q۟(c/r������ +���#�+DJ�������qj�f�$.X������q*�ϴ���j$��%��ӆD?�dS���_�R�4�|<��4�&�=;���6H�2�cV��1Bf�h�����9a\���{ԏSM�Z@�p�;�s�:�ME�Q�@QU�{ĝ�C���g ���v9�0��bʑ�~ΡbŚX#����Bh+�]�V7�nF.���fBZ��d�����_L �P*�bʌdV�͞����e����X�4����>�X���;K]l1*d���l0�l���k�q��f�grv�H��m����h���ք@�#��( +Bi닼������_(�+�0�����M�F�*Q��Z�D0"��Q�_!tjߏ�����T�cT�iy��d괾�P,k�Sy��5 +Gŵ����m����˳���̡Z�ȍ�d#��z�.�[u�t�<i6�!G����>��9�\����ua s�x���@M���o�#$y�;*rZ����ެ�Ŧw���)�XW%�aJO<���v���hߕ��.#1�`�L]_,��ښ7�\����;:s=��)�<�F�F��s��M3� kA"r�]�����s� �����+u�N�/�����W~H��f�Xlg�i9<{���==�����n�{d��7���b��o��,��(=R�úUq��*h����;Z�k�����Z9����J��}73�B5�e�@�Ķ�I7��������F[�:!D���#�>Q_邓����t�>�=�4�%�S���%~��\f�~�k:��2z�Q"ߞM�g�&Xū���ĺ&�<���w9��%U3��j���6�E�)�� +�#������wM�h0�(vf��gnm���i>�8��U�I>�7�0GH����7����A��7L�V)}�|��2�_t�4���ޙ`�P���n�d��{�곋��T�$�2�V�vv��8l#�!��&ᙦu��^�y��8!"f�my�?_h�%ȼ�I3dr^se����<v��d������CL�c#���+S�I�x|SG���1:=�"m �X/d�@��/鍿�����l�X��P2�����!������T_�rs=���:Ju����������+?g1��q&华\!"�me��|���o�M��!�e���'��� �F��_~�Vr sZr��Y +��'.;�Ǚ�w�9'j�\�����!��0�UG�{�����[�fՌu�i��MA"T0����B94�?tXd�a9%�L��n��!��V=*�,�LA*�[o�W�˛ ӏ8��>�2�E!gU|��Hˁ� ���Q�w�J��U}J��CM�嚉����LWT�R�n9bN3�'���X��cU�<G�f�BF����\zjEEWz�����sĻH �����@d�.�j_.3M;��]�НØ�s�h����xs��s��=$n3+>���y�"F��� +)9���g��p>ѾW\��whA����e`X���7Rn������q� +��������:� +��1�A��4���U��9=<�����!�w�7]JЩ�1�\�C��y)��QjwmO3M�̀��7s8�/��<�L�!���n�(Y��E�9�β�0p�#p������jt�e�tWw&.ө�7�E֯�R�l5��4�6�ZC�JL����Y�Ok��X>�7 �M�*2 ��ߏg��3G� !f��+���U�[_���y��ɵ�`����w���fz�H��T�LfG�ea3���AQ,ۓ�IN�����y�R)b0��A����]y��ʵ衤sς:ɭ�|�i�G�a��et�e�9e�gEKg�L\R`]a6Z����A�U��{��8���#[f���?�^H�����B��PF�_��3>�� +�m`�v����>"M�T���c>�t?6wT���?�s�!�|0�Y��3������O����0�6���H�s��a��dI-��ɉbei{"ݪ��-�+˳�"eqϏ+It]�Y�u��c� �q,U%@k($�[����~��% 1� �>J����\(\�3b���3z۔��"��Y�tu)�����S�}�A*����,m�C�i��X�g���)S�����S��%�A[���[��m�빎�W����ϋ�O]��z]�\>_L�dz��-M��/�22nJR�j��9[Wm��|R�ֈ���[]��2�!BG4���2��<C� +��Dc��<���*�GSi#3�����msR�v� '�uz9r�ywK[h�K\���1މ��:���v����T��R58.z0��4~t}�U���o��\�l�of�0�÷�n5���L�ǁ�x��<����� �������I�t�$��x����Bg�w�����.�\m�[�u�͍G<>�����xRİq� +F��7l�C����*q}�&;�MD�LT���Y���D8r�'"�p��M�3JRJ?�J@���6ܪ�<�6�re�{���|��;���R��h��DP�C���:��I]��)�5&F#y���� Ly�\ԯ@���V��q�2Cx��"��ӹ�(K&$|p��|�H�b�dN��\��`{�(k�"W��ӓ�Z%��q�H�~��/kMJ��@ +�@c�?$��k����E�O�{�a����ҧv��L����"�ZRڸ� �V���6��؟%��-��6�����\l낇�o8�5)薭�[�\3B`�*!��Ms����������L_dVφ� �yz���#zHD�.���0��a/���VJ��5������8"w"9?%ى֭�30��o!��m��<YܘCWas��o����^�(9q���A[c���_V�d^�,yb�!��"9y�"�,g��}!ۄ6��O6"4��� 0���5i��;��� U��/�(J��hԲ�';��_����ܪ��t��{I�p�)R&hò�ƾ^�r�4Ҟ�E塡���^K��h!��P=S���u?�I�Wus(�>�g���5�֡�jf>��DpK�����W�[ȶ�N���/2���ՅtPpI��7!9ԁ +���G�ʄ��g��C����d�'����hݎ�3��w\�~jノp��ƨ��of����}Qc_�Xs���9���~�:��x�����A�_4��4� �;@��[ +�˟!p�_�e�"'�YH83'��}���}n��lB-t�]}�1n)^��x�P�k��]�/�l�#���rB�oL�Qo�G.g)����5��qG�+.�m��r_�#��|�z(Us��̰��E������ph�� ��~�E)`��"^�2�$�(�n���₱}N>�^�Z�7�?��JG���*��]M�0�G��,H�Û�j��'��I����)�E��'�O�Oyuw���w�۷#����f9&��O��� '����|��e~4!;-&yOz2�[�{;�U0��ʡ ���z^����|�I�1ܡ�>R�)��̫��3jR���||O0�$R�;`Im�a��v��#&���pI�Dñ̝$���YR<��Io�� f�>V]҄:i�v��ϸjص3� ����:8�I9v��X�L�0C +l`��R�g?�p�~8{Ԝ7"���B6��̃���R��_M"gjC��g��v4e4���%�����\馑1��n�Q?��Y%��Y��p'�W�"�Na}���n}^���ƌ7�"�3�j� 0<�W���x�:+�Y���;�eiW�W�-�~1��`��>ێ�����x�LB�Dh�*��*��l=����mَ��!�� \F�v��"ݜ4�w�������Z�4^ԛ����2n�+�8G��u +���n"��~�|̋���֯w�IRZ���s�䮀�G&��)�Lw̅���g��l�q��LA0�3�z���U�I7Y*�p�z�� �6���6��|K�@ӗP�P[�J�22���y����u ��(��XS��KDᩑk�&ާ{��J�P[*r���6b9��Ʃ��?������Z��`�R� l��R13���]_ +X�T�7g� �E��^�5ĕ�<q�:6+Ւb괽�<� ��"6�X�\6}I]���,KEJ��P���@0mK����ka&Q��?��אxh��Ja}9�3R|��Rfmب���ɼƱ���kj�� ˓H�I��7���i_5��$Z߾BW���Xݺ x��:�Ӫ��Z[X��X��rh���pCũG~G%@�������0�j^�K"?������E��hR�e���!��w9B@����"�[��ɫn�O�;��f� +<V����al��{ш��s>n�f�DHlg<:t�K��H��#���Dҝ&��G� �����X{8����>6��0`v�;2��$I���)���,V��C��$_hཹf�TG,��v��!Ò�%��5΄�JYy�h�N'���r��;ԥEX��R���w��:Q�^��(j��"�{t,���⟅������R37�/#� s�o��6c�#�g���o���%�L���yN�C����i����;w�`ۑ�F�r��e��^l %:�Os4-θ+MA��ɓ2�<�3w[ը�U��[�upst�� �8�y ��ܸ�ꯡ��L�L�L}��J*��ԗ髎ƚ�*~ɼ(��'<5��dt�#�&a���(,��1���m��<��]�4:}��U���^KV���|o�"{��-���FT�`Q\��IiX�w ��DM��^���=��@Xz�J��_Z!Pu7�ɾl#���[h�ؚTJ}��ض�D��Z�PݞW�J�v��Fvs�|1�.LO����<�wF� r#�6�� �>=^�͂$��z��a2�����X5H��g�D1�E>^�Le;�D$��v�-!4�i�X'�X�y�͊�/��oB/[���B��Lћ�2��o�Oua��YL�R��x�(���I�Nr}1�:(�|T �kk�O_���k�Gux�NJ��ѵQ�U����4}-���$�HM���E��av�}YH9�#�x����1���yN�P�۔���̨�N�Cl���Ώ$��9�n>�������a��̱�xSWRg��y">��.�Mޕ�(ě���:���ƀ�i �� ���4�AR>���ǥ�@�m�}�NKvP�p^u��IS��ЦFK������Ҙ��zYش�&2���9��ѣi����R�+����aF�#`�-� +��m����yb�.Xk=�)*�;�Ž1p��o������ޗ�w�psk])���n`b�O\U�������֬�g�lR��n���5l-�n�lq<û������Ҫz]xWwi����Ӂz��[�Q��x $�d?�����mVy��:]�o'^m�e��b>�\~�����7�Ae�1i�b�!�e.��ȹW�y4yYju��QJ3'y���Ѯ|�v�Eb�"����?������o>�X!��z�����F������f�g��jcH>f5(6 �L�����h,r�Y�ɟs>�o��?dR��*�4P�m�ZՓ<ƪpH��Ţ'�ʘ���6h��W<'�[�Z�4�NO�?T���L?p�\� :a��״�[[�� +��o Tɪ&uf7�i������� +L\�0� ����q۞��E�k2}��w|�G����|��=��/��W�hZ��5d�}#��3Ɠ�_K�o����U�&Fl!�~�38���tkd�Қ��/ymK0�K~H��k,r����_����c$�T���/gYM�`F�1��Z&�>%�n�6ݥ�����~�+�"�Ѹl�oN_$Z�ʡ*v+���w>�V����%?E�#/CnO���C^D]�:�|z���0t^Ɉ��EJ�hIM���v���Oޏf�6�B�cS��B���6[/�, ����{��Q�:���e���dWr�T�a!�~�Cs��C(��"����Z"bG>:�e +SLz!�%r5�2��j;̊�<����k��L���$h�1f� +/(}�'�T�l���gk���%�ȝc"���������>|���g�F9O��Xlt�Mf�7����>���ZqYģ�2�p���ʨ�X"2���aТ-͆Vf-I�zI-�Yd���b?�Q��.�t���/ d�ӏ%j d=ǯo�� Y4B��ש��}ݎ|�B������r���'��]a� �j���%��u�Z������]���98uvA�/������k�*A�3t��M�̻2naN9����0qN�&;�D�2T�w�E���Ǐ�q��_\9�ɲ÷jq+��SbG�Ys}��]�iKOs[�Dg����1Gb���D����_Eॿ�T��z��WU����ǁ}P�:4$���a�����!���K����sC,#�3-��s�R� ���d�e��=�A|xK��Z��QUG�}�DP��+�e:?�m�y�as �*9� a�}�7�8� JYȇ�#l�$�I`hˣ���!<k�ۘ����{M�TXh0�`��Ez�|X����� �d�����I(�����6(��:-�=�;��PX�H���{�n�o�U��J��7;��~ +�+3_s3Z��,t�~,5�E�iF�&��_&/^�z��0F�=���N_3����'�4�y�.� �K�nYU��~w��˔%I��J�p��}<p�Z�<�S\�ˏ���(�|��\�y_3b��w[���kt�٢��� +GR[��f�L��Z[��Y2�l?��u��L���k�n����dYd`Y��{����MրB��XdS�h� M��k,XḨ���|F-�%J0����r<�qҙ� �dpaq�����˅��XʪBɪ�y�m�"$�~HD$F�amx��M����,��D �vϓb��g�!P�86�U�ŷ/�c 7Qb�S�Z"�(9ҧ?W/Փ1����υvi�w^�F*���Y�����{$'�]^����p�������ʠ�h&��}&���]��Ӽ3,V��$��}� +S���r�z[���[火������ �U}<QJ���M�]�m�qY�(Ej�ن���;�����}�W�SF�>i� +�r����>& inN4�Th<N��[�_p(��no����k*���`1��� 5y���Ψ��(�m�x/�p~���)����/��������oF��x�)��Qi3����_%'A�v>xoߞ�oAc�٤�ԜȚ'��'���(hrEh�ՒL��Y�� �.IYh����pp��:� l8�ï��k�$d�I<v����G�PS*i�O��ɤ�~�;�z�b!_�I�X�8�FyDl���Z�N��T.ܪ>~���q�4���J��2s��ȌV�̙���!݊�/s}9��Ga�,�q�&���U�uV�=̨��)��~j3��*��o�!�� +�Snr^Y�1Eu\!���$לx��m� ��X'Tͺ�;��ĸZ;� l�NP+zN&-���u���#z�,��;�Pe�Zw{c![�����RoS�^\��dwϵ�qȂ�X��2:����&f�x }:������JW��$�Q?�%_�td�-6�Q@ʜVc:{e�a��� % /�$*��r�����x�S���t��O����@^+�-ޮ�3~�� +3'm��pH��`��Hؐ�}ket���w~_�^S�k�t�2�1��~X�.$q� �[��yt�V��̹��( �y���=����uZ���\���J���Y-�5��,�T���gQ����ܷb2�ĢWS1 �<��+\�R�8Ώ����=7Ц�5s�|����<��C�J�0+Ĥ�j��� ��g���"���f���?�5�Uϱ� �%�M�>p����39|���:�/d0���P�����-O��:����^�_�3�֏�g`�\�V���Ⳓ�m��4;)��C��R{���7��3�s.�p�r��}T2�=�(e���� ��5.[�M�-O�K5g3���b"mf_��>�)��.�fb�8DЃ�y��>B���C�u��9.�ΐs(���?�l��R�sS_��/�|QV��|.�%��1�RBS<[*3��H�{���c"�1�/���l���!K,2�n���q2���d̯:�ǵ!����CB͘b���m�r��E_�f��"U ���aU���wo�*Z��eO�5�2�Ѻ^Q�;9.E���)���{�U��v��|?S��d#���Pt�� +�m�?+��mj&�F�-�\���ّ�-�f?^E/�)7�!���Z�CSSs(dG��nVZ��]���X'>�*e����[�(]5Lu�̶�. +1$vb�uq�b24� +ߺ�1���Z$=�2u���_�7�̸�#�9GZR�����-��|�@ˋ����fM���C�>S5�.�ɫ��O35bѧ߿�к��-��l���'�!33a��{@�Y�|�(�$���|� I"�i=�1Y�G�D��r�ǭ����@[( �D,�.5z��\����������d�����,��ѵ�SM��؝� �f�BԈ �ؽ0��d��+�t��)0����S��>>�Rzs=�i��g�t�����?kBH��!�ڶg��hX}SY\����V�gw��Z$��Sj�!)œ�D�eӅ�I8L��m�@D��C_��ec�̱g��l��d;R}?�Uy���b�M��|r�w���_��}aGk���{Y�B-pC*�*=,"c�ޘ�\Jg���"m]�<� �!t��%#@.!s^ױ\��Kn6���rt�N��Sj]����/S�/2�K;�{'ɽӾO��y�� �a;V��n���.ozݻc~�؇���ߗ+����jH%�0:pAu?�L�pZ�k����?i����x��tލ�n@`J�K�wV�c��XX�z�Mï}��0ۊ�[�|�n�5�,m�>��`w������/���Ӧ���JdU��<��ٯ)[� �zn�yo��ErsHh���� �<$m1V,H.�)2�uJ���Pg�Q&:�����A��J�5mi��i}8y�����5�����3���Bz�ޠ��3�O\��;���˟լ�\E%���� +�Ӎ'zjP�(Gz�l0U�߱јo\�,&����e����F�K���ͣW�3���WAk7~)����p/_����_�?�3F+8�4�7�0�"���DD�YB6���%,�>>s�ʴ^��Y�T�V�R?�B�{��g5�wxL�Bfz�8n�ToKG�2���kV|�+�mjpn�~19gT��L����W9�1��`?����+�@�D��/E;^F�t��8�����IٸW��L���t�O��3�H��¿��.ƃ�0��[z�>��}��x� ����s�� +Q'Tڬ��&�D�Q8 +���NW��@���� +�%����T�ɬUhj9�~�z���Ѧ� �;��k�=َe�s��k�=�`Z��poF��r��B��)[�.X�����1τ�퉬SF��}VSn�7�*L'��� ڑtz�h���'ަ�x�^�R���mU&��z�Z`�%���,�����sw2��._���E�^}�e����.�d��$������=���(tP�F�5N��U��!���V��ڻWeV\6��������m>����1�i�(C�}^�4� �;��:A��qk�� �>1����t�2"��϶�pI�p�$l���/�u�8JnA +V�!����砳9y�;iƷ2)ߊ�ǧ�&�UtЏ +r�����i+ +�f�2�7I��Te�ݚݱ]K+��O�Zc�̢~�5L���`�1��p]�\�{v ��e�/���_��2âΙ�NWy�xl����VO5��M��A�OIo�C�S�oZ�&�V,��j��M��7��� ��O�i���&�ִ�8KB�{�gXwGGKf�x�c)���y���n��J� +`�����9:�6�p��r�f1j�����M�SO6�GJt����n����߲mu|���h��Ef�I��"w�/��Fm8�1_�bZ�hƙ�)Ѵ�坺�����i���G�hHl4����yMs��e�b������"�#|�0���@�T�C����%(�c�����b_b�OqY��O�Pf״h�8���[Ŏ����JW2�����V ��ڱ�Vu��罍(��x#['�|�5h�4�1�x ��?n�?!ɵ�l�+�f��%uݶ��dȦ�Fx O��S�^i��!�e�ݖx��d���J�6i��v�v��J#Ѣ����n���v� f�[��QeM�Ce�Qm`�6ϝ̴b���c_��D��cV^��THĘ���n~�`30��T��½G_z;yc�X��\���Gz�}�Z��߶�%���%@郃�W�ɚ���tH%��S@-��I�vV��E$l���u��6��*_R�J'�Ԕs5�N�p�}.�7?�:#3�TD:[J�8r$1�C�Ւ�S/�����\��5�H ��#��`8�LD�����( h�ߋ��sҦ����?�iY^(.��QsE�?��[S+5*�!ܖ� �E,o�%��u�; is�/�2��̤�(�&J^华�R�֣s%����O�<-���nyq�Kܑ�5^VQ��aě�+�Rv���a��'��%A�ϼO���8��'9mo�VĢ�SaR�a��5%��ºvl�?�֍�sD��� +q� '��q�ʇ�d�-����~��N�p�@l3� �f�������B���4-�$0�c; ����y���'^�G��e\c6z���������� z\k�֓�y�A��.��+�&�dm�.!dR-�%\EZs*�.�O����ݛ p�㻺�t~q4��eU�K/ݾz�����R,Γ�k�.����Sit#�R�r�L1�� +Wx˰#�@��� �sc�BF5�l��>;!�8�ľJ�ܑ ����G5p��e�?N��C�M����ԶG���~EXdӨl �Z�h�X$�4�L�����'x�`��<��>By ������ >-���wA��`<o��M��%�+�U��urYM�z�.�lM��}��z0�PN,p�֡v��3Z�L��@�ҀO�E� +�`+81o���h)�J�[���i�3�>�r~����K<n����з@��Ҷ�a�0��=��G7�h��� Du�˄�I� �\� ����ܖ��x���x�쭶�&����^��mݟ��|�x����Ӊ�L`���¸}w㧡,II�����be��H�����aAXp�6;R�����X�)G�x�cd��00<���^K-Po�����������%�D�'�H�˦0�uͷ9��yq� &��G=�|���`�~=s����V���('[�-ާWYI7��^��g�Sa +V�Qs�6�/��YV���~P��|�h�Q�Eϼk�P��!��������2��5h>r�tx��s���td�ڠ,��TŇ�/]�Jc��p��D�� vI�k�~Zwj�O$[mz�b�l��4ϊW����.�[����B�O���F�`���"S�z�i@�xG�c���`C�],��6�F�x3w�Ω��U^��D����| �'��#��6T������!Ihj�i����� +8�G���5����I�Ř��hQ.�H�hnc�(Q�E�o���5�E+e3�H���9�"9���ڦ0x:oӈ���.box�.(��e�����zbܞ�n��[u�����E�J��X2P!�u�#�D��L71�,�ibv*E<����cD�����([�����8����l!T��l�ߏ��kk����oa�*��su��)p��q���v��L���o�[��:/�t��i�qT���~��Xk��Q�sY�Q���8��n5��]�N�V15�������B'"Y��99�����KC�"9�*��U���8�Ұ�w+D½�~��C��-�z])�Om�(N��;��!�9è��L1�쿔�E����zS6tR���:+N*w�Z����Y��*�]6��{* ���oGFt?���"��}k���z�K�}låi�B��aD�;��l�\=v��)����C��,�x4�8��t ����cF!�O%@��~�y'��� Ȱq�"K�a��!�>:��Z��x����� +�t�CZ +!OS�,=�Al&�f|t9o/k�'�0=�0X<d�1��N2 ;���Re��7�-ٹ>��-{�]�5��'p�NP���ׁ�����c��5<Kuȿ�\��������7]$�9�����t���2����,��2rE�E���v9qj���tt������3��gL�<�=�3��tC��Y�I����}�h� +'5�!��[i��ʑ�S�Q��A�B"�{Xv�F$2)ݮ���`o�������x�VV�8\3l�k� ��`D�R��w�F�c����l�gp�d�i`�v�Գ_p����j��|����,�Bj�%�.Vu� +�n������*ZA��Q�ƅ��j�/���C�C��Xi4|�C���C?*�N�O)W!��z�6%e���>\:�a9��y(U����M%�<S��u�W,�@�S +di�]�c c��hM�ksʩ'n5cޤ�=�3��9�<�% ��UC�I��s����J�o��W�w���5����&B�#4F���\KM��ۿZ#!�P�0�K�\�Oԯ�,���诧�B;[<�&����|N�s��"�NM�l�6���W�m�3��o�2<�{����(�Ҹ�Y��;^AIOWy*Ė˙a �b���}��0ʣ����4��� +�}\��^����H����V�:W�gg.�c���y���S�4LSr���)�#mf¬��8�؋���'��ubha�j6�@�;�n~���H'�+}�Ҧ>6���[&w�}�N�u��|-�.HX��0�=��}v�@7g9�"�>�ұ��|��Qt�ap��-ʡ!3����K4�Ծ�����?Y�I��a�^z� ��Mi��ך��)�Q�$��K��s���(:e,M�rh,Y��F �uCt�����~�#2����!���"5yI� +��N������3�E�8M�����̲��}��"p��¤&5ĵ(�N��o%�� ����m��ӟOl����c)�G1�/�ԢH?��1�u���£�ő%����ɖ�{�D��c��ؾ�=!Q�s��a�V���+�x�\B��k$��jΤ_��o�I}�)W�ѤP�`zA�������������D�q�Ha>-�\~�g�</�Ex�\hx~�2�&�ܻ)�M�O���C-ZG�n�8�t�˚g$.%��$�ً����;��� �VK| J,����G�}/�Q^?T�UE�g��&6�\Wsd�i���i�}Wh /{r�H_�K��.`����w���Tu�AN�E���'���M�]�t��Kc,�`����R����L=��N'� �p�ٵN��@#��æ($�[�E�~��h�0%�" �"�X��8-�9.J�Z�Ǐ煮���vj2���1^��>?C+� Y���}�w$}&㟧����@��#N���3[�έ:����OiN���W��f����L�w^'\"H�q�Z�'leq�G���������&�+`���O��S2O4?Kk CѬ���Za�njϮI�������` ?P1�{���&��)@��hQ�<y>�U��Bl�[ŕܫ��)i�N�A�XQ��鋹e���0 +ٴҝ�a��ݘq�`�����"s �$z� ���TBhkB`N)�%�\,�GAi]{�Tb�|{R����3� ��5` gV����!�S�^�@��}gQ������U7�ә�f5]�$�:��p跴V�rc�"�w��9�eG3���*��v<�]mD�ϱ2��s���O�B,ubR��ѝ�k�S�u��ɍ�Ӎ�юo��q[�.��[�$�<��. '��|#BF�j4���5���X�3b-^Q�S�:�4�1�n{�E����Dѯs����v?47��'m~��5�bB��h��Iv��)_���i�p�%"5[1�������{�k�E��!��b�Oo+<,Y�N�UQߝ��`�$'ұ����ͮ��m؍�*Z�ʁ��1Wn��'� ��Bf�#(�;&A�; �S�dj�{* і��H|h�>*`.8nx䟳Ĕ�m�y_��/��ٔ�"�(��1�D�$�l~�vE��ĵ@^-��Ը>�S����� +~&���.��^�3S��*w�R���8���)���q=V�� �k���d�zݥ,p<��]��g��X�O�ߏ��RF!D���ϵv��ot~IqŎ������wsJDi�]�����ra�<�B3z��u��c)ı� ڥ�?�w�����є'mudS�RUu�?E]�2M2]]�3��^{�R�^�rt?"�9����[��(1��.���� BM�0�N�y�2S鮪��J$�a�G��9)���A� +�t噌�9c�'�.�so~��ת���x������-_$,��x&��C1�t�딇N� ���>�7��.@��K �ۅr��)f�R_�l�鏘�"�vCo&�;�e"Iz�L��0u��t�bod�Xԇ�m/7���+>u��*���J���i:��[�+ҍQ,[��ߩ�G1IW��~�P��d����HT:[Qif��ƌ��G�:�2`#��A�ȯG9���8d���y�.q8���σf*aF��zUꅷ1w ��R����R~<���ØŪ4���X��W�xq��,n"��X�-�&�҈EF2�7��| �h�i������0҇ZBTYS5�v.{�7���Vs�LCE�*�ճ�1�3b�<C_ě��Y���r���U��o�$�%�h"͙S�c�D,�/G���>�,��� +N䟇i���ld����E�8m�����p4� �&���P��C���}������N*�a�M��I�"�;�A�S�+�������U'd1=�*��k��K]U �Z#y�v�n�Z����ڈ���H g�0����:�k����U=#���Wɑҭ��%��"מ&��}-!�J����(�coGU�\�t9�˒�FCü�32o�M��r����;�1}VZ{���K�r,5M��ǚ�?W���Zf����8-�h����H� +a��;HP���-��s�4,Za�#�lt|��)�����մ��qD�*�(Z�Py��q����f5� :����n6Ro�}��H!������9�����l�w�3N_���Z����� ��̢~`��v�U�w����`�8�'si��o�)����� (�4�P�p&8jD# +�=�2PM�O�/o�s���x���<���F̐��Uk�� +f��Ťr>�]����,��W[쨈��n�{:�c��m���,����e���$6~������I''gR?�$i� ��Tg7 >�(�:�F5��X��S�����]ΤtG@`�UV�����-6�+�x��������s']���@�ڴ�%#X�������x��JT<OI#����V�{�"_G��fR��mS�Kv4� o�v��a|������V��*∀��U�p7?`�M��R��f�zv$zE]���G�!��; ��2��,h���Q��� ��9�$[��cz�-Q8=S�y �x���:ofg�2yz�����i��~oU�C������bu�����ʲ�����.|�����~�G*+(�<��_������UP@������`��U�ȼ�@����l��s�53��V��lɹ��To6��7$�$���w��H��b7)m��fɸ%2Z��5��^j�ǁ�J�������O����L/u?m;�m�g��X�و`�}��[Iľ��ԟw=���lK�A���m<�qD��$�� q���h��\�2&���ꑭ +�Їؑپ��P��B�}�R�VD�6��(��C �:z�[0(kX�?�5d2Zx����B5���^J6f��� C����dʩ�JT��%�m�\ ~��:&��}<0����<��������,�a�C3� W���(���L�Ci{%��!�26*OX���[�[y�Z��J���Dv��XwDn�I /4v�#W���l٧��d���n�_��F�L�΄�l�&KENA��6հb+ȹd�����s(�1Q����c#��ġB�E<�r�|ш}X0f +�P@�iwENT����Fvد4�Y9��[�Yi�Z[�Y��t-�j�9� +�Q�M7̦xE۱d��e�8U43z��x�Z4����lD�|Mq�8^����"�|(�ʀ(lc��ga��� Y%�%U�0Y�:���=mt�dĝ0�L��%]<H�&b�t~x{by��&-�P��?M6)�UW�����H��ɐ����ֿQ8��ձ�d��Ps�j��'qJ����[�H����n$t����2��K��G����ա�uM�`�l��L����I�J<b�e/[����u�79������k,8��s�]�yNz��7��>�VЯ��uf�����Op\J1p�A���jx���UcW���{�x +�����Ak���+�ʇ���owT�GA��U�jF���2]���B�ś�F��}��E���*��+���9ǝ�x����b�!�VG#�W�J�E)<��O[�=}���I!����Li��L��q����ل�j�J��z�Ϗ�z�J�l2?�6��ŽlM���2"d�^)W�� +/y�#* �<��g�z~&�Gf)}�r�-�Y?vK�3U�����2���3�HU;��YR���N�rɘ4��n/�"���Anj���-������ks�1F6�q�u�y1�I�uҜ����w ��Ro��d��}�-eV C�kY��HM��V��ǟSA5��c�^1����W�D������`z؞��q��h�A�q�,$���~ +MK w�����G��FD�8�\�����ٵI ~����B�E^�O����W���{�%�C�^4/��*�O �I܊-P�!E��B]PYǚcs���&�y�8)3%Vn�-�V^A�q!@�[��N���x�)?��40rF�؉�@�f��� ��@2�П������v���q��`�4V��x=ۂcpE���3��^H�5n�� +MqP� +pt5nux�*\.붟^��QD�7,�Ql +)Aɧ�<�R�M�������:Y�B���R�o������lj$uhG�wp�]kw-�i������P���ɭ糤��k���_Â^�,�2��(/��yA6��[���d�c�Vޑ�PK�C����Z�����+����woD����K�R����Z�f|�5��� ��C�nr9g�^̽yw�� �Ѹb��v��&z����u�'�ਹ�?� +Vh1�0��/;���ٵ}e����8��jr<;dǀkO�!v����ƫ�=��k�t:�O?d��N�cD�[ٷ̲a��c@ +8M�9\����?7��m4��`�������ڷY�y�5 ��J�wL�˙��k{=���$��Th���^?j4ۗ��ā<����k��.�֤S�������]1���P�'��ܳ��ܝ˔G;PV7� endstream endobj -5184 0 obj +5196 0 obj << /Type /FontDescriptor -/FontName /ZVQDNC+CMR10 +/FontName /HGNSIQ+CMR10 /Flags 4 /FontBBox [-40 -250 1009 750] /Ascent 694 @@ -69823,11 +69916,11 @@ endobj /ItalicAngle 0 /StemV 69 /XHeight 431 -/CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/Y/Z/a/asterisk/b/bracketleft/bracketright/c/colon/comma/d/e/eight/equal/f/ff/ffi/fi/five/fl/four/g/h/hyphen/i/j/k/l/m/n/nine/o/one/p/parenleft/parenright/percent/period/plus/q/question/quotedblright/quoteleft/r/s/seven/six/t/three/two/u/v/w/x/y/z/zero) -/FontFile 5183 0 R +/CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/Q/R/S/T/U/V/W/Y/Z/a/asterisk/b/bracketleft/bracketright/c/colon/comma/d/e/eight/equal/f/ff/ffi/fi/five/fl/four/g/h/hyphen/i/j/k/l/m/n/nine/o/one/p/parenleft/parenright/percent/period/plus/q/question/quotedblright/quoteleft/r/s/seven/six/t/three/two/u/v/w/x/y/z/zero) +/FontFile 5195 0 R >> endobj -5185 0 obj +5197 0 obj << /Length1 2827 /Length2 22019 @@ -69930,7 +70023,7 @@ a'ż߉ �)L$p%��fҖ�6�Ե��14b���\���L,:�� �A���������T�bĥ-+Ge�;� endstream endobj -5186 0 obj +5198 0 obj << /Type /FontDescriptor /FontName /IUPZYZ+CMR12 @@ -69943,10 +70036,10 @@ endobj /StemV 65 /XHeight 431 /CharSet (/A/B/C/D/Delta/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/a/b/bracketleft/bracketright/c/colon/comma/d/dieresis/e/eight/endash/equal/exclam/exclamdown/f/ff/ffi/ffl/fi/five/fl/four/g/germandbls/h/hyphen/i/j/k/l/m/n/nine/o/one/p/parenleft/parenright/percent/period/plus/q/question/questiondown/quotedblright/quoteleft/r/s/semicolon/seven/six/slash/t/three/two/u/v/w/x/y/z/zero) -/FontFile 5185 0 R +/FontFile 5197 0 R >> endobj -5187 0 obj +5199 0 obj << /Length1 1735 /Length2 10516 @@ -69998,7 +70091,7 @@ N j����Wp� ��!�'Z�L3/^aLq)���#+��eƩ���&>ꩾBٹ8mu_��L��avib�Ձ.��E��[�\����|�1>ַ�(r 9�(/F���k���V�.� �`��$���|�d�p�K��uf�=G�xI�������ɭ8S#R����/0��k�C�����{ �������t�}=*�z�W��υF�>M�Uo�vy����L�|���^�'�a�S/�B��!�YY���0S3|���BeO�{l�c]�Ԩ�>�`�l쎗���{�{j�{Pe�ŵ�m$O�Ν��S��C7���(�tE��x-J���c5�M�3Wo��͕�m�o�$<�|�l)Y�l�襖-w.�)���3_��:�U�S�V��X�#8���pT�=�7 ��B�Q� 6�(� 1�3��BL;��A�VmQmm� �Z{�z�n!Ϫ,5���X՜����|-��U6#�h\�!MA/R��6���F�T8���T�60�6D\���W{�Q��#/������(�/���@q�# �ި�g�X��G����c�T��*��x�`�.S�ڂ[M3���P�V�e�j6�t���`����A'�o���m�8u�)�3�&-m�C�B!�L��:u�{�P����e�G��66��w6��Lo�LH��e�&��%� Y�Z�]��R-�c+Y_xXV�&���Xլ���>�9%���Y*�`Og[�E ye�9��A ���v�BAɩrP��_.0E�C�x�&ĕ�T@:����迮� endstream endobj -5188 0 obj +5200 0 obj << /Type /FontDescriptor /FontName /PLRJLH+CMR17 @@ -70011,10 +70104,10 @@ endobj /StemV 53 /XHeight 430 /CharSet (/D/F/K/M/P/R/S/a/b/c/colon/d/e/f/h/i/l/m/n/o/period/r/s/t/u/x) -/FontFile 5187 0 R +/FontFile 5199 0 R >> endobj -5189 0 obj +5201 0 obj << /Length1 1357 /Length2 5962 @@ -70050,7 +70143,7 @@ OZ k�v:*���~�'�Wt̝�\^��s�`:��)@��9+�H1�7t;5��RbHV���vD09�<K%�P?�Ua�L4� ��D��C�m�f)&�m����i�q���5c/m�oo�d�?K�I���t3{��!#ˣCw���gJm�z���E�G�+� ���RM�K�,��]�Z���jGa1�[lq&6�/��dp�-)Vw�϶�vg �[�R�6�w�c\�>o1Tg���zh��R]��ej\n^=R�c3Kc��b]��r� i��]�$��S�o��l�m���h<r��i�?LD����>5o�(��R������ճzX endstream endobj -5190 0 obj +5202 0 obj << /Type /FontDescriptor /FontName /THGOAZ+CMR5 @@ -70063,10 +70156,10 @@ endobj /StemV 89 /XHeight 431 /CharSet (/two) -/FontFile 5189 0 R +/FontFile 5201 0 R >> endobj -5191 0 obj +5203 0 obj << /Length1 1391 /Length2 6286 @@ -70101,7 +70194,7 @@ pMy֟ˬ �匈��7�y]��~�Jcג�&�-��)�v_j�� `�~3],�e,�GL_X�fF����p�i{.$�z^�F�9e�9�_��? O�Y7r<N���p���{z/����rKL�A�Cg`bb[47��x�V0϶|�A���:7�eTpy]{�9�e'�R�IY�#��yMb�*:��ϵ�d\J��T��s�&�69��f�Կ<��.sv�f\����3�f�� �������%~� TR|��̤��2���[�����Ʀ��Y�%����;�ZS(��9ڵ����fcķ=F(����G͕b�|'#�܋�'{�^&B����9���� ��r^��Hؤ�U�ƹ�t-�Y�%�<����jqvI��fE�w�u�O�lj�yD!\��8K<�^?���\]B +,"���s�l endstream endobj -5192 0 obj +5204 0 obj << /Type /FontDescriptor /FontName /YPSQTS+CMR6 @@ -70114,10 +70207,10 @@ endobj /StemV 83 /XHeight 431 /CharSet (/one/three/two) -/FontFile 5191 0 R +/FontFile 5203 0 R >> endobj -5193 0 obj +5205 0 obj << /Length1 1616 /Length2 8333 @@ -70166,7 +70259,7 @@ sx Wt72�.#�����:�SWdh/�{�O�Z�����C����u�OJ������O1T endstream endobj -5194 0 obj +5206 0 obj << /Type /FontDescriptor /FontName /UAVCFG+CMR7 @@ -70179,10 +70272,10 @@ endobj /StemV 79 /XHeight 431 /CharSet (/a/b/eight/five/four/nine/one/parenleft/parenright/plus/s/seven/six/three/two/zero) -/FontFile 5193 0 R +/FontFile 5205 0 R >> endobj -5195 0 obj +5207 0 obj << /Length1 1865 /Length2 11157 @@ -70230,7 +70323,7 @@ y1 ���2��C<S���tMt����әm�eF��1*8�p�[FT�K��j�R�����B����o��Ja(Bڷz�9K�ٷ�m�;lC�����r�a)�帾1RI���o?"�rn�-=zM�Ud��D��Ӑ��<?�o�*����Y'<S<b������9��c �'�� ���Ҕ�-���}��J�J�y'K����\��� ���S@z�jF;��Α���2���d�'Q�*Q�n���cVߨ���8q/��/�]�4υ*����+���O�l9�\��^ +~��)<^�*0��|\�>��}�cO�.��mc�7Pn���#t�E�Z��S��&�&:I����A+��pQ�� S�P�D\[:{QJ���Fٷu�4�d\��#8[�ø��Cz{C�¸� K^oQ�2b���/����1_���~��_��79]�����.C��1��t�,|��n�Ƣ�LV�;�؏��O�����,�� �� y[J���h�-�[�I����ȫ������Si������p>=���〆�L����J�87Ͻ�𰥖aO2��v�? ������Xd�藙���\�ˮ$�*R��ua��ch�(�rC�x:����r����rTr�U{���-���S'���_Z�4QIkE���(7�,�U>{��Q���~�2���l8uI5�/��z�X^������Y�Ga�e�>>>��nx����7� endstream endobj -5196 0 obj +5208 0 obj << /Type /FontDescriptor /FontName /ZWNWLW+CMR8 @@ -70243,10 +70336,10 @@ endobj /StemV 76 /XHeight 431 /CharSet (/Phi/R/a/b/bracketleft/bracketright/c/colon/d/e/eight/f/five/four/i/m/n/nine/one/parenleft/parenright/period/plus/r/s/seven/six/three/two/x/zero) -/FontFile 5195 0 R +/FontFile 5207 0 R >> endobj -5197 0 obj +5209 0 obj << /Length1 1535 /Length2 6939 @@ -70281,7 +70374,7 @@ K,? ��{���s1E��'�Es1Z&���|۵�Bcn}�/8�RB�s1��*�KN�א#�8L�7=i�=��=�%�B��({���I��q�N��7�,�[�.T*�7o�NJ��\^K�U�m�\3~n�Wt!���� �F�UG�|�z�����)z��j���+�<|c�Y'un�B� �֮�Z��N�ĺ���:�� ���V��YPj�u�V���X��.Y䕰�R7��5f��?#��K�T�G@-~��70�$��LVz����A�0�60���@�T��}�B��8�נ�٫�"�`L�$�O�����,@6���8k��k�q��T�4� t�w�R�D$<M8VŻ��M{���'�<v)� �>e;��<�8�)I�S��~,j{�O�\!V�d����b���3�Q_�<d�(�(����a��q��-P�Y�����G�{�8V�kȚ���3Q���U��\/�u� ��Tŭ�;vs��{vN��.�\�q1_�M<5'�G�]Cs�>Be��}>�`8��H��"���yB=rR���X��}_�Ҟm��`k�7c�ʷzx;�pw%�T�����>����c��l#��%vz��+�ߖ9�2�^���Sb�b�;傩Zv��Ӓ��&����U�Ha��3-çDZ�?�hi�����[w�H�<�Z,���s5�@�z#���yXߘ�W�SI�/2���]��Z6�7q�x�^8?$2ͻ�ݸbx��Pm�2p{��!���<ÿa,)�Ԑs��i.��~s�aZ�+\�s�ڰAuv��^��z30���̅�2V�������t],���Ȭe�(�TW̗��F��� endstream endobj -5198 0 obj +5210 0 obj << /Type /FontDescriptor /FontName /OROVHZ+CMSY10 @@ -70294,10 +70387,10 @@ endobj /StemV 40 /XHeight 431 /CharSet (/asteriskmath/bar/bullet/circlemultiply/lessequal/minus/periodcentered/radical) -/FontFile 5197 0 R +/FontFile 5209 0 R >> endobj -5199 0 obj +5211 0 obj << /Length1 1396 /Length2 5975 @@ -70341,7 +70434,7 @@ $H0 v�r�r;���p�#UTsjc�f������i� endstream endobj -5200 0 obj +5212 0 obj << /Type /FontDescriptor /FontName /WNQTFW+CMSY6 @@ -70354,10 +70447,10 @@ endobj /StemV 52 /XHeight 431 /CharSet (/minus/periodcentered) -/FontFile 5199 0 R +/FontFile 5211 0 R >> endobj -5201 0 obj +5213 0 obj << /Length1 1397 /Length2 5975 @@ -70401,7 +70494,7 @@ G^? m����Ϋ�9�p���Ay���0������T�U�(��VG��7�;�%����WL��c� ��y� endstream endobj -5202 0 obj +5214 0 obj << /Type /FontDescriptor /FontName /LRHHVH+CMSY7 @@ -70414,10 +70507,10 @@ endobj /StemV 49 /XHeight 431 /CharSet (/minus/periodcentered) -/FontFile 5201 0 R +/FontFile 5213 0 R >> endobj -5203 0 obj +5215 0 obj << /Length1 1397 /Length2 5973 @@ -70456,7 +70549,7 @@ J %���MV̋�s#ET�#����}�~��2�?w�*UjAo�����Y��M�Ms?K@q��%rȄ@���������Ϟϓ�Q�;4��&C�AO�+�j�o<��ۖ_N<�d���������.����<o� endstream endobj -5204 0 obj +5216 0 obj << /Type /FontDescriptor /FontName /AJDEWR+CMSY8 @@ -70469,10 +70562,10 @@ endobj /StemV 46 /XHeight 431 /CharSet (/minus/periodcentered) -/FontFile 5203 0 R +/FontFile 5215 0 R >> endobj -5205 0 obj +5217 0 obj << /Length1 2212 /Length2 17271 @@ -70549,7 +70642,7 @@ JnsɈEX9JB ��<x�3� s�p:o��uC��*� endstream endobj -5206 0 obj +5218 0 obj << /Type /FontDescriptor /FontName /CMEIDX+CMTI12 @@ -70562,10 +70655,10 @@ endobj /StemV 63 /XHeight 431 /CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/X/a/c/colon/comma/d/e/f/fi/g/h/hyphen/i/k/l/m/n/nine/o/p/parenleft/parenright/period/quoteright/r/s/seven/t/three/two/u/v/w/y/zero) -/FontFile 5205 0 R +/FontFile 5217 0 R >> endobj -5207 0 obj +5219 0 obj << /Length1 1710 /Length2 4270 @@ -70588,7 +70681,7 @@ Y} W�^�?�11�L��=���}[&�i/����x����M��k�χ�V��g����m%kﲾ���q*��x���u�I��c��-Pt����� Umv����F7dm�X��+oO��-�|�}�R�?A��n>����ۄ�S֔v�Pv����%%c���=eyYJ�K�L[��]�>YpI��j�b)-y�b����5�l����M��_,��V3�t����&�ŌS�b����F$�A��OV�-4�'�p{��5J�j����h5YOQlp��V!������0����m��"��R=�!,�ˈ{��LNg�+����fo�+���rvMX��P���܆|[�e�;�g��&�>�jo��LPl���1�Y��=P&�%4���Uޣ����-�Q����~� endstream endobj -5208 0 obj +5220 0 obj << /Type /FontDescriptor /FontName /CIZXAW+CMTT12 @@ -70601,18 +70694,18 @@ endobj /StemV 65 /XHeight 431 /CharSet (/A/L/a/b/c/colon/d/e/g/h/hyphen/i/m/n/nine/o/p/period/r/s/slash/t/u) -/FontFile 5207 0 R +/FontFile 5219 0 R >> endobj -2726 0 obj +2734 0 obj << /Type /Font /Subtype /Type1 /BaseFont /XOSQUH+CMBX10 -/FontDescriptor 5164 0 R +/FontDescriptor 5176 0 R /FirstChar 63 /LastChar 63 -/Widths 5142 0 R +/Widths 5154 0 R >> endobj 619 0 obj @@ -70620,10 +70713,10 @@ endobj /Type /Font /Subtype /Type1 /BaseFont /PADFMF+CMBX12 -/FontDescriptor 5166 0 R +/FontDescriptor 5178 0 R /FirstChar 11 /LastChar 123 -/Widths 5162 0 R +/Widths 5174 0 R >> endobj 621 0 obj @@ -70631,32 +70724,32 @@ endobj /Type /Font /Subtype /Type1 /BaseFont /XLUXBC+CMCSC10 -/FontDescriptor 5168 0 R +/FontDescriptor 5180 0 R /FirstChar 65 /LastChar 121 -/Widths 5160 0 R +/Widths 5172 0 R >> endobj -1124 0 obj +1131 0 obj << /Type /Font /Subtype /Type1 /BaseFont /JXESVW+CMEX10 -/FontDescriptor 5170 0 R +/FontDescriptor 5182 0 R /FirstChar 0 /LastChar 113 -/Widths 5149 0 R +/Widths 5161 0 R >> endobj -934 0 obj +914 0 obj << /Type /Font /Subtype /Type1 /BaseFont /COTMXS+CMMI10 -/FontDescriptor 5172 0 R +/FontDescriptor 5184 0 R /FirstChar 11 /LastChar 122 -/Widths 5152 0 R +/Widths 5164 0 R >> endobj 677 0 obj @@ -70664,43 +70757,43 @@ endobj /Type /Font /Subtype /Type1 /BaseFont /VVCCHG+CMMI12 -/FontDescriptor 5174 0 R +/FontDescriptor 5186 0 R /FirstChar 11 /LastChar 126 -/Widths 5157 0 R +/Widths 5169 0 R >> endobj -2723 0 obj +2731 0 obj << /Type /Font /Subtype /Type1 /BaseFont /RDLHZT+CMMI5 -/FontDescriptor 5176 0 R +/FontDescriptor 5188 0 R /FirstChar 105 /LastChar 106 -/Widths 5143 0 R +/Widths 5155 0 R >> endobj -1127 0 obj +1134 0 obj << /Type /Font /Subtype /Type1 /BaseFont /GMGWMG+CMMI6 -/FontDescriptor 5178 0 R +/FontDescriptor 5190 0 R /FirstChar 11 /LastChar 116 -/Widths 5146 0 R +/Widths 5158 0 R >> endobj -1076 0 obj +1083 0 obj << /Type /Font /Subtype /Type1 /BaseFont /NHHZTM+CMMI7 -/FontDescriptor 5180 0 R +/FontDescriptor 5192 0 R /FirstChar 58 /LastChar 120 -/Widths 5150 0 R +/Widths 5162 0 R >> endobj 679 0 obj @@ -70708,21 +70801,21 @@ endobj /Type /Font /Subtype /Type1 /BaseFont /XAXIAQ+CMMI8 -/FontDescriptor 5182 0 R +/FontDescriptor 5194 0 R /FirstChar 11 /LastChar 120 -/Widths 5155 0 R +/Widths 5167 0 R >> endobj -822 0 obj +838 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /ZVQDNC+CMR10 -/FontDescriptor 5184 0 R +/BaseFont /HGNSIQ+CMR10 +/FontDescriptor 5196 0 R /FirstChar 11 /LastChar 122 -/Widths 5153 0 R +/Widths 5165 0 R >> endobj 623 0 obj @@ -70730,10 +70823,10 @@ endobj /Type /Font /Subtype /Type1 /BaseFont /IUPZYZ+CMR12 -/FontDescriptor 5186 0 R +/FontDescriptor 5198 0 R /FirstChar 1 /LastChar 127 -/Widths 5158 0 R +/Widths 5170 0 R >> endobj 622 0 obj @@ -70741,43 +70834,43 @@ endobj /Type /Font /Subtype /Type1 /BaseFont /PLRJLH+CMR17 -/FontDescriptor 5188 0 R +/FontDescriptor 5200 0 R /FirstChar 46 /LastChar 120 -/Widths 5159 0 R +/Widths 5171 0 R >> endobj -4729 0 obj +4741 0 obj << /Type /Font /Subtype /Type1 /BaseFont /THGOAZ+CMR5 -/FontDescriptor 5190 0 R +/FontDescriptor 5202 0 R /FirstChar 50 /LastChar 50 -/Widths 5141 0 R +/Widths 5153 0 R >> endobj -1125 0 obj +1132 0 obj << /Type /Font /Subtype /Type1 /BaseFont /YPSQTS+CMR6 -/FontDescriptor 5192 0 R +/FontDescriptor 5204 0 R /FirstChar 49 /LastChar 51 -/Widths 5148 0 R +/Widths 5160 0 R >> endobj -820 0 obj +836 0 obj << /Type /Font /Subtype /Type1 /BaseFont /UAVCFG+CMR7 -/FontDescriptor 5194 0 R +/FontDescriptor 5206 0 R /FirstChar 40 /LastChar 115 -/Widths 5154 0 R +/Widths 5166 0 R >> endobj 678 0 obj @@ -70785,54 +70878,54 @@ endobj /Type /Font /Subtype /Type1 /BaseFont /ZWNWLW+CMR8 -/FontDescriptor 5196 0 R +/FontDescriptor 5208 0 R /FirstChar 8 /LastChar 120 -/Widths 5156 0 R +/Widths 5168 0 R >> endobj -963 0 obj +947 0 obj << /Type /Font /Subtype /Type1 /BaseFont /OROVHZ+CMSY10 -/FontDescriptor 5198 0 R +/FontDescriptor 5210 0 R /FirstChar 0 /LastChar 112 -/Widths 5151 0 R +/Widths 5163 0 R >> endobj -1468 0 obj +1475 0 obj << /Type /Font /Subtype /Type1 /BaseFont /WNQTFW+CMSY6 -/FontDescriptor 5200 0 R +/FontDescriptor 5212 0 R /FirstChar 0 /LastChar 1 -/Widths 5145 0 R +/Widths 5157 0 R >> endobj -2722 0 obj +2730 0 obj << /Type /Font /Subtype /Type1 /BaseFont /LRHHVH+CMSY7 -/FontDescriptor 5202 0 R +/FontDescriptor 5214 0 R /FirstChar 0 /LastChar 1 -/Widths 5144 0 R +/Widths 5156 0 R >> endobj -1126 0 obj +1133 0 obj << /Type /Font /Subtype /Type1 /BaseFont /AJDEWR+CMSY8 -/FontDescriptor 5204 0 R +/FontDescriptor 5216 0 R /FirstChar 0 /LastChar 1 -/Widths 5147 0 R +/Widths 5159 0 R >> endobj 620 0 obj @@ -70840,247 +70933,247 @@ endobj /Type /Font /Subtype /Type1 /BaseFont /CMEIDX+CMTI12 -/FontDescriptor 5206 0 R +/FontDescriptor 5218 0 R /FirstChar 12 /LastChar 121 -/Widths 5161 0 R +/Widths 5173 0 R >> endobj -5131 0 obj +5143 0 obj << /Type /Font /Subtype /Type1 /BaseFont /CIZXAW+CMTT12 -/FontDescriptor 5208 0 R +/FontDescriptor 5220 0 R /FirstChar 45 /LastChar 117 -/Widths 5140 0 R +/Widths 5152 0 R >> endobj 624 0 obj << /Type /Pages /Count 6 -/Parent 5209 0 R +/Parent 5221 0 R /Kids [614 0 R 626 0 R 675 0 R 727 0 R 780 0 R 797 0 R] >> endobj -825 0 obj +819 0 obj << /Type /Pages /Count 6 -/Parent 5209 0 R -/Kids [817 0 R 847 0 R 892 0 R 927 0 R 958 0 R 976 0 R] +/Parent 5221 0 R +/Kids [816 0 R 833 0 R 858 0 R 906 0 R 940 0 R 972 0 R] >> endobj -998 0 obj +1004 0 obj << /Type /Pages /Count 6 -/Parent 5209 0 R -/Kids [990 0 R 1025 0 R 1069 0 R 1121 0 R 1142 0 R 1209 0 R] +/Parent 5221 0 R +/Kids [996 0 R 1031 0 R 1076 0 R 1128 0 R 1149 0 R 1216 0 R] >> endobj -1272 0 obj +1279 0 obj << /Type /Pages /Count 6 -/Parent 5209 0 R -/Kids [1263 0 R 1290 0 R 1321 0 R 1339 0 R 1384 0 R 1421 0 R] +/Parent 5221 0 R +/Kids [1270 0 R 1297 0 R 1328 0 R 1346 0 R 1391 0 R 1428 0 R] >> endobj -1475 0 obj +1482 0 obj << /Type /Pages /Count 6 -/Parent 5209 0 R -/Kids [1465 0 R 1518 0 R 1531 0 R 1619 0 R 1714 0 R 1815 0 R] +/Parent 5221 0 R +/Kids [1472 0 R 1525 0 R 1538 0 R 1626 0 R 1721 0 R 1822 0 R] >> endobj -1879 0 obj +1886 0 obj << /Type /Pages /Count 6 -/Parent 5209 0 R -/Kids [1874 0 R 1882 0 R 1982 0 R 2010 0 R 2041 0 R 2081 0 R] +/Parent 5221 0 R +/Kids [1881 0 R 1889 0 R 1989 0 R 2017 0 R 2048 0 R 2089 0 R] >> endobj -2095 0 obj +2103 0 obj << /Type /Pages /Count 6 -/Parent 5210 0 R -/Kids [2089 0 R 2175 0 R 2274 0 R 2287 0 R 2312 0 R 2321 0 R] +/Parent 5222 0 R +/Kids [2097 0 R 2183 0 R 2282 0 R 2295 0 R 2320 0 R 2329 0 R] >> endobj -2372 0 obj +2380 0 obj << /Type /Pages /Count 6 -/Parent 5210 0 R -/Kids [2360 0 R 2380 0 R 2458 0 R 2525 0 R 2536 0 R 2581 0 R] +/Parent 5222 0 R +/Kids [2368 0 R 2388 0 R 2466 0 R 2533 0 R 2544 0 R 2589 0 R] >> endobj -2621 0 obj +2629 0 obj << /Type /Pages /Count 6 -/Parent 5210 0 R -/Kids [2614 0 R 2672 0 R 2712 0 R 2743 0 R 2787 0 R 2865 0 R] +/Parent 5222 0 R +/Kids [2622 0 R 2680 0 R 2720 0 R 2751 0 R 2795 0 R 2873 0 R] >> endobj -3055 0 obj +3063 0 obj << /Type /Pages /Count 6 -/Parent 5210 0 R -/Kids [3049 0 R 3173 0 R 3186 0 R 3267 0 R 3295 0 R 3328 0 R] +/Parent 5222 0 R +/Kids [3057 0 R 3181 0 R 3194 0 R 3275 0 R 3303 0 R 3336 0 R] >> endobj -3400 0 obj +3408 0 obj << /Type /Pages /Count 6 -/Parent 5210 0 R -/Kids [3394 0 R 3455 0 R 3495 0 R 3511 0 R 3516 0 R 3527 0 R] +/Parent 5222 0 R +/Kids [3402 0 R 3463 0 R 3503 0 R 3520 0 R 3528 0 R 3539 0 R] >> endobj -3540 0 obj +3552 0 obj << /Type /Pages /Count 6 -/Parent 5210 0 R -/Kids [3536 0 R 3544 0 R 3554 0 R 3589 0 R 3600 0 R 3633 0 R] +/Parent 5222 0 R +/Kids [3548 0 R 3556 0 R 3566 0 R 3601 0 R 3612 0 R 3645 0 R] >> endobj -3677 0 obj +3689 0 obj << /Type /Pages /Count 6 -/Parent 5211 0 R -/Kids [3671 0 R 3719 0 R 3752 0 R 3805 0 R 3856 0 R 3873 0 R] +/Parent 5223 0 R +/Kids [3683 0 R 3731 0 R 3764 0 R 3817 0 R 3868 0 R 3885 0 R] >> endobj -3886 0 obj +3898 0 obj << /Type /Pages /Count 6 -/Parent 5211 0 R -/Kids [3881 0 R 3896 0 R 3913 0 R 3924 0 R 3934 0 R 3941 0 R] +/Parent 5223 0 R +/Kids [3893 0 R 3908 0 R 3925 0 R 3936 0 R 3946 0 R 3953 0 R] >> endobj -3952 0 obj +3964 0 obj << /Type /Pages /Count 6 -/Parent 5211 0 R -/Kids [3948 0 R 3960 0 R 3976 0 R 4030 0 R 4041 0 R 4048 0 R] +/Parent 5223 0 R +/Kids [3960 0 R 3972 0 R 3988 0 R 4042 0 R 4053 0 R 4060 0 R] >> endobj -4100 0 obj +4112 0 obj << /Type /Pages /Count 6 -/Parent 5211 0 R -/Kids [4092 0 R 4108 0 R 4126 0 R 4133 0 R 4142 0 R 4156 0 R] +/Parent 5223 0 R +/Kids [4104 0 R 4120 0 R 4138 0 R 4145 0 R 4154 0 R 4168 0 R] >> endobj -4167 0 obj +4179 0 obj << /Type /Pages /Count 6 -/Parent 5211 0 R -/Kids [4162 0 R 4172 0 R 4189 0 R 4197 0 R 4251 0 R 4265 0 R] +/Parent 5223 0 R +/Kids [4174 0 R 4184 0 R 4201 0 R 4209 0 R 4263 0 R 4277 0 R] >> endobj -4338 0 obj +4350 0 obj << /Type /Pages /Count 6 -/Parent 5211 0 R -/Kids [4332 0 R 4368 0 R 4424 0 R 4436 0 R 4498 0 R 4517 0 R] +/Parent 5223 0 R +/Kids [4344 0 R 4380 0 R 4436 0 R 4448 0 R 4510 0 R 4529 0 R] >> endobj -4533 0 obj +4545 0 obj << /Type /Pages /Count 6 -/Parent 5212 0 R -/Kids [4528 0 R 4537 0 R 4545 0 R 4567 0 R 4665 0 R 4674 0 R] +/Parent 5224 0 R +/Kids [4540 0 R 4549 0 R 4557 0 R 4579 0 R 4677 0 R 4686 0 R] >> endobj -4688 0 obj +4700 0 obj << /Type /Pages /Count 6 -/Parent 5212 0 R -/Kids [4683 0 R 4697 0 R 4704 0 R 4721 0 R 4737 0 R 4761 0 R] +/Parent 5224 0 R +/Kids [4695 0 R 4709 0 R 4716 0 R 4733 0 R 4749 0 R 4773 0 R] >> endobj -4808 0 obj +4820 0 obj << /Type /Pages /Count 6 -/Parent 5212 0 R -/Kids [4803 0 R 4837 0 R 4930 0 R 4937 0 R 4950 0 R 4971 0 R] +/Parent 5224 0 R +/Kids [4815 0 R 4849 0 R 4942 0 R 4949 0 R 4962 0 R 4983 0 R] >> endobj -5015 0 obj +5027 0 obj << /Type /Pages /Count 6 -/Parent 5212 0 R -/Kids [5009 0 R 5039 0 R 5064 0 R 5072 0 R 5078 0 R 5110 0 R] +/Parent 5224 0 R +/Kids [5021 0 R 5051 0 R 5076 0 R 5084 0 R 5090 0 R 5122 0 R] >> endobj -5120 0 obj +5132 0 obj << /Type /Pages /Count 5 -/Parent 5212 0 R -/Kids [5116 0 R 5122 0 R 5128 0 R 5133 0 R 5137 0 R] +/Parent 5224 0 R +/Kids [5128 0 R 5134 0 R 5140 0 R 5145 0 R 5149 0 R] >> endobj -5209 0 obj +5221 0 obj << /Type /Pages /Count 36 -/Parent 5213 0 R -/Kids [624 0 R 825 0 R 998 0 R 1272 0 R 1475 0 R 1879 0 R] +/Parent 5225 0 R +/Kids [624 0 R 819 0 R 1004 0 R 1279 0 R 1482 0 R 1886 0 R] >> endobj -5210 0 obj +5222 0 obj << /Type /Pages /Count 36 -/Parent 5213 0 R -/Kids [2095 0 R 2372 0 R 2621 0 R 3055 0 R 3400 0 R 3540 0 R] +/Parent 5225 0 R +/Kids [2103 0 R 2380 0 R 2629 0 R 3063 0 R 3408 0 R 3552 0 R] >> endobj -5211 0 obj +5223 0 obj << /Type /Pages /Count 36 -/Parent 5213 0 R -/Kids [3677 0 R 3886 0 R 3952 0 R 4100 0 R 4167 0 R 4338 0 R] +/Parent 5225 0 R +/Kids [3689 0 R 3898 0 R 3964 0 R 4112 0 R 4179 0 R 4350 0 R] >> endobj -5212 0 obj +5224 0 obj << /Type /Pages /Count 29 -/Parent 5213 0 R -/Kids [4533 0 R 4688 0 R 4808 0 R 5015 0 R 5120 0 R] +/Parent 5225 0 R +/Kids [4545 0 R 4700 0 R 4820 0 R 5027 0 R 5132 0 R] >> endobj -5213 0 obj +5225 0 obj << /Type /Pages /Count 137 -/Kids [5209 0 R 5210 0 R 5211 0 R 5212 0 R] +/Kids [5221 0 R 5222 0 R 5223 0 R 5224 0 R] >> endobj -5214 0 obj +5226 0 obj << /Type /Outlines /First 3 0 R @@ -71092,7 +71185,7 @@ endobj << /Title 612 0 R /A 609 0 R -/Parent 5214 0 R +/Parent 5226 0 R /Prev 543 0 R >> endobj @@ -71246,7 +71339,7 @@ endobj << /Title 544 0 R /A 541 0 R -/Parent 5214 0 R +/Parent 5226 0 R /Prev 287 0 R /Next 611 0 R /First 547 0 R @@ -71833,7 +71926,7 @@ endobj << /Title 288 0 R /A 285 0 R -/Parent 5214 0 R +/Parent 5226 0 R /Prev 279 0 R /Next 543 0 R /First 291 0 R @@ -71852,7 +71945,7 @@ endobj << /Title 280 0 R /A 277 0 R -/Parent 5214 0 R +/Parent 5226 0 R /Prev 255 0 R /Next 287 0 R /First 283 0 R @@ -71908,7 +72001,7 @@ endobj << /Title 256 0 R /A 253 0 R -/Parent 5214 0 R +/Parent 5226 0 R /Prev 223 0 R /Next 279 0 R /First 259 0 R @@ -71983,7 +72076,7 @@ endobj << /Title 224 0 R /A 221 0 R -/Parent 5214 0 R +/Parent 5226 0 R /Prev 191 0 R /Next 255 0 R /First 227 0 R @@ -72057,7 +72150,7 @@ endobj << /Title 192 0 R /A 189 0 R -/Parent 5214 0 R +/Parent 5226 0 R /Prev 151 0 R /Next 223 0 R /First 195 0 R @@ -72150,7 +72243,7 @@ endobj << /Title 152 0 R /A 149 0 R -/Parent 5214 0 R +/Parent 5226 0 R /Prev 63 0 R /Next 191 0 R /First 155 0 R @@ -72355,7 +72448,7 @@ endobj << /Title 64 0 R /A 61 0 R -/Parent 5214 0 R +/Parent 5226 0 R /Prev 31 0 R /Next 151 0 R /First 67 0 R @@ -72430,7 +72523,7 @@ endobj << /Title 32 0 R /A 29 0 R -/Parent 5214 0 R +/Parent 5226 0 R /Prev 7 0 R /Next 63 0 R /First 35 0 R @@ -72485,7 +72578,7 @@ endobj << /Title 8 0 R /A 5 0 R -/Parent 5214 0 R +/Parent 5226 0 R /Prev 3 0 R /Next 31 0 R /First 11 0 R @@ -72497,1513 +72590,1513 @@ endobj << /Title 4 0 R /A 1 0 R -/Parent 5214 0 R +/Parent 5226 0 R /Next 7 0 R >> endobj -5215 0 obj -<< -/Names [(Doc-Start) 618 0 R (Hfootnote.1) 821 0 R (Hfootnote.10) 932 0 R (Hfootnote.100) 2724 0 R (Hfootnote.101) 2725 0 R (Hfootnote.102) 2748 0 R] -/Limits [(Doc-Start) (Hfootnote.102)] ->> -endobj -5216 0 obj -<< -/Names [(Hfootnote.103) 2749 0 R (Hfootnote.104) 2792 0 R (Hfootnote.105) 2793 0 R (Hfootnote.106) 2794 0 R (Hfootnote.107) 2795 0 R (Hfootnote.108) 3176 0 R] -/Limits [(Hfootnote.103) (Hfootnote.108)] ->> -endobj -5217 0 obj -<< -/Names [(Hfootnote.109) 3177 0 R (Hfootnote.11) 933 0 R (Hfootnote.110) 3178 0 R (Hfootnote.111) 3179 0 R (Hfootnote.112) 3180 0 R (Hfootnote.113) 3272 0 R] -/Limits [(Hfootnote.109) (Hfootnote.113)] ->> -endobj -5218 0 obj -<< -/Names [(Hfootnote.114) 3273 0 R (Hfootnote.115) 3300 0 R (Hfootnote.116) 3333 0 R (Hfootnote.117) 3334 0 R (Hfootnote.118) 3399 0 R (Hfootnote.119) 3461 0 R] -/Limits [(Hfootnote.114) (Hfootnote.119)] ->> -endobj -5219 0 obj -<< -/Names [(Hfootnote.12) 935 0 R (Hfootnote.120) 3530 0 R (Hfootnote.121) 3531 0 R (Hfootnote.122) 3532 0 R (Hfootnote.123) 3592 0 R (Hfootnote.124) 3593 0 R] -/Limits [(Hfootnote.12) (Hfootnote.124)] ->> -endobj -5220 0 obj -<< -/Names [(Hfootnote.125) 3594 0 R (Hfootnote.126) 3595 0 R (Hfootnote.127) 3605 0 R (Hfootnote.128) 3676 0 R (Hfootnote.129) 3724 0 R (Hfootnote.13) 961 0 R] -/Limits [(Hfootnote.125) (Hfootnote.13)] ->> -endobj -5221 0 obj -<< -/Names [(Hfootnote.130) 3725 0 R (Hfootnote.131) 3810 0 R (Hfootnote.132) 3811 0 R (Hfootnote.133) 3861 0 R (Hfootnote.134) 3862 0 R (Hfootnote.135) 3876 0 R] -/Limits [(Hfootnote.130) (Hfootnote.135)] ->> -endobj -5222 0 obj -<< -/Names [(Hfootnote.136) 3877 0 R (Hfootnote.137) 3902 0 R (Hfootnote.138) 3916 0 R (Hfootnote.139) 3917 0 R (Hfootnote.14) 962 0 R (Hfootnote.140) 3918 0 R] -/Limits [(Hfootnote.136) (Hfootnote.140)] ->> -endobj -5223 0 obj -<< -/Names [(Hfootnote.141) 3919 0 R (Hfootnote.142) 3920 0 R (Hfootnote.143) 3928 0 R (Hfootnote.144) 3929 0 R (Hfootnote.145) 3930 0 R (Hfootnote.146) 3931 0 R] -/Limits [(Hfootnote.141) (Hfootnote.146)] ->> -endobj -5224 0 obj -<< -/Names [(Hfootnote.147) 3938 0 R (Hfootnote.148) 3945 0 R (Hfootnote.149) 3964 0 R (Hfootnote.15) 964 0 R (Hfootnote.150) 3965 0 R (Hfootnote.151) 4033 0 R] -/Limits [(Hfootnote.147) (Hfootnote.151)] ->> -endobj -5225 0 obj -<< -/Names [(Hfootnote.152) 4034 0 R (Hfootnote.153) 4035 0 R (Hfootnote.154) 4036 0 R (Hfootnote.155) 4037 0 R (Hfootnote.156) 4053 0 R (Hfootnote.157) 4054 0 R] -/Limits [(Hfootnote.152) (Hfootnote.157)] ->> -endobj -5226 0 obj -<< -/Names [(Hfootnote.158) 4098 0 R (Hfootnote.159) 4099 0 R (Hfootnote.16) 965 0 R (Hfootnote.160) 4114 0 R (Hfootnote.161) 4115 0 R (Hfootnote.162) 4116 0 R] -/Limits [(Hfootnote.158) (Hfootnote.162)] ->> -endobj 5227 0 obj << -/Names [(Hfootnote.163) 4117 0 R (Hfootnote.164) 4118 0 R (Hfootnote.165) 4129 0 R (Hfootnote.166) 4147 0 R (Hfootnote.167) 4160 0 R (Hfootnote.168) 4166 0 R] -/Limits [(Hfootnote.163) (Hfootnote.168)] +/Names [(Doc-Start) 618 0 R (Hfootnote.1) 837 0 R (Hfootnote.10) 944 0 R (Hfootnote.100) 2756 0 R (Hfootnote.101) 2757 0 R (Hfootnote.102) 2800 0 R] +/Limits [(Doc-Start) (Hfootnote.102)] >> endobj 5228 0 obj << -/Names [(Hfootnote.169) 4193 0 R (Hfootnote.17) 966 0 R (Hfootnote.170) 4202 0 R (Hfootnote.171) 4256 0 R (Hfootnote.172) 4257 0 R (Hfootnote.173) 4258 0 R] -/Limits [(Hfootnote.169) (Hfootnote.173)] +/Names [(Hfootnote.103) 2801 0 R (Hfootnote.104) 2802 0 R (Hfootnote.105) 2803 0 R (Hfootnote.106) 3184 0 R (Hfootnote.107) 3185 0 R (Hfootnote.108) 3186 0 R] +/Limits [(Hfootnote.103) (Hfootnote.108)] >> endobj 5229 0 obj << -/Names [(Hfootnote.174) 4259 0 R (Hfootnote.175) 4260 0 R (Hfootnote.176) 4271 0 R (Hfootnote.177) 4272 0 R (Hfootnote.178) 4337 0 R (Hfootnote.179) 4373 0 R] -/Limits [(Hfootnote.174) (Hfootnote.179)] +/Names [(Hfootnote.109) 3187 0 R (Hfootnote.11) 945 0 R (Hfootnote.110) 3188 0 R (Hfootnote.111) 3280 0 R (Hfootnote.112) 3281 0 R (Hfootnote.113) 3308 0 R] +/Limits [(Hfootnote.109) (Hfootnote.113)] >> endobj 5230 0 obj << -/Names [(Hfootnote.18) 967 0 R (Hfootnote.180) 4374 0 R (Hfootnote.181) 4375 0 R (Hfootnote.182) 4376 0 R (Hfootnote.183) 4429 0 R (Hfootnote.184) 4441 0 R] -/Limits [(Hfootnote.18) (Hfootnote.184)] +/Names [(Hfootnote.114) 3341 0 R (Hfootnote.115) 3342 0 R (Hfootnote.116) 3407 0 R (Hfootnote.117) 3469 0 R (Hfootnote.118) 3542 0 R (Hfootnote.119) 3543 0 R] +/Limits [(Hfootnote.114) (Hfootnote.119)] >> endobj 5231 0 obj << -/Names [(Hfootnote.185) 4502 0 R (Hfootnote.186) 4503 0 R (Hfootnote.187) 4504 0 R (Hfootnote.188) 4520 0 R (Hfootnote.189) 4521 0 R (Hfootnote.19) 979 0 R] -/Limits [(Hfootnote.185) (Hfootnote.19)] +/Names [(Hfootnote.12) 946 0 R (Hfootnote.120) 3544 0 R (Hfootnote.121) 3604 0 R (Hfootnote.122) 3605 0 R (Hfootnote.123) 3606 0 R (Hfootnote.124) 3607 0 R] +/Limits [(Hfootnote.12) (Hfootnote.124)] >> endobj 5232 0 obj << -/Names [(Hfootnote.190) 4532 0 R (Hfootnote.191) 4542 0 R (Hfootnote.192) 4543 0 R (Hfootnote.193) 4573 0 R (Hfootnote.194) 4668 0 R (Hfootnote.195) 4669 0 R] -/Limits [(Hfootnote.190) (Hfootnote.195)] +/Names [(Hfootnote.125) 3617 0 R (Hfootnote.126) 3688 0 R (Hfootnote.127) 3736 0 R (Hfootnote.128) 3737 0 R (Hfootnote.129) 3822 0 R (Hfootnote.13) 948 0 R] +/Limits [(Hfootnote.125) (Hfootnote.13)] >> endobj 5233 0 obj << -/Names [(Hfootnote.196) 4670 0 R (Hfootnote.197) 4671 0 R (Hfootnote.198) 4672 0 R (Hfootnote.199) 4724 0 R (Hfootnote.2) 823 0 R (Hfootnote.20) 996 0 R] -/Limits [(Hfootnote.196) (Hfootnote.20)] +/Names [(Hfootnote.130) 3823 0 R (Hfootnote.131) 3873 0 R (Hfootnote.132) 3874 0 R (Hfootnote.133) 3888 0 R (Hfootnote.134) 3889 0 R (Hfootnote.135) 3914 0 R] +/Limits [(Hfootnote.130) (Hfootnote.135)] >> endobj 5234 0 obj << -/Names [(Hfootnote.200) 4725 0 R (Hfootnote.201) 4726 0 R (Hfootnote.202) 4727 0 R (Hfootnote.203) 4728 0 R (Hfootnote.204) 4730 0 R (Hfootnote.205) 4731 0 R] -/Limits [(Hfootnote.200) (Hfootnote.205)] +/Names [(Hfootnote.136) 3928 0 R (Hfootnote.137) 3929 0 R (Hfootnote.138) 3930 0 R (Hfootnote.139) 3931 0 R (Hfootnote.14) 949 0 R (Hfootnote.140) 3932 0 R] +/Limits [(Hfootnote.136) (Hfootnote.140)] >> endobj 5235 0 obj << -/Names [(Hfootnote.206) 4742 0 R (Hfootnote.207) 4743 0 R (Hfootnote.208) 4766 0 R (Hfootnote.209) 4767 0 R (Hfootnote.21) 997 0 R (Hfootnote.210) 4843 0 R] -/Limits [(Hfootnote.206) (Hfootnote.210)] +/Names [(Hfootnote.141) 3940 0 R (Hfootnote.142) 3941 0 R (Hfootnote.143) 3942 0 R (Hfootnote.144) 3943 0 R (Hfootnote.145) 3950 0 R (Hfootnote.146) 3957 0 R] +/Limits [(Hfootnote.141) (Hfootnote.146)] >> endobj 5236 0 obj << -/Names [(Hfootnote.211) 4844 0 R (Hfootnote.212) 4845 0 R (Hfootnote.213) 4933 0 R (Hfootnote.214) 4934 0 R (Hfootnote.215) 4941 0 R (Hfootnote.216) 4942 0 R] -/Limits [(Hfootnote.211) (Hfootnote.216)] +/Names [(Hfootnote.147) 3976 0 R (Hfootnote.148) 3977 0 R (Hfootnote.149) 4045 0 R (Hfootnote.15) 975 0 R (Hfootnote.150) 4046 0 R (Hfootnote.151) 4047 0 R] +/Limits [(Hfootnote.147) (Hfootnote.151)] >> endobj 5237 0 obj << -/Names [(Hfootnote.217) 4943 0 R (Hfootnote.218) 4944 0 R (Hfootnote.219) 4976 0 R (Hfootnote.22) 1074 0 R (Hfootnote.220) 5068 0 R (Hfootnote.221) 5114 0 R] -/Limits [(Hfootnote.217) (Hfootnote.221)] +/Names [(Hfootnote.152) 4048 0 R (Hfootnote.153) 4049 0 R (Hfootnote.154) 4065 0 R (Hfootnote.155) 4066 0 R (Hfootnote.156) 4110 0 R (Hfootnote.157) 4111 0 R] +/Limits [(Hfootnote.152) (Hfootnote.157)] >> endobj 5238 0 obj << -/Names [(Hfootnote.23) 1075 0 R (Hfootnote.24) 1128 0 R (Hfootnote.25) 1129 0 R (Hfootnote.26) 1130 0 R (Hfootnote.27) 1131 0 R (Hfootnote.28) 1132 0 R] -/Limits [(Hfootnote.23) (Hfootnote.28)] +/Names [(Hfootnote.158) 4126 0 R (Hfootnote.159) 4127 0 R (Hfootnote.16) 976 0 R (Hfootnote.160) 4128 0 R (Hfootnote.161) 4129 0 R (Hfootnote.162) 4130 0 R] +/Limits [(Hfootnote.158) (Hfootnote.162)] >> endobj 5239 0 obj << -/Names [(Hfootnote.29) 1133 0 R (Hfootnote.3) 824 0 R (Hfootnote.30) 1134 0 R (Hfootnote.31) 1148 0 R (Hfootnote.32) 1269 0 R (Hfootnote.33) 1270 0 R] -/Limits [(Hfootnote.29) (Hfootnote.33)] +/Names [(Hfootnote.163) 4141 0 R (Hfootnote.164) 4159 0 R (Hfootnote.165) 4172 0 R (Hfootnote.166) 4178 0 R (Hfootnote.167) 4205 0 R (Hfootnote.168) 4214 0 R] +/Limits [(Hfootnote.163) (Hfootnote.168)] >> endobj 5240 0 obj << -/Names [(Hfootnote.34) 1271 0 R (Hfootnote.35) 1293 0 R (Hfootnote.36) 1294 0 R (Hfootnote.37) 1295 0 R (Hfootnote.38) 1296 0 R (Hfootnote.39) 1297 0 R] -/Limits [(Hfootnote.34) (Hfootnote.39)] +/Names [(Hfootnote.169) 4268 0 R (Hfootnote.17) 977 0 R (Hfootnote.170) 4269 0 R (Hfootnote.171) 4270 0 R (Hfootnote.172) 4271 0 R (Hfootnote.173) 4272 0 R] +/Limits [(Hfootnote.169) (Hfootnote.173)] >> endobj 5241 0 obj << -/Names [(Hfootnote.4) 852 0 R (Hfootnote.40) 1298 0 R (Hfootnote.41) 1299 0 R (Hfootnote.42) 1300 0 R (Hfootnote.43) 1324 0 R (Hfootnote.44) 1325 0 R] -/Limits [(Hfootnote.4) (Hfootnote.44)] +/Names [(Hfootnote.174) 4283 0 R (Hfootnote.175) 4284 0 R (Hfootnote.176) 4349 0 R (Hfootnote.177) 4385 0 R (Hfootnote.178) 4386 0 R (Hfootnote.179) 4387 0 R] +/Limits [(Hfootnote.174) (Hfootnote.179)] >> endobj 5242 0 obj << -/Names [(Hfootnote.45) 1326 0 R (Hfootnote.46) 1327 0 R (Hfootnote.47) 1328 0 R (Hfootnote.48) 1345 0 R (Hfootnote.49) 1346 0 R (Hfootnote.5) 853 0 R] -/Limits [(Hfootnote.45) (Hfootnote.5)] +/Names [(Hfootnote.18) 1002 0 R (Hfootnote.180) 4388 0 R (Hfootnote.181) 4441 0 R (Hfootnote.182) 4453 0 R (Hfootnote.183) 4514 0 R (Hfootnote.184) 4515 0 R] +/Limits [(Hfootnote.18) (Hfootnote.184)] >> endobj 5243 0 obj << -/Names [(Hfootnote.50) 1347 0 R (Hfootnote.51) 1348 0 R (Hfootnote.52) 1389 0 R (Hfootnote.53) 1427 0 R (Hfootnote.54) 1428 0 R (Hfootnote.55) 1471 0 R] -/Limits [(Hfootnote.50) (Hfootnote.55)] +/Names [(Hfootnote.185) 4516 0 R (Hfootnote.186) 4532 0 R (Hfootnote.187) 4533 0 R (Hfootnote.188) 4544 0 R (Hfootnote.189) 4554 0 R (Hfootnote.19) 1003 0 R] +/Limits [(Hfootnote.185) (Hfootnote.19)] >> endobj 5244 0 obj << -/Names [(Hfootnote.56) 1472 0 R (Hfootnote.57) 1473 0 R (Hfootnote.58) 1474 0 R (Hfootnote.59) 1521 0 R (Hfootnote.6) 854 0 R (Hfootnote.60) 1522 0 R] -/Limits [(Hfootnote.56) (Hfootnote.60)] +/Names [(Hfootnote.190) 4555 0 R (Hfootnote.191) 4585 0 R (Hfootnote.192) 4680 0 R (Hfootnote.193) 4681 0 R (Hfootnote.194) 4682 0 R (Hfootnote.195) 4683 0 R] +/Limits [(Hfootnote.190) (Hfootnote.195)] >> endobj 5245 0 obj << -/Names [(Hfootnote.61) 1523 0 R (Hfootnote.62) 1524 0 R (Hfootnote.63) 1525 0 R (Hfootnote.64) 1877 0 R (Hfootnote.65) 1878 0 R (Hfootnote.66) 1987 0 R] -/Limits [(Hfootnote.61) (Hfootnote.66)] +/Names [(Hfootnote.196) 4684 0 R (Hfootnote.197) 4736 0 R (Hfootnote.198) 4737 0 R (Hfootnote.199) 4738 0 R (Hfootnote.2) 839 0 R (Hfootnote.20) 1081 0 R] +/Limits [(Hfootnote.196) (Hfootnote.20)] >> endobj 5246 0 obj << -/Names [(Hfootnote.67) 1988 0 R (Hfootnote.68) 2019 0 R (Hfootnote.69) 2020 0 R (Hfootnote.7) 896 0 R (Hfootnote.70) 2046 0 R (Hfootnote.71) 2277 0 R] -/Limits [(Hfootnote.67) (Hfootnote.71)] +/Names [(Hfootnote.200) 4739 0 R (Hfootnote.201) 4740 0 R (Hfootnote.202) 4742 0 R (Hfootnote.203) 4743 0 R (Hfootnote.204) 4754 0 R (Hfootnote.205) 4755 0 R] +/Limits [(Hfootnote.200) (Hfootnote.205)] >> endobj 5247 0 obj << -/Names [(Hfootnote.72) 2278 0 R (Hfootnote.73) 2279 0 R (Hfootnote.74) 2280 0 R (Hfootnote.75) 2315 0 R (Hfootnote.76) 2316 0 R (Hfootnote.77) 2317 0 R] -/Limits [(Hfootnote.72) (Hfootnote.77)] +/Names [(Hfootnote.206) 4778 0 R (Hfootnote.207) 4779 0 R (Hfootnote.208) 4855 0 R (Hfootnote.209) 4856 0 R (Hfootnote.21) 1082 0 R (Hfootnote.210) 4857 0 R] +/Limits [(Hfootnote.206) (Hfootnote.210)] >> endobj 5248 0 obj << -/Names [(Hfootnote.78) 2318 0 R (Hfootnote.79) 2326 0 R (Hfootnote.8) 897 0 R (Hfootnote.80) 2366 0 R (Hfootnote.81) 2367 0 R (Hfootnote.82) 2368 0 R] -/Limits [(Hfootnote.78) (Hfootnote.82)] +/Names [(Hfootnote.211) 4945 0 R (Hfootnote.212) 4946 0 R (Hfootnote.213) 4953 0 R (Hfootnote.214) 4954 0 R (Hfootnote.215) 4955 0 R (Hfootnote.216) 4956 0 R] +/Limits [(Hfootnote.211) (Hfootnote.216)] >> endobj 5249 0 obj << -/Names [(Hfootnote.83) 2369 0 R (Hfootnote.84) 2370 0 R (Hfootnote.85) 2371 0 R (Hfootnote.86) 2386 0 R (Hfootnote.87) 2463 0 R (Hfootnote.88) 2464 0 R] -/Limits [(Hfootnote.83) (Hfootnote.88)] +/Names [(Hfootnote.217) 4988 0 R (Hfootnote.218) 5080 0 R (Hfootnote.219) 5126 0 R (Hfootnote.22) 1135 0 R (Hfootnote.23) 1136 0 R (Hfootnote.24) 1137 0 R] +/Limits [(Hfootnote.217) (Hfootnote.24)] >> endobj 5250 0 obj << -/Names [(Hfootnote.89) 2541 0 R (Hfootnote.9) 931 0 R (Hfootnote.90) 2620 0 R (Hfootnote.91) 2677 0 R (Hfootnote.92) 2678 0 R (Hfootnote.93) 2715 0 R] -/Limits [(Hfootnote.89) (Hfootnote.93)] +/Names [(Hfootnote.25) 1138 0 R (Hfootnote.26) 1139 0 R (Hfootnote.27) 1140 0 R (Hfootnote.28) 1141 0 R (Hfootnote.29) 1155 0 R (Hfootnote.3) 863 0 R] +/Limits [(Hfootnote.25) (Hfootnote.3)] >> endobj 5251 0 obj << -/Names [(Hfootnote.94) 2716 0 R (Hfootnote.95) 2717 0 R (Hfootnote.96) 2718 0 R (Hfootnote.97) 2719 0 R (Hfootnote.98) 2720 0 R (Hfootnote.99) 2721 0 R] -/Limits [(Hfootnote.94) (Hfootnote.99)] +/Names [(Hfootnote.30) 1276 0 R (Hfootnote.31) 1277 0 R (Hfootnote.32) 1278 0 R (Hfootnote.33) 1300 0 R (Hfootnote.34) 1301 0 R (Hfootnote.35) 1302 0 R] +/Limits [(Hfootnote.30) (Hfootnote.35)] >> endobj 5252 0 obj << -/Names [(cite.QCDorWhat) 828 0 R (cite.aebasic) 871 0 R (cite.aecombine) 903 0 R (cite.aeforanomaly) 905 0 R (cite.aeforanomalyphys) 906 0 R (cite.aeforcompress) 901 0 R] -/Limits [(cite.QCDorWhat) (cite.aeforcompress)] +/Names [(Hfootnote.36) 1303 0 R (Hfootnote.37) 1304 0 R (Hfootnote.38) 1305 0 R (Hfootnote.39) 1306 0 R (Hfootnote.4) 864 0 R (Hfootnote.40) 1307 0 R] +/Limits [(Hfootnote.36) (Hfootnote.40)] >> endobj 5253 0 obj << -/Names [(cite.aeforfault) 908 0 R (cite.aeforfraud) 909 0 R (cite.aeforgen) 902 0 R (cite.aeformotors) 910 0 R (cite.aefornuclear) 911 0 R (cite.aeforpurity) 907 0 R] -/Limits [(cite.aeforfault) (cite.aeforpurity)] +/Names [(Hfootnote.41) 1331 0 R (Hfootnote.42) 1332 0 R (Hfootnote.43) 1333 0 R (Hfootnote.44) 1334 0 R (Hfootnote.45) 1335 0 R (Hfootnote.46) 1352 0 R] +/Limits [(Hfootnote.41) (Hfootnote.46)] >> endobj 5254 0 obj << -/Names [(cite.batchnorm) 1301 0 R (cite.binclass) 1020 0 R (cite.data) 1104 0 R (cite.delphes) 3387 0 R (cite.diagramms) 4947 0 R (cite.diffpool) 980 0 R] -/Limits [(cite.batchnorm) (cite.diffpool)] +/Names [(Hfootnote.47) 1353 0 R (Hfootnote.48) 1354 0 R (Hfootnote.49) 1355 0 R (Hfootnote.5) 865 0 R (Hfootnote.50) 1396 0 R (Hfootnote.51) 1434 0 R] +/Limits [(Hfootnote.47) (Hfootnote.51)] >> endobj 5255 0 obj << -/Names [(cite.feyngen) 5036 0 R (cite.globalavpool) 974 0 R (cite.gnnforchemistry) 970 0 R (cite.gnnformedicine) 971 0 R (cite.gnnoverview) 827 0 R (cite.graphbasic) 912 0 R] -/Limits [(cite.feyngen) (cite.graphbasic)] +/Names [(Hfootnote.52) 1435 0 R (Hfootnote.53) 1478 0 R (Hfootnote.54) 1479 0 R (Hfootnote.55) 1480 0 R (Hfootnote.56) 1481 0 R (Hfootnote.57) 1528 0 R] +/Limits [(Hfootnote.52) (Hfootnote.57)] >> endobj 5256 0 obj << -/Names [(cite.graphsoc) 968 0 R (cite.graphunets) 982 0 R (cite.iforest) 4101 0 R (cite.jetdm) 826 0 R (cite.kipfetal) 973 0 R (cite.latentspace) 2856 0 R] -/Limits [(cite.graphsoc) (cite.latentspace)] +/Names [(Hfootnote.58) 1529 0 R (Hfootnote.59) 1530 0 R (Hfootnote.6) 910 0 R (Hfootnote.60) 1531 0 R (Hfootnote.61) 1532 0 R (Hfootnote.62) 1884 0 R] +/Limits [(Hfootnote.58) (Hfootnote.62)] >> endobj 5257 0 obj << -/Names [(cite.ldm) 3181 0 R (cite.leakage) 3182 0 R (cite.madgraph) 3385 0 R (cite.mincutpool) 981 0 R (cite.mnist) 4418 0 R (cite.ostagram) 904 0 R] -/Limits [(cite.ldm) (cite.ostagram)] +/Names [(Hfootnote.63) 1885 0 R (Hfootnote.64) 1994 0 R (Hfootnote.65) 1995 0 R (Hfootnote.66) 2026 0 R (Hfootnote.67) 2027 0 R (Hfootnote.68) 2053 0 R] +/Limits [(Hfootnote.63) (Hfootnote.68)] >> endobj 5258 0 obj << -/Names [(cite.pairpot) 969 0 R (cite.particleNet) 4522 0 R (cite.pythia) 3386 0 R (cite.quarkdata) 3388 0 R (cite.setelectron) 4431 0 R (cite.setmuon) 4430 0 R] -/Limits [(cite.pairpot) (cite.setmuon)] +/Names [(Hfootnote.69) 2285 0 R (Hfootnote.7) 911 0 R (Hfootnote.70) 2286 0 R (Hfootnote.71) 2287 0 R (Hfootnote.72) 2288 0 R (Hfootnote.73) 2323 0 R] +/Limits [(Hfootnote.69) (Hfootnote.73)] >> endobj 5259 0 obj << -/Names [(cite.thorb) 2281 0 R (cite.topquark) 829 0 R (cite.toptagref) 972 0 R (cite.variationalae) 913 0 R (equation.3.1) 1266 0 R (equation.3.2) 1267 0 R] -/Limits [(cite.thorb) (equation.3.2)] +/Names [(Hfootnote.74) 2324 0 R (Hfootnote.75) 2325 0 R (Hfootnote.76) 2326 0 R (Hfootnote.77) 2334 0 R (Hfootnote.78) 2374 0 R (Hfootnote.79) 2375 0 R] +/Limits [(Hfootnote.74) (Hfootnote.79)] >> endobj 5260 0 obj << -/Names [(equation.3.3) 1268 0 R (equation.3.4) 1342 0 R (equation.3.5) 1426 0 R (equation.4.1) 2013 0 R (equation.4.2) 2014 0 R (equation.4.3) 2015 0 R] -/Limits [(equation.3.3) (equation.4.3)] +/Names [(Hfootnote.8) 912 0 R (Hfootnote.80) 2376 0 R (Hfootnote.81) 2377 0 R (Hfootnote.82) 2378 0 R (Hfootnote.83) 2379 0 R (Hfootnote.84) 2394 0 R] +/Limits [(Hfootnote.8) (Hfootnote.84)] >> endobj 5261 0 obj << -/Names [(equation.4.4) 2016 0 R (equation.5.1) 2363 0 R (equation.5.2) 2364 0 R (equation.5.3) 2365 0 R (equation.5.4) 2617 0 R (equation.9.1) 4095 0 R] -/Limits [(equation.4.4) (equation.9.1)] +/Names [(Hfootnote.85) 2471 0 R (Hfootnote.86) 2472 0 R (Hfootnote.87) 2549 0 R (Hfootnote.88) 2628 0 R (Hfootnote.89) 2685 0 R (Hfootnote.9) 913 0 R] +/Limits [(Hfootnote.85) (Hfootnote.9)] >> endobj 5262 0 obj << -/Names [(equation.9.10) 4540 0 R (equation.9.11) 4541 0 R (equation.9.2) 4096 0 R (equation.9.3) 4097 0 R (equation.9.4) 4111 0 R (equation.9.5) 4112 0 R] -/Limits [(equation.9.10) (equation.9.5)] +/Names [(Hfootnote.90) 2686 0 R (Hfootnote.91) 2723 0 R (Hfootnote.92) 2724 0 R (Hfootnote.93) 2725 0 R (Hfootnote.94) 2726 0 R (Hfootnote.95) 2727 0 R] +/Limits [(Hfootnote.90) (Hfootnote.95)] >> endobj 5263 0 obj << -/Names [(equation.9.6) 4113 0 R (equation.9.7) 4145 0 R (equation.9.8) 4254 0 R (equation.9.9) 4255 0 R (figure.caption.10) 1147 0 R (figure.caption.100) 4501 0 R] -/Limits [(equation.9.6) (figure.caption.100)] +/Names [(Hfootnote.96) 2728 0 R (Hfootnote.97) 2729 0 R (Hfootnote.98) 2732 0 R (Hfootnote.99) 2733 0 R (cite.QCDorWhat) 825 0 R (cite.aebasic) 841 0 R] +/Limits [(Hfootnote.96) (cite.aebasic)] >> endobj 5264 0 obj << -/Names [(figure.caption.101) 4531 0 R (figure.caption.102) 4548 0 R (figure.caption.103) 4549 0 R (figure.caption.104) 4570 0 R (figure.caption.105) 4572 0 R (figure.caption.106) 4677 0 R] -/Limits [(figure.caption.101) (figure.caption.106)] +/Names [(cite.aecombine) 884 0 R (cite.aeforanomaly) 919 0 R (cite.aeforanomalyphys) 920 0 R (cite.aeforcompress) 882 0 R (cite.aeforfault) 922 0 R (cite.aeforfraud) 923 0 R] +/Limits [(cite.aecombine) (cite.aeforfraud)] >> endobj 5265 0 obj << -/Names [(figure.caption.107) 4678 0 R (figure.caption.108) 4679 0 R (figure.caption.109) 4686 0 R (figure.caption.11) 1212 0 R (figure.caption.111) 4700 0 R (figure.caption.112) 4701 0 R] -/Limits [(figure.caption.107) (figure.caption.112)] +/Names [(cite.aeforgen) 883 0 R (cite.aeformotors) 924 0 R (cite.aefornuclear) 925 0 R (cite.aeforpurity) 921 0 R (cite.batchnorm) 1308 0 R (cite.binclass) 1026 0 R] +/Limits [(cite.aeforgen) (cite.binclass)] >> endobj 5266 0 obj << -/Names [(figure.caption.113) 4740 0 R (figure.caption.114) 4764 0 R (figure.caption.115) 4806 0 R (figure.caption.116) 4840 0 R (figure.caption.117) 4842 0 R (figure.caption.118) 4940 0 R] -/Limits [(figure.caption.113) (figure.caption.118)] +/Names [(cite.data) 1111 0 R (cite.delphes) 3395 0 R (cite.diagramms) 4959 0 R (cite.diffpool) 984 0 R (cite.dlatlhc) 822 0 R (cite.feyngen) 5048 0 R] +/Limits [(cite.data) (cite.feyngen)] >> endobj 5267 0 obj << -/Names [(figure.caption.119) 4953 0 R (figure.caption.12) 1343 0 R (figure.caption.120) 4974 0 R (figure.caption.121) 5012 0 R (figure.caption.122) 5014 0 R (figure.caption.123) 5042 0 R] -/Limits [(figure.caption.119) (figure.caption.123)] +/Names [(cite.globalavpool) 987 0 R (cite.gnnforchemistry) 980 0 R (cite.gnnformedicine) 981 0 R (cite.gnnoverview) 824 0 R (cite.graphbasic) 926 0 R (cite.graphsoc) 978 0 R] +/Limits [(cite.globalavpool) (cite.graphsoc)] >> endobj 5268 0 obj << -/Names [(figure.caption.124) 5043 0 R (figure.caption.125) 5067 0 R (figure.caption.126) 5075 0 R (figure.caption.127) 5081 0 R (figure.caption.128) 5113 0 R (figure.caption.129) 5119 0 R] -/Limits [(figure.caption.124) (figure.caption.129)] +/Names [(cite.graphunets) 986 0 R (cite.high1) 820 0 R (cite.iforest) 4113 0 R (cite.jetdm) 823 0 R (cite.kipfetal) 983 0 R (cite.latentspace) 2864 0 R] +/Limits [(cite.graphunets) (cite.latentspace)] >> endobj 5269 0 obj << -/Names [(figure.caption.13) 1387 0 R (figure.caption.130) 5125 0 R (figure.caption.14) 1424 0 R (figure.caption.15) 1469 0 R (figure.caption.16) 1534 0 R (figure.caption.17) 1536 0 R] -/Limits [(figure.caption.13) (figure.caption.17)] +/Names [(cite.ldm) 3189 0 R (cite.leakage) 3190 0 R (cite.madgraph) 3393 0 R (cite.measurehiggs) 821 0 R (cite.mincutpool) 985 0 R (cite.mnist) 4430 0 R] +/Limits [(cite.ldm) (cite.mnist)] >> endobj 5270 0 obj << -/Names [(figure.caption.18) 1622 0 R (figure.caption.19) 1624 0 R (figure.caption.2) 850 0 R (figure.caption.20) 1708 0 R (figure.caption.21) 1718 0 R (figure.caption.22) 1719 0 R] -/Limits [(figure.caption.18) (figure.caption.22)] +/Names [(cite.ostagram) 918 0 R (cite.pairpot) 979 0 R (cite.particleNet) 4534 0 R (cite.pythia) 3394 0 R (cite.quarkdata) 3396 0 R (cite.setelectron) 4443 0 R] +/Limits [(cite.ostagram) (cite.setelectron)] >> endobj 5271 0 obj << -/Names [(figure.caption.23) 1818 0 R (figure.caption.24) 1885 0 R (figure.caption.25) 1887 0 R (figure.caption.26) 1985 0 R (figure.caption.27) 2017 0 R (figure.caption.28) 2044 0 R] -/Limits [(figure.caption.23) (figure.caption.28)] +/Names [(cite.setmuon) 4442 0 R (cite.thorb) 2289 0 R (cite.topquark) 840 0 R (cite.toptagref) 982 0 R (cite.variationalae) 885 0 R (equation.3.1) 1273 0 R] +/Limits [(cite.setmuon) (equation.3.1)] >> endobj 5272 0 obj << -/Names [(figure.caption.29) 2084 0 R (figure.caption.3) 895 0 R (figure.caption.30) 2092 0 R (figure.caption.31) 2094 0 R (figure.caption.32) 2178 0 R (figure.caption.33) 2180 0 R] -/Limits [(figure.caption.29) (figure.caption.33)] +/Names [(equation.3.2) 1274 0 R (equation.3.3) 1275 0 R (equation.3.4) 1349 0 R (equation.3.5) 1433 0 R (equation.4.1) 2020 0 R (equation.4.2) 2021 0 R] +/Limits [(equation.3.2) (equation.4.2)] >> endobj 5273 0 obj << -/Names [(figure.caption.34) 2290 0 R (figure.caption.35) 2324 0 R (figure.caption.36) 2383 0 R (figure.caption.37) 2385 0 R (figure.caption.38) 2461 0 R (figure.caption.39) 2528 0 R] -/Limits [(figure.caption.34) (figure.caption.39)] +/Names [(equation.4.3) 2022 0 R (equation.4.4) 2023 0 R (equation.5.1) 2371 0 R (equation.5.2) 2372 0 R (equation.5.3) 2373 0 R (equation.5.4) 2625 0 R] +/Limits [(equation.4.3) (equation.5.4)] >> endobj 5274 0 obj << -/Names [(figure.caption.4) 930 0 R (figure.caption.40) 2529 0 R (figure.caption.41) 2539 0 R (figure.caption.42) 2584 0 R (figure.caption.43) 2586 0 R (figure.caption.44) 2618 0 R] -/Limits [(figure.caption.4) (figure.caption.44)] +/Names [(equation.9.1) 4107 0 R (equation.9.10) 4552 0 R (equation.9.11) 4553 0 R (equation.9.2) 4108 0 R (equation.9.3) 4109 0 R (equation.9.4) 4123 0 R] +/Limits [(equation.9.1) (equation.9.4)] >> endobj 5275 0 obj << -/Names [(figure.caption.45) 2675 0 R (figure.caption.46) 2746 0 R (figure.caption.47) 2790 0 R (figure.caption.48) 2868 0 R (figure.caption.49) 2870 0 R (figure.caption.50) 2871 0 R] -/Limits [(figure.caption.45) (figure.caption.50)] +/Names [(equation.9.5) 4124 0 R (equation.9.6) 4125 0 R (equation.9.7) 4157 0 R (equation.9.8) 4266 0 R (equation.9.9) 4267 0 R (figure.caption.10) 1154 0 R] +/Limits [(equation.9.5) (figure.caption.10)] >> endobj 5276 0 obj << -/Names [(figure.caption.51) 3052 0 R (figure.caption.52) 3054 0 R (figure.caption.53) 3189 0 R (figure.caption.54) 3191 0 R (figure.caption.55) 3270 0 R (figure.caption.56) 3298 0 R] -/Limits [(figure.caption.51) (figure.caption.56)] +/Names [(figure.caption.100) 4513 0 R (figure.caption.101) 4543 0 R (figure.caption.102) 4560 0 R (figure.caption.103) 4561 0 R (figure.caption.104) 4582 0 R (figure.caption.105) 4584 0 R] +/Limits [(figure.caption.100) (figure.caption.105)] >> endobj 5277 0 obj << -/Names [(figure.caption.57) 3331 0 R (figure.caption.58) 3397 0 R (figure.caption.59) 3458 0 R (figure.caption.6) 994 0 R (figure.caption.61) 3539 0 R (figure.caption.62) 3547 0 R] -/Limits [(figure.caption.57) (figure.caption.62)] +/Names [(figure.caption.106) 4689 0 R (figure.caption.107) 4690 0 R (figure.caption.108) 4691 0 R (figure.caption.109) 4698 0 R (figure.caption.11) 1219 0 R (figure.caption.111) 4712 0 R] +/Limits [(figure.caption.106) (figure.caption.111)] >> endobj 5278 0 obj << -/Names [(figure.caption.63) 3557 0 R (figure.caption.64) 3603 0 R (figure.caption.65) 3636 0 R (figure.caption.66) 3674 0 R (figure.caption.67) 3722 0 R (figure.caption.68) 3755 0 R] -/Limits [(figure.caption.63) (figure.caption.68)] +/Names [(figure.caption.112) 4713 0 R (figure.caption.113) 4752 0 R (figure.caption.114) 4776 0 R (figure.caption.115) 4818 0 R (figure.caption.116) 4852 0 R (figure.caption.117) 4854 0 R] +/Limits [(figure.caption.112) (figure.caption.117)] >> endobj 5279 0 obj << -/Names [(figure.caption.69) 3757 0 R (figure.caption.7) 1028 0 R (figure.caption.70) 3808 0 R (figure.caption.71) 3859 0 R (figure.caption.72) 3860 0 R (figure.caption.78) 3927 0 R] -/Limits [(figure.caption.69) (figure.caption.78)] +/Names [(figure.caption.118) 4952 0 R (figure.caption.119) 4965 0 R (figure.caption.12) 1350 0 R (figure.caption.120) 4986 0 R (figure.caption.121) 5024 0 R (figure.caption.122) 5026 0 R] +/Limits [(figure.caption.118) (figure.caption.122)] >> endobj 5280 0 obj << -/Names [(figure.caption.79) 3937 0 R (figure.caption.8) 1072 0 R (figure.caption.80) 3944 0 R (figure.caption.81) 3951 0 R (figure.caption.82) 3963 0 R (figure.caption.83) 3979 0 R] -/Limits [(figure.caption.79) (figure.caption.83)] +/Names [(figure.caption.123) 5054 0 R (figure.caption.124) 5055 0 R (figure.caption.125) 5079 0 R (figure.caption.126) 5087 0 R (figure.caption.127) 5093 0 R (figure.caption.128) 5125 0 R] +/Limits [(figure.caption.123) (figure.caption.128)] >> endobj 5281 0 obj << -/Names [(figure.caption.84) 4051 0 R (figure.caption.85) 4136 0 R (figure.caption.86) 4137 0 R (figure.caption.87) 4146 0 R (figure.caption.88) 4159 0 R (figure.caption.89) 4165 0 R] -/Limits [(figure.caption.84) (figure.caption.89)] +/Names [(figure.caption.129) 5131 0 R (figure.caption.13) 1394 0 R (figure.caption.130) 5137 0 R (figure.caption.14) 1431 0 R (figure.caption.15) 1476 0 R (figure.caption.16) 1541 0 R] +/Limits [(figure.caption.129) (figure.caption.16)] >> endobj 5282 0 obj << -/Names [(figure.caption.9) 1145 0 R (figure.caption.90) 4175 0 R (figure.caption.91) 4192 0 R (figure.caption.92) 4200 0 R (figure.caption.93) 4268 0 R (figure.caption.95) 4335 0 R] -/Limits [(figure.caption.9) (figure.caption.95)] +/Names [(figure.caption.17) 1543 0 R (figure.caption.18) 1629 0 R (figure.caption.19) 1631 0 R (figure.caption.2) 861 0 R (figure.caption.20) 1715 0 R (figure.caption.21) 1725 0 R] +/Limits [(figure.caption.17) (figure.caption.21)] >> endobj 5283 0 obj << -/Names [(figure.caption.96) 4371 0 R (figure.caption.99) 4439 0 R (page.1) 617 0 R (page.10) 978 0 R (page.100) 4267 0 R (page.101) 4334 0 R] -/Limits [(figure.caption.96) (page.101)] +/Names [(figure.caption.22) 1726 0 R (figure.caption.23) 1825 0 R (figure.caption.24) 1892 0 R (figure.caption.25) 1894 0 R (figure.caption.26) 1992 0 R (figure.caption.27) 2024 0 R] +/Limits [(figure.caption.22) (figure.caption.27)] >> endobj 5284 0 obj << -/Names [(page.102) 4370 0 R (page.103) 4426 0 R (page.104) 4438 0 R (page.105) 4500 0 R (page.106) 4519 0 R (page.107) 4530 0 R] -/Limits [(page.102) (page.107)] +/Names [(figure.caption.28) 2051 0 R (figure.caption.29) 2092 0 R (figure.caption.3) 909 0 R (figure.caption.30) 2100 0 R (figure.caption.31) 2102 0 R (figure.caption.32) 2186 0 R] +/Limits [(figure.caption.28) (figure.caption.32)] >> endobj 5285 0 obj << -/Names [(page.108) 4539 0 R (page.109) 4547 0 R (page.11) 992 0 R (page.110) 4569 0 R (page.111) 4667 0 R (page.112) 4676 0 R] -/Limits [(page.108) (page.112)] +/Names [(figure.caption.33) 2188 0 R (figure.caption.34) 2298 0 R (figure.caption.35) 2332 0 R (figure.caption.36) 2391 0 R (figure.caption.37) 2393 0 R (figure.caption.38) 2469 0 R] +/Limits [(figure.caption.33) (figure.caption.38)] >> endobj 5286 0 obj << -/Names [(page.113) 4685 0 R (page.114) 4699 0 R (page.115) 4706 0 R (page.116) 4723 0 R (page.117) 4739 0 R (page.118) 4763 0 R] -/Limits [(page.113) (page.118)] +/Names [(figure.caption.39) 2536 0 R (figure.caption.4) 943 0 R (figure.caption.40) 2537 0 R (figure.caption.41) 2547 0 R (figure.caption.42) 2592 0 R (figure.caption.43) 2594 0 R] +/Limits [(figure.caption.39) (figure.caption.43)] >> endobj 5287 0 obj << -/Names [(page.119) 4805 0 R (page.12) 1027 0 R (page.120) 4839 0 R (page.121) 4932 0 R (page.122) 4939 0 R (page.123) 4952 0 R] -/Limits [(page.119) (page.123)] +/Names [(figure.caption.44) 2626 0 R (figure.caption.45) 2683 0 R (figure.caption.46) 2754 0 R (figure.caption.47) 2798 0 R (figure.caption.48) 2876 0 R (figure.caption.49) 2878 0 R] +/Limits [(figure.caption.44) (figure.caption.49)] >> endobj 5288 0 obj << -/Names [(page.124) 4973 0 R (page.125) 5011 0 R (page.126) 5041 0 R (page.127) 5066 0 R (page.128) 5074 0 R (page.129) 5080 0 R] -/Limits [(page.124) (page.129)] +/Names [(figure.caption.50) 2879 0 R (figure.caption.51) 3060 0 R (figure.caption.52) 3062 0 R (figure.caption.53) 3197 0 R (figure.caption.54) 3199 0 R (figure.caption.55) 3278 0 R] +/Limits [(figure.caption.50) (figure.caption.55)] >> endobj 5289 0 obj << -/Names [(page.13) 1071 0 R (page.130) 5112 0 R (page.131) 5118 0 R (page.132) 5124 0 R (page.133) 5130 0 R (page.134) 5135 0 R] -/Limits [(page.13) (page.134)] +/Names [(figure.caption.56) 3306 0 R (figure.caption.57) 3339 0 R (figure.caption.58) 3405 0 R (figure.caption.59) 3466 0 R (figure.caption.6) 1000 0 R (figure.caption.61) 3551 0 R] +/Limits [(figure.caption.56) (figure.caption.61)] >> endobj 5290 0 obj << -/Names [(page.135) 5139 0 R (page.14) 1123 0 R (page.15) 1144 0 R (page.16) 1211 0 R (page.17) 1265 0 R (page.18) 1292 0 R] -/Limits [(page.135) (page.18)] +/Names [(figure.caption.62) 3559 0 R (figure.caption.63) 3569 0 R (figure.caption.64) 3615 0 R (figure.caption.65) 3648 0 R (figure.caption.66) 3686 0 R (figure.caption.67) 3734 0 R] +/Limits [(figure.caption.62) (figure.caption.67)] >> endobj 5291 0 obj << -/Names [(page.19) 1323 0 R (page.2) 729 0 R (page.20) 1341 0 R (page.21) 1386 0 R (page.22) 1423 0 R (page.23) 1467 0 R] -/Limits [(page.19) (page.23)] +/Names [(figure.caption.68) 3767 0 R (figure.caption.69) 3769 0 R (figure.caption.7) 1034 0 R (figure.caption.70) 3820 0 R (figure.caption.71) 3871 0 R (figure.caption.72) 3872 0 R] +/Limits [(figure.caption.68) (figure.caption.72)] >> endobj 5292 0 obj << -/Names [(page.24) 1520 0 R (page.25) 1533 0 R (page.26) 1621 0 R (page.27) 1716 0 R (page.28) 1817 0 R (page.29) 1876 0 R] -/Limits [(page.24) (page.29)] +/Names [(figure.caption.78) 3939 0 R (figure.caption.79) 3949 0 R (figure.caption.8) 1079 0 R (figure.caption.80) 3956 0 R (figure.caption.81) 3963 0 R (figure.caption.82) 3975 0 R] +/Limits [(figure.caption.78) (figure.caption.82)] >> endobj 5293 0 obj << -/Names [(page.3) 782 0 R (page.30) 1884 0 R (page.31) 1984 0 R (page.32) 2012 0 R (page.33) 2043 0 R (page.34) 2083 0 R] -/Limits [(page.3) (page.34)] +/Names [(figure.caption.83) 3991 0 R (figure.caption.84) 4063 0 R (figure.caption.85) 4148 0 R (figure.caption.86) 4149 0 R (figure.caption.87) 4158 0 R (figure.caption.88) 4171 0 R] +/Limits [(figure.caption.83) (figure.caption.88)] >> endobj 5294 0 obj << -/Names [(page.35) 2091 0 R (page.36) 2177 0 R (page.37) 2276 0 R (page.38) 2289 0 R (page.39) 2314 0 R (page.4) 799 0 R] -/Limits [(page.35) (page.4)] +/Names [(figure.caption.89) 4177 0 R (figure.caption.9) 1152 0 R (figure.caption.90) 4187 0 R (figure.caption.91) 4204 0 R (figure.caption.92) 4212 0 R (figure.caption.93) 4280 0 R] +/Limits [(figure.caption.89) (figure.caption.93)] >> endobj 5295 0 obj << -/Names [(page.40) 2323 0 R (page.41) 2362 0 R (page.42) 2382 0 R (page.43) 2460 0 R (page.44) 2527 0 R (page.45) 2538 0 R] -/Limits [(page.40) (page.45)] +/Names [(figure.caption.95) 4347 0 R (figure.caption.96) 4383 0 R (figure.caption.99) 4451 0 R (page.1) 617 0 R (page.10) 974 0 R (page.100) 4279 0 R] +/Limits [(figure.caption.95) (page.100)] >> endobj 5296 0 obj << -/Names [(page.46) 2583 0 R (page.47) 2616 0 R (page.48) 2674 0 R (page.49) 2714 0 R (page.5) 819 0 R (page.50) 2745 0 R] -/Limits [(page.46) (page.50)] +/Names [(page.101) 4346 0 R (page.102) 4382 0 R (page.103) 4438 0 R (page.104) 4450 0 R (page.105) 4512 0 R (page.106) 4531 0 R] +/Limits [(page.101) (page.106)] >> endobj 5297 0 obj << -/Names [(page.51) 2789 0 R (page.52) 2867 0 R (page.53) 3051 0 R (page.54) 3175 0 R (page.55) 3188 0 R (page.56) 3269 0 R] -/Limits [(page.51) (page.56)] +/Names [(page.107) 4542 0 R (page.108) 4551 0 R (page.109) 4559 0 R (page.11) 998 0 R (page.110) 4581 0 R (page.111) 4679 0 R] +/Limits [(page.107) (page.111)] >> endobj 5298 0 obj << -/Names [(page.57) 3297 0 R (page.58) 3330 0 R (page.59) 3396 0 R (page.6) 849 0 R (page.60) 3457 0 R (page.61) 3497 0 R] -/Limits [(page.57) (page.61)] +/Names [(page.112) 4688 0 R (page.113) 4697 0 R (page.114) 4711 0 R (page.115) 4718 0 R (page.116) 4735 0 R (page.117) 4751 0 R] +/Limits [(page.112) (page.117)] >> endobj 5299 0 obj << -/Names [(page.62) 3513 0 R (page.63) 3518 0 R (page.64) 3529 0 R (page.65) 3538 0 R (page.66) 3546 0 R (page.67) 3556 0 R] -/Limits [(page.62) (page.67)] +/Names [(page.118) 4775 0 R (page.119) 4817 0 R (page.12) 1033 0 R (page.120) 4851 0 R (page.121) 4944 0 R (page.122) 4951 0 R] +/Limits [(page.118) (page.122)] >> endobj 5300 0 obj << -/Names [(page.68) 3591 0 R (page.69) 3602 0 R (page.7) 894 0 R (page.70) 3635 0 R (page.71) 3673 0 R (page.72) 3721 0 R] -/Limits [(page.68) (page.72)] +/Names [(page.123) 4964 0 R (page.124) 4985 0 R (page.125) 5023 0 R (page.126) 5053 0 R (page.127) 5078 0 R (page.128) 5086 0 R] +/Limits [(page.123) (page.128)] >> endobj 5301 0 obj << -/Names [(page.73) 3754 0 R (page.74) 3807 0 R (page.75) 3858 0 R (page.76) 3875 0 R (page.77) 3883 0 R (page.78) 3898 0 R] -/Limits [(page.73) (page.78)] +/Names [(page.129) 5092 0 R (page.13) 1078 0 R (page.130) 5124 0 R (page.131) 5130 0 R (page.132) 5136 0 R (page.133) 5142 0 R] +/Limits [(page.129) (page.133)] >> endobj 5302 0 obj << -/Names [(page.79) 3915 0 R (page.8) 929 0 R (page.80) 3926 0 R (page.81) 3936 0 R (page.82) 3943 0 R (page.83) 3950 0 R] -/Limits [(page.79) (page.83)] +/Names [(page.134) 5147 0 R (page.135) 5151 0 R (page.14) 1130 0 R (page.15) 1151 0 R (page.16) 1218 0 R (page.17) 1272 0 R] +/Limits [(page.134) (page.17)] >> endobj 5303 0 obj << -/Names [(page.84) 3962 0 R (page.85) 3978 0 R (page.86) 4032 0 R (page.87) 4043 0 R (page.88) 4050 0 R (page.89) 4094 0 R] -/Limits [(page.84) (page.89)] +/Names [(page.18) 1299 0 R (page.19) 1330 0 R (page.2) 729 0 R (page.20) 1348 0 R (page.21) 1393 0 R (page.22) 1430 0 R] +/Limits [(page.18) (page.22)] >> endobj 5304 0 obj << -/Names [(page.9) 960 0 R (page.90) 4110 0 R (page.91) 4128 0 R (page.92) 4135 0 R (page.93) 4144 0 R (page.94) 4158 0 R] -/Limits [(page.9) (page.94)] +/Names [(page.23) 1474 0 R (page.24) 1527 0 R (page.25) 1540 0 R (page.26) 1628 0 R (page.27) 1723 0 R (page.28) 1824 0 R] +/Limits [(page.23) (page.28)] >> endobj 5305 0 obj << -/Names [(page.95) 4164 0 R (page.96) 4174 0 R (page.97) 4191 0 R (page.98) 4199 0 R (page.99) 4253 0 R (page.i) 628 0 R] -/Limits [(page.95) (page.i)] +/Names [(page.29) 1883 0 R (page.3) 782 0 R (page.30) 1891 0 R (page.31) 1991 0 R (page.32) 2019 0 R (page.33) 2050 0 R] +/Limits [(page.29) (page.33)] >> endobj 5306 0 obj << -/Names [(section*.1) 2 0 R (section*.131) 610 0 R (section.1) 6 0 R (section.10) 542 0 R (section.2) 30 0 R (section.3) 62 0 R] -/Limits [(section*.1) (section.3)] +/Names [(page.34) 2091 0 R (page.35) 2099 0 R (page.36) 2185 0 R (page.37) 2284 0 R (page.38) 2297 0 R (page.39) 2322 0 R] +/Limits [(page.34) (page.39)] >> endobj 5307 0 obj << -/Names [(section.4) 150 0 R (section.5) 190 0 R (section.6) 222 0 R (section.7) 254 0 R (section.8) 278 0 R (section.9) 286 0 R] -/Limits [(section.4) (section.9)] +/Names [(page.4) 799 0 R (page.40) 2331 0 R (page.41) 2370 0 R (page.42) 2390 0 R (page.43) 2468 0 R (page.44) 2535 0 R] +/Limits [(page.4) (page.44)] >> endobj 5308 0 obj << -/Names [(subsection.1.1) 10 0 R (subsection.1.2) 14 0 R (subsection.1.3) 18 0 R (subsection.1.4) 22 0 R (subsection.1.5) 26 0 R (subsection.10.1) 546 0 R] -/Limits [(subsection.1.1) (subsection.10.1)] +/Names [(page.45) 2546 0 R (page.46) 2591 0 R (page.47) 2624 0 R (page.48) 2682 0 R (page.49) 2722 0 R (page.5) 818 0 R] +/Limits [(page.45) (page.5)] >> endobj 5309 0 obj << -/Names [(subsection.10.2) 562 0 R (subsection.10.3) 578 0 R (subsection.10.4) 594 0 R (subsection.2.1) 34 0 R (subsection.2.2) 46 0 R (subsection.2.3) 50 0 R] -/Limits [(subsection.10.2) (subsection.2.3)] +/Names [(page.50) 2753 0 R (page.51) 2797 0 R (page.52) 2875 0 R (page.53) 3059 0 R (page.54) 3183 0 R (page.55) 3196 0 R] +/Limits [(page.50) (page.55)] >> endobj 5310 0 obj << -/Names [(subsection.3.1) 66 0 R (subsection.3.2) 74 0 R (subsection.3.3) 78 0 R (subsection.3.4) 82 0 R (subsection.3.5) 90 0 R (subsection.3.6) 106 0 R] -/Limits [(subsection.3.1) (subsection.3.6)] +/Names [(page.56) 3277 0 R (page.57) 3305 0 R (page.58) 3338 0 R (page.59) 3404 0 R (page.6) 835 0 R (page.60) 3465 0 R] +/Limits [(page.56) (page.60)] >> endobj 5311 0 obj << -/Names [(subsection.3.7) 126 0 R (subsection.3.8) 138 0 R (subsection.4.1) 154 0 R (subsection.4.2) 178 0 R (subsection.5.1) 194 0 R (subsection.6.1) 226 0 R] -/Limits [(subsection.3.7) (subsection.6.1)] +/Names [(page.61) 3505 0 R (page.62) 3522 0 R (page.63) 3530 0 R (page.64) 3541 0 R (page.65) 3550 0 R (page.66) 3558 0 R] +/Limits [(page.61) (page.66)] >> endobj 5312 0 obj << -/Names [(subsection.6.2) 234 0 R (subsection.6.3) 238 0 R (subsection.6.4) 250 0 R (subsection.7.1) 258 0 R (subsection.7.2) 262 0 R (subsection.7.3) 274 0 R] -/Limits [(subsection.6.2) (subsection.7.3)] +/Names [(page.67) 3568 0 R (page.68) 3603 0 R (page.69) 3614 0 R (page.7) 860 0 R (page.70) 3647 0 R (page.71) 3685 0 R] +/Limits [(page.67) (page.71)] >> endobj 5313 0 obj << -/Names [(subsection.8.1) 282 0 R (subsection.9.1) 290 0 R (subsection.9.10) 414 0 R (subsection.9.11) 418 0 R (subsection.9.12) 422 0 R (subsection.9.13) 426 0 R] -/Limits [(subsection.8.1) (subsection.9.13)] +/Names [(page.72) 3733 0 R (page.73) 3766 0 R (page.74) 3819 0 R (page.75) 3870 0 R (page.76) 3887 0 R (page.77) 3895 0 R] +/Limits [(page.72) (page.77)] >> endobj 5314 0 obj << -/Names [(subsection.9.14) 430 0 R (subsection.9.15) 434 0 R (subsection.9.16) 438 0 R (subsection.9.17) 454 0 R (subsection.9.18) 466 0 R (subsection.9.19) 470 0 R] -/Limits [(subsection.9.14) (subsection.9.19)] +/Names [(page.78) 3910 0 R (page.79) 3927 0 R (page.8) 908 0 R (page.80) 3938 0 R (page.81) 3948 0 R (page.82) 3955 0 R] +/Limits [(page.78) (page.82)] >> endobj 5315 0 obj << -/Names [(subsection.9.2) 302 0 R (subsection.9.20) 474 0 R (subsection.9.21) 478 0 R (subsection.9.22) 482 0 R (subsection.9.23) 486 0 R (subsection.9.24) 490 0 R] -/Limits [(subsection.9.2) (subsection.9.24)] +/Names [(page.83) 3962 0 R (page.84) 3974 0 R (page.85) 3990 0 R (page.86) 4044 0 R (page.87) 4055 0 R (page.88) 4062 0 R] +/Limits [(page.83) (page.88)] >> endobj 5316 0 obj << -/Names [(subsection.9.25) 506 0 R (subsection.9.26) 510 0 R (subsection.9.27) 514 0 R (subsection.9.28) 518 0 R (subsection.9.29) 522 0 R (subsection.9.3) 322 0 R] -/Limits [(subsection.9.25) (subsection.9.3)] +/Names [(page.89) 4106 0 R (page.9) 942 0 R (page.90) 4122 0 R (page.91) 4140 0 R (page.92) 4147 0 R (page.93) 4156 0 R] +/Limits [(page.89) (page.93)] >> endobj 5317 0 obj << -/Names [(subsection.9.30) 526 0 R (subsection.9.31) 530 0 R (subsection.9.32) 534 0 R (subsection.9.33) 538 0 R (subsection.9.4) 350 0 R (subsection.9.5) 362 0 R] -/Limits [(subsection.9.30) (subsection.9.5)] +/Names [(page.94) 4170 0 R (page.95) 4176 0 R (page.96) 4186 0 R (page.97) 4203 0 R (page.98) 4211 0 R (page.99) 4265 0 R] +/Limits [(page.94) (page.99)] >> endobj 5318 0 obj << -/Names [(subsection.9.6) 378 0 R (subsection.9.7) 382 0 R (subsection.9.8) 394 0 R (subsection.9.9) 410 0 R (subsubsection.10.1.1) 550 0 R (subsubsection.10.1.2) 554 0 R] -/Limits [(subsection.9.6) (subsubsection.10.1.2)] +/Names [(page.i) 628 0 R (section*.1) 2 0 R (section*.131) 610 0 R (section.1) 6 0 R (section.10) 542 0 R (section.2) 30 0 R] +/Limits [(page.i) (section.2)] >> endobj 5319 0 obj << -/Names [(subsubsection.10.1.3) 558 0 R (subsubsection.10.2.1) 566 0 R (subsubsection.10.2.2) 570 0 R (subsubsection.10.2.3) 574 0 R (subsubsection.10.3.1) 582 0 R (subsubsection.10.3.2) 586 0 R] -/Limits [(subsubsection.10.1.3) (subsubsection.10.3.2)] +/Names [(section.3) 62 0 R (section.4) 150 0 R (section.5) 190 0 R (section.6) 222 0 R (section.7) 254 0 R (section.8) 278 0 R] +/Limits [(section.3) (section.8)] >> endobj 5320 0 obj << -/Names [(subsubsection.10.3.3) 590 0 R (subsubsection.10.4.1) 598 0 R (subsubsection.10.4.2) 602 0 R (subsubsection.10.4.3) 606 0 R (subsubsection.2.1.1) 38 0 R (subsubsection.2.1.2) 42 0 R] -/Limits [(subsubsection.10.3.3) (subsubsection.2.1.2)] +/Names [(section.9) 286 0 R (subsection.1.1) 10 0 R (subsection.1.2) 14 0 R (subsection.1.3) 18 0 R (subsection.1.4) 22 0 R (subsection.1.5) 26 0 R] +/Limits [(section.9) (subsection.1.5)] >> endobj 5321 0 obj << -/Names [(subsubsection.2.3.1) 54 0 R (subsubsection.2.3.2) 58 0 R (subsubsection.3.1.1) 70 0 R (subsubsection.3.4.1) 86 0 R (subsubsection.3.5.1) 94 0 R (subsubsection.3.5.2) 98 0 R] -/Limits [(subsubsection.2.3.1) (subsubsection.3.5.2)] +/Names [(subsection.10.1) 546 0 R (subsection.10.2) 562 0 R (subsection.10.3) 578 0 R (subsection.10.4) 594 0 R (subsection.2.1) 34 0 R (subsection.2.2) 46 0 R] +/Limits [(subsection.10.1) (subsection.2.2)] >> endobj 5322 0 obj << -/Names [(subsubsection.3.5.3) 102 0 R (subsubsection.3.6.1) 110 0 R (subsubsection.3.6.2) 114 0 R (subsubsection.3.6.3) 118 0 R (subsubsection.3.6.4) 122 0 R (subsubsection.3.7.1) 130 0 R] -/Limits [(subsubsection.3.5.3) (subsubsection.3.7.1)] +/Names [(subsection.2.3) 50 0 R (subsection.3.1) 66 0 R (subsection.3.2) 74 0 R (subsection.3.3) 78 0 R (subsection.3.4) 82 0 R (subsection.3.5) 90 0 R] +/Limits [(subsection.2.3) (subsection.3.5)] >> endobj 5323 0 obj << -/Names [(subsubsection.3.7.2) 134 0 R (subsubsection.3.8.1) 142 0 R (subsubsection.3.8.2) 146 0 R (subsubsection.4.1.1) 158 0 R (subsubsection.4.1.2) 162 0 R (subsubsection.4.1.3) 166 0 R] -/Limits [(subsubsection.3.7.2) (subsubsection.4.1.3)] +/Names [(subsection.3.6) 106 0 R (subsection.3.7) 126 0 R (subsection.3.8) 138 0 R (subsection.4.1) 154 0 R (subsection.4.2) 178 0 R (subsection.5.1) 194 0 R] +/Limits [(subsection.3.6) (subsection.5.1)] >> endobj 5324 0 obj << -/Names [(subsubsection.4.1.4) 170 0 R (subsubsection.4.1.5) 174 0 R (subsubsection.4.2.1) 182 0 R (subsubsection.4.2.2) 186 0 R (subsubsection.5.1.1) 198 0 R (subsubsection.5.1.2) 202 0 R] -/Limits [(subsubsection.4.1.4) (subsubsection.5.1.2)] +/Names [(subsection.6.1) 226 0 R (subsection.6.2) 234 0 R (subsection.6.3) 238 0 R (subsection.6.4) 250 0 R (subsection.7.1) 258 0 R (subsection.7.2) 262 0 R] +/Limits [(subsection.6.1) (subsection.7.2)] >> endobj 5325 0 obj << -/Names [(subsubsection.5.1.3) 206 0 R (subsubsection.5.1.4) 210 0 R (subsubsection.5.1.5) 214 0 R (subsubsection.5.1.6) 218 0 R (subsubsection.6.1.1) 230 0 R (subsubsection.6.3.1) 242 0 R] -/Limits [(subsubsection.5.1.3) (subsubsection.6.3.1)] +/Names [(subsection.7.3) 274 0 R (subsection.8.1) 282 0 R (subsection.9.1) 290 0 R (subsection.9.10) 414 0 R (subsection.9.11) 418 0 R (subsection.9.12) 422 0 R] +/Limits [(subsection.7.3) (subsection.9.12)] >> endobj 5326 0 obj << -/Names [(subsubsection.6.3.2) 246 0 R (subsubsection.7.2.1) 266 0 R (subsubsection.7.2.2) 270 0 R (subsubsection.9.1.1) 294 0 R (subsubsection.9.1.2) 298 0 R (subsubsection.9.16.1) 442 0 R] -/Limits [(subsubsection.6.3.2) (subsubsection.9.16.1)] +/Names [(subsection.9.13) 426 0 R (subsection.9.14) 430 0 R (subsection.9.15) 434 0 R (subsection.9.16) 438 0 R (subsection.9.17) 454 0 R (subsection.9.18) 466 0 R] +/Limits [(subsection.9.13) (subsection.9.18)] >> endobj 5327 0 obj << -/Names [(subsubsection.9.16.2) 446 0 R (subsubsection.9.16.3) 450 0 R (subsubsection.9.17.1) 458 0 R (subsubsection.9.17.2) 462 0 R (subsubsection.9.2.1) 306 0 R (subsubsection.9.2.2) 310 0 R] -/Limits [(subsubsection.9.16.2) (subsubsection.9.2.2)] +/Names [(subsection.9.19) 470 0 R (subsection.9.2) 302 0 R (subsection.9.20) 474 0 R (subsection.9.21) 478 0 R (subsection.9.22) 482 0 R (subsection.9.23) 486 0 R] +/Limits [(subsection.9.19) (subsection.9.23)] >> endobj 5328 0 obj << -/Names [(subsubsection.9.2.3) 314 0 R (subsubsection.9.2.4) 318 0 R (subsubsection.9.24.1) 494 0 R (subsubsection.9.24.2) 498 0 R (subsubsection.9.24.3) 502 0 R (subsubsection.9.3.1) 326 0 R] -/Limits [(subsubsection.9.2.3) (subsubsection.9.3.1)] +/Names [(subsection.9.24) 490 0 R (subsection.9.25) 506 0 R (subsection.9.26) 510 0 R (subsection.9.27) 514 0 R (subsection.9.28) 518 0 R (subsection.9.29) 522 0 R] +/Limits [(subsection.9.24) (subsection.9.29)] >> endobj 5329 0 obj << -/Names [(subsubsection.9.3.2) 330 0 R (subsubsection.9.3.3) 334 0 R (subsubsection.9.3.4) 338 0 R (subsubsection.9.3.5) 342 0 R (subsubsection.9.3.6) 346 0 R (subsubsection.9.4.1) 354 0 R] -/Limits [(subsubsection.9.3.2) (subsubsection.9.4.1)] +/Names [(subsection.9.3) 322 0 R (subsection.9.30) 526 0 R (subsection.9.31) 530 0 R (subsection.9.32) 534 0 R (subsection.9.33) 538 0 R (subsection.9.4) 350 0 R] +/Limits [(subsection.9.3) (subsection.9.4)] >> endobj 5330 0 obj << -/Names [(subsubsection.9.4.2) 358 0 R (subsubsection.9.5.1) 366 0 R (subsubsection.9.5.2) 370 0 R (subsubsection.9.5.3) 374 0 R (subsubsection.9.7.1) 386 0 R (subsubsection.9.7.2) 390 0 R] -/Limits [(subsubsection.9.4.2) (subsubsection.9.7.2)] +/Names [(subsection.9.5) 362 0 R (subsection.9.6) 378 0 R (subsection.9.7) 382 0 R (subsection.9.8) 394 0 R (subsection.9.9) 410 0 R (subsubsection.10.1.1) 550 0 R] +/Limits [(subsection.9.5) (subsubsection.10.1.1)] >> endobj 5331 0 obj << -/Names [(subsubsection.9.8.1) 398 0 R (subsubsection.9.8.2) 402 0 R (subsubsection.9.8.3) 406 0 R (table.caption.110) 4687 0 R (table.caption.5) 993 0 R (table.caption.60) 3460 0 R] -/Limits [(subsubsection.9.8.1) (table.caption.60)] +/Names [(subsubsection.10.1.2) 554 0 R (subsubsection.10.1.3) 558 0 R (subsubsection.10.2.1) 566 0 R (subsubsection.10.2.2) 570 0 R (subsubsection.10.2.3) 574 0 R (subsubsection.10.3.1) 582 0 R] +/Limits [(subsubsection.10.1.2) (subsubsection.10.3.1)] >> endobj 5332 0 obj << -/Names [(table.caption.73) 3884 0 R (table.caption.74) 3885 0 R (table.caption.75) 3899 0 R (table.caption.76) 3900 0 R (table.caption.77) 3901 0 R (table.caption.94) 4270 0 R] -/Limits [(table.caption.73) (table.caption.94)] +/Names [(subsubsection.10.3.2) 586 0 R (subsubsection.10.3.3) 590 0 R (subsubsection.10.4.1) 598 0 R (subsubsection.10.4.2) 602 0 R (subsubsection.10.4.3) 606 0 R (subsubsection.2.1.1) 38 0 R] +/Limits [(subsubsection.10.3.2) (subsubsection.2.1.1)] >> endobj 5333 0 obj << -/Names [(table.caption.97) 4427 0 R (table.caption.98) 4428 0 R] -/Limits [(table.caption.97) (table.caption.98)] +/Names [(subsubsection.2.1.2) 42 0 R (subsubsection.2.3.1) 54 0 R (subsubsection.2.3.2) 58 0 R (subsubsection.3.1.1) 70 0 R (subsubsection.3.4.1) 86 0 R (subsubsection.3.5.1) 94 0 R] +/Limits [(subsubsection.2.1.2) (subsubsection.3.5.1)] >> endobj 5334 0 obj << -/Kids [5215 0 R 5216 0 R 5217 0 R 5218 0 R 5219 0 R 5220 0 R] -/Limits [(Doc-Start) (Hfootnote.13)] +/Names [(subsubsection.3.5.2) 98 0 R (subsubsection.3.5.3) 102 0 R (subsubsection.3.6.1) 110 0 R (subsubsection.3.6.2) 114 0 R (subsubsection.3.6.3) 118 0 R (subsubsection.3.6.4) 122 0 R] +/Limits [(subsubsection.3.5.2) (subsubsection.3.6.4)] >> endobj 5335 0 obj << -/Kids [5221 0 R 5222 0 R 5223 0 R 5224 0 R 5225 0 R 5226 0 R] -/Limits [(Hfootnote.130) (Hfootnote.162)] +/Names [(subsubsection.3.7.1) 130 0 R (subsubsection.3.7.2) 134 0 R (subsubsection.3.8.1) 142 0 R (subsubsection.3.8.2) 146 0 R (subsubsection.4.1.1) 158 0 R (subsubsection.4.1.2) 162 0 R] +/Limits [(subsubsection.3.7.1) (subsubsection.4.1.2)] >> endobj 5336 0 obj << -/Kids [5227 0 R 5228 0 R 5229 0 R 5230 0 R 5231 0 R 5232 0 R] -/Limits [(Hfootnote.163) (Hfootnote.195)] +/Names [(subsubsection.4.1.3) 166 0 R (subsubsection.4.1.4) 170 0 R (subsubsection.4.1.5) 174 0 R (subsubsection.4.2.1) 182 0 R (subsubsection.4.2.2) 186 0 R (subsubsection.5.1.1) 198 0 R] +/Limits [(subsubsection.4.1.3) (subsubsection.5.1.1)] >> endobj 5337 0 obj << -/Kids [5233 0 R 5234 0 R 5235 0 R 5236 0 R 5237 0 R 5238 0 R] -/Limits [(Hfootnote.196) (Hfootnote.28)] +/Names [(subsubsection.5.1.2) 202 0 R (subsubsection.5.1.3) 206 0 R (subsubsection.5.1.4) 210 0 R (subsubsection.5.1.5) 214 0 R (subsubsection.5.1.6) 218 0 R (subsubsection.6.1.1) 230 0 R] +/Limits [(subsubsection.5.1.2) (subsubsection.6.1.1)] >> endobj 5338 0 obj << -/Kids [5239 0 R 5240 0 R 5241 0 R 5242 0 R 5243 0 R 5244 0 R] -/Limits [(Hfootnote.29) (Hfootnote.60)] +/Names [(subsubsection.6.3.1) 242 0 R (subsubsection.6.3.2) 246 0 R (subsubsection.7.2.1) 266 0 R (subsubsection.7.2.2) 270 0 R (subsubsection.9.1.1) 294 0 R (subsubsection.9.1.2) 298 0 R] +/Limits [(subsubsection.6.3.1) (subsubsection.9.1.2)] >> endobj 5339 0 obj << -/Kids [5245 0 R 5246 0 R 5247 0 R 5248 0 R 5249 0 R 5250 0 R] -/Limits [(Hfootnote.61) (Hfootnote.93)] +/Names [(subsubsection.9.16.1) 442 0 R (subsubsection.9.16.2) 446 0 R (subsubsection.9.16.3) 450 0 R (subsubsection.9.17.1) 458 0 R (subsubsection.9.17.2) 462 0 R (subsubsection.9.2.1) 306 0 R] +/Limits [(subsubsection.9.16.1) (subsubsection.9.2.1)] >> endobj 5340 0 obj << -/Kids [5251 0 R 5252 0 R 5253 0 R 5254 0 R 5255 0 R 5256 0 R] -/Limits [(Hfootnote.94) (cite.latentspace)] +/Names [(subsubsection.9.2.2) 310 0 R (subsubsection.9.2.3) 314 0 R (subsubsection.9.2.4) 318 0 R (subsubsection.9.24.1) 494 0 R (subsubsection.9.24.2) 498 0 R (subsubsection.9.24.3) 502 0 R] +/Limits [(subsubsection.9.2.2) (subsubsection.9.24.3)] >> endobj 5341 0 obj << -/Kids [5257 0 R 5258 0 R 5259 0 R 5260 0 R 5261 0 R 5262 0 R] -/Limits [(cite.ldm) (equation.9.5)] +/Names [(subsubsection.9.3.1) 326 0 R (subsubsection.9.3.2) 330 0 R (subsubsection.9.3.3) 334 0 R (subsubsection.9.3.4) 338 0 R (subsubsection.9.3.5) 342 0 R (subsubsection.9.3.6) 346 0 R] +/Limits [(subsubsection.9.3.1) (subsubsection.9.3.6)] >> endobj 5342 0 obj << -/Kids [5263 0 R 5264 0 R 5265 0 R 5266 0 R 5267 0 R 5268 0 R] -/Limits [(equation.9.6) (figure.caption.129)] +/Names [(subsubsection.9.4.1) 354 0 R (subsubsection.9.4.2) 358 0 R (subsubsection.9.5.1) 366 0 R (subsubsection.9.5.2) 370 0 R (subsubsection.9.5.3) 374 0 R (subsubsection.9.7.1) 386 0 R] +/Limits [(subsubsection.9.4.1) (subsubsection.9.7.1)] >> endobj 5343 0 obj << -/Kids [5269 0 R 5270 0 R 5271 0 R 5272 0 R 5273 0 R 5274 0 R] -/Limits [(figure.caption.13) (figure.caption.44)] +/Names [(subsubsection.9.7.2) 390 0 R (subsubsection.9.8.1) 398 0 R (subsubsection.9.8.2) 402 0 R (subsubsection.9.8.3) 406 0 R (table.caption.110) 4699 0 R (table.caption.5) 999 0 R] +/Limits [(subsubsection.9.7.2) (table.caption.5)] >> endobj 5344 0 obj << -/Kids [5275 0 R 5276 0 R 5277 0 R 5278 0 R 5279 0 R 5280 0 R] -/Limits [(figure.caption.45) (figure.caption.83)] +/Names [(table.caption.60) 3468 0 R (table.caption.73) 3896 0 R (table.caption.74) 3897 0 R (table.caption.75) 3911 0 R (table.caption.76) 3912 0 R (table.caption.77) 3913 0 R] +/Limits [(table.caption.60) (table.caption.77)] >> endobj 5345 0 obj << -/Kids [5281 0 R 5282 0 R 5283 0 R 5284 0 R 5285 0 R 5286 0 R] -/Limits [(figure.caption.84) (page.118)] +/Names [(table.caption.94) 4282 0 R (table.caption.97) 4439 0 R (table.caption.98) 4440 0 R] +/Limits [(table.caption.94) (table.caption.98)] >> endobj 5346 0 obj << -/Kids [5287 0 R 5288 0 R 5289 0 R 5290 0 R 5291 0 R 5292 0 R] -/Limits [(page.119) (page.29)] +/Kids [5227 0 R 5228 0 R 5229 0 R 5230 0 R 5231 0 R 5232 0 R] +/Limits [(Doc-Start) (Hfootnote.13)] >> endobj 5347 0 obj << -/Kids [5293 0 R 5294 0 R 5295 0 R 5296 0 R 5297 0 R 5298 0 R] -/Limits [(page.3) (page.61)] +/Kids [5233 0 R 5234 0 R 5235 0 R 5236 0 R 5237 0 R 5238 0 R] +/Limits [(Hfootnote.130) (Hfootnote.162)] >> endobj 5348 0 obj << -/Kids [5299 0 R 5300 0 R 5301 0 R 5302 0 R 5303 0 R 5304 0 R] -/Limits [(page.62) (page.94)] +/Kids [5239 0 R 5240 0 R 5241 0 R 5242 0 R 5243 0 R 5244 0 R] +/Limits [(Hfootnote.163) (Hfootnote.195)] >> endobj 5349 0 obj << -/Kids [5305 0 R 5306 0 R 5307 0 R 5308 0 R 5309 0 R 5310 0 R] -/Limits [(page.95) (subsection.3.6)] +/Kids [5245 0 R 5246 0 R 5247 0 R 5248 0 R 5249 0 R 5250 0 R] +/Limits [(Hfootnote.196) (Hfootnote.3)] >> endobj 5350 0 obj << -/Kids [5311 0 R 5312 0 R 5313 0 R 5314 0 R 5315 0 R 5316 0 R] -/Limits [(subsection.3.7) (subsection.9.3)] +/Kids [5251 0 R 5252 0 R 5253 0 R 5254 0 R 5255 0 R 5256 0 R] +/Limits [(Hfootnote.30) (Hfootnote.62)] >> endobj 5351 0 obj << -/Kids [5317 0 R 5318 0 R 5319 0 R 5320 0 R 5321 0 R 5322 0 R] -/Limits [(subsection.9.30) (subsubsection.3.7.1)] +/Kids [5257 0 R 5258 0 R 5259 0 R 5260 0 R 5261 0 R 5262 0 R] +/Limits [(Hfootnote.63) (Hfootnote.95)] >> endobj 5352 0 obj << -/Kids [5323 0 R 5324 0 R 5325 0 R 5326 0 R 5327 0 R 5328 0 R] -/Limits [(subsubsection.3.7.2) (subsubsection.9.3.1)] +/Kids [5263 0 R 5264 0 R 5265 0 R 5266 0 R 5267 0 R 5268 0 R] +/Limits [(Hfootnote.96) (cite.latentspace)] >> endobj 5353 0 obj << -/Kids [5329 0 R 5330 0 R 5331 0 R 5332 0 R 5333 0 R] -/Limits [(subsubsection.9.3.2) (table.caption.98)] +/Kids [5269 0 R 5270 0 R 5271 0 R 5272 0 R 5273 0 R 5274 0 R] +/Limits [(cite.ldm) (equation.9.4)] >> endobj 5354 0 obj << -/Kids [5334 0 R 5335 0 R 5336 0 R 5337 0 R 5338 0 R 5339 0 R] -/Limits [(Doc-Start) (Hfootnote.93)] +/Kids [5275 0 R 5276 0 R 5277 0 R 5278 0 R 5279 0 R 5280 0 R] +/Limits [(equation.9.5) (figure.caption.128)] >> endobj 5355 0 obj << -/Kids [5340 0 R 5341 0 R 5342 0 R 5343 0 R 5344 0 R 5345 0 R] -/Limits [(Hfootnote.94) (page.118)] +/Kids [5281 0 R 5282 0 R 5283 0 R 5284 0 R 5285 0 R 5286 0 R] +/Limits [(figure.caption.129) (figure.caption.43)] >> endobj 5356 0 obj << -/Kids [5346 0 R 5347 0 R 5348 0 R 5349 0 R 5350 0 R 5351 0 R] -/Limits [(page.119) (subsubsection.3.7.1)] +/Kids [5287 0 R 5288 0 R 5289 0 R 5290 0 R 5291 0 R 5292 0 R] +/Limits [(figure.caption.44) (figure.caption.82)] >> endobj 5357 0 obj << -/Kids [5352 0 R 5353 0 R] -/Limits [(subsubsection.3.7.2) (table.caption.98)] +/Kids [5293 0 R 5294 0 R 5295 0 R 5296 0 R 5297 0 R 5298 0 R] +/Limits [(figure.caption.83) (page.117)] >> endobj 5358 0 obj << -/Kids [5354 0 R 5355 0 R 5356 0 R 5357 0 R] -/Limits [(Doc-Start) (table.caption.98)] +/Kids [5299 0 R 5300 0 R 5301 0 R 5302 0 R 5303 0 R 5304 0 R] +/Limits [(page.118) (page.28)] >> endobj 5359 0 obj << -/Dests 5358 0 R +/Kids [5305 0 R 5306 0 R 5307 0 R 5308 0 R 5309 0 R 5310 0 R] +/Limits [(page.29) (page.60)] >> endobj 5360 0 obj << +/Kids [5311 0 R 5312 0 R 5313 0 R 5314 0 R 5315 0 R 5316 0 R] +/Limits [(page.61) (page.93)] +>> +endobj +5361 0 obj +<< +/Kids [5317 0 R 5318 0 R 5319 0 R 5320 0 R 5321 0 R 5322 0 R] +/Limits [(page.94) (subsection.3.5)] +>> +endobj +5362 0 obj +<< +/Kids [5323 0 R 5324 0 R 5325 0 R 5326 0 R 5327 0 R 5328 0 R] +/Limits [(subsection.3.6) (subsection.9.29)] +>> +endobj +5363 0 obj +<< +/Kids [5329 0 R 5330 0 R 5331 0 R 5332 0 R 5333 0 R 5334 0 R] +/Limits [(subsection.9.3) (subsubsection.3.6.4)] +>> +endobj +5364 0 obj +<< +/Kids [5335 0 R 5336 0 R 5337 0 R 5338 0 R 5339 0 R 5340 0 R] +/Limits [(subsubsection.3.7.1) (subsubsection.9.24.3)] +>> +endobj +5365 0 obj +<< +/Kids [5341 0 R 5342 0 R 5343 0 R 5344 0 R 5345 0 R] +/Limits [(subsubsection.9.3.1) (table.caption.98)] +>> +endobj +5366 0 obj +<< +/Kids [5346 0 R 5347 0 R 5348 0 R 5349 0 R 5350 0 R 5351 0 R] +/Limits [(Doc-Start) (Hfootnote.95)] +>> +endobj +5367 0 obj +<< +/Kids [5352 0 R 5353 0 R 5354 0 R 5355 0 R 5356 0 R 5357 0 R] +/Limits [(Hfootnote.96) (page.117)] +>> +endobj +5368 0 obj +<< +/Kids [5358 0 R 5359 0 R 5360 0 R 5361 0 R 5362 0 R 5363 0 R] +/Limits [(page.118) (subsubsection.3.6.4)] +>> +endobj +5369 0 obj +<< +/Kids [5364 0 R 5365 0 R] +/Limits [(subsubsection.3.7.1) (table.caption.98)] +>> +endobj +5370 0 obj +<< +/Kids [5366 0 R 5367 0 R 5368 0 R 5369 0 R] +/Limits [(Doc-Start) (table.caption.98)] +>> +endobj +5371 0 obj +<< +/Dests 5370 0 R +>> +endobj +5372 0 obj +<< /Type /Catalog -/Pages 5213 0 R -/Outlines 5214 0 R -/Names 5359 0 R +/Pages 5225 0 R +/Outlines 5226 0 R +/Names 5371 0 R /PageMode/UseOutlines/PageLabels<</Nums[0<</S/D>>1<</S/r>>2<</S/D>>]>> /OpenAction 613 0 R >> endobj -5361 0 obj +5373 0 obj << /Producer (MiKTeX pdfTeX-1.40.20) /Author()/Title()/Subject()/Creator(LaTeX with hyperref)/Keywords() -/CreationDate (D:20201028191906+01'00') -/ModDate (D:20201028191906+01'00') +/CreationDate (D:20201029143118+01'00') +/ModDate (D:20201029143118+01'00') /Trapped /False /PTEX.Fullbanner (This is MiKTeX-pdfTeX 2.9.7029 (1.40.20)) >> endobj xref -0 5362 -0000000844 65535 f +0 5374 +0000000855 65535 f 0000000015 00000 n -0000025305 00000 n -0006833983 00000 n +0000025307 00000 n +0006838777 00000 n 0000000061 00000 n 0000000095 00000 n -0000055382 00000 n -0006833861 00000 n +0000055613 00000 n +0006838655 00000 n 0000000140 00000 n 0000000185 00000 n -0000055441 00000 n -0006833789 00000 n +0000055672 00000 n +0006838583 00000 n 0000000235 00000 n 0000000265 00000 n -0000055501 00000 n -0006833703 00000 n +0000059407 00000 n +0006838497 00000 n 0000000316 00000 n 0000000347 00000 n -0000066872 00000 n -0006833617 00000 n +0000059467 00000 n +0006838411 00000 n 0000000398 00000 n 0000000451 00000 n -0003387654 00000 n -0006833531 00000 n +0003392005 00000 n +0006838325 00000 n 0000000502 00000 n 0000000528 00000 n -0003420844 00000 n -0006833458 00000 n +0003425911 00000 n +0006838252 00000 n 0000000579 00000 n 0000000616 00000 n -0003436438 00000 n -0006833333 00000 n +0003438330 00000 n +0006838127 00000 n 0000000662 00000 n 0000000687 00000 n -0003436498 00000 n -0006833222 00000 n +0003438390 00000 n +0006838016 00000 n 0000000738 00000 n 0000000779 00000 n -0003436619 00000 n -0006833148 00000 n +0003438511 00000 n +0006837942 00000 n 0000000835 00000 n 0000000863 00000 n -0003486807 00000 n -0006833074 00000 n +0003489024 00000 n +0006837868 00000 n 0000000919 00000 n 0000000958 00000 n -0003486868 00000 n -0006832987 00000 n +0003489085 00000 n +0006837781 00000 n 0000001009 00000 n 0000001044 00000 n -0003494135 00000 n -0006832876 00000 n +0003496351 00000 n +0006837670 00000 n 0000001095 00000 n 0000001134 00000 n -0003494195 00000 n -0006832802 00000 n +0003496411 00000 n +0006837596 00000 n 0000001190 00000 n 0000001222 00000 n -0003530015 00000 n -0006832728 00000 n +0003532234 00000 n +0006837522 00000 n 0000001278 00000 n 0000001313 00000 n -0003536726 00000 n -0006832600 00000 n +0003538945 00000 n +0006837394 00000 n 0000001359 00000 n 0000001405 00000 n -0003536787 00000 n -0006832489 00000 n +0003539006 00000 n +0006837283 00000 n 0000001456 00000 n 0000001497 00000 n -0003536912 00000 n -0006832428 00000 n +0003539131 00000 n +0006837222 00000 n 0000001553 00000 n 0000001586 00000 n -0003545079 00000 n -0006832341 00000 n +0003547296 00000 n +0006837135 00000 n 0000001637 00000 n 0000001678 00000 n -0003545140 00000 n -0006832254 00000 n +0003547357 00000 n +0006837048 00000 n 0000001729 00000 n 0000001772 00000 n -0003545201 00000 n -0006832130 00000 n +0003547418 00000 n +0006836924 00000 n 0000001823 00000 n 0000001854 00000 n -0003553693 00000 n -0006832069 00000 n +0003555909 00000 n +0006836863 00000 n 0000001910 00000 n 0000001945 00000 n -0003553753 00000 n -0006831943 00000 n +0003555969 00000 n +0006836737 00000 n 0000001996 00000 n 0000002022 00000 n -0003571037 00000 n -0006831869 00000 n +0003573251 00000 n +0006836663 00000 n 0000002078 00000 n 0000002104 00000 n -0003571225 00000 n -0006831780 00000 n +0003573439 00000 n +0006836574 00000 n 0000002160 00000 n 0000002187 00000 n -0003598665 00000 n -0006831703 00000 n +0003600879 00000 n +0006836497 00000 n 0000002244 00000 n 0000002281 00000 n -0003614118 00000 n -0006831573 00000 n +0003616332 00000 n +0006836367 00000 n 0000002333 00000 n 0000002384 00000 n -0003614180 00000 n -0006831494 00000 n +0003616394 00000 n +0006836288 00000 n 0000002441 00000 n 0000002471 00000 n -0003620764 00000 n -0006831401 00000 n +0003622979 00000 n +0006836195 00000 n 0000002528 00000 n 0000002554 00000 n -0003620826 00000 n -0006831308 00000 n +0003623041 00000 n +0006836102 00000 n 0000002611 00000 n 0000002637 00000 n -0003620888 00000 n -0006831229 00000 n +0003623103 00000 n +0006836023 00000 n 0000002694 00000 n 0000002726 00000 n -0003620950 00000 n -0006831098 00000 n +0003623165 00000 n +0006835892 00000 n 0000002778 00000 n 0000002825 00000 n -0003658157 00000 n -0006831019 00000 n +0003660372 00000 n +0006835813 00000 n 0000002882 00000 n 0000002909 00000 n -0003658345 00000 n -0006830940 00000 n +0003660560 00000 n +0006835734 00000 n 0000002966 00000 n 0000002993 00000 n -0003693166 00000 n -0006830823 00000 n +0003695381 00000 n +0006835617 00000 n 0000003045 00000 n 0000003091 00000 n -0003693228 00000 n -0006830744 00000 n +0003695443 00000 n +0006835538 00000 n 0000003148 00000 n 0000003175 00000 n -0003777541 00000 n -0006830665 00000 n +0003779756 00000 n +0006835459 00000 n 0000003232 00000 n 0000003259 00000 n -0003798514 00000 n -0006830533 00000 n +0003800729 00000 n +0006835327 00000 n 0000003306 00000 n 0000003340 00000 n -0003798576 00000 n -0006830415 00000 n +0003800791 00000 n +0006835209 00000 n 0000003392 00000 n 0000003437 00000 n -0003798638 00000 n -0006830336 00000 n +0003800853 00000 n +0006835130 00000 n 0000003494 00000 n 0000003533 00000 n -0003798700 00000 n -0006830243 00000 n +0003800915 00000 n +0006835037 00000 n 0000003590 00000 n 0000003633 00000 n -0003825837 00000 n -0006830150 00000 n +0003828052 00000 n +0006834944 00000 n 0000003690 00000 n 0000003740 00000 n -0003838566 00000 n -0006830057 00000 n +0003840781 00000 n +0006834851 00000 n 0000003797 00000 n 0000003827 00000 n -0003863069 00000 n -0006829978 00000 n +0003865282 00000 n +0006834772 00000 n 0000003884 00000 n 0000003926 00000 n -0003867640 00000 n -0006829860 00000 n +0003870023 00000 n +0006834654 00000 n 0000003978 00000 n 0000004027 00000 n -0003867702 00000 n -0006829781 00000 n +0003870085 00000 n +0006834575 00000 n 0000004084 00000 n 0000004114 00000 n -0003932833 00000 n -0006829702 00000 n +0003935218 00000 n +0006834496 00000 n 0000004171 00000 n 0000004204 00000 n -0003977953 00000 n -0006829569 00000 n +0003980338 00000 n +0006834363 00000 n 0000004251 00000 n 0000004284 00000 n -0003978015 00000 n -0006829465 00000 n +0003980400 00000 n +0006834259 00000 n 0000004336 00000 n 0000004400 00000 n -0003978077 00000 n -0006829386 00000 n +0003980462 00000 n +0006834180 00000 n 0000004457 00000 n 0000004502 00000 n -0003978139 00000 n -0006829293 00000 n +0003980524 00000 n +0006834087 00000 n 0000004559 00000 n 0000004610 00000 n -0004067646 00000 n -0006829200 00000 n +0004070031 00000 n +0006833994 00000 n 0000004667 00000 n 0000004711 00000 n -0004140310 00000 n -0006829107 00000 n +0004142696 00000 n +0006833901 00000 n 0000004768 00000 n 0000004836 00000 n -0004140372 00000 n -0006829014 00000 n +0004142758 00000 n +0006833808 00000 n 0000004893 00000 n 0000004943 00000 n -0004140497 00000 n -0006828935 00000 n +0004142883 00000 n +0006833729 00000 n 0000005000 00000 n 0000005060 00000 n -0004179707 00000 n -0006828802 00000 n +0004182096 00000 n +0006833596 00000 n 0000005107 00000 n 0000005141 00000 n -0004179769 00000 n -0006828684 00000 n +0004182158 00000 n +0006833478 00000 n 0000005193 00000 n 0000005229 00000 n -0004187684 00000 n -0006828619 00000 n +0004190066 00000 n +0006833413 00000 n 0000005286 00000 n 0000005320 00000 n -0004203716 00000 n -0006828526 00000 n +0004206097 00000 n +0006833320 00000 n 0000005372 00000 n 0000005419 00000 n -0004254279 00000 n -0006828394 00000 n +0004256659 00000 n +0006833188 00000 n 0000005471 00000 n 0000005509 00000 n -0004254340 00000 n -0006828315 00000 n +0004256720 00000 n +0006833109 00000 n 0000005566 00000 n 0000005600 00000 n -0004338888 00000 n -0006828236 00000 n +0004341268 00000 n +0006833030 00000 n 0000005657 00000 n 0000005691 00000 n -0004339076 00000 n -0006828157 00000 n +0004341456 00000 n +0006832951 00000 n 0000005743 00000 n 0000005791 00000 n -0004385254 00000 n -0006828024 00000 n +0004387634 00000 n +0006832818 00000 n 0000005838 00000 n 0000005895 00000 n -0004385316 00000 n -0006827945 00000 n +0004387696 00000 n +0006832739 00000 n 0000005947 00000 n 0000005985 00000 n -0004570927 00000 n -0006827813 00000 n +0004573307 00000 n +0006832607 00000 n 0000006037 00000 n 0000006072 00000 n -0004570989 00000 n -0006827734 00000 n +0004573369 00000 n +0006832528 00000 n 0000006129 00000 n 0000006163 00000 n -0004571114 00000 n -0006827655 00000 n +0004573494 00000 n +0006832449 00000 n 0000006220 00000 n 0000006247 00000 n -0004678460 00000 n -0006827576 00000 n +0004680841 00000 n +0006832370 00000 n 0000006299 00000 n 0000006337 00000 n -0004703023 00000 n -0006827443 00000 n +0004705623 00000 n +0006832237 00000 n 0000006384 00000 n 0000006414 00000 n -0004703085 00000 n -0006827378 00000 n +0004705685 00000 n +0006832172 00000 n 0000006466 00000 n 0000006498 00000 n -0004710382 00000 n -0006827244 00000 n +0004714585 00000 n +0006832038 00000 n 0000006545 00000 n 0000006573 00000 n -0004710444 00000 n -0006827126 00000 n +0004714647 00000 n +0006831920 00000 n 0000006625 00000 n 0000006663 00000 n -0004710506 00000 n -0006827047 00000 n +0004714709 00000 n +0006831841 00000 n 0000006720 00000 n 0000006754 00000 n -0004710568 00000 n -0006826968 00000 n +0004714771 00000 n +0006831762 00000 n 0000006811 00000 n 0000006845 00000 n -0004713190 00000 n -0006826836 00000 n +0004717393 00000 n +0006831630 00000 n 0000006897 00000 n 0000006918 00000 n -0004713315 00000 n -0006826757 00000 n +0004717518 00000 n +0006831551 00000 n 0000006975 00000 n 0000006998 00000 n -0004713377 00000 n -0006826664 00000 n +0004717580 00000 n +0006831458 00000 n 0000007055 00000 n 0000007091 00000 n -0004715177 00000 n -0006826571 00000 n +0004719380 00000 n +0006831365 00000 n 0000007148 00000 n 0000007187 00000 n -0004715239 00000 n -0006826492 00000 n +0004719442 00000 n +0006831286 00000 n 0000007244 00000 n 0000007270 00000 n -0004715364 00000 n -0006826360 00000 n +0004719567 00000 n +0006831154 00000 n 0000007322 00000 n 0000007398 00000 n -0004729262 00000 n -0006826281 00000 n +0004733465 00000 n +0006831075 00000 n 0000007455 00000 n 0000007479 00000 n -0004734022 00000 n -0006826188 00000 n +0004738226 00000 n +0006830982 00000 n 0000007536 00000 n 0000007567 00000 n -0004734084 00000 n -0006826095 00000 n +0004738288 00000 n +0006830889 00000 n 0000007624 00000 n 0000007657 00000 n -0004734146 00000 n -0006826002 00000 n +0004738350 00000 n +0006830796 00000 n 0000007714 00000 n 0000007741 00000 n -0004734208 00000 n -0006825909 00000 n +0004738412 00000 n +0006830703 00000 n 0000007798 00000 n 0000007832 00000 n -0004746580 00000 n -0006825830 00000 n +0004750785 00000 n +0006830624 00000 n 0000007889 00000 n 0000007916 00000 n -0004788063 00000 n -0006825698 00000 n +0004792267 00000 n +0006830492 00000 n 0000007968 00000 n 0000008010 00000 n -0004810791 00000 n -0006825619 00000 n +0004814995 00000 n +0006830413 00000 n 0000008067 00000 n 0000008101 00000 n -0004810853 00000 n -0006825540 00000 n +0004815057 00000 n +0006830334 00000 n 0000008158 00000 n 0000008185 00000 n -0004859778 00000 n -0006825408 00000 n +0004863979 00000 n +0006830202 00000 n 0000008237 00000 n 0000008293 00000 n -0004859840 00000 n -0006825329 00000 n +0004864041 00000 n +0006830123 00000 n 0000008350 00000 n 0000008418 00000 n -0004859902 00000 n -0006825236 00000 n +0004864103 00000 n +0006830030 00000 n 0000008475 00000 n 0000008510 00000 n -0004864366 00000 n -0006825157 00000 n +0004868567 00000 n +0006829951 00000 n 0000008567 00000 n 0000008602 00000 n -0004868891 00000 n -0006825064 00000 n +0004873091 00000 n +0006829858 00000 n 0000008654 00000 n 0000008700 00000 n -0004874723 00000 n -0006824932 00000 n +0004878923 00000 n +0006829726 00000 n 0000008752 00000 n 0000008810 00000 n -0004874785 00000 n -0006824853 00000 n +0004878985 00000 n +0006829647 00000 n 0000008867 00000 n 0000008920 00000 n -0004912741 00000 n -0006824774 00000 n +0004916940 00000 n +0006829568 00000 n 0000008977 00000 n 0000009013 00000 n -0004915671 00000 n -0006824642 00000 n +0004919870 00000 n +0006829436 00000 n 0000009065 00000 n 0000009102 00000 n -0004915733 00000 n -0006824563 00000 n +0004919932 00000 n +0006829357 00000 n 0000009159 00000 n 0000009202 00000 n -0005870539 00000 n -0006824470 00000 n +0005874738 00000 n +0006829264 00000 n 0000009259 00000 n 0000009299 00000 n -0005876002 00000 n -0006824391 00000 n +0005880202 00000 n +0006829185 00000 n 0000009356 00000 n 0000009393 00000 n -0005876064 00000 n -0006824298 00000 n +0005880264 00000 n +0006829092 00000 n 0000009445 00000 n 0000009501 00000 n -0005876126 00000 n -0006824205 00000 n +0005880326 00000 n +0006828999 00000 n 0000009554 00000 n 0000009608 00000 n -0005885753 00000 n -0006824112 00000 n +0005889955 00000 n +0006828906 00000 n 0000009661 00000 n 0000009714 00000 n -0005885815 00000 n -0006824019 00000 n +0005890017 00000 n +0006828813 00000 n 0000009767 00000 n 0000009823 00000 n -0005885877 00000 n -0006823926 00000 n +0005890079 00000 n +0006828720 00000 n 0000009876 00000 n 0000009932 00000 n -0005885939 00000 n -0006823833 00000 n +0005890141 00000 n +0006828627 00000 n 0000009985 00000 n 0000010021 00000 n -0005890733 00000 n -0006823740 00000 n +0005894935 00000 n +0006828534 00000 n 0000010074 00000 n 0000010147 00000 n -0005894600 00000 n -0006823608 00000 n +0005898801 00000 n +0006828402 00000 n 0000010200 00000 n 0000010243 00000 n -0005894662 00000 n -0006823529 00000 n +0005898863 00000 n +0006828323 00000 n 0000010301 00000 n 0000010343 00000 n -0005898943 00000 n -0006823436 00000 n +0005903144 00000 n +0006828230 00000 n 0000010401 00000 n 0000010465 00000 n -0005902901 00000 n -0006823357 00000 n +0005907102 00000 n +0006828151 00000 n 0000010523 00000 n 0000010554 00000 n -0005929737 00000 n -0006823225 00000 n +0005933939 00000 n +0006828019 00000 n 0000010607 00000 n 0000010658 00000 n -0005969622 00000 n -0006823146 00000 n +0005973824 00000 n +0006827940 00000 n 0000010716 00000 n 0000010761 00000 n -0005994142 00000 n -0006823067 00000 n +0005998341 00000 n +0006827861 00000 n 0000010819 00000 n 0000010889 00000 n -0005999936 00000 n -0006822974 00000 n +0006004135 00000 n +0006827768 00000 n 0000010942 00000 n 0000011008 00000 n -0006110576 00000 n -0006822881 00000 n +0006114773 00000 n +0006827675 00000 n 0000011061 00000 n 0000011121 00000 n -0006116151 00000 n -0006822788 00000 n +0006120345 00000 n +0006827582 00000 n 0000011174 00000 n 0000011245 00000 n -0006116213 00000 n -0006822695 00000 n +0006120407 00000 n +0006827489 00000 n 0000011298 00000 n 0000011381 00000 n -0006116275 00000 n -0006822602 00000 n +0006120469 00000 n +0006827396 00000 n 0000011434 00000 n 0000011502 00000 n -0006116337 00000 n -0006822509 00000 n +0006120531 00000 n +0006827303 00000 n 0000011555 00000 n 0000011606 00000 n -0006116399 00000 n -0006822377 00000 n +0006120593 00000 n +0006827171 00000 n 0000011659 00000 n 0000011744 00000 n -0006116461 00000 n -0006822298 00000 n +0006120655 00000 n +0006827092 00000 n 0000011802 00000 n 0000011874 00000 n -0006119904 00000 n -0006822205 00000 n +0006124099 00000 n +0006826999 00000 n 0000011932 00000 n 0000011973 00000 n -0006123776 00000 n -0006822126 00000 n +0006127972 00000 n +0006826920 00000 n 0000012031 00000 n 0000012070 00000 n -0006123838 00000 n -0006822033 00000 n +0006128034 00000 n +0006826827 00000 n 0000012123 00000 n 0000012196 00000 n -0006183335 00000 n -0006821940 00000 n +0006187531 00000 n +0006826734 00000 n 0000012249 00000 n 0000012312 00000 n -0006189392 00000 n -0006821847 00000 n +0006193588 00000 n +0006826641 00000 n 0000012365 00000 n 0000012421 00000 n -0006189453 00000 n -0006821754 00000 n +0006193649 00000 n +0006826548 00000 n 0000012474 00000 n 0000012559 00000 n -0006193166 00000 n -0006821661 00000 n +0006197362 00000 n +0006826455 00000 n 0000012612 00000 n 0000012679 00000 n -0006196545 00000 n -0006821568 00000 n +0006200741 00000 n +0006826362 00000 n 0000012732 00000 n 0000012804 00000 n -0006196607 00000 n -0006821475 00000 n +0006200803 00000 n +0006826269 00000 n 0000012857 00000 n 0000012937 00000 n -0006198000 00000 n -0006821382 00000 n +0006202196 00000 n +0006826176 00000 n 0000012990 00000 n 0000013075 00000 n -0006198062 00000 n -0006821303 00000 n +0006202258 00000 n +0006826097 00000 n 0000013128 00000 n 0000013186 00000 n -0006204382 00000 n -0006821170 00000 n +0006208580 00000 n +0006825964 00000 n 0000013234 00000 n 0000013280 00000 n -0006204444 00000 n -0006821052 00000 n +0006208642 00000 n +0006825846 00000 n 0000013333 00000 n 0000013389 00000 n -0006204506 00000 n -0006820973 00000 n +0006208704 00000 n +0006825767 00000 n 0000013447 00000 n 0000013481 00000 n -0006215503 00000 n -0006820880 00000 n +0006219701 00000 n +0006825674 00000 n 0000013539 00000 n 0000013567 00000 n -0006242624 00000 n -0006820801 00000 n +0006246822 00000 n +0006825595 00000 n 0000013625 00000 n 0000013655 00000 n -0006242686 00000 n -0006820669 00000 n +0006246884 00000 n +0006825463 00000 n 0000013708 00000 n 0000013776 00000 n -0006282122 00000 n -0006820590 00000 n +0006286322 00000 n +0006825384 00000 n 0000013834 00000 n 0000013868 00000 n -0006282184 00000 n -0006820497 00000 n +0006286384 00000 n +0006825291 00000 n 0000013926 00000 n 0000013954 00000 n -0006287498 00000 n -0006820418 00000 n +0006291698 00000 n +0006825212 00000 n 0000014012 00000 n 0000014043 00000 n -0006287560 00000 n -0006820286 00000 n +0006291760 00000 n +0006825080 00000 n 0000014096 00000 n 0000014166 00000 n -0006287622 00000 n -0006820207 00000 n +0006291822 00000 n +0006825001 00000 n 0000014224 00000 n 0000014259 00000 n -0006333187 00000 n -0006820114 00000 n +0006337387 00000 n +0006824908 00000 n 0000014317 00000 n 0000014345 00000 n -0006499717 00000 n -0006820035 00000 n +0006503917 00000 n +0006824829 00000 n 0000014403 00000 n 0000014434 00000 n -0006512831 00000 n -0006819917 00000 n +0006517031 00000 n +0006824711 00000 n 0000014487 00000 n 0000014529 00000 n -0006512893 00000 n -0006819838 00000 n +0006517093 00000 n +0006824632 00000 n 0000014587 00000 n 0000014622 00000 n -0006514887 00000 n -0006819745 00000 n +0006519087 00000 n +0006824539 00000 n 0000014680 00000 n 0000014708 00000 n -0006518469 00000 n -0006819666 00000 n +0006522593 00000 n +0006824460 00000 n 0000014766 00000 n 0000014797 00000 n -0006518531 00000 n -0006819586 00000 n +0006522655 00000 n +0006824380 00000 n 0000014847 00000 n 0000014877 00000 n 0000015604 00000 n @@ -74011,4754 +74104,4766 @@ xref 0000014927 00000 n 0000015723 00000 n 0000015784 00000 n -0006812884 00000 n -0006815782 00000 n -0006813030 00000 n -0006814488 00000 n -0006814344 00000 n -0006816075 00000 n +0006817676 00000 n +0006820574 00000 n +0006817822 00000 n +0006819280 00000 n +0006819136 00000 n +0006820867 00000 n 0000016249 00000 n 0000016069 00000 n 0000015969 00000 n 0000016188 00000 n -0000018350 00000 n -0000018502 00000 n -0000018653 00000 n -0000018809 00000 n -0000018965 00000 n -0000019120 00000 n -0000019276 00000 n -0000019432 00000 n -0000019583 00000 n -0000019739 00000 n -0000019900 00000 n -0000020062 00000 n -0000020216 00000 n -0000020372 00000 n -0000020534 00000 n -0000020696 00000 n -0000020847 00000 n -0000021003 00000 n -0000021165 00000 n -0000021321 00000 n -0000021477 00000 n -0000021633 00000 n -0000021793 00000 n -0000021948 00000 n -0000022110 00000 n -0000022272 00000 n -0000022433 00000 n -0000022588 00000 n -0000022750 00000 n -0000022912 00000 n -0000023073 00000 n -0000023235 00000 n -0000023391 00000 n -0000023552 00000 n -0000023714 00000 n -0000023870 00000 n -0000024032 00000 n -0000024194 00000 n -0000024344 00000 n -0000024500 00000 n -0000024662 00000 n -0000024824 00000 n -0000024985 00000 n -0000025145 00000 n -0000027606 00000 n -0000025364 00000 n -0000017867 00000 n +0000018352 00000 n +0000018504 00000 n +0000018655 00000 n +0000018811 00000 n +0000018967 00000 n +0000019122 00000 n +0000019278 00000 n +0000019434 00000 n +0000019585 00000 n +0000019741 00000 n +0000019902 00000 n +0000020064 00000 n +0000020218 00000 n +0000020374 00000 n +0000020536 00000 n +0000020698 00000 n +0000020849 00000 n +0000021005 00000 n +0000021167 00000 n +0000021323 00000 n +0000021479 00000 n +0000021635 00000 n +0000021795 00000 n +0000021950 00000 n +0000022112 00000 n +0000022274 00000 n +0000022435 00000 n +0000022590 00000 n +0000022752 00000 n +0000022914 00000 n +0000023075 00000 n +0000023237 00000 n +0000023393 00000 n +0000023554 00000 n +0000023716 00000 n +0000023872 00000 n +0000024034 00000 n +0000024196 00000 n +0000024346 00000 n +0000024502 00000 n +0000024664 00000 n +0000024826 00000 n +0000024987 00000 n +0000025147 00000 n +0000027608 00000 n +0000025366 00000 n +0000017869 00000 n 0000016290 00000 n -0006813469 00000 n -0006815065 00000 n -0006814054 00000 n -0000027761 00000 n -0000027923 00000 n -0000028085 00000 n -0000028236 00000 n -0000028391 00000 n -0000028553 00000 n -0000028714 00000 n -0000028876 00000 n -0000029038 00000 n -0000029200 00000 n -0000029362 00000 n -0000029513 00000 n -0000029669 00000 n -0000029831 00000 n -0000029987 00000 n -0000030142 00000 n -0000030304 00000 n -0000030466 00000 n -0000030622 00000 n -0000030773 00000 n -0000030929 00000 n -0000031085 00000 n -0000031247 00000 n -0000031409 00000 n -0000031565 00000 n -0000031715 00000 n -0000031871 00000 n -0000032022 00000 n -0000032178 00000 n -0000032340 00000 n -0000032501 00000 n -0000032657 00000 n -0000032818 00000 n -0000032980 00000 n -0000033142 00000 n -0000033304 00000 n -0000033457 00000 n -0000033618 00000 n -0000033780 00000 n -0000033942 00000 n -0000034102 00000 n -0000034264 00000 n -0000034424 00000 n -0000034578 00000 n -0000034737 00000 n -0000037949 00000 n -0000034958 00000 n -0000027107 00000 n -0000025488 00000 n -0000034897 00000 n -0000038104 00000 n -0000038265 00000 n -0000038427 00000 n -0000038589 00000 n -0000038745 00000 n -0000038900 00000 n -0000039062 00000 n -0000039224 00000 n -0000039380 00000 n -0000039542 00000 n -0000039704 00000 n -0000039866 00000 n -0000040019 00000 n -0000040176 00000 n -0000040333 00000 n -0000040490 00000 n -0000040647 00000 n -0000040803 00000 n -0000040960 00000 n -0000041117 00000 n -0000041280 00000 n -0000041443 00000 n -0000041606 00000 n -0000041763 00000 n -0000041923 00000 n -0000042086 00000 n -0000042243 00000 n -0000042400 00000 n -0000042557 00000 n -0000042713 00000 n -0000042870 00000 n -0000043026 00000 n -0000043183 00000 n -0000043346 00000 n -0000043509 00000 n -0000043672 00000 n -0000043824 00000 n -0000043981 00000 n -0000044138 00000 n -0000044295 00000 n -0000044452 00000 n -0000044608 00000 n -0000044765 00000 n -0000044920 00000 n -0000045077 00000 n -0000045229 00000 n -0000045385 00000 n -0000045545 00000 n -0000046775 00000 n -0000045767 00000 n -0000037426 00000 n -0000035043 00000 n -0000045706 00000 n -0000046938 00000 n -0000047095 00000 n -0000047258 00000 n -0000047421 00000 n -0000047583 00000 n -0000047739 00000 n -0000047902 00000 n -0000048065 00000 n -0000048227 00000 n -0000048384 00000 n -0000048547 00000 n -0000048710 00000 n -0000048870 00000 n -0000049085 00000 n -0000046532 00000 n -0000045852 00000 n -0000049024 00000 n -0000053145 00000 n -0000053296 00000 n -0000053448 00000 n -0000053606 00000 n -0000053759 00000 n -0000053916 00000 n -0000054103 00000 n -0000054254 00000 n -0000054406 00000 n -0000054558 00000 n -0000054710 00000 n -0000054861 00000 n -0000055016 00000 n -0000055168 00000 n -0000066036 00000 n -0000066191 00000 n -0000055741 00000 n -0000052902 00000 n -0000049170 00000 n -0000055321 00000 n -0006814921 00000 n -0000055561 00000 n -0006814199 00000 n -0000055622 00000 n -0000055681 00000 n -0006816193 00000 n -0006518593 00000 n -0006527678 00000 n -0006523175 00000 n -0006522742 00000 n -0000058524 00000 n -0000066344 00000 n -0000066503 00000 n -0000066657 00000 n -0003384238 00000 n -0003384399 00000 n -0003384555 00000 n -0003384711 00000 n -0003387219 00000 n -0003384865 00000 n -0000070763 00000 n -0006497318 00000 n -0001176505 00000 n -0002210526 00000 n -0000002162 00000 f -0003385022 00000 n -0000067175 00000 n -0000058338 00000 n -0000055863 00000 n -0000066811 00000 n -0000066932 00000 n -0000065968 00000 n -0000066993 00000 n -0000067054 00000 n -0000067115 00000 n -0000061585 00000 n -0000061740 00000 n -0000062085 00000 n -0000062282 00000 n -0000062415 00000 n -0000062615 00000 n -0000063668 00000 n -0000064046 00000 n -0000064347 00000 n -0000064666 00000 n -0000064807 00000 n -0000064925 00000 n -0000065160 00000 n -0000065391 00000 n -0000065596 00000 n -0000065756 00000 n -0006526992 00000 n -0003385176 00000 n -0003385336 00000 n -0003385500 00000 n -0003387377 00000 n -0003385654 00000 n -0003385808 00000 n -0003385967 00000 n -0003386123 00000 n -0003386279 00000 n -0003386435 00000 n -0003386591 00000 n -0003386751 00000 n -0003386905 00000 n -0003387061 00000 n -0003412651 00000 n -0003412803 00000 n -0003413266 00000 n -0003412958 00000 n -0003390216 00000 n -0003387833 00000 n -0000070449 00000 n -0000067338 00000 n -0003387532 00000 n -0003387593 00000 n -0003387713 00000 n -0003387773 00000 n -0001175831 00000 n -0002209925 00000 n -0003383637 00000 n -0006528832 00000 n -0006527242 00000 n -0006522492 00000 n -0006518655 00000 n -0006527927 00000 n -0006527429 00000 n -0006518906 00000 n -0006522990 00000 n -0006527554 00000 n -0006527367 00000 n -0006527865 00000 n -0006523300 00000 n -0006523485 00000 n -0003413112 00000 n -0003418596 00000 n -0003418750 00000 n -0003418903 00000 n -0003419057 00000 n -0003419212 00000 n -0003419368 00000 n -0003419523 00000 n -0003419681 00000 n -0003419842 00000 n -0003420004 00000 n -0003420159 00000 n -0003413787 00000 n -0003390045 00000 n -0003388017 00000 n -0003413422 00000 n -0003413483 00000 n -0003413544 00000 n -0003413605 00000 n -0003413666 00000 n -0006813323 00000 n -0003413727 00000 n -0003397214 00000 n -0003398849 00000 n -0003398890 00000 n -0003398970 00000 n -0003399051 00000 n -0003399192 00000 n -0003399467 00000 n -0003399807 00000 n -0003400049 00000 n -0003400070 00000 n -0003412628 00000 n -0003420316 00000 n -0003420626 00000 n -0003420471 00000 n -0003423115 00000 n -0003423272 00000 n -0003424053 00000 n -0003423427 00000 n -0003423581 00000 n -0003423738 00000 n -0003423896 00000 n -0003421270 00000 n -0003418353 00000 n -0003413963 00000 n -0003420783 00000 n -0003420904 00000 n -0003420965 00000 n -0006815208 00000 n -0003421026 00000 n -0003421087 00000 n -0003421148 00000 n -0003421209 00000 n -0006522804 00000 n -0006522928 00000 n -0006522866 00000 n -0006527616 00000 n -0006523361 00000 n -0006523547 00000 n -0006526930 00000 n -0003424329 00000 n -0003422928 00000 n -0003421431 00000 n -0003424209 00000 n -0003424270 00000 n -0006528894 00000 n -0006522617 00000 n -0006523113 00000 n -0003435751 00000 n -0003435911 00000 n -0003436066 00000 n -0003436221 00000 n -0003426249 00000 n -0003458470 00000 n -0003436860 00000 n -0003426071 00000 n -0003424438 00000 n -0003436377 00000 n -0003436558 00000 n -0003436679 00000 n -0003435683 00000 n -0003436740 00000 n -0003436800 00000 n -0006816311 00000 n -0003429587 00000 n -0003429742 00000 n -0003430137 00000 n -0003430308 00000 n -0003430551 00000 n -0003430752 00000 n -0003431806 00000 n -0003432185 00000 n -0003432490 00000 n -0003432630 00000 n -0003432775 00000 n -0003433097 00000 n -0003433261 00000 n -0003433656 00000 n -0003433810 00000 n -0003433933 00000 n -0003434325 00000 n -0003434416 00000 n -0003434829 00000 n -0003435152 00000 n -0003435398 00000 n -0006527739 00000 n -0003458628 00000 n -0003438387 00000 n -0003461456 00000 n -0003458916 00000 n -0003438220 00000 n -0003437010 00000 n -0003458790 00000 n -0003458853 00000 n -0003458401 00000 n -0003451293 00000 n -0003451449 00000 n -0003451853 00000 n -0003452142 00000 n -0003452343 00000 n -0003453397 00000 n -0003453776 00000 n -0003454096 00000 n -0003454563 00000 n -0003454771 00000 n -0003454935 00000 n -0003455077 00000 n -0003455196 00000 n -0003455485 00000 n -0003455639 00000 n -0003455950 00000 n -0003456073 00000 n -0003456305 00000 n -0003456712 00000 n -0003457104 00000 n -0003457195 00000 n -0003457401 00000 n -0003457724 00000 n -0003457970 00000 n -0003458116 00000 n -0003484773 00000 n -0003484933 00000 n -0003485095 00000 n -0003485256 00000 n -0003485419 00000 n -0003485582 00000 n -0003485745 00000 n -0003485904 00000 n -0003486068 00000 n -0003486531 00000 n -0003486223 00000 n -0003486375 00000 n -0003491700 00000 n -0003487053 00000 n -0003461198 00000 n -0003459031 00000 n -0003486681 00000 n -0003486744 00000 n -0003484704 00000 n -0003486929 00000 n -0003486991 00000 n -0006813908 00000 n -0003476914 00000 n -0003477070 00000 n -0003477479 00000 n -0003477796 00000 n -0003477997 00000 n -0003479051 00000 n -0003479430 00000 n -0003479750 00000 n -0003480217 00000 n -0003480425 00000 n -0003480589 00000 n -0003480731 00000 n -0003480850 00000 n -0003481086 00000 n -0003481375 00000 n -0003481529 00000 n -0003481840 00000 n -0003481963 00000 n -0003482195 00000 n -0003482602 00000 n -0003482994 00000 n -0003483085 00000 n -0003483291 00000 n -0003483704 00000 n -0003484027 00000 n -0003484273 00000 n -0003484419 00000 n -0006523423 00000 n -0003491855 00000 n -0003492011 00000 n -0003493434 00000 n -0003492166 00000 n -0003492329 00000 n -0003492484 00000 n -0003493592 00000 n -0003492640 00000 n -0003492799 00000 n -0003493755 00000 n -0003492955 00000 n -0003493914 00000 n -0003493110 00000 n -0003493271 00000 n -0003496940 00000 n -0003494697 00000 n -0003491431 00000 n -0003487258 00000 n -0003494072 00000 n -0006813177 00000 n -0006814777 00000 n -0006815639 00000 n -0006813762 00000 n -0003494256 00000 n -0003494319 00000 n +0006818261 00000 n +0006819857 00000 n +0006818846 00000 n +0000027763 00000 n +0000027925 00000 n +0000028087 00000 n +0000028238 00000 n +0000028393 00000 n +0000028555 00000 n +0000028716 00000 n +0000028878 00000 n +0000029040 00000 n +0000029202 00000 n +0000029364 00000 n +0000029515 00000 n +0000029671 00000 n +0000029833 00000 n +0000029989 00000 n +0000030144 00000 n +0000030306 00000 n +0000030468 00000 n +0000030624 00000 n +0000030775 00000 n +0000030931 00000 n +0000031087 00000 n +0000031249 00000 n +0000031411 00000 n +0000031567 00000 n +0000031717 00000 n +0000031873 00000 n +0000032024 00000 n +0000032180 00000 n +0000032342 00000 n +0000032503 00000 n +0000032659 00000 n +0000032820 00000 n +0000032982 00000 n +0000033144 00000 n +0000033306 00000 n +0000033459 00000 n +0000033620 00000 n +0000033782 00000 n +0000033944 00000 n +0000034104 00000 n +0000034266 00000 n +0000034426 00000 n +0000034580 00000 n +0000034739 00000 n +0000037951 00000 n +0000034960 00000 n +0000027109 00000 n +0000025490 00000 n +0000034899 00000 n +0000038106 00000 n +0000038267 00000 n +0000038429 00000 n +0000038591 00000 n +0000038747 00000 n +0000038902 00000 n +0000039064 00000 n +0000039226 00000 n +0000039382 00000 n +0000039544 00000 n +0000039706 00000 n +0000039868 00000 n +0000040021 00000 n +0000040178 00000 n +0000040335 00000 n +0000040492 00000 n +0000040649 00000 n +0000040805 00000 n +0000040962 00000 n +0000041119 00000 n +0000041282 00000 n +0000041445 00000 n +0000041608 00000 n +0000041765 00000 n +0000041925 00000 n +0000042088 00000 n +0000042245 00000 n +0000042402 00000 n +0000042559 00000 n +0000042715 00000 n +0000042872 00000 n +0000043028 00000 n +0000043185 00000 n +0000043348 00000 n +0000043511 00000 n +0000043674 00000 n +0000043826 00000 n +0000043983 00000 n +0000044140 00000 n +0000044297 00000 n +0000044454 00000 n +0000044610 00000 n +0000044767 00000 n +0000044922 00000 n +0000045079 00000 n +0000045231 00000 n +0000045387 00000 n +0000045547 00000 n +0000046777 00000 n +0000045769 00000 n +0000037428 00000 n +0000035045 00000 n +0000045708 00000 n +0000046940 00000 n +0000047097 00000 n +0000047260 00000 n +0000047423 00000 n +0000047585 00000 n +0000047741 00000 n +0000047904 00000 n +0000048067 00000 n +0000048229 00000 n +0000048386 00000 n +0000048549 00000 n +0000048712 00000 n +0000048872 00000 n +0000049087 00000 n +0000046534 00000 n +0000045854 00000 n +0000049026 00000 n +0000053239 00000 n +0000053391 00000 n +0000053551 00000 n +0000053706 00000 n +0000053859 00000 n +0000054018 00000 n +0000054173 00000 n +0000054323 00000 n +0000054473 00000 n +0000054657 00000 n +0000054807 00000 n +0000054957 00000 n +0000055104 00000 n +0000055252 00000 n +0000055402 00000 n +0000055732 00000 n +0000052988 00000 n +0000049172 00000 n +0000055552 00000 n +0006820985 00000 n +0006527349 00000 n +0006523030 00000 n +0006527411 00000 n +0006522717 00000 n +0006531864 00000 n +0006527473 00000 n +0000058580 00000 n +0000058735 00000 n +0000058887 00000 n +0000059040 00000 n +0000059194 00000 n +0000062446 00000 n +0000059649 00000 n +0000058409 00000 n +0000055817 00000 n +0000059346 00000 n +0006819713 00000 n +0000059527 00000 n +0006818991 00000 n +0000059588 00000 n +0006526920 00000 n +0006531178 00000 n +0000069958 00000 n +0000070117 00000 n +0000070271 00000 n +0000070425 00000 n +0000070586 00000 n +0000070742 00000 n +0000070898 00000 n +0000071208 00000 n +0000071051 00000 n +0000075432 00000 n +0006501518 00000 n +0001181174 00000 n +0002215195 00000 n +0000002170 00000 f +0003388907 00000 n +0000071672 00000 n +0000062228 00000 n +0000059771 00000 n +0000071368 00000 n +0000071429 00000 n +0000069890 00000 n +0000071490 00000 n +0000071550 00000 n +0000071611 00000 n +0000065507 00000 n +0000065662 00000 n +0000066007 00000 n +0000066204 00000 n +0000066337 00000 n +0000066537 00000 n +0000067590 00000 n +0000067968 00000 n +0000068269 00000 n +0000068588 00000 n +0000068729 00000 n +0000068847 00000 n +0000069082 00000 n +0000069313 00000 n +0000069518 00000 n +0000069678 00000 n +0006533776 00000 n +0006531428 00000 n +0006526671 00000 n +0006530929 00000 n +0003389061 00000 n +0003389221 00000 n +0003389385 00000 n +0003391570 00000 n +0003389539 00000 n +0003389694 00000 n +0003389853 00000 n +0003390011 00000 n +0003390169 00000 n +0003390323 00000 n +0003390479 00000 n +0003390639 00000 n +0003390794 00000 n +0003390951 00000 n +0003391109 00000 n +0003391262 00000 n +0003391727 00000 n +0003391416 00000 n +0003394801 00000 n +0003392309 00000 n +0000075134 00000 n +0000071835 00000 n +0003391883 00000 n +0003391944 00000 n +0003392065 00000 n +0003392126 00000 n +0003392187 00000 n +0003392248 00000 n +0006818115 00000 n +0001180500 00000 n +0002214594 00000 n +0003388306 00000 n +0006522779 00000 n +0006533714 00000 n +0006531615 00000 n +0006526483 00000 n +0006527162 00000 n +0006531740 00000 n +0006531553 00000 n +0006533652 00000 n +0006527598 00000 n +0003417236 00000 n +0003417390 00000 n +0003417545 00000 n +0003417698 00000 n +0003417853 00000 n +0003423187 00000 n +0003423343 00000 n +0003423498 00000 n +0003423656 00000 n +0003423816 00000 n +0003423977 00000 n +0003424131 00000 n +0003418434 00000 n +0003394630 00000 n +0003392506 00000 n +0003418008 00000 n +0003418069 00000 n +0003418130 00000 n +0003418191 00000 n +0003418252 00000 n +0006820000 00000 n +0003418313 00000 n +0003418374 00000 n +0003401799 00000 n +0003403434 00000 n +0003403475 00000 n +0003403555 00000 n +0003403636 00000 n +0003403777 00000 n +0003404052 00000 n +0003404392 00000 n +0003404634 00000 n +0003404655 00000 n +0003417213 00000 n +0003424288 00000 n +0003425536 00000 n +0003424443 00000 n +0003424599 00000 n +0003424754 00000 n +0003425695 00000 n +0003424909 00000 n +0003425064 00000 n +0003425222 00000 n +0003425380 00000 n +0003426153 00000 n +0003422920 00000 n +0003418623 00000 n +0003425850 00000 n +0003425971 00000 n +0003426032 00000 n +0003426093 00000 n +0006526982 00000 n +0006527102 00000 n +0006527042 00000 n +0006531802 00000 n +0006530804 00000 n +0006530991 00000 n +0006533838 00000 n +0006526795 00000 n +0006527287 00000 n +0006531116 00000 n +0003437487 00000 n +0003437643 00000 n +0003437803 00000 n +0003437958 00000 n +0003438113 00000 n +0003427981 00000 n +0003460515 00000 n +0003438755 00000 n +0003427793 00000 n +0003426288 00000 n +0003438269 00000 n +0003438450 00000 n +0003438571 00000 n +0003437418 00000 n +0003438633 00000 n +0003438695 00000 n +0006821103 00000 n +0003431321 00000 n +0003431477 00000 n +0003431872 00000 n +0003432043 00000 n +0003432286 00000 n +0003432487 00000 n +0003433541 00000 n +0003433920 00000 n +0003434225 00000 n +0003434365 00000 n +0003434510 00000 n +0003434832 00000 n +0003434996 00000 n +0003435391 00000 n +0003435545 00000 n +0003435668 00000 n +0003436060 00000 n +0003436151 00000 n +0003436564 00000 n +0003436887 00000 n +0003437133 00000 n +0006533526 00000 n +0003460673 00000 n +0003440432 00000 n +0003463515 00000 n +0003460961 00000 n +0003440264 00000 n +0003438905 00000 n +0003460835 00000 n +0003460898 00000 n +0003460446 00000 n +0003453338 00000 n +0003453494 00000 n +0003453898 00000 n +0003454187 00000 n +0003454388 00000 n +0003455442 00000 n +0003455821 00000 n +0003456141 00000 n +0003456608 00000 n +0003456816 00000 n +0003456980 00000 n +0003457122 00000 n +0003457241 00000 n +0003457530 00000 n +0003457684 00000 n +0003457995 00000 n +0003458118 00000 n +0003458350 00000 n +0003458757 00000 n +0003459149 00000 n +0003459240 00000 n +0003459446 00000 n +0003459769 00000 n +0003460015 00000 n +0003460161 00000 n +0003486832 00000 n +0003486992 00000 n +0003487154 00000 n +0003487315 00000 n +0003487478 00000 n +0003487641 00000 n +0003487799 00000 n +0003487962 00000 n +0003488121 00000 n +0003488285 00000 n +0003488748 00000 n +0003488440 00000 n +0003488592 00000 n +0003493916 00000 n +0003489270 00000 n +0003463247 00000 n +0003461076 00000 n +0003488898 00000 n +0003488961 00000 n +0003486763 00000 n +0003489146 00000 n +0003489208 00000 n +0006818700 00000 n +0003478973 00000 n +0003479129 00000 n +0003479538 00000 n +0003479855 00000 n +0003480056 00000 n +0003481110 00000 n +0003481489 00000 n +0003481809 00000 n +0003482276 00000 n +0003482484 00000 n +0003482648 00000 n +0003482790 00000 n +0003482909 00000 n +0003483145 00000 n +0003483434 00000 n +0003483588 00000 n +0003483899 00000 n +0003484022 00000 n +0003484254 00000 n +0003484661 00000 n +0003485053 00000 n +0003485144 00000 n +0003485350 00000 n +0003485763 00000 n +0003486086 00000 n +0003486332 00000 n +0003486478 00000 n +0006530866 00000 n +0003494071 00000 n +0003494227 00000 n +0003495650 00000 n 0003494382 00000 n -0003494445 00000 n -0003494508 00000 n -0003494571 00000 n -0003494634 00000 n -0003517946 00000 n -0003507906 00000 n -0003518102 00000 n -0003518259 00000 n -0003529312 00000 n -0003521058 00000 n -0003518668 00000 n -0003496763 00000 n -0003494928 00000 n -0003518417 00000 n -0003518480 00000 n -0003507837 00000 n -0003518543 00000 n -0003518606 00000 n -0003499877 00000 n -0003500033 00000 n -0003500475 00000 n -0003500646 00000 n -0003500993 00000 n -0003501194 00000 n -0003502248 00000 n -0003502627 00000 n -0003502772 00000 n -0003502913 00000 n -0003503233 00000 n -0003503700 00000 n -0003503845 00000 n -0003504167 00000 n -0003504405 00000 n -0003504531 00000 n -0003504673 00000 n -0003504792 00000 n -0003505081 00000 n -0003505235 00000 n -0003505546 00000 n -0003505669 00000 n -0003506076 00000 n -0003506218 00000 n -0003506610 00000 n -0003506816 00000 n -0003507229 00000 n -0003507552 00000 n -0003509674 00000 n -0003509830 00000 n -0003510230 00000 n -0003510493 00000 n -0003510756 00000 n -0003511060 00000 n -0003511261 00000 n -0003512315 00000 n -0003512620 00000 n -0003512922 00000 n -0003513242 00000 n -0003513709 00000 n -0003514031 00000 n -0003514195 00000 n -0003514433 00000 n -0003514575 00000 n -0003514811 00000 n -0003515100 00000 n -0003515254 00000 n -0003515565 00000 n -0003515688 00000 n -0003515920 00000 n -0003516312 00000 n -0003516518 00000 n -0003516931 00000 n -0003517254 00000 n -0003517500 00000 n -0003517661 00000 n -0003529473 00000 n -0003529631 00000 n -0003529794 00000 n -0003530139 00000 n -0003520872 00000 n -0003518889 00000 n -0003529952 00000 n -0003530076 00000 n -0003529243 00000 n -0003522940 00000 n -0003523096 00000 n -0003523486 00000 n -0003523736 00000 n -0003523937 00000 n -0003524991 00000 n -0003525370 00000 n -0003525675 00000 n -0003525995 00000 n -0003526203 00000 n -0003526525 00000 n -0003526689 00000 n -0003526831 00000 n -0003526950 00000 n -0003527104 00000 n -0003527415 00000 n -0003527538 00000 n -0003527770 00000 n -0003527976 00000 n -0003528389 00000 n -0003528712 00000 n -0003528958 00000 n -0003534117 00000 n -0003534274 00000 n -0003534437 00000 n -0003534600 00000 n -0003534763 00000 n -0003534921 00000 n -0003535082 00000 n -0003535239 00000 n -0003535402 00000 n -0003535565 00000 n -0003535724 00000 n -0003535883 00000 n -0003536039 00000 n -0003536195 00000 n -0003536350 00000 n -0003536506 00000 n -0003541693 00000 n -0003541849 00000 n -0003542005 00000 n -0003544543 00000 n -0003542160 00000 n -0003544700 00000 n -0003542315 00000 n -0003542471 00000 n -0003542627 00000 n -0003542789 00000 n -0003537288 00000 n -0003533838 00000 n -0003530281 00000 n -0003536663 00000 n -0003536848 00000 n -0003536973 00000 n -0003537037 00000 n -0003537101 00000 n -0003537164 00000 n -0003537226 00000 n -0006816434 00000 n -0003542952 00000 n -0003543114 00000 n -0003543270 00000 n -0003543433 00000 n -0003543586 00000 n -0003543747 00000 n +0003494545 00000 n +0003494700 00000 n +0003495808 00000 n +0003494856 00000 n +0003495015 00000 n +0003495971 00000 n +0003495171 00000 n +0003496130 00000 n +0003495326 00000 n +0003495487 00000 n +0003499158 00000 n +0003496913 00000 n +0003493646 00000 n +0003489475 00000 n +0003496288 00000 n +0006817969 00000 n +0006819569 00000 n +0006820431 00000 n +0006818554 00000 n +0003496472 00000 n +0003496535 00000 n +0003496598 00000 n +0003496661 00000 n +0003496724 00000 n +0003496787 00000 n +0003496850 00000 n +0003520164 00000 n +0003510124 00000 n +0003520320 00000 n +0003520477 00000 n +0003531531 00000 n +0003523277 00000 n +0003520886 00000 n +0003498980 00000 n +0003497144 00000 n +0003520635 00000 n +0003520698 00000 n +0003510055 00000 n +0003520761 00000 n +0003520824 00000 n +0003502095 00000 n +0003502251 00000 n +0003502693 00000 n +0003502864 00000 n +0003503211 00000 n +0003503412 00000 n +0003504466 00000 n +0003504845 00000 n +0003504990 00000 n +0003505131 00000 n +0003505451 00000 n +0003505918 00000 n +0003506063 00000 n +0003506385 00000 n +0003506623 00000 n +0003506749 00000 n +0003506891 00000 n +0003507010 00000 n +0003507299 00000 n +0003507453 00000 n +0003507764 00000 n +0003507887 00000 n +0003508294 00000 n +0003508436 00000 n +0003508828 00000 n +0003509034 00000 n +0003509447 00000 n +0003509770 00000 n +0003511892 00000 n +0003512048 00000 n +0003512448 00000 n +0003512711 00000 n +0003512974 00000 n +0003513278 00000 n +0003513479 00000 n +0003514533 00000 n +0003514838 00000 n +0003515140 00000 n +0003515460 00000 n +0003515927 00000 n +0003516249 00000 n +0003516413 00000 n +0003516651 00000 n +0003516793 00000 n +0003517029 00000 n +0003517318 00000 n +0003517472 00000 n +0003517783 00000 n +0003517906 00000 n +0003518138 00000 n +0003518530 00000 n +0003518736 00000 n +0003519149 00000 n +0003519472 00000 n +0003519718 00000 n +0003519879 00000 n +0003531692 00000 n +0003531850 00000 n +0003532013 00000 n +0003532358 00000 n +0003523090 00000 n +0003521107 00000 n +0003532171 00000 n +0003532295 00000 n +0003531462 00000 n +0003525159 00000 n +0003525315 00000 n +0003525705 00000 n +0003525955 00000 n +0003526156 00000 n +0003527210 00000 n +0003527589 00000 n +0003527894 00000 n +0003528214 00000 n +0003528422 00000 n +0003528744 00000 n +0003528908 00000 n +0003529050 00000 n +0003529169 00000 n +0003529323 00000 n +0003529634 00000 n +0003529757 00000 n +0003529989 00000 n +0003530195 00000 n +0003530608 00000 n +0003530931 00000 n +0003531177 00000 n +0003536336 00000 n +0003536493 00000 n +0003536656 00000 n +0003536819 00000 n +0003536982 00000 n +0003537140 00000 n +0003537301 00000 n +0003537458 00000 n +0003537621 00000 n +0003537784 00000 n +0003537943 00000 n +0003538102 00000 n +0003538258 00000 n +0003538414 00000 n +0003538569 00000 n +0003538725 00000 n 0003543910 00000 n -0003544073 00000 n -0003544231 00000 n -0003544387 00000 n -0003544859 00000 n -0003549996 00000 n -0003550160 00000 n -0003550316 00000 n -0003553157 00000 n -0003550471 00000 n -0003545764 00000 n -0003541369 00000 n -0003537477 00000 n -0003545016 00000 n -0003545262 00000 n -0003545325 00000 n -0003545388 00000 n -0003545451 00000 n -0003545514 00000 n -0003545577 00000 n -0003545640 00000 n -0003545702 00000 n -0006523237 00000 n -0003550626 00000 n -0003550780 00000 n -0003553315 00000 n -0003553473 00000 n -0003550935 00000 n -0003551092 00000 n -0003551250 00000 n -0003551403 00000 n -0003551559 00000 n -0003551721 00000 n -0003551883 00000 n -0003552045 00000 n -0003552207 00000 n -0003552363 00000 n -0003552515 00000 n -0003552677 00000 n -0003552839 00000 n -0003553002 00000 n -0003554129 00000 n -0003549654 00000 n -0003545926 00000 n -0003553630 00000 n -0003553814 00000 n -0003553877 00000 n -0003553940 00000 n -0003554003 00000 n -0003554066 00000 n -0003569867 00000 n -0003570030 00000 n -0003570185 00000 n -0003557937 00000 n -0003570341 00000 n -0003570502 00000 n -0003570658 00000 n -0003570814 00000 n -0003573617 00000 n -0003571537 00000 n -0003557723 00000 n -0003554265 00000 n -0003570974 00000 n -0003571098 00000 n -0003571162 00000 n +0003544066 00000 n +0003544222 00000 n +0003546760 00000 n +0003544377 00000 n +0003546917 00000 n +0003544532 00000 n +0003544688 00000 n +0003544844 00000 n +0003545006 00000 n +0003539507 00000 n +0003536057 00000 n +0003532500 00000 n +0003538882 00000 n +0003539067 00000 n +0003539192 00000 n +0003539256 00000 n +0003539320 00000 n +0003539383 00000 n +0003539445 00000 n +0006821227 00000 n +0003545169 00000 n +0003545331 00000 n +0003545487 00000 n +0003545650 00000 n +0003545803 00000 n +0003545964 00000 n +0003546127 00000 n +0003546290 00000 n +0003546448 00000 n +0003546604 00000 n +0003547076 00000 n +0003552212 00000 n +0003552376 00000 n +0003552532 00000 n +0003555373 00000 n +0003552687 00000 n +0003547981 00000 n +0003543586 00000 n +0003539696 00000 n +0003547233 00000 n +0003547479 00000 n +0003547542 00000 n +0003547605 00000 n +0003547668 00000 n +0003547731 00000 n +0003547794 00000 n +0003547857 00000 n +0003547919 00000 n +0006527535 00000 n +0003552842 00000 n +0003552996 00000 n +0003555531 00000 n +0003555689 00000 n +0003553151 00000 n +0003553308 00000 n +0003553466 00000 n +0003553619 00000 n +0003553775 00000 n +0003553937 00000 n +0003554099 00000 n +0003554261 00000 n +0003554423 00000 n +0003554579 00000 n +0003554731 00000 n +0003554893 00000 n +0003555055 00000 n +0003555218 00000 n +0003556345 00000 n +0003551870 00000 n +0003548143 00000 n +0003555846 00000 n +0003556030 00000 n +0003556093 00000 n +0003556156 00000 n +0003556219 00000 n +0003556282 00000 n +0003572081 00000 n +0003572244 00000 n +0003572399 00000 n +0003560151 00000 n +0003572555 00000 n +0003572716 00000 n +0003572872 00000 n +0003573028 00000 n +0003575831 00000 n +0003573751 00000 n +0003559937 00000 n +0003556481 00000 n +0003573188 00000 n +0003573312 00000 n +0003573376 00000 n +0003572012 00000 n +0003573500 00000 n +0003573563 00000 n +0003573626 00000 n +0003573689 00000 n +0003563224 00000 n +0003563380 00000 n +0003563820 00000 n +0003563991 00000 n +0003564364 00000 n +0003564565 00000 n +0003565619 00000 n +0003565998 00000 n +0003566143 00000 n +0003566284 00000 n +0003566589 00000 n +0003566891 00000 n +0003567211 00000 n +0003567678 00000 n +0003567823 00000 n +0003568145 00000 n +0003568309 00000 n +0003568547 00000 n +0003568689 00000 n +0003568808 00000 n +0003569044 00000 n +0003569333 00000 n +0003569487 00000 n 0003569798 00000 n -0003571286 00000 n -0003571349 00000 n -0003571412 00000 n -0003571475 00000 n -0003561010 00000 n -0003561166 00000 n -0003561606 00000 n -0003561777 00000 n -0003562150 00000 n -0003562351 00000 n -0003563405 00000 n -0003563784 00000 n -0003563929 00000 n -0003564070 00000 n -0003564375 00000 n -0003564677 00000 n -0003564997 00000 n -0003565464 00000 n -0003565609 00000 n -0003565931 00000 n -0003566095 00000 n -0003566333 00000 n -0003566475 00000 n -0003566594 00000 n -0003566830 00000 n -0003567119 00000 n -0003567273 00000 n -0003567584 00000 n -0003567707 00000 n -0003567939 00000 n -0003568346 00000 n -0003568738 00000 n -0003568944 00000 n -0003569267 00000 n -0003569513 00000 n -0003583754 00000 n -0003583909 00000 n -0003588026 00000 n -0003584261 00000 n -0003573448 00000 n -0003571756 00000 n -0003584072 00000 n -0003584135 00000 n -0003583685 00000 n -0003584198 00000 n -0003576476 00000 n -0003576632 00000 n -0003577068 00000 n -0003577239 00000 n -0003577554 00000 n -0003577755 00000 n -0003578809 00000 n -0003579188 00000 n -0003579333 00000 n -0003579474 00000 n -0003579794 00000 n -0003580261 00000 n -0003580406 00000 n -0003580570 00000 n -0003580808 00000 n -0003580934 00000 n -0003581076 00000 n -0003581195 00000 n -0003581484 00000 n -0003581638 00000 n -0003581949 00000 n -0003582072 00000 n -0003582479 00000 n -0003582871 00000 n -0003583077 00000 n -0003583400 00000 n -0003598228 00000 n -0003598384 00000 n -0003612414 00000 n -0003602216 00000 n -0003598914 00000 n -0003587857 00000 n -0003584401 00000 n -0003598539 00000 n -0003598602 00000 n -0003598159 00000 n -0003598727 00000 n -0003598791 00000 n -0003598854 00000 n -0003590950 00000 n -0003591106 00000 n -0003591542 00000 n -0003591713 00000 n -0003592028 00000 n -0003592229 00000 n -0003593283 00000 n -0003593662 00000 n -0003593807 00000 n -0003593948 00000 n -0003594268 00000 n -0003594735 00000 n -0003594880 00000 n -0003595044 00000 n -0003595282 00000 n -0003595408 00000 n -0003595550 00000 n -0003595669 00000 n -0003595958 00000 n -0003596112 00000 n -0003596423 00000 n -0003596546 00000 n -0003596953 00000 n -0003597345 00000 n -0003597551 00000 n -0003597874 00000 n -0003612569 00000 n -0003612730 00000 n -0003613680 00000 n -0003612885 00000 n -0003613048 00000 n -0003613206 00000 n -0003613369 00000 n -0003613524 00000 n -0003613836 00000 n -0003614491 00000 n -0003601975 00000 n -0003599161 00000 n -0003613992 00000 n -0006815353 00000 n -0003614055 00000 n -0003612345 00000 n -0003614242 00000 n -0003614305 00000 n -0003614368 00000 n -0003614430 00000 n -0006816559 00000 n -0003605136 00000 n -0003605292 00000 n -0003605728 00000 n -0003605899 00000 n -0003606214 00000 n -0003606415 00000 n -0003607469 00000 n -0003607848 00000 n -0003607993 00000 n -0003608134 00000 n -0003608454 00000 n -0003608921 00000 n -0003609066 00000 n -0003609230 00000 n -0003609468 00000 n -0003609594 00000 n -0003609736 00000 n -0003609855 00000 n -0003610144 00000 n -0003610298 00000 n -0003610609 00000 n -0003610732 00000 n -0003611139 00000 n -0003611531 00000 n -0003611737 00000 n -0003612060 00000 n -0003618525 00000 n -0003620078 00000 n -0003618681 00000 n -0003618837 00000 n -0003620231 00000 n -0003618991 00000 n -0003620385 00000 n -0003619147 00000 n -0003620546 00000 n -0003619303 00000 n -0003619456 00000 n -0003619614 00000 n -0003619773 00000 n -0003619925 00000 n -0003623111 00000 n -0003621324 00000 n -0003618264 00000 n -0003614725 00000 n -0003620701 00000 n -0003621012 00000 n -0003621075 00000 n -0003621138 00000 n -0003621201 00000 n -0003621263 00000 n -0003657937 00000 n -0003638451 00000 n -0003648492 00000 n -0003659772 00000 n -0003658407 00000 n -0003622951 00000 n -0003621473 00000 n -0003658094 00000 n -0003658219 00000 n -0003638382 00000 n -0003658282 00000 n -0003632207 00000 n -0003632363 00000 n -0003632750 00000 n -0003632921 00000 n -0003633148 00000 n -0003633349 00000 n -0003634403 00000 n -0003634782 00000 n -0003635087 00000 n -0003635407 00000 n -0003635571 00000 n -0003635809 00000 n -0003635928 00000 n -0003636217 00000 n -0003636371 00000 n -0003636682 00000 n -0003637089 00000 n -0003637502 00000 n -0003637825 00000 n -0003637951 00000 n -0003638097 00000 n -0003641414 00000 n -0003641570 00000 n -0003641998 00000 n -0003642169 00000 n -0003642485 00000 n -0003642686 00000 n -0003643740 00000 n -0003644119 00000 n -0003644264 00000 n -0003644405 00000 n -0003644725 00000 n -0003644870 00000 n -0003645192 00000 n -0003645356 00000 n -0003645594 00000 n -0003645720 00000 n -0003645862 00000 n -0003645981 00000 n -0003646270 00000 n -0003646424 00000 n -0003646735 00000 n -0003646858 00000 n -0003647265 00000 n -0003647471 00000 n -0003647884 00000 n -0003648207 00000 n -0003650213 00000 n -0003650369 00000 n -0003650761 00000 n -0003651024 00000 n -0003651287 00000 n -0003651573 00000 n -0003651774 00000 n -0003652828 00000 n -0003653207 00000 n -0003653512 00000 n -0003653814 00000 n -0003654134 00000 n -0003654456 00000 n -0003654620 00000 n -0003654858 00000 n -0003655000 00000 n -0003655119 00000 n -0003655355 00000 n -0003655644 00000 n -0003655798 00000 n -0003656109 00000 n -0003656232 00000 n -0003656464 00000 n -0003656670 00000 n -0003657083 00000 n -0003657406 00000 n -0003657652 00000 n -0003669421 00000 n -0003681326 00000 n -0003692503 00000 n -0003692664 00000 n -0003692817 00000 n -0003694374 00000 n -0003705840 00000 n -0003693290 00000 n -0003659594 00000 n -0003658566 00000 n -0003692977 00000 n -0003693040 00000 n -0003669352 00000 n -0003693103 00000 n -0003661378 00000 n -0003661534 00000 n -0003661957 00000 n -0003662277 00000 n -0003662478 00000 n -0003663532 00000 n -0003663911 00000 n -0003664216 00000 n -0003664536 00000 n -0003665003 00000 n -0003665325 00000 n -0003665489 00000 n -0003665727 00000 n -0003665846 00000 n -0003666241 00000 n -0003666530 00000 n -0003666684 00000 n -0003666995 00000 n -0003667118 00000 n -0003667525 00000 n -0003667667 00000 n -0003668059 00000 n -0003668472 00000 n -0003668795 00000 n -0003668921 00000 n -0003669067 00000 n -0003674177 00000 n -0003674333 00000 n -0003674763 00000 n -0003674934 00000 n -0003675249 00000 n -0003675450 00000 n -0003676504 00000 n -0003676883 00000 n -0003677028 00000 n -0003677169 00000 n -0003677489 00000 n -0003677634 00000 n -0003677798 00000 n -0003678036 00000 n -0003678162 00000 n -0003678304 00000 n -0003678423 00000 n -0003678712 00000 n -0003678866 00000 n -0003679177 00000 n -0003679300 00000 n -0003679707 00000 n -0003680099 00000 n -0003680305 00000 n -0003680718 00000 n -0003681041 00000 n -0003683301 00000 n -0003683457 00000 n -0003683870 00000 n -0003684133 00000 n -0003684396 00000 n -0003684743 00000 n -0003684944 00000 n -0003685998 00000 n -0003686377 00000 n -0003686682 00000 n -0003686984 00000 n -0003687304 00000 n -0003687771 00000 n -0003688093 00000 n -0003688257 00000 n -0003688495 00000 n -0003688637 00000 n -0003688756 00000 n -0003688992 00000 n -0003689387 00000 n -0003689676 00000 n -0003689830 00000 n -0003690141 00000 n -0003690264 00000 n -0003690496 00000 n -0003690638 00000 n -0003691030 00000 n -0003691236 00000 n -0003691649 00000 n -0003691972 00000 n -0003692218 00000 n -0003777415 00000 n -0003733042 00000 n -0003744416 00000 n -0003753041 00000 n -0003792698 00000 n -0003777666 00000 n -0003694235 00000 n -0003693462 00000 n -0003777352 00000 n -0003705771 00000 n -0003777478 00000 n -0003777603 00000 n -0003698896 00000 n -0003699052 00000 n -0003699447 00000 n -0003699724 00000 n -0003699925 00000 n -0003700979 00000 n -0003701284 00000 n -0003701586 00000 n -0003701908 00000 n -0003702072 00000 n -0003702191 00000 n -0003702414 00000 n -0003702703 00000 n -0003702857 00000 n -0003703168 00000 n -0003703291 00000 n -0003703603 00000 n -0003704010 00000 n -0003704152 00000 n -0003704544 00000 n -0003704750 00000 n -0003705163 00000 n -0003705486 00000 n -0003723542 00000 n -0003723698 00000 n -0003724150 00000 n -0003724575 00000 n -0003724776 00000 n -0003725830 00000 n -0003726209 00000 n -0003726521 00000 n -0003726826 00000 n -0003726966 00000 n -0003727268 00000 n -0003727588 00000 n -0003728055 00000 n -0003728200 00000 n -0003728408 00000 n -0003728730 00000 n -0003728894 00000 n -0003729036 00000 n -0003729155 00000 n -0003729391 00000 n -0003729680 00000 n -0003729834 00000 n -0003730145 00000 n -0003730367 00000 n -0003730591 00000 n -0003730714 00000 n -0003730946 00000 n -0003731353 00000 n -0003731745 00000 n -0003731836 00000 n -0003732042 00000 n -0003732365 00000 n -0003732611 00000 n -0003732757 00000 n -0003734952 00000 n -0003735108 00000 n -0003735557 00000 n -0003735972 00000 n -0003736173 00000 n -0003737227 00000 n -0003737389 00000 n -0003737696 00000 n -0003737844 00000 n -0003738084 00000 n -0003738312 00000 n -0003738691 00000 n -0003739003 00000 n -0003739308 00000 n -0003739610 00000 n -0003739930 00000 n -0003740252 00000 n -0003740416 00000 n -0003740558 00000 n -0003740677 00000 n -0003740966 00000 n -0003741120 00000 n -0003741431 00000 n -0003741653 00000 n -0003741877 00000 n -0003742000 00000 n -0003742232 00000 n -0003742639 00000 n -0003742730 00000 n -0003742936 00000 n -0003743349 00000 n -0003743672 00000 n -0003743918 00000 n -0003744131 00000 n -0003752540 00000 n -0003776851 00000 n -0003778785 00000 n -0003792982 00000 n -0003778625 00000 n -0003777863 00000 n -0003792856 00000 n -0003792919 00000 n -0003792629 00000 n -0003781687 00000 n -0003781843 00000 n -0003782313 00000 n -0003782789 00000 n -0003782990 00000 n -0003784044 00000 n -0003784206 00000 n -0003784513 00000 n -0003784661 00000 n -0003784901 00000 n -0003785129 00000 n -0003785508 00000 n -0003785820 00000 n -0003786125 00000 n -0003786427 00000 n -0003786747 00000 n -0003787214 00000 n -0003787536 00000 n -0003787700 00000 n -0003787842 00000 n -0003787961 00000 n -0003788356 00000 n -0003788645 00000 n -0003788799 00000 n -0003789110 00000 n -0003789332 00000 n -0003789556 00000 n -0003789679 00000 n -0003789911 00000 n -0003790318 00000 n -0003790460 00000 n -0003790852 00000 n -0003790943 00000 n -0003791149 00000 n -0003791562 00000 n -0003791885 00000 n -0003792131 00000 n -0003792344 00000 n -0003796237 00000 n -0003796394 00000 n -0003796552 00000 n -0003796710 00000 n -0003796873 00000 n -0003797036 00000 n -0003797199 00000 n -0003797352 00000 n -0003797505 00000 n -0003797666 00000 n -0003797819 00000 n -0003797975 00000 n -0003798131 00000 n -0003798290 00000 n -0003800215 00000 n -0003798888 00000 n -0003795976 00000 n -0003793098 00000 n -0003798451 00000 n -0003798762 00000 n -0003798825 00000 n -0006816684 00000 n -0003814116 00000 n -0003825962 00000 n -0003800076 00000 n -0003799037 00000 n -0003825711 00000 n -0003825774 00000 n -0003814047 00000 n -0003825899 00000 n -0003801637 00000 n -0003801793 00000 n -0003802277 00000 n -0003802540 00000 n -0003803077 00000 n -0003803278 00000 n -0003804332 00000 n -0003804494 00000 n -0003804801 00000 n -0003804962 00000 n -0003805111 00000 n -0003805524 00000 n -0003805752 00000 n -0003806131 00000 n -0003806443 00000 n -0003806748 00000 n -0003807050 00000 n -0003807370 00000 n -0003807837 00000 n -0003807982 00000 n -0003808190 00000 n -0003808512 00000 n -0003808676 00000 n -0003809089 00000 n -0003809231 00000 n -0003809350 00000 n -0003809680 00000 n -0003809969 00000 n -0003810123 00000 n -0003810434 00000 n -0003810656 00000 n -0003810880 00000 n -0003811003 00000 n -0003811235 00000 n -0003811642 00000 n -0003811784 00000 n -0003812176 00000 n -0003812267 00000 n -0003812473 00000 n -0003812886 00000 n -0003813209 00000 n -0003813455 00000 n -0003813601 00000 n -0003813762 00000 n -0003815653 00000 n -0003815809 00000 n -0003816261 00000 n -0003816524 00000 n -0003816934 00000 n -0003817135 00000 n -0003818189 00000 n -0003818351 00000 n -0003818658 00000 n -0003818886 00000 n -0003819265 00000 n -0003819570 00000 n -0003819890 00000 n -0003820357 00000 n -0003820502 00000 n -0003820824 00000 n -0003820988 00000 n -0003821401 00000 n -0003821639 00000 n -0003821781 00000 n -0003822111 00000 n -0003822400 00000 n -0003822554 00000 n -0003822865 00000 n -0003822988 00000 n -0003823220 00000 n -0003823627 00000 n -0003823769 00000 n -0003824161 00000 n -0003824252 00000 n -0003824458 00000 n -0003824871 00000 n -0003825117 00000 n -0003825278 00000 n -0003825426 00000 n -0003836742 00000 n -0003836903 00000 n -0003837066 00000 n -0003837229 00000 n -0003837392 00000 n -0003837545 00000 n -0003837706 00000 n -0003837870 00000 n -0003838034 00000 n -0003838192 00000 n -0003828642 00000 n -0003838347 00000 n -0003849749 00000 n -0003849904 00000 n -0003838816 00000 n -0003828392 00000 n -0003826093 00000 n -0003838503 00000 n -0003838628 00000 n -0003836673 00000 n -0003838691 00000 n -0003838754 00000 n -0003832009 00000 n -0003832165 00000 n -0003832517 00000 n -0003832688 00000 n -0003832847 00000 n -0003833048 00000 n -0003834102 00000 n -0003834424 00000 n -0003834588 00000 n -0003834983 00000 n -0003835137 00000 n -0003835260 00000 n -0003835652 00000 n -0003836065 00000 n -0003836388 00000 n -0003842003 00000 n -0003862312 00000 n -0003862474 00000 n -0003862786 00000 n -0003853884 00000 n -0003850566 00000 n -0003841834 00000 n -0003839008 00000 n -0003850058 00000 n -0003850121 00000 n -0003850185 00000 n -0003850249 00000 n -0003850313 00000 n -0003850377 00000 n -0003849680 00000 n -0003850440 00000 n -0003850503 00000 n -0003843716 00000 n -0003843872 00000 n -0003844246 00000 n -0003844457 00000 n -0003844658 00000 n -0003845712 00000 n -0003846091 00000 n -0003846396 00000 n -0003846863 00000 n -0003847185 00000 n -0003847349 00000 n -0003847744 00000 n -0003847898 00000 n -0003848021 00000 n -0003848413 00000 n -0003848826 00000 n -0003849149 00000 n -0003849395 00000 n -0003862628 00000 n -0003863194 00000 n -0003853697 00000 n -0003850759 00000 n -0003862943 00000 n -0003863006 00000 n -0003862243 00000 n -0003863131 00000 n -0003855314 00000 n -0003855470 00000 n -0003855866 00000 n -0003856123 00000 n -0003856324 00000 n -0003857378 00000 n -0003857757 00000 n -0003858062 00000 n -0003858382 00000 n -0003858849 00000 n -0003859171 00000 n -0003859460 00000 n -0003859614 00000 n -0003859925 00000 n -0003860048 00000 n -0003860280 00000 n -0003860422 00000 n -0003860814 00000 n -0003861227 00000 n -0003861550 00000 n -0003861796 00000 n -0003861958 00000 n -0003865819 00000 n -0003865981 00000 n -0003866139 00000 n -0003866292 00000 n -0003866453 00000 n -0003866616 00000 n -0003866779 00000 n -0003866942 00000 n -0003867105 00000 n -0003867263 00000 n -0003867416 00000 n -0003867827 00000 n -0003865569 00000 n -0003863374 00000 n -0003867577 00000 n -0003867764 00000 n -0003869365 00000 n -0003879666 00000 n -0003896835 00000 n -0003894686 00000 n -0003869226 00000 n -0003867982 00000 n -0003894497 00000 n -0003894560 00000 n -0003879597 00000 n -0003894623 00000 n -0006816809 00000 n -0003870551 00000 n -0003870707 00000 n -0003871165 00000 n -0003871592 00000 n -0003871793 00000 n -0003872847 00000 n -0003873000 00000 n -0003873148 00000 n -0003873527 00000 n -0003873829 00000 n -0003874149 00000 n -0003874616 00000 n -0003874824 00000 n -0003874988 00000 n -0003875401 00000 n -0003875639 00000 n -0003875781 00000 n -0003875982 00000 n -0003876101 00000 n -0003876390 00000 n -0003876544 00000 n -0003876855 00000 n -0003877077 00000 n -0003877301 00000 n -0003877424 00000 n -0003877656 00000 n -0003878048 00000 n -0003878174 00000 n -0003878265 00000 n -0003878471 00000 n -0003878794 00000 n -0003879040 00000 n -0003879166 00000 n -0003879312 00000 n -0003885571 00000 n -0003885727 00000 n -0003886132 00000 n -0003886303 00000 n -0003886642 00000 n -0003886843 00000 n -0003887897 00000 n -0003888276 00000 n -0003888581 00000 n -0003888883 00000 n -0003889203 00000 n -0003889670 00000 n -0003889878 00000 n -0003890042 00000 n -0003890455 00000 n -0003890693 00000 n -0003890835 00000 n -0003890954 00000 n -0003891284 00000 n -0003891520 00000 n -0003891809 00000 n -0003892120 00000 n -0003892243 00000 n -0003892555 00000 n -0003892787 00000 n -0003893179 00000 n -0003893270 00000 n -0003893476 00000 n -0003893889 00000 n -0003894212 00000 n -0003926196 00000 n -0003911431 00000 n -0000005003 00000 f -0003926359 00000 n -0003930889 00000 n -0003931047 00000 n -0003931203 00000 n -0003931356 00000 n -0003932617 00000 n -0003931511 00000 n -0003931667 00000 n -0003931822 00000 n -0003931979 00000 n -0003932138 00000 n -0003926705 00000 n -0003896666 00000 n -0003894844 00000 n -0003926517 00000 n -0003926580 00000 n -0003911362 00000 n -0003926642 00000 n -0003898698 00000 n -0003898854 00000 n -0003899340 00000 n -0003899603 00000 n -0003900139 00000 n -0003900340 00000 n -0003901394 00000 n -0003901556 00000 n -0003901863 00000 n -0003902024 00000 n -0003902173 00000 n -0003902586 00000 n -0003902814 00000 n -0003903193 00000 n -0003903505 00000 n -0003903810 00000 n -0003904112 00000 n -0003904432 00000 n -0003904899 00000 n -0003905044 00000 n -0003905252 00000 n -0003905574 00000 n -0003905738 00000 n -0003906151 00000 n -0003906293 00000 n -0003906412 00000 n -0003906742 00000 n -0003907137 00000 n -0003907426 00000 n -0003907580 00000 n -0003907891 00000 n -0003908113 00000 n -0003908337 00000 n -0003908460 00000 n -0003908692 00000 n -0003909099 00000 n -0003909491 00000 n -0003909582 00000 n -0003909788 00000 n -0003910201 00000 n -0003910524 00000 n -0003910770 00000 n -0003910916 00000 n -0003911077 00000 n -0003913371 00000 n -0003913527 00000 n -0003914016 00000 n -0003914279 00000 n -0003914831 00000 n -0003915032 00000 n -0003916086 00000 n -0003916248 00000 n -0003916555 00000 n -0003916716 00000 n -0003916865 00000 n -0003917278 00000 n -0003917506 00000 n -0003917885 00000 n -0003918197 00000 n -0003918502 00000 n -0003918804 00000 n -0003919124 00000 n -0003919591 00000 n -0003919736 00000 n -0003919944 00000 n -0003920266 00000 n -0003920430 00000 n -0003920843 00000 n -0003920985 00000 n -0003921104 00000 n -0003921434 00000 n -0003921829 00000 n -0003922118 00000 n -0003922272 00000 n -0003922583 00000 n -0003922805 00000 n -0003923029 00000 n -0003923152 00000 n -0003923384 00000 n -0003923791 00000 n -0003923933 00000 n -0003924325 00000 n -0003924416 00000 n -0003924622 00000 n -0003925035 00000 n -0003925358 00000 n -0003925604 00000 n -0003925750 00000 n -0003925911 00000 n -0003932297 00000 n -0003932454 00000 n -0003934718 00000 n -0003933147 00000 n -0003930646 00000 n -0003926849 00000 n -0003932770 00000 n -0003932895 00000 n -0003932958 00000 n -0003933021 00000 n -0003933084 00000 n -0006523050 00000 n -0003970808 00000 n -0003970969 00000 n -0003971122 00000 n -0003971275 00000 n -0003971554 00000 n -0003934532 00000 n -0003933323 00000 n -0003971428 00000 n -0003971491 00000 n -0003970083 00000 n -0003975062 00000 n -0003975219 00000 n -0003975372 00000 n -0003975533 00000 n -0003975686 00000 n -0003975847 00000 n -0003976010 00000 n -0003976168 00000 n -0003976329 00000 n -0003976492 00000 n -0003976647 00000 n -0003976800 00000 n -0003976953 00000 n -0003977108 00000 n -0003977266 00000 n -0003977419 00000 n -0003977575 00000 n -0003977731 00000 n -0003980834 00000 n -0003978453 00000 n -0003974765 00000 n -0003971665 00000 n -0003977890 00000 n -0003978201 00000 n -0003978264 00000 n -0003978327 00000 n -0003978390 00000 n -0003989106 00000 n -0003989451 00000 n -0003980674 00000 n -0003978576 00000 n -0003989262 00000 n -0003989325 00000 n -0003989037 00000 n -0003989388 00000 n -0003982734 00000 n -0003982890 00000 n -0003983280 00000 n -0003983530 00000 n -0003983731 00000 n -0003984785 00000 n -0003985164 00000 n -0003985469 00000 n -0003985789 00000 n -0003985997 00000 n -0003986319 00000 n -0003986483 00000 n -0003986625 00000 n -0003986744 00000 n -0003986898 00000 n -0003987209 00000 n -0003987332 00000 n -0003987564 00000 n -0003987770 00000 n -0003988183 00000 n -0003988506 00000 n -0003988752 00000 n -0003993886 00000 n -0003994041 00000 n -0003994196 00000 n -0003994352 00000 n -0003994984 00000 n -0003994508 00000 n -0003994664 00000 n -0003994828 00000 n -0003997414 00000 n -0004005773 00000 n -0003995775 00000 n -0003993679 00000 n -0003989604 00000 n -0003995143 00000 n -0003995206 00000 n -0003995270 00000 n -0003995334 00000 n -0003995398 00000 n -0003995461 00000 n -0003995524 00000 n -0003995587 00000 n -0003995650 00000 n -0003995713 00000 n -0006816934 00000 n -0004013968 00000 n -0004067275 00000 n -0004067428 00000 n -0004117873 00000 n -0004118027 00000 n -0004069443 00000 n -0004067896 00000 n -0003997245 00000 n -0003995938 00000 n -0004067583 00000 n -0004067708 00000 n -0004005704 00000 n -0004067771 00000 n -0004067834 00000 n -0003999401 00000 n -0003999557 00000 n -0003999947 00000 n -0004000197 00000 n -0004000398 00000 n -0004001452 00000 n -0004001831 00000 n -0004002136 00000 n -0004002456 00000 n -0004002664 00000 n -0004002986 00000 n -0004003150 00000 n -0004003292 00000 n -0004003411 00000 n -0004003565 00000 n -0004003876 00000 n -0004003999 00000 n -0004004231 00000 n -0004004437 00000 n -0004004850 00000 n -0004005173 00000 n -0004005419 00000 n -0004007665 00000 n -0004007821 00000 n -0004008211 00000 n -0004008461 00000 n -0004008662 00000 n -0004009716 00000 n -0004010095 00000 n -0004010400 00000 n -0004010720 00000 n -0004010928 00000 n -0004011250 00000 n -0004011414 00000 n -0004011556 00000 n -0004011675 00000 n -0004011829 00000 n -0004012140 00000 n -0004012263 00000 n -0004012495 00000 n -0004012701 00000 n -0004013114 00000 n -0004013437 00000 n -0004013683 00000 n -0004060167 00000 n -0004060323 00000 n -0004060727 00000 n -0004061016 00000 n -0004061217 00000 n -0004062271 00000 n -0004062650 00000 n -0004062970 00000 n -0004063437 00000 n -0004063645 00000 n -0004063809 00000 n -0004063951 00000 n -0004064070 00000 n -0004064359 00000 n -0004064513 00000 n -0004064824 00000 n -0004064947 00000 n -0004065179 00000 n -0004065586 00000 n -0004065978 00000 n -0004066069 00000 n -0004066275 00000 n -0004066598 00000 n -0004066844 00000 n -0004066990 00000 n -0004119569 00000 n -0004118434 00000 n -0004069274 00000 n -0004068105 00000 n -0004118182 00000 n -0004118245 00000 n -0004117804 00000 n -0004118308 00000 n -0004118371 00000 n -0004101833 00000 n -0004101989 00000 n -0004102433 00000 n -0004102696 00000 n -0004102959 00000 n -0004103222 00000 n -0004103485 00000 n -0004103748 00000 n -0004104011 00000 n -0004104274 00000 n -0004104537 00000 n -0004104800 00000 n -0004105063 00000 n -0004105326 00000 n -0004105589 00000 n -0004105852 00000 n -0004106115 00000 n -0004106378 00000 n -0004106641 00000 n -0004106904 00000 n -0004107167 00000 n -0004107430 00000 n -0004107912 00000 n -0004108113 00000 n -0004109167 00000 n -0004109546 00000 n -0004109726 00000 n -0004110038 00000 n -0004110343 00000 n -0004110645 00000 n -0004110965 00000 n -0004111432 00000 n -0004111640 00000 n -0004111962 00000 n -0004112126 00000 n -0004112364 00000 n -0004112506 00000 n -0004112661 00000 n -0004112780 00000 n -0004113110 00000 n -0004113346 00000 n -0004113741 00000 n -0004114030 00000 n -0004114184 00000 n -0004114495 00000 n -0004114618 00000 n -0004114850 00000 n -0004115257 00000 n -0004115399 00000 n -0004115791 00000 n -0004115917 00000 n -0004116008 00000 n -0004116214 00000 n -0004116627 00000 n -0004116950 00000 n -0004117196 00000 n -0004117358 00000 n -0004117519 00000 n -0004124151 00000 n -0004124497 00000 n -0004119410 00000 n -0004118574 00000 n -0004124308 00000 n -0004124371 00000 n -0004124434 00000 n -0004123892 00000 n -0004139778 00000 n -0004139934 00000 n -0004140091 00000 n -0004126814 00000 n +0003569921 00000 n +0003570153 00000 n +0003570560 00000 n +0003570952 00000 n +0003571158 00000 n +0003571481 00000 n +0003571727 00000 n +0003585968 00000 n +0003586123 00000 n +0003590240 00000 n +0003586475 00000 n +0003575662 00000 n +0003573970 00000 n +0003586286 00000 n +0003586349 00000 n +0003585899 00000 n +0003586412 00000 n +0003578690 00000 n +0003578846 00000 n +0003579282 00000 n +0003579453 00000 n +0003579768 00000 n +0003579969 00000 n +0003581023 00000 n +0003581402 00000 n +0003581547 00000 n +0003581688 00000 n +0003582008 00000 n +0003582475 00000 n +0003582620 00000 n +0003582784 00000 n +0003583022 00000 n +0003583148 00000 n +0003583290 00000 n +0003583409 00000 n +0003583698 00000 n +0003583852 00000 n +0003584163 00000 n +0003584286 00000 n +0003584693 00000 n +0003585085 00000 n +0003585291 00000 n +0003585614 00000 n +0003600442 00000 n +0003600598 00000 n +0003614628 00000 n +0003604430 00000 n +0003601128 00000 n +0003590071 00000 n +0003586615 00000 n +0003600753 00000 n +0003600816 00000 n +0003600373 00000 n +0003600941 00000 n +0003601005 00000 n +0003601068 00000 n +0003593164 00000 n +0003593320 00000 n +0003593756 00000 n +0003593927 00000 n +0003594242 00000 n +0003594443 00000 n +0003595497 00000 n +0003595876 00000 n +0003596021 00000 n +0003596162 00000 n +0003596482 00000 n +0003596949 00000 n +0003597094 00000 n +0003597258 00000 n +0003597496 00000 n +0003597622 00000 n +0003597764 00000 n +0003597883 00000 n +0003598172 00000 n +0003598326 00000 n +0003598637 00000 n +0003598760 00000 n +0003599167 00000 n +0003599559 00000 n +0003599765 00000 n +0003600088 00000 n +0003614783 00000 n +0003614944 00000 n +0003615894 00000 n +0003615099 00000 n +0003615262 00000 n +0003615420 00000 n +0003615583 00000 n +0003615738 00000 n +0003616050 00000 n +0003616705 00000 n +0003604189 00000 n +0003601375 00000 n +0003616206 00000 n +0006820145 00000 n +0003616269 00000 n +0003614559 00000 n +0003616456 00000 n +0003616519 00000 n +0003616582 00000 n +0003616644 00000 n +0006821352 00000 n +0003607350 00000 n +0003607506 00000 n +0003607942 00000 n +0003608113 00000 n +0003608428 00000 n +0003608629 00000 n +0003609683 00000 n +0003610062 00000 n +0003610207 00000 n +0003610348 00000 n +0003610668 00000 n +0003611135 00000 n +0003611280 00000 n +0003611444 00000 n +0003611682 00000 n +0003611808 00000 n +0003611950 00000 n +0003612069 00000 n +0003612358 00000 n +0003612512 00000 n +0003612823 00000 n +0003612946 00000 n +0003613353 00000 n +0003613745 00000 n +0003613951 00000 n +0003614274 00000 n +0003620740 00000 n +0003622293 00000 n +0003620896 00000 n +0003621052 00000 n +0003622446 00000 n +0003621206 00000 n +0003622600 00000 n +0003621362 00000 n +0003622761 00000 n +0003621518 00000 n +0003621671 00000 n +0003621829 00000 n +0003621988 00000 n +0003622140 00000 n +0003625326 00000 n +0003623539 00000 n +0003620479 00000 n +0003616939 00000 n +0003622916 00000 n +0003623227 00000 n +0003623290 00000 n +0003623353 00000 n +0003623416 00000 n +0003623478 00000 n +0003660152 00000 n +0003640666 00000 n +0003650707 00000 n +0003661987 00000 n +0003660622 00000 n +0003625166 00000 n +0003623688 00000 n +0003660309 00000 n +0003660434 00000 n +0003640597 00000 n +0003660497 00000 n +0003634422 00000 n +0003634578 00000 n +0003634965 00000 n +0003635136 00000 n +0003635363 00000 n +0003635564 00000 n +0003636618 00000 n +0003636997 00000 n +0003637302 00000 n +0003637622 00000 n +0003637786 00000 n +0003638024 00000 n +0003638143 00000 n +0003638432 00000 n +0003638586 00000 n +0003638897 00000 n +0003639304 00000 n +0003639717 00000 n +0003640040 00000 n +0003640166 00000 n +0003640312 00000 n +0003643629 00000 n +0003643785 00000 n +0003644213 00000 n +0003644384 00000 n +0003644700 00000 n +0003644901 00000 n +0003645955 00000 n +0003646334 00000 n +0003646479 00000 n +0003646620 00000 n +0003646940 00000 n +0003647085 00000 n +0003647407 00000 n +0003647571 00000 n +0003647809 00000 n +0003647935 00000 n +0003648077 00000 n +0003648196 00000 n +0003648485 00000 n +0003648639 00000 n +0003648950 00000 n +0003649073 00000 n +0003649480 00000 n +0003649686 00000 n +0003650099 00000 n +0003650422 00000 n +0003652428 00000 n +0003652584 00000 n +0003652976 00000 n +0003653239 00000 n +0003653502 00000 n +0003653788 00000 n +0003653989 00000 n +0003655043 00000 n +0003655422 00000 n +0003655727 00000 n +0003656029 00000 n +0003656349 00000 n +0003656671 00000 n +0003656835 00000 n +0003657073 00000 n +0003657215 00000 n +0003657334 00000 n +0003657570 00000 n +0003657859 00000 n +0003658013 00000 n +0003658324 00000 n +0003658447 00000 n +0003658679 00000 n +0003658885 00000 n +0003659298 00000 n +0003659621 00000 n +0003659867 00000 n +0003671636 00000 n +0003683541 00000 n +0003694718 00000 n +0003694879 00000 n +0003695032 00000 n +0003696589 00000 n +0003708055 00000 n +0003695505 00000 n +0003661809 00000 n +0003660781 00000 n +0003695192 00000 n +0003695255 00000 n +0003671567 00000 n +0003695318 00000 n +0003663593 00000 n +0003663749 00000 n +0003664172 00000 n +0003664492 00000 n +0003664693 00000 n +0003665747 00000 n +0003666126 00000 n +0003666431 00000 n +0003666751 00000 n +0003667218 00000 n +0003667540 00000 n +0003667704 00000 n +0003667942 00000 n +0003668061 00000 n +0003668456 00000 n +0003668745 00000 n +0003668899 00000 n +0003669210 00000 n +0003669333 00000 n +0003669740 00000 n +0003669882 00000 n +0003670274 00000 n +0003670687 00000 n +0003671010 00000 n +0003671136 00000 n +0003671282 00000 n +0003676392 00000 n +0003676548 00000 n +0003676978 00000 n +0003677149 00000 n +0003677464 00000 n +0003677665 00000 n +0003678719 00000 n +0003679098 00000 n +0003679243 00000 n +0003679384 00000 n +0003679704 00000 n +0003679849 00000 n +0003680013 00000 n +0003680251 00000 n +0003680377 00000 n +0003680519 00000 n +0003680638 00000 n +0003680927 00000 n +0003681081 00000 n +0003681392 00000 n +0003681515 00000 n +0003681922 00000 n +0003682314 00000 n +0003682520 00000 n +0003682933 00000 n +0003683256 00000 n +0003685516 00000 n +0003685672 00000 n +0003686085 00000 n +0003686348 00000 n +0003686611 00000 n +0003686958 00000 n +0003687159 00000 n +0003688213 00000 n +0003688592 00000 n +0003688897 00000 n +0003689199 00000 n +0003689519 00000 n +0003689986 00000 n +0003690308 00000 n +0003690472 00000 n +0003690710 00000 n +0003690852 00000 n +0003690971 00000 n +0003691207 00000 n +0003691602 00000 n +0003691891 00000 n +0003692045 00000 n +0003692356 00000 n +0003692479 00000 n +0003692711 00000 n +0003692853 00000 n +0003693245 00000 n +0003693451 00000 n +0003693864 00000 n +0003694187 00000 n +0003694433 00000 n +0003779630 00000 n +0003735257 00000 n +0003746631 00000 n +0003755256 00000 n +0003794913 00000 n +0003779881 00000 n +0003696450 00000 n +0003695677 00000 n +0003779567 00000 n +0003707986 00000 n +0003779693 00000 n +0003779818 00000 n +0003701111 00000 n +0003701267 00000 n +0003701662 00000 n +0003701939 00000 n +0003702140 00000 n +0003703194 00000 n +0003703499 00000 n +0003703801 00000 n +0003704123 00000 n +0003704287 00000 n +0003704406 00000 n +0003704629 00000 n +0003704918 00000 n +0003705072 00000 n +0003705383 00000 n +0003705506 00000 n +0003705818 00000 n +0003706225 00000 n +0003706367 00000 n +0003706759 00000 n +0003706965 00000 n +0003707378 00000 n +0003707701 00000 n +0003725757 00000 n +0003725913 00000 n +0003726365 00000 n +0003726790 00000 n +0003726991 00000 n +0003728045 00000 n +0003728424 00000 n +0003728736 00000 n +0003729041 00000 n +0003729181 00000 n +0003729483 00000 n +0003729803 00000 n +0003730270 00000 n +0003730415 00000 n +0003730623 00000 n +0003730945 00000 n +0003731109 00000 n +0003731251 00000 n +0003731370 00000 n +0003731606 00000 n +0003731895 00000 n +0003732049 00000 n +0003732360 00000 n +0003732582 00000 n +0003732806 00000 n +0003732929 00000 n +0003733161 00000 n +0003733568 00000 n +0003733960 00000 n +0003734051 00000 n +0003734257 00000 n +0003734580 00000 n +0003734826 00000 n +0003734972 00000 n +0003737167 00000 n +0003737323 00000 n +0003737772 00000 n +0003738187 00000 n +0003738388 00000 n +0003739442 00000 n +0003739604 00000 n +0003739911 00000 n +0003740059 00000 n +0003740299 00000 n +0003740527 00000 n +0003740906 00000 n +0003741218 00000 n +0003741523 00000 n +0003741825 00000 n +0003742145 00000 n +0003742467 00000 n +0003742631 00000 n +0003742773 00000 n +0003742892 00000 n +0003743181 00000 n +0003743335 00000 n +0003743646 00000 n +0003743868 00000 n +0003744092 00000 n +0003744215 00000 n +0003744447 00000 n +0003744854 00000 n +0003744945 00000 n +0003745151 00000 n +0003745564 00000 n +0003745887 00000 n +0003746133 00000 n +0003746346 00000 n +0003754755 00000 n +0003779066 00000 n +0003781000 00000 n +0003795197 00000 n +0003780840 00000 n +0003780078 00000 n +0003795071 00000 n +0003795134 00000 n +0003794844 00000 n +0003783902 00000 n +0003784058 00000 n +0003784528 00000 n +0003785004 00000 n +0003785205 00000 n +0003786259 00000 n +0003786421 00000 n +0003786728 00000 n +0003786876 00000 n +0003787116 00000 n +0003787344 00000 n +0003787723 00000 n +0003788035 00000 n +0003788340 00000 n +0003788642 00000 n +0003788962 00000 n +0003789429 00000 n +0003789751 00000 n +0003789915 00000 n +0003790057 00000 n +0003790176 00000 n +0003790571 00000 n +0003790860 00000 n +0003791014 00000 n +0003791325 00000 n +0003791547 00000 n +0003791771 00000 n +0003791894 00000 n +0003792126 00000 n +0003792533 00000 n +0003792675 00000 n +0003793067 00000 n +0003793158 00000 n +0003793364 00000 n +0003793777 00000 n +0003794100 00000 n +0003794346 00000 n +0003794559 00000 n +0003798452 00000 n +0003798609 00000 n +0003798767 00000 n +0003798925 00000 n +0003799088 00000 n +0003799251 00000 n +0003799414 00000 n +0003799567 00000 n +0003799720 00000 n +0003799881 00000 n +0003800034 00000 n +0003800190 00000 n +0003800346 00000 n +0003800505 00000 n +0003802430 00000 n +0003801103 00000 n +0003798191 00000 n +0003795313 00000 n +0003800666 00000 n +0003800977 00000 n +0003801040 00000 n +0006821477 00000 n +0003816331 00000 n +0003828177 00000 n +0003802291 00000 n +0003801252 00000 n +0003827926 00000 n +0003827989 00000 n +0003816262 00000 n +0003828114 00000 n +0003803852 00000 n +0003804008 00000 n +0003804492 00000 n +0003804755 00000 n +0003805292 00000 n +0003805493 00000 n +0003806547 00000 n +0003806709 00000 n +0003807016 00000 n +0003807177 00000 n +0003807326 00000 n +0003807739 00000 n +0003807967 00000 n +0003808346 00000 n +0003808658 00000 n +0003808963 00000 n +0003809265 00000 n +0003809585 00000 n +0003810052 00000 n +0003810197 00000 n +0003810405 00000 n +0003810727 00000 n +0003810891 00000 n +0003811304 00000 n +0003811446 00000 n +0003811565 00000 n +0003811895 00000 n +0003812184 00000 n +0003812338 00000 n +0003812649 00000 n +0003812871 00000 n +0003813095 00000 n +0003813218 00000 n +0003813450 00000 n +0003813857 00000 n +0003813999 00000 n +0003814391 00000 n +0003814482 00000 n +0003814688 00000 n +0003815101 00000 n +0003815424 00000 n +0003815670 00000 n +0003815816 00000 n +0003815977 00000 n +0003817868 00000 n +0003818024 00000 n +0003818476 00000 n +0003818739 00000 n +0003819149 00000 n +0003819350 00000 n +0003820404 00000 n +0003820566 00000 n +0003820873 00000 n +0003821101 00000 n +0003821480 00000 n +0003821785 00000 n +0003822105 00000 n +0003822572 00000 n +0003822717 00000 n +0003823039 00000 n +0003823203 00000 n +0003823616 00000 n +0003823854 00000 n +0003823996 00000 n +0003824326 00000 n +0003824615 00000 n +0003824769 00000 n +0003825080 00000 n +0003825203 00000 n +0003825435 00000 n +0003825842 00000 n +0003825984 00000 n +0003826376 00000 n +0003826467 00000 n +0003826673 00000 n +0003827086 00000 n +0003827332 00000 n +0003827493 00000 n +0003827641 00000 n +0003838957 00000 n +0003839118 00000 n +0003839281 00000 n +0003839444 00000 n +0003839607 00000 n +0003839760 00000 n +0003839921 00000 n +0003840085 00000 n +0003840249 00000 n +0003840407 00000 n +0003830857 00000 n +0003840562 00000 n +0003851962 00000 n +0003852117 00000 n +0003841031 00000 n +0003830607 00000 n +0003828308 00000 n +0003840718 00000 n +0003840843 00000 n +0003838888 00000 n +0003840906 00000 n +0003840969 00000 n +0003834224 00000 n +0003834380 00000 n +0003834732 00000 n +0003834903 00000 n +0003835062 00000 n +0003835263 00000 n +0003836317 00000 n +0003836639 00000 n +0003836803 00000 n +0003837198 00000 n +0003837352 00000 n +0003837475 00000 n +0003837867 00000 n +0003838280 00000 n +0003838603 00000 n +0003844216 00000 n +0003864525 00000 n +0003864687 00000 n +0003864999 00000 n +0003856097 00000 n +0003852779 00000 n +0003844047 00000 n +0003841223 00000 n +0003852271 00000 n +0003852334 00000 n +0003852398 00000 n +0003852462 00000 n +0003852526 00000 n +0003852590 00000 n +0003851893 00000 n +0003852653 00000 n +0003852716 00000 n +0003845929 00000 n +0003846085 00000 n +0003846459 00000 n +0003846670 00000 n +0003846871 00000 n +0003847925 00000 n +0003848304 00000 n +0003848609 00000 n +0003849076 00000 n +0003849398 00000 n +0003849562 00000 n +0003849957 00000 n +0003850111 00000 n +0003850234 00000 n +0003850626 00000 n +0003851039 00000 n +0003851362 00000 n +0003851608 00000 n +0003864841 00000 n +0003865407 00000 n +0003855910 00000 n +0003852972 00000 n +0003865156 00000 n +0003865219 00000 n +0003864456 00000 n +0003865344 00000 n +0003857527 00000 n +0003857683 00000 n +0003858079 00000 n +0003858336 00000 n +0003858537 00000 n +0003859591 00000 n +0003859970 00000 n +0003860275 00000 n +0003860595 00000 n +0003861062 00000 n +0003861384 00000 n +0003861673 00000 n +0003861827 00000 n +0003862138 00000 n +0003862261 00000 n +0003862493 00000 n +0003862635 00000 n +0003863027 00000 n +0003863440 00000 n +0003863763 00000 n +0003864009 00000 n +0003864171 00000 n +0003868044 00000 n +0003868206 00000 n +0003868364 00000 n +0003868517 00000 n +0003868678 00000 n +0003868841 00000 n +0003869004 00000 n +0003869167 00000 n +0003869330 00000 n +0003869488 00000 n +0003869641 00000 n +0003869799 00000 n +0003870210 00000 n +0003867785 00000 n +0003865587 00000 n +0003869960 00000 n +0003870147 00000 n +0003871748 00000 n +0003882049 00000 n +0003899218 00000 n +0003897069 00000 n +0003871609 00000 n +0003870365 00000 n +0003896880 00000 n +0003896943 00000 n +0003881980 00000 n +0003897006 00000 n +0006821602 00000 n +0003872934 00000 n +0003873090 00000 n +0003873548 00000 n +0003873975 00000 n +0003874176 00000 n +0003875230 00000 n +0003875383 00000 n +0003875531 00000 n +0003875910 00000 n +0003876212 00000 n +0003876532 00000 n +0003876999 00000 n +0003877207 00000 n +0003877371 00000 n +0003877784 00000 n +0003878022 00000 n +0003878164 00000 n +0003878365 00000 n +0003878484 00000 n +0003878773 00000 n +0003878927 00000 n +0003879238 00000 n +0003879460 00000 n +0003879684 00000 n +0003879807 00000 n +0003880039 00000 n +0003880431 00000 n +0003880557 00000 n +0003880648 00000 n +0003880854 00000 n +0003881177 00000 n +0003881423 00000 n +0003881549 00000 n +0003881695 00000 n +0003887954 00000 n +0003888110 00000 n +0003888515 00000 n +0003888686 00000 n +0003889025 00000 n +0003889226 00000 n +0003890280 00000 n +0003890659 00000 n +0003890964 00000 n +0003891266 00000 n +0003891586 00000 n +0003892053 00000 n +0003892261 00000 n +0003892425 00000 n +0003892838 00000 n +0003893076 00000 n +0003893218 00000 n +0003893337 00000 n +0003893667 00000 n +0003893903 00000 n +0003894192 00000 n +0003894503 00000 n +0003894626 00000 n +0003894938 00000 n +0003895170 00000 n +0003895562 00000 n +0003895653 00000 n +0003895859 00000 n +0003896272 00000 n +0003896595 00000 n +0003928579 00000 n +0003913814 00000 n +0000005015 00000 f +0003928742 00000 n +0003933274 00000 n +0003933432 00000 n +0003933588 00000 n +0003933741 00000 n +0003935002 00000 n +0003933896 00000 n +0003934052 00000 n +0003934207 00000 n +0003934364 00000 n +0003934523 00000 n +0003929088 00000 n +0003899049 00000 n +0003897227 00000 n +0003928900 00000 n +0003928963 00000 n +0003913745 00000 n +0003929025 00000 n +0003901081 00000 n +0003901237 00000 n +0003901723 00000 n +0003901986 00000 n +0003902522 00000 n +0003902723 00000 n +0003903777 00000 n +0003903939 00000 n +0003904246 00000 n +0003904407 00000 n +0003904556 00000 n +0003904969 00000 n +0003905197 00000 n +0003905576 00000 n +0003905888 00000 n +0003906193 00000 n +0003906495 00000 n +0003906815 00000 n +0003907282 00000 n +0003907427 00000 n +0003907635 00000 n +0003907957 00000 n +0003908121 00000 n +0003908534 00000 n +0003908676 00000 n +0003908795 00000 n +0003909125 00000 n +0003909520 00000 n +0003909809 00000 n +0003909963 00000 n +0003910274 00000 n +0003910496 00000 n +0003910720 00000 n +0003910843 00000 n +0003911075 00000 n +0003911482 00000 n +0003911874 00000 n +0003911965 00000 n +0003912171 00000 n +0003912584 00000 n +0003912907 00000 n +0003913153 00000 n +0003913299 00000 n +0003913460 00000 n +0003915754 00000 n +0003915910 00000 n +0003916399 00000 n +0003916662 00000 n +0003917214 00000 n +0003917415 00000 n +0003918469 00000 n +0003918631 00000 n +0003918938 00000 n +0003919099 00000 n +0003919248 00000 n +0003919661 00000 n +0003919889 00000 n +0003920268 00000 n +0003920580 00000 n +0003920885 00000 n +0003921187 00000 n +0003921507 00000 n +0003921974 00000 n +0003922119 00000 n +0003922327 00000 n +0003922649 00000 n +0003922813 00000 n +0003923226 00000 n +0003923368 00000 n +0003923487 00000 n +0003923817 00000 n +0003924212 00000 n +0003924501 00000 n +0003924655 00000 n +0003924966 00000 n +0003925188 00000 n +0003925412 00000 n +0003925535 00000 n +0003925767 00000 n +0003926174 00000 n +0003926316 00000 n +0003926708 00000 n +0003926799 00000 n +0003927005 00000 n +0003927418 00000 n +0003927741 00000 n +0003927987 00000 n +0003928133 00000 n +0003928294 00000 n +0003934682 00000 n +0003934839 00000 n +0003937103 00000 n +0003935532 00000 n +0003933031 00000 n +0003929232 00000 n +0003935155 00000 n +0003935280 00000 n +0003935343 00000 n +0003935406 00000 n +0003935469 00000 n +0006527224 00000 n +0003973193 00000 n +0003973354 00000 n +0003973507 00000 n +0003973660 00000 n +0003973939 00000 n +0003936917 00000 n +0003935708 00000 n +0003973813 00000 n +0003973876 00000 n +0003972468 00000 n +0003977447 00000 n +0003977604 00000 n +0003977757 00000 n +0003977918 00000 n +0003978071 00000 n +0003978232 00000 n +0003978395 00000 n +0003978553 00000 n +0003978714 00000 n +0003978877 00000 n +0003979032 00000 n +0003979185 00000 n +0003979338 00000 n +0003979493 00000 n +0003979651 00000 n +0003979804 00000 n +0003979960 00000 n +0003980116 00000 n +0003983218 00000 n +0003980838 00000 n +0003977150 00000 n +0003974050 00000 n +0003980275 00000 n +0003980586 00000 n +0003980649 00000 n +0003980712 00000 n +0003980775 00000 n +0003991490 00000 n +0003991835 00000 n +0003983058 00000 n +0003980961 00000 n +0003991646 00000 n +0003991709 00000 n +0003991421 00000 n +0003991772 00000 n +0003985118 00000 n +0003985274 00000 n +0003985664 00000 n +0003985914 00000 n +0003986115 00000 n +0003987169 00000 n +0003987548 00000 n +0003987853 00000 n +0003988173 00000 n +0003988381 00000 n +0003988703 00000 n +0003988867 00000 n +0003989009 00000 n +0003989128 00000 n +0003989282 00000 n +0003989593 00000 n +0003989716 00000 n +0003989948 00000 n +0003990154 00000 n +0003990567 00000 n +0003990890 00000 n +0003991136 00000 n +0003996271 00000 n +0003996426 00000 n +0003996581 00000 n +0003996737 00000 n +0003997369 00000 n +0003996893 00000 n +0003997049 00000 n +0003997213 00000 n +0003999799 00000 n +0004008158 00000 n +0003998160 00000 n +0003996064 00000 n +0003991988 00000 n +0003997528 00000 n +0003997591 00000 n +0003997655 00000 n +0003997719 00000 n +0003997783 00000 n +0003997846 00000 n +0003997909 00000 n +0003997972 00000 n +0003998035 00000 n +0003998098 00000 n +0006821727 00000 n +0004016353 00000 n +0004069660 00000 n +0004069813 00000 n +0004120259 00000 n +0004120413 00000 n +0004071829 00000 n +0004070281 00000 n +0003999630 00000 n +0003998323 00000 n +0004069968 00000 n +0004070093 00000 n +0004008089 00000 n +0004070156 00000 n +0004070219 00000 n +0004001786 00000 n +0004001942 00000 n +0004002332 00000 n +0004002582 00000 n +0004002783 00000 n +0004003837 00000 n +0004004216 00000 n +0004004521 00000 n +0004004841 00000 n +0004005049 00000 n +0004005371 00000 n +0004005535 00000 n +0004005677 00000 n +0004005796 00000 n +0004005950 00000 n +0004006261 00000 n +0004006384 00000 n +0004006616 00000 n +0004006822 00000 n +0004007235 00000 n +0004007558 00000 n +0004007804 00000 n +0004010050 00000 n +0004010206 00000 n +0004010596 00000 n +0004010846 00000 n +0004011047 00000 n +0004012101 00000 n +0004012480 00000 n +0004012785 00000 n +0004013105 00000 n +0004013313 00000 n +0004013635 00000 n +0004013799 00000 n +0004013941 00000 n +0004014060 00000 n +0004014214 00000 n +0004014525 00000 n +0004014648 00000 n +0004014880 00000 n +0004015086 00000 n +0004015499 00000 n +0004015822 00000 n +0004016068 00000 n +0004062552 00000 n +0004062708 00000 n +0004063112 00000 n +0004063401 00000 n +0004063602 00000 n +0004064656 00000 n +0004065035 00000 n +0004065355 00000 n +0004065822 00000 n +0004066030 00000 n +0004066194 00000 n +0004066336 00000 n +0004066455 00000 n +0004066744 00000 n +0004066898 00000 n +0004067209 00000 n +0004067332 00000 n +0004067564 00000 n +0004067971 00000 n +0004068363 00000 n +0004068454 00000 n +0004068660 00000 n +0004068983 00000 n +0004069229 00000 n +0004069375 00000 n +0004121955 00000 n +0004120820 00000 n +0004071660 00000 n +0004070490 00000 n +0004120568 00000 n +0004120631 00000 n +0004120190 00000 n +0004120694 00000 n +0004120757 00000 n +0004104219 00000 n +0004104375 00000 n +0004104819 00000 n +0004105082 00000 n +0004105345 00000 n +0004105608 00000 n +0004105871 00000 n +0004106134 00000 n +0004106397 00000 n +0004106660 00000 n +0004106923 00000 n +0004107186 00000 n +0004107449 00000 n +0004107712 00000 n +0004107975 00000 n +0004108238 00000 n +0004108501 00000 n +0004108764 00000 n +0004109027 00000 n +0004109290 00000 n +0004109553 00000 n +0004109816 00000 n +0004110298 00000 n +0004110499 00000 n +0004111553 00000 n +0004111932 00000 n +0004112112 00000 n +0004112424 00000 n +0004112729 00000 n +0004113031 00000 n +0004113351 00000 n +0004113818 00000 n +0004114026 00000 n +0004114348 00000 n +0004114512 00000 n +0004114750 00000 n +0004114892 00000 n +0004115047 00000 n +0004115166 00000 n +0004115496 00000 n +0004115732 00000 n +0004116127 00000 n +0004116416 00000 n +0004116570 00000 n +0004116881 00000 n +0004117004 00000 n +0004117236 00000 n +0004117643 00000 n +0004117785 00000 n +0004118177 00000 n +0004118303 00000 n +0004118394 00000 n +0004118600 00000 n +0004119013 00000 n +0004119336 00000 n +0004119582 00000 n +0004119744 00000 n +0004119905 00000 n +0004126537 00000 n +0004126883 00000 n +0004121796 00000 n +0004120960 00000 n +0004126694 00000 n +0004126757 00000 n +0004126820 00000 n +0004126278 00000 n +0004142164 00000 n +0004142320 00000 n +0004142477 00000 n +0004129200 00000 n +0004143008 00000 n +0004129022 00000 n +0004126994 00000 n +0004142633 00000 n +0004142820 00000 n +0004142095 00000 n +0004142945 00000 n +0004131500 00000 n +0004131656 00000 n +0004132076 00000 n +0004132339 00000 n +0004132602 00000 n +0004132996 00000 n +0004133197 00000 n +0004134251 00000 n +0004134413 00000 n +0004134720 00000 n +0004134948 00000 n +0004135327 00000 n +0004135639 00000 n +0004135944 00000 n +0004136246 00000 n +0004136566 00000 n +0004137033 00000 n +0004137355 00000 n +0004137519 00000 n +0004137757 00000 n +0004138087 00000 n +0004138323 00000 n +0004138612 00000 n +0004138923 00000 n +0004139046 00000 n +0004139358 00000 n +0004139590 00000 n +0004139997 00000 n +0004140139 00000 n +0004140531 00000 n 0004140622 00000 n -0004126636 00000 n -0004124608 00000 n -0004140247 00000 n -0004140434 00000 n -0004139709 00000 n -0004140559 00000 n -0004129114 00000 n -0004129270 00000 n -0004129690 00000 n -0004129953 00000 n -0004130216 00000 n -0004130610 00000 n -0004130811 00000 n -0004131865 00000 n -0004132027 00000 n -0004132334 00000 n -0004132562 00000 n -0004132941 00000 n -0004133253 00000 n -0004133558 00000 n -0004133860 00000 n -0004134180 00000 n -0004134647 00000 n -0004134969 00000 n -0004135133 00000 n -0004135371 00000 n -0004135701 00000 n -0004135937 00000 n -0004136226 00000 n -0004136537 00000 n -0004136660 00000 n -0004136972 00000 n -0004137204 00000 n -0004137611 00000 n -0004137753 00000 n -0004138145 00000 n -0004138236 00000 n -0004138442 00000 n -0004138855 00000 n -0004139178 00000 n -0004139424 00000 n -0004141775 00000 n -0004164239 00000 n -0004164394 00000 n -0004154004 00000 n -0004141636 00000 n -0004140788 00000 n -0004153815 00000 n -0004153878 00000 n -0004153746 00000 n -0004153941 00000 n -0004146900 00000 n -0004147056 00000 n -0004147444 00000 n -0004147615 00000 n -0004147868 00000 n -0004148069 00000 n -0004149123 00000 n -0004149428 00000 n -0004149730 00000 n -0004150050 00000 n -0004150517 00000 n -0004150681 00000 n -0004150919 00000 n -0004151061 00000 n -0004151215 00000 n -0004151526 00000 n -0004151649 00000 n -0004151881 00000 n -0004152273 00000 n -0004152479 00000 n -0004152892 00000 n -0004153215 00000 n -0004153461 00000 n -0004155973 00000 n -0004164551 00000 n -0004164713 00000 n -0004165120 00000 n -0004155786 00000 n -0004154148 00000 n -0004164868 00000 n -0004164931 00000 n -0004164995 00000 n -0004164170 00000 n -0004165058 00000 n -0006817059 00000 n -0004157867 00000 n -0004158023 00000 n -0004158413 00000 n -0004158663 00000 n -0004158864 00000 n -0004159918 00000 n -0004160297 00000 n -0004160602 00000 n -0004160922 00000 n -0004161130 00000 n -0004161452 00000 n -0004161616 00000 n -0004161758 00000 n -0004161877 00000 n -0004162031 00000 n -0004162342 00000 n -0004162465 00000 n -0004162697 00000 n -0004162903 00000 n -0004163316 00000 n -0004163639 00000 n -0004163885 00000 n -0004176443 00000 n -0004176600 00000 n -0004176763 00000 n -0004176926 00000 n -0004177079 00000 n -0004177242 00000 n -0004177405 00000 n -0004177568 00000 n -0004177719 00000 n -0004177882 00000 n -0004178045 00000 n -0004178209 00000 n -0004178370 00000 n -0004178533 00000 n -0004178696 00000 n -0004178859 00000 n -0004179017 00000 n -0004179170 00000 n -0004168179 00000 n -0004179333 00000 n -0004179488 00000 n -0004185580 00000 n -0004185735 00000 n -0004185891 00000 n -0004186052 00000 n -0004186208 00000 n -0004186364 00000 n -0004180020 00000 n -0004167848 00000 n -0004165299 00000 n -0004179644 00000 n -0004179831 00000 n -0004176374 00000 n -0004179894 00000 n +0004140828 00000 n +0004141241 00000 n +0004141564 00000 n +0004141810 00000 n +0004144161 00000 n +0004166625 00000 n +0004166780 00000 n +0004156390 00000 n +0004144022 00000 n +0004143174 00000 n +0004156201 00000 n +0004156264 00000 n +0004156132 00000 n +0004156327 00000 n +0004149286 00000 n +0004149442 00000 n +0004149830 00000 n +0004150001 00000 n +0004150254 00000 n +0004150455 00000 n +0004151509 00000 n +0004151814 00000 n +0004152116 00000 n +0004152436 00000 n +0004152903 00000 n +0004153067 00000 n +0004153305 00000 n +0004153447 00000 n +0004153601 00000 n +0004153912 00000 n +0004154035 00000 n +0004154267 00000 n +0004154659 00000 n +0004154865 00000 n +0004155278 00000 n +0004155601 00000 n +0004155847 00000 n +0004158359 00000 n +0004166937 00000 n +0004167099 00000 n +0004167506 00000 n +0004158172 00000 n +0004156534 00000 n +0004167254 00000 n +0004167317 00000 n +0004167381 00000 n +0004166556 00000 n +0004167444 00000 n +0006821852 00000 n +0004160253 00000 n +0004160409 00000 n +0004160799 00000 n +0004161049 00000 n +0004161250 00000 n +0004162304 00000 n +0004162683 00000 n +0004162988 00000 n +0004163308 00000 n +0004163516 00000 n +0004163838 00000 n +0004164002 00000 n +0004164144 00000 n +0004164263 00000 n +0004164417 00000 n +0004164728 00000 n +0004164851 00000 n +0004165083 00000 n +0004165289 00000 n +0004165702 00000 n +0004166025 00000 n +0004166271 00000 n +0004178832 00000 n +0004178989 00000 n +0004179152 00000 n +0004179315 00000 n +0004179468 00000 n +0004179631 00000 n +0004179794 00000 n 0004179957 00000 n -0004170071 00000 n -0004170227 00000 n -0004170617 00000 n -0004170867 00000 n -0004171068 00000 n -0004172122 00000 n -0004172501 00000 n -0004172806 00000 n -0004173126 00000 n -0004173334 00000 n -0004173656 00000 n -0004173820 00000 n -0004173962 00000 n -0004174081 00000 n -0004174235 00000 n -0004174546 00000 n -0004174669 00000 n -0004174901 00000 n -0004175107 00000 n -0004175520 00000 n -0004175843 00000 n -0004176089 00000 n -0004186519 00000 n -0004186682 00000 n -0004186841 00000 n -0004186997 00000 n -0004187464 00000 n -0004187151 00000 n -0004187307 00000 n -0004202481 00000 n -0004203279 00000 n -0004190976 00000 n -0004188311 00000 n -0004185328 00000 n -0004180199 00000 n -0004187621 00000 n -0004187746 00000 n -0004187809 00000 n -0004187872 00000 n -0004187935 00000 n -0004187998 00000 n -0004188061 00000 n -0004188124 00000 n -0006815496 00000 n -0006813615 00000 n -0004188186 00000 n -0004188249 00000 n -0006812738 00000 n -0004202636 00000 n -0004203435 00000 n -0004202791 00000 n -0004202955 00000 n -0004203118 00000 n -0004252182 00000 n -0004253279 00000 n -0004253437 00000 n -0004252339 00000 n -0004253590 00000 n -0004252495 00000 n -0004253747 00000 n -0004253901 00000 n -0004252651 00000 n -0004254056 00000 n -0004203903 00000 n -0004190762 00000 n -0004188542 00000 n -0004203590 00000 n -0004203653 00000 n -0004202412 00000 n -0004203778 00000 n -0004203841 00000 n -0004193290 00000 n -0004193446 00000 n -0004193848 00000 n -0004194111 00000 n -0004194374 00000 n -0004194694 00000 n -0004194895 00000 n -0004195949 00000 n -0004196328 00000 n -0004196633 00000 n -0004196935 00000 n -0004197255 00000 n -0004197722 00000 n -0004198044 00000 n -0004198208 00000 n -0004198621 00000 n -0004198859 00000 n -0004199095 00000 n -0004199384 00000 n -0004199538 00000 n -0004199849 00000 n -0004199972 00000 n -0004200204 00000 n -0004200611 00000 n -0004200753 00000 n -0004201145 00000 n -0004201558 00000 n -0004201881 00000 n -0004202127 00000 n -0004252808 00000 n -0004252968 00000 n -0004206862 00000 n -0004220364 00000 n -0004253126 00000 n -0004256010 00000 n -0004266214 00000 n -0004254717 00000 n -0004206594 00000 n -0004204069 00000 n -0004254216 00000 n -0004254402 00000 n -0004220295 00000 n -0004254465 00000 n -0004254528 00000 n -0004254591 00000 n -0004254654 00000 n -0004212812 00000 n -0004212968 00000 n -0004213362 00000 n -0004213658 00000 n -0004213859 00000 n -0004214913 00000 n -0004215218 00000 n -0004215520 00000 n -0004215840 00000 n -0004216048 00000 n -0004216370 00000 n -0004216534 00000 n -0004216653 00000 n -0004216889 00000 n -0004217112 00000 n -0004217401 00000 n -0004217555 00000 n -0004217866 00000 n -0004218178 00000 n -0004218585 00000 n -0004218977 00000 n -0004219068 00000 n -0004219274 00000 n -0004219687 00000 n -0004220010 00000 n -0004242250 00000 n -0004242406 00000 n -0004242861 00000 n -0004243302 00000 n -0004243503 00000 n -0004244557 00000 n -0004244936 00000 n -0004245248 00000 n -0004245553 00000 n -0004245693 00000 n -0004245995 00000 n -0004246315 00000 n -0004246782 00000 n -0004246927 00000 n -0004247135 00000 n -0004247457 00000 n -0004247621 00000 n -0004247763 00000 n -0004247882 00000 n -0004248118 00000 n -0004248407 00000 n -0004248561 00000 n -0004248872 00000 n -0004249094 00000 n -0004249318 00000 n -0004249441 00000 n -0004249673 00000 n -0004250080 00000 n -0004250472 00000 n -0004250563 00000 n -0004250769 00000 n -0004251182 00000 n -0004251505 00000 n -0004251751 00000 n -0004251897 00000 n -0006527179 00000 n -0004276150 00000 n -0004289894 00000 n -0004317522 00000 n -0004328672 00000 n -0004338605 00000 n -0004340882 00000 n -0004352932 00000 n +0004180108 00000 n +0004180271 00000 n +0004180434 00000 n +0004180598 00000 n +0004180759 00000 n +0004180922 00000 n +0004181085 00000 n +0004181248 00000 n +0004181406 00000 n +0004181559 00000 n +0004170568 00000 n +0004181722 00000 n +0004181877 00000 n +0004187961 00000 n +0004188116 00000 n +0004188272 00000 n +0004188433 00000 n +0004188589 00000 n +0004188745 00000 n +0004182409 00000 n +0004170237 00000 n +0004167685 00000 n +0004182033 00000 n +0004182220 00000 n +0004178763 00000 n +0004182283 00000 n +0004182346 00000 n +0004172460 00000 n +0004172616 00000 n +0004173006 00000 n +0004173256 00000 n +0004173457 00000 n +0004174511 00000 n +0004174890 00000 n +0004175195 00000 n +0004175515 00000 n +0004175723 00000 n +0004176045 00000 n +0004176209 00000 n +0004176351 00000 n +0004176470 00000 n +0004176624 00000 n +0004176935 00000 n +0004177058 00000 n +0004177290 00000 n +0004177496 00000 n +0004177909 00000 n +0004178232 00000 n +0004178478 00000 n +0004188900 00000 n +0004189063 00000 n +0004189222 00000 n +0004189378 00000 n +0004189846 00000 n +0004189534 00000 n +0004189690 00000 n +0004204862 00000 n +0004205660 00000 n +0004193357 00000 n +0004190693 00000 n +0004187709 00000 n +0004182588 00000 n +0004190003 00000 n +0004190128 00000 n +0004190191 00000 n +0004190254 00000 n +0004190317 00000 n +0004190380 00000 n +0004190443 00000 n +0004190506 00000 n +0006820288 00000 n +0006818407 00000 n +0004190568 00000 n +0004190631 00000 n +0006817530 00000 n +0004205017 00000 n +0004205816 00000 n +0004205172 00000 n +0004205336 00000 n +0004205499 00000 n +0004254562 00000 n +0004255659 00000 n +0004255817 00000 n +0004254719 00000 n +0004255970 00000 n +0004254875 00000 n +0004256127 00000 n +0004256281 00000 n +0004255031 00000 n +0004256436 00000 n +0004206284 00000 n +0004193143 00000 n +0004190924 00000 n +0004205971 00000 n +0004206034 00000 n +0004204793 00000 n +0004206159 00000 n +0004206222 00000 n +0004195671 00000 n +0004195827 00000 n +0004196229 00000 n +0004196492 00000 n +0004196755 00000 n +0004197075 00000 n +0004197276 00000 n +0004198330 00000 n +0004198709 00000 n +0004199014 00000 n +0004199316 00000 n +0004199636 00000 n +0004200103 00000 n +0004200425 00000 n +0004200589 00000 n +0004201002 00000 n +0004201240 00000 n +0004201476 00000 n +0004201765 00000 n +0004201919 00000 n +0004202230 00000 n +0004202353 00000 n +0004202585 00000 n +0004202992 00000 n +0004203134 00000 n +0004203526 00000 n +0004203939 00000 n +0004204262 00000 n +0004204508 00000 n +0004255188 00000 n +0004255348 00000 n +0004209242 00000 n +0004222744 00000 n +0004255506 00000 n +0004258390 00000 n +0004268594 00000 n +0004257097 00000 n +0004208974 00000 n +0004206450 00000 n +0004256596 00000 n +0004256782 00000 n +0004222675 00000 n +0004256845 00000 n +0004256908 00000 n +0004256971 00000 n +0004257034 00000 n +0004215192 00000 n +0004215348 00000 n +0004215742 00000 n +0004216038 00000 n +0004216239 00000 n +0004217293 00000 n +0004217598 00000 n +0004217900 00000 n +0004218220 00000 n +0004218428 00000 n +0004218750 00000 n +0004218914 00000 n +0004219033 00000 n +0004219269 00000 n +0004219492 00000 n +0004219781 00000 n +0004219935 00000 n +0004220246 00000 n +0004220558 00000 n +0004220965 00000 n +0004221357 00000 n +0004221448 00000 n +0004221654 00000 n +0004222067 00000 n +0004222390 00000 n +0004244630 00000 n +0004244786 00000 n +0004245241 00000 n +0004245682 00000 n +0004245883 00000 n +0004246937 00000 n +0004247316 00000 n +0004247628 00000 n +0004247933 00000 n +0004248073 00000 n +0004248375 00000 n +0004248695 00000 n +0004249162 00000 n +0004249307 00000 n +0004249515 00000 n +0004249837 00000 n +0004250001 00000 n +0004250143 00000 n +0004250262 00000 n +0004250498 00000 n +0004250787 00000 n +0004250941 00000 n +0004251252 00000 n +0004251474 00000 n +0004251698 00000 n +0004251821 00000 n +0004252053 00000 n +0004252460 00000 n +0004252852 00000 n +0004252943 00000 n +0004253149 00000 n +0004253562 00000 n +0004253885 00000 n +0004254131 00000 n +0004254277 00000 n +0006531366 00000 n +0004278530 00000 n +0004292274 00000 n +0004319902 00000 n +0004331052 00000 n +0004340985 00000 n +0004343262 00000 n +0004355312 00000 n +0004341518 00000 n +0004258230 00000 n +0004257278 00000 n +0004341142 00000 n +0004341205 00000 n +0004268525 00000 n +0004341330 00000 n +0004341393 00000 n +0004261316 00000 n +0004261472 00000 n +0004261908 00000 n +0004262079 00000 n +0004262394 00000 n +0004262595 00000 n +0004263649 00000 n +0004264028 00000 n +0004264173 00000 n +0004264314 00000 n +0004264634 00000 n +0004265101 00000 n +0004265246 00000 n +0004265410 00000 n +0004265648 00000 n +0004265774 00000 n +0004265916 00000 n +0004266035 00000 n +0004266324 00000 n +0004266478 00000 n +0004266789 00000 n +0004266912 00000 n +0004267319 00000 n +0004267711 00000 n +0004267917 00000 n +0004268240 00000 n +0004270468 00000 n +0004270624 00000 n +0004271025 00000 n +0004271196 00000 n +0004271459 00000 n +0004271722 00000 n +0004272024 00000 n +0004272225 00000 n +0004273279 00000 n +0004273658 00000 n +0004273963 00000 n +0004274265 00000 n +0004274585 00000 n +0004274907 00000 n +0004275071 00000 n +0004275309 00000 n +0004275451 00000 n +0004275570 00000 n +0004275806 00000 n +0004276095 00000 n +0004276249 00000 n +0004276560 00000 n +0004276683 00000 n +0004276915 00000 n +0004277057 00000 n +0004277263 00000 n +0004277676 00000 n +0004277999 00000 n +0004278245 00000 n +0004284638 00000 n +0004284794 00000 n +0004285195 00000 n +0004285492 00000 n +0004285693 00000 n +0004286747 00000 n +0004287052 00000 n +0004287354 00000 n +0004287674 00000 n +0004288141 00000 n +0004288349 00000 n +0004288513 00000 n +0004288632 00000 n +0004288868 00000 n +0004289091 00000 n +0004289380 00000 n +0004289534 00000 n +0004289845 00000 n +0004290157 00000 n +0004290564 00000 n +0004290956 00000 n +0004291047 00000 n +0004291253 00000 n +0004291666 00000 n +0004291989 00000 n +0004310148 00000 n +0004310304 00000 n +0004310760 00000 n +0004311202 00000 n +0004311403 00000 n +0004312457 00000 n +0004312836 00000 n +0004313148 00000 n +0004313453 00000 n +0004313593 00000 n +0004313895 00000 n +0004314215 00000 n +0004314682 00000 n +0004314827 00000 n +0004315035 00000 n +0004315199 00000 n +0004315341 00000 n +0004315460 00000 n +0004315696 00000 n +0004315985 00000 n +0004316139 00000 n +0004316450 00000 n +0004316672 00000 n +0004316896 00000 n +0004317019 00000 n +0004317251 00000 n +0004317658 00000 n +0004317800 00000 n +0004318192 00000 n +0004318283 00000 n +0004318489 00000 n +0004318902 00000 n +0004319225 00000 n +0004319471 00000 n +0004319617 00000 n +0004322911 00000 n +0004323067 00000 n +0004323511 00000 n +0004323682 00000 n +0004324044 00000 n +0004324245 00000 n +0004325299 00000 n +0004325678 00000 n +0004325823 00000 n +0004325964 00000 n +0004326284 00000 n +0004326751 00000 n +0004326896 00000 n +0004327218 00000 n +0004327382 00000 n +0004327620 00000 n +0004327746 00000 n +0004327888 00000 n +0004328007 00000 n +0004328296 00000 n +0004328450 00000 n +0004328761 00000 n +0004328884 00000 n +0004329291 00000 n +0004329433 00000 n +0004329825 00000 n +0004330031 00000 n +0004330444 00000 n +0004330767 00000 n +0004332923 00000 n +0004333079 00000 n +0004333480 00000 n +0004333651 00000 n +0004333914 00000 n +0004334177 00000 n +0004334479 00000 n +0004334680 00000 n +0004335734 00000 n +0004336113 00000 n +0004336418 00000 n +0004336720 00000 n +0004337040 00000 n +0004337362 00000 n +0004337526 00000 n +0004337764 00000 n +0004337906 00000 n +0004338025 00000 n +0004338261 00000 n +0004338550 00000 n +0004338704 00000 n +0004339015 00000 n 0004339138 00000 n -0004255850 00000 n -0004254898 00000 n -0004338762 00000 n -0004338825 00000 n -0004266145 00000 n -0004338950 00000 n -0004339013 00000 n -0004258936 00000 n -0004259092 00000 n -0004259528 00000 n -0004259699 00000 n -0004260014 00000 n -0004260215 00000 n -0004261269 00000 n -0004261648 00000 n -0004261793 00000 n -0004261934 00000 n -0004262254 00000 n -0004262721 00000 n -0004262866 00000 n -0004263030 00000 n -0004263268 00000 n -0004263394 00000 n -0004263536 00000 n -0004263655 00000 n -0004263944 00000 n -0004264098 00000 n -0004264409 00000 n -0004264532 00000 n -0004264939 00000 n -0004265331 00000 n -0004265537 00000 n -0004265860 00000 n -0004268088 00000 n -0004268244 00000 n -0004268645 00000 n -0004268816 00000 n -0004269079 00000 n -0004269342 00000 n -0004269644 00000 n -0004269845 00000 n -0004270899 00000 n -0004271278 00000 n -0004271583 00000 n -0004271885 00000 n -0004272205 00000 n -0004272527 00000 n -0004272691 00000 n -0004272929 00000 n -0004273071 00000 n -0004273190 00000 n -0004273426 00000 n -0004273715 00000 n -0004273869 00000 n -0004274180 00000 n -0004274303 00000 n -0004274535 00000 n -0004274677 00000 n -0004274883 00000 n -0004275296 00000 n -0004275619 00000 n -0004275865 00000 n -0004282258 00000 n -0004282414 00000 n -0004282815 00000 n -0004283112 00000 n -0004283313 00000 n -0004284367 00000 n -0004284672 00000 n -0004284974 00000 n -0004285294 00000 n -0004285761 00000 n -0004285969 00000 n -0004286133 00000 n -0004286252 00000 n -0004286488 00000 n -0004286711 00000 n -0004287000 00000 n -0004287154 00000 n -0004287465 00000 n -0004287777 00000 n -0004288184 00000 n -0004288576 00000 n -0004288667 00000 n -0004288873 00000 n -0004289286 00000 n -0004289609 00000 n -0004307768 00000 n -0004307924 00000 n -0004308380 00000 n -0004308822 00000 n -0004309023 00000 n -0004310077 00000 n -0004310456 00000 n -0004310768 00000 n -0004311073 00000 n -0004311213 00000 n -0004311515 00000 n -0004311835 00000 n -0004312302 00000 n -0004312447 00000 n -0004312655 00000 n -0004312819 00000 n -0004312961 00000 n -0004313080 00000 n -0004313316 00000 n -0004313605 00000 n -0004313759 00000 n -0004314070 00000 n -0004314292 00000 n -0004314516 00000 n -0004314639 00000 n -0004314871 00000 n -0004315278 00000 n -0004315420 00000 n -0004315812 00000 n -0004315903 00000 n -0004316109 00000 n -0004316522 00000 n -0004316845 00000 n -0004317091 00000 n -0004317237 00000 n -0004320531 00000 n -0004320687 00000 n -0004321131 00000 n -0004321302 00000 n -0004321664 00000 n -0004321865 00000 n -0004322919 00000 n -0004323298 00000 n -0004323443 00000 n -0004323584 00000 n -0004323904 00000 n -0004324371 00000 n -0004324516 00000 n -0004324838 00000 n -0004325002 00000 n -0004325240 00000 n -0004325366 00000 n -0004325508 00000 n -0004325627 00000 n -0004325916 00000 n -0004326070 00000 n -0004326381 00000 n -0004326504 00000 n -0004326911 00000 n -0004327053 00000 n -0004327445 00000 n -0004327651 00000 n -0004328064 00000 n -0004328387 00000 n -0004330543 00000 n -0004330699 00000 n -0004331100 00000 n -0004331271 00000 n -0004331534 00000 n -0004331797 00000 n -0004332099 00000 n -0004332300 00000 n -0004333354 00000 n -0004333733 00000 n -0004334038 00000 n -0004334340 00000 n -0004334660 00000 n -0004334982 00000 n -0004335146 00000 n -0004335384 00000 n -0004335526 00000 n -0004335645 00000 n -0004335881 00000 n -0004336170 00000 n -0004336324 00000 n -0004336635 00000 n -0004336758 00000 n -0004336990 00000 n -0004337132 00000 n -0004337338 00000 n -0004337751 00000 n -0004338074 00000 n -0004338320 00000 n -0004377249 00000 n -0004377402 00000 n -0004364402 00000 n -0004377752 00000 n -0004340713 00000 n -0004339342 00000 n -0004377564 00000 n -0004377627 00000 n -0004352863 00000 n -0004377690 00000 n -0006817184 00000 n -0004345654 00000 n -0004345810 00000 n -0004346246 00000 n -0004346417 00000 n -0004346732 00000 n -0004346933 00000 n -0004347987 00000 n -0004348366 00000 n -0004348511 00000 n -0004348652 00000 n -0004348972 00000 n -0004349439 00000 n -0004349584 00000 n -0004349748 00000 n -0004349986 00000 n -0004350112 00000 n -0004350254 00000 n -0004350373 00000 n -0004350662 00000 n -0004350816 00000 n -0004351127 00000 n -0004351250 00000 n -0004351657 00000 n -0004352049 00000 n -0004352255 00000 n -0004352578 00000 n -0004355029 00000 n -0004355185 00000 n -0004355598 00000 n -0004355769 00000 n -0004356032 00000 n -0004356295 00000 n -0004356642 00000 n -0004356843 00000 n -0004357897 00000 n -0004358276 00000 n -0004358581 00000 n -0004358883 00000 n -0004359203 00000 n -0004359670 00000 n -0004359992 00000 n -0004360156 00000 n -0004360394 00000 n -0004360536 00000 n -0004360655 00000 n -0004360891 00000 n -0004361286 00000 n -0004361575 00000 n -0004361729 00000 n -0004362040 00000 n -0004362163 00000 n -0004362395 00000 n -0004362537 00000 n -0004362929 00000 n -0004363135 00000 n -0004363548 00000 n -0004363871 00000 n -0004364117 00000 n -0004366654 00000 n -0004366810 00000 n -0004367230 00000 n -0004367493 00000 n -0004367756 00000 n -0004368150 00000 n -0004368351 00000 n -0004369405 00000 n -0004369567 00000 n -0004369874 00000 n -0004370102 00000 n -0004370481 00000 n -0004370793 00000 n -0004371098 00000 n -0004371400 00000 n -0004371720 00000 n -0004372187 00000 n -0004372509 00000 n -0004372673 00000 n -0004372911 00000 n -0004373241 00000 n -0004373477 00000 n -0004373766 00000 n -0004374077 00000 n -0004374200 00000 n -0004374512 00000 n -0004374744 00000 n -0004375151 00000 n -0004375293 00000 n -0004375685 00000 n -0004375776 00000 n -0004375982 00000 n -0004376395 00000 n -0004376718 00000 n -0004376964 00000 n -0004381874 00000 n -0004382031 00000 n -0004382189 00000 n -0004382352 00000 n -0004382514 00000 n -0004382677 00000 n -0004382829 00000 n -0004382987 00000 n -0004383144 00000 n -0004384720 00000 n -0004383301 00000 n -0004384875 00000 n -0004383458 00000 n -0004383615 00000 n -0004383772 00000 n -0004385033 00000 n -0004383929 00000 n -0004384090 00000 n -0004384248 00000 n -0004384406 00000 n -0004384558 00000 n -0004386866 00000 n -0004408126 00000 n -0004385692 00000 n -0004381550 00000 n -0004377898 00000 n -0004385191 00000 n -0004385378 00000 n -0004385441 00000 n -0004385504 00000 n -0004385567 00000 n -0004385630 00000 n -0006522554 00000 n -0006522679 00000 n -0004425864 00000 n -0004439323 00000 n -0004436599 00000 n -0004386727 00000 n -0004385841 00000 n -0004436410 00000 n -0004436473 00000 n -0004408057 00000 n -0004436536 00000 n -0004402810 00000 n -0004402966 00000 n -0004403334 00000 n -0004403505 00000 n -0004403680 00000 n -0004403881 00000 n -0004404935 00000 n -0004405240 00000 n -0004405542 00000 n -0004406009 00000 n -0004406173 00000 n -0004406292 00000 n -0004406622 00000 n -0004406745 00000 n -0004407057 00000 n -0004407449 00000 n -0004407772 00000 n -0004415488 00000 n -0004415644 00000 n -0004416096 00000 n -0004416267 00000 n -0004416709 00000 n -0004416910 00000 n -0004417964 00000 n -0004418343 00000 n -0004418648 00000 n -0004418950 00000 n -0004419270 00000 n -0004419737 00000 n -0004419945 00000 n -0004420267 00000 n -0004420431 00000 n -0004420669 00000 n -0004420811 00000 n -0004420930 00000 n -0004421260 00000 n -0004421496 00000 n -0004421719 00000 n -0004422008 00000 n -0004422162 00000 n -0004422473 00000 n -0004422695 00000 n -0004422919 00000 n -0004423042 00000 n -0004423354 00000 n -0004423586 00000 n -0004423993 00000 n -0004424385 00000 n -0004424476 00000 n -0004424682 00000 n -0004425095 00000 n -0004425418 00000 n -0004425579 00000 n -0004430886 00000 n -0004431042 00000 n -0004431407 00000 n -0004431611 00000 n -0004431812 00000 n -0004432866 00000 n -0004433171 00000 n -0004433473 00000 n -0004433795 00000 n -0004433959 00000 n -0004434078 00000 n -0004434408 00000 n -0004434562 00000 n -0004434685 00000 n -0004434997 00000 n -0004435389 00000 n -0004435802 00000 n -0004436125 00000 n -0004449154 00000 n -0004449310 00000 n -0004449468 00000 n -0004449875 00000 n -0004439145 00000 n -0004436732 00000 n -0004449625 00000 n -0004449688 00000 n -0004449085 00000 n -0004449751 00000 n -0004449813 00000 n -0004443990 00000 n -0004444146 00000 n -0004444505 00000 n -0004444677 00000 n -0004444878 00000 n -0004445932 00000 n -0004446237 00000 n -0004446539 00000 n -0004447006 00000 n -0004447170 00000 n -0004447289 00000 n -0004447619 00000 n -0004447773 00000 n -0004448085 00000 n -0004448477 00000 n -0004448800 00000 n -0004459037 00000 n -0004452461 00000 n -0004459194 00000 n -0004569615 00000 n -0004459545 00000 n -0004452292 00000 n -0004450041 00000 n -0004459356 00000 n -0004459419 00000 n -0004458968 00000 n -0004459482 00000 n -0004454359 00000 n -0004454515 00000 n -0004454863 00000 n -0004455126 00000 n -0004455389 00000 n -0004455534 00000 n -0004455735 00000 n -0004456789 00000 n -0004457111 00000 n -0004457275 00000 n -0004457670 00000 n -0004457824 00000 n -0004457947 00000 n -0004458360 00000 n -0004458683 00000 n -0004569771 00000 n -0004569926 00000 n -0004570080 00000 n -0004570234 00000 n -0004462641 00000 n -0004515258 00000 n -0004570391 00000 n -0004570548 00000 n -0004570706 00000 n -0004573395 00000 n -0004625235 00000 n -0004571301 00000 n -0004462418 00000 n -0004459698 00000 n -0004570864 00000 n -0004571051 00000 n -0004515189 00000 n -0004571176 00000 n -0004571238 00000 n -0004508081 00000 n -0004508237 00000 n -0004508641 00000 n -0004508930 00000 n -0004509131 00000 n -0004510185 00000 n -0004510564 00000 n -0004510884 00000 n -0004511351 00000 n -0004511559 00000 n -0004511723 00000 n -0004511865 00000 n -0004511984 00000 n -0004512273 00000 n -0004512427 00000 n -0004512738 00000 n -0004512861 00000 n -0004513093 00000 n -0004513500 00000 n -0004513892 00000 n -0004513983 00000 n -0004514189 00000 n -0004514512 00000 n -0004514758 00000 n -0004514904 00000 n -0004562507 00000 n -0004562663 00000 n -0004563067 00000 n -0004563356 00000 n -0004563557 00000 n -0004564611 00000 n -0004564990 00000 n -0004565310 00000 n -0004565777 00000 n -0004565985 00000 n -0004566149 00000 n -0004566291 00000 n -0004566410 00000 n -0004566699 00000 n -0004566853 00000 n -0004567164 00000 n -0004567287 00000 n -0004567519 00000 n -0004567926 00000 n -0004568318 00000 n -0004568409 00000 n -0004568615 00000 n -0004568938 00000 n -0004569184 00000 n -0004569330 00000 n -0006522429 00000 n -0006527802 00000 n -0006527304 00000 n -0006527117 00000 n -0004677866 00000 n -0004678026 00000 n -0004678181 00000 n -0004681422 00000 n -0004678585 00000 n -0004573217 00000 n -0004571495 00000 n -0004678334 00000 n -0004678397 00000 n -0004625166 00000 n -0004678522 00000 n -0006817309 00000 n -0004618058 00000 n -0004618214 00000 n -0004618618 00000 n -0004618907 00000 n -0004619108 00000 n -0004620162 00000 n -0004620541 00000 n -0004620861 00000 n -0004621328 00000 n -0004621536 00000 n -0004621700 00000 n -0004621842 00000 n -0004621961 00000 n -0004622250 00000 n -0004622404 00000 n -0004622715 00000 n -0004622838 00000 n -0004623070 00000 n -0004623477 00000 n -0004623869 00000 n -0004623960 00000 n -0004624166 00000 n -0004624489 00000 n -0004624735 00000 n -0004624881 00000 n -0004670758 00000 n -0004670914 00000 n -0004671318 00000 n -0004671607 00000 n -0004671808 00000 n -0004672862 00000 n -0004673241 00000 n -0004673561 00000 n -0004674028 00000 n -0004674236 00000 n -0004674400 00000 n -0004674542 00000 n -0004674661 00000 n -0004674950 00000 n -0004675104 00000 n -0004675415 00000 n -0004675538 00000 n -0004675770 00000 n -0004676177 00000 n -0004676569 00000 n -0004676660 00000 n -0004676866 00000 n -0004677189 00000 n -0004677435 00000 n -0004677581 00000 n -0004695336 00000 n -0004695494 00000 n -0004695651 00000 n -0004696059 00000 n -0004681244 00000 n -0004678753 00000 n -0004695807 00000 n -0004695870 00000 n -0004695267 00000 n -0004695933 00000 n -0004695996 00000 n -0004685498 00000 n -0004685654 00000 n -0004686082 00000 n -0004686478 00000 n -0004686679 00000 n -0004687733 00000 n -0004688112 00000 n -0004688424 00000 n -0004688729 00000 n -0004689031 00000 n -0004689351 00000 n -0004689818 00000 n -0004690140 00000 n -0004690304 00000 n -0004690717 00000 n -0004690859 00000 n -0004691189 00000 n -0004691425 00000 n -0004691714 00000 n -0004691868 00000 n -0004692179 00000 n -0004692401 00000 n -0004692625 00000 n -0004692937 00000 n -0004693169 00000 n -0004693311 00000 n -0004693703 00000 n -0004693794 00000 n -0004694000 00000 n -0004694413 00000 n -0004694736 00000 n -0004694982 00000 n -0004697009 00000 n -0004696823 00000 n -0004696212 00000 n -0004696946 00000 n -0004701061 00000 n -0004701248 00000 n -0004701404 00000 n -0004701557 00000 n -0004701714 00000 n -0004701877 00000 n -0004702040 00000 n -0004702193 00000 n -0004702346 00000 n -0004702502 00000 n -0004702655 00000 n -0004702807 00000 n -0004703147 00000 n -0004700818 00000 n -0004697082 00000 n -0004702960 00000 n -0004704750 00000 n -0004704972 00000 n -0004704606 00000 n -0004703259 00000 n -0004704909 00000 n -0004709217 00000 n -0004709374 00000 n -0004709532 00000 n -0004709688 00000 n -0004709845 00000 n -0004710004 00000 n -0004710162 00000 n -0004710819 00000 n -0004709019 00000 n -0004705084 00000 n -0004710319 00000 n -0004710630 00000 n -0004710693 00000 n -0004710756 00000 n -0004712812 00000 n -0004712969 00000 n -0004713439 00000 n -0004712643 00000 n -0004710995 00000 n -0004713127 00000 n -0004713252 00000 n -0006817434 00000 n -0004714953 00000 n -0004718091 00000 n -0004715426 00000 n -0004714794 00000 n -0004713593 00000 n -0004715114 00000 n -0004715301 00000 n -0004728655 00000 n -0004728813 00000 n -0004728972 00000 n -0004732856 00000 n -0004733013 00000 n -0004729324 00000 n -0004717913 00000 n -0004715576 00000 n -0004729136 00000 n -0004729199 00000 n -0004728586 00000 n -0004721709 00000 n -0004721865 00000 n -0004722235 00000 n -0004722487 00000 n -0004722688 00000 n -0004723742 00000 n -0004724121 00000 n -0004724426 00000 n -0004724728 00000 n -0004725048 00000 n -0004725256 00000 n -0004725669 00000 n -0004725907 00000 n -0004726049 00000 n -0004726250 00000 n -0004726369 00000 n -0004726523 00000 n -0004726834 00000 n -0004727146 00000 n -0004727553 00000 n -0004727644 00000 n -0004727850 00000 n -0004728263 00000 n -0004733170 00000 n -0004733642 00000 n -0004733327 00000 n -0004733801 00000 n -0004733483 00000 n -0004736858 00000 n -0004734522 00000 n -0004732658 00000 n -0004729453 00000 n -0004733959 00000 n -0004734270 00000 n -0004734333 00000 n -0004734396 00000 n -0004734459 00000 n -0004746138 00000 n -0004746295 00000 n -0004747719 00000 n -0004746704 00000 n -0004736689 00000 n -0004734698 00000 n -0004746454 00000 n -0004746517 00000 n -0004746069 00000 n +0004339370 00000 n +0004339512 00000 n +0004339718 00000 n +0004340131 00000 n +0004340454 00000 n +0004340700 00000 n +0004379629 00000 n +0004379782 00000 n +0004366782 00000 n +0004380132 00000 n +0004343093 00000 n +0004341722 00000 n +0004379944 00000 n +0004380007 00000 n +0004355243 00000 n +0004380070 00000 n +0006821977 00000 n +0004348034 00000 n +0004348190 00000 n +0004348626 00000 n +0004348797 00000 n +0004349112 00000 n +0004349313 00000 n +0004350367 00000 n +0004350746 00000 n +0004350891 00000 n +0004351032 00000 n +0004351352 00000 n +0004351819 00000 n +0004351964 00000 n +0004352128 00000 n +0004352366 00000 n +0004352492 00000 n +0004352634 00000 n +0004352753 00000 n +0004353042 00000 n +0004353196 00000 n +0004353507 00000 n +0004353630 00000 n +0004354037 00000 n +0004354429 00000 n +0004354635 00000 n +0004354958 00000 n +0004357409 00000 n +0004357565 00000 n +0004357978 00000 n +0004358149 00000 n +0004358412 00000 n +0004358675 00000 n +0004359022 00000 n +0004359223 00000 n +0004360277 00000 n +0004360656 00000 n +0004360961 00000 n +0004361263 00000 n +0004361583 00000 n +0004362050 00000 n +0004362372 00000 n +0004362536 00000 n +0004362774 00000 n +0004362916 00000 n +0004363035 00000 n +0004363271 00000 n +0004363666 00000 n +0004363955 00000 n +0004364109 00000 n +0004364420 00000 n +0004364543 00000 n +0004364775 00000 n +0004364917 00000 n +0004365309 00000 n +0004365515 00000 n +0004365928 00000 n +0004366251 00000 n +0004366497 00000 n +0004369034 00000 n +0004369190 00000 n +0004369610 00000 n +0004369873 00000 n +0004370136 00000 n +0004370530 00000 n +0004370731 00000 n +0004371785 00000 n +0004371947 00000 n +0004372254 00000 n +0004372482 00000 n +0004372861 00000 n +0004373173 00000 n +0004373478 00000 n +0004373780 00000 n +0004374100 00000 n +0004374567 00000 n +0004374889 00000 n +0004375053 00000 n +0004375291 00000 n +0004375621 00000 n +0004375857 00000 n +0004376146 00000 n +0004376457 00000 n +0004376580 00000 n +0004376892 00000 n +0004377124 00000 n +0004377531 00000 n +0004377673 00000 n +0004378065 00000 n +0004378156 00000 n +0004378362 00000 n +0004378775 00000 n +0004379098 00000 n +0004379344 00000 n +0004384254 00000 n +0004384411 00000 n +0004384569 00000 n +0004384732 00000 n +0004384894 00000 n +0004385057 00000 n +0004385209 00000 n +0004385367 00000 n +0004385524 00000 n +0004387100 00000 n +0004385681 00000 n +0004387255 00000 n +0004385838 00000 n +0004385995 00000 n +0004386152 00000 n +0004387413 00000 n +0004386309 00000 n +0004386470 00000 n +0004386628 00000 n +0004386786 00000 n +0004386938 00000 n +0004389246 00000 n +0004410506 00000 n +0004388072 00000 n +0004383930 00000 n +0004380278 00000 n +0004387571 00000 n +0004387758 00000 n +0004387821 00000 n +0004387884 00000 n +0004387947 00000 n +0004388010 00000 n +0006526732 00000 n +0006526857 00000 n +0004428244 00000 n +0004441703 00000 n +0004438979 00000 n +0004389107 00000 n +0004388221 00000 n +0004438790 00000 n +0004438853 00000 n +0004410437 00000 n +0004438916 00000 n +0004405190 00000 n +0004405346 00000 n +0004405714 00000 n +0004405885 00000 n +0004406060 00000 n +0004406261 00000 n +0004407315 00000 n +0004407620 00000 n +0004407922 00000 n +0004408389 00000 n +0004408553 00000 n +0004408672 00000 n +0004409002 00000 n +0004409125 00000 n +0004409437 00000 n +0004409829 00000 n +0004410152 00000 n +0004417868 00000 n +0004418024 00000 n +0004418476 00000 n +0004418647 00000 n +0004419089 00000 n +0004419290 00000 n +0004420344 00000 n +0004420723 00000 n +0004421028 00000 n +0004421330 00000 n +0004421650 00000 n +0004422117 00000 n +0004422325 00000 n +0004422647 00000 n +0004422811 00000 n +0004423049 00000 n +0004423191 00000 n +0004423310 00000 n +0004423640 00000 n +0004423876 00000 n +0004424099 00000 n +0004424388 00000 n +0004424542 00000 n +0004424853 00000 n +0004425075 00000 n +0004425299 00000 n +0004425422 00000 n +0004425734 00000 n +0004425966 00000 n +0004426373 00000 n +0004426765 00000 n +0004426856 00000 n +0004427062 00000 n +0004427475 00000 n +0004427798 00000 n +0004427959 00000 n +0004433266 00000 n +0004433422 00000 n +0004433787 00000 n +0004433991 00000 n +0004434192 00000 n +0004435246 00000 n +0004435551 00000 n +0004435853 00000 n +0004436175 00000 n +0004436339 00000 n +0004436458 00000 n +0004436788 00000 n +0004436942 00000 n +0004437065 00000 n +0004437377 00000 n +0004437769 00000 n +0004438182 00000 n +0004438505 00000 n +0004451534 00000 n +0004451690 00000 n +0004451848 00000 n +0004452255 00000 n +0004441525 00000 n +0004439112 00000 n +0004452005 00000 n +0004452068 00000 n +0004451465 00000 n +0004452131 00000 n +0004452193 00000 n +0004446370 00000 n +0004446526 00000 n +0004446885 00000 n +0004447057 00000 n +0004447258 00000 n +0004448312 00000 n +0004448617 00000 n +0004448919 00000 n +0004449386 00000 n +0004449550 00000 n +0004449669 00000 n +0004449999 00000 n +0004450153 00000 n +0004450465 00000 n +0004450857 00000 n +0004451180 00000 n +0004461417 00000 n +0004454841 00000 n +0004461574 00000 n +0004571995 00000 n +0004461925 00000 n +0004454672 00000 n +0004452421 00000 n +0004461736 00000 n +0004461799 00000 n +0004461348 00000 n +0004461862 00000 n +0004456739 00000 n +0004456895 00000 n +0004457243 00000 n +0004457506 00000 n +0004457769 00000 n +0004457914 00000 n +0004458115 00000 n +0004459169 00000 n +0004459491 00000 n +0004459655 00000 n +0004460050 00000 n +0004460204 00000 n +0004460327 00000 n +0004460740 00000 n +0004461063 00000 n +0004572151 00000 n +0004572306 00000 n +0004572460 00000 n +0004572614 00000 n +0004465021 00000 n +0004517638 00000 n +0004572771 00000 n +0004572928 00000 n +0004573086 00000 n +0004575776 00000 n +0004627616 00000 n +0004573681 00000 n +0004464798 00000 n +0004462078 00000 n +0004573244 00000 n +0004573431 00000 n +0004517569 00000 n +0004573556 00000 n +0004573618 00000 n +0004510461 00000 n +0004510617 00000 n +0004511021 00000 n +0004511310 00000 n +0004511511 00000 n +0004512565 00000 n +0004512944 00000 n +0004513264 00000 n +0004513731 00000 n +0004513939 00000 n +0004514103 00000 n +0004514245 00000 n +0004514364 00000 n +0004514653 00000 n +0004514807 00000 n +0004515118 00000 n +0004515241 00000 n +0004515473 00000 n +0004515880 00000 n +0004516272 00000 n +0004516363 00000 n +0004516569 00000 n +0004516892 00000 n +0004517138 00000 n +0004517284 00000 n +0004564887 00000 n +0004565043 00000 n +0004565447 00000 n +0004565736 00000 n +0004565937 00000 n +0004566991 00000 n +0004567370 00000 n +0004567690 00000 n +0004568157 00000 n +0004568365 00000 n +0004568529 00000 n +0004568671 00000 n +0004568790 00000 n +0004569079 00000 n +0004569233 00000 n +0004569544 00000 n +0004569667 00000 n +0004569899 00000 n +0004570306 00000 n +0004570698 00000 n +0004570789 00000 n +0004570995 00000 n +0004571318 00000 n +0004571564 00000 n +0004571710 00000 n +0006526608 00000 n +0006533589 00000 n +0006531490 00000 n +0006531303 00000 n +0004680247 00000 n +0004680407 00000 n +0004680562 00000 n +0004683803 00000 n +0004680966 00000 n +0004575598 00000 n +0004573875 00000 n +0004680715 00000 n +0004680778 00000 n +0004627547 00000 n +0004680903 00000 n +0006822102 00000 n +0004620439 00000 n +0004620595 00000 n +0004620999 00000 n +0004621288 00000 n +0004621489 00000 n +0004622543 00000 n +0004622922 00000 n +0004623242 00000 n +0004623709 00000 n +0004623917 00000 n +0004624081 00000 n +0004624223 00000 n +0004624342 00000 n +0004624631 00000 n +0004624785 00000 n +0004625096 00000 n +0004625219 00000 n +0004625451 00000 n +0004625858 00000 n +0004626250 00000 n +0004626341 00000 n +0004626547 00000 n +0004626870 00000 n +0004627116 00000 n +0004627262 00000 n +0004673139 00000 n +0004673295 00000 n +0004673699 00000 n +0004673988 00000 n +0004674189 00000 n +0004675243 00000 n +0004675622 00000 n +0004675942 00000 n +0004676409 00000 n +0004676617 00000 n +0004676781 00000 n +0004676923 00000 n +0004677042 00000 n +0004677331 00000 n +0004677485 00000 n +0004677796 00000 n +0004677919 00000 n +0004678151 00000 n +0004678558 00000 n +0004678950 00000 n +0004679041 00000 n +0004679247 00000 n +0004679570 00000 n +0004679816 00000 n +0004679962 00000 n +0004697717 00000 n +0004697875 00000 n +0004698032 00000 n +0004698440 00000 n +0004683625 00000 n +0004681134 00000 n +0004698188 00000 n +0004698251 00000 n +0004697648 00000 n +0004698314 00000 n +0004698377 00000 n +0004687879 00000 n +0004688035 00000 n +0004688463 00000 n +0004688859 00000 n +0004689060 00000 n +0004690114 00000 n +0004690493 00000 n +0004690805 00000 n +0004691110 00000 n +0004691412 00000 n +0004691732 00000 n +0004692199 00000 n +0004692521 00000 n +0004692685 00000 n +0004693098 00000 n +0004693240 00000 n +0004693570 00000 n +0004693806 00000 n +0004694095 00000 n +0004694249 00000 n +0004694560 00000 n +0004694782 00000 n +0004695006 00000 n +0004695318 00000 n +0004695550 00000 n +0004695692 00000 n +0004696084 00000 n +0004696175 00000 n +0004696381 00000 n +0004696794 00000 n +0004697117 00000 n +0004697363 00000 n +0004699390 00000 n +0004699204 00000 n +0004698593 00000 n +0004699327 00000 n +0004703500 00000 n +0004703657 00000 n +0004703844 00000 n +0004704001 00000 n +0004704159 00000 n +0004704317 00000 n +0004704478 00000 n +0004704640 00000 n +0004704792 00000 n +0004704943 00000 n +0004705101 00000 n +0004705254 00000 n +0004705406 00000 n +0004705747 00000 n +0004703248 00000 n +0004699463 00000 n +0004705560 00000 n +0004708400 00000 n +0004708557 00000 n +0004708790 00000 n +0004708949 00000 n +0004709174 00000 n +0004708229 00000 n +0004705872 00000 n +0004709111 00000 n +0004713420 00000 n +0004713577 00000 n +0004713735 00000 n +0004713891 00000 n +0004714048 00000 n +0004714207 00000 n +0004714365 00000 n +0004715022 00000 n +0004713222 00000 n +0004709286 00000 n +0004714522 00000 n +0004714833 00000 n +0004714896 00000 n +0004714959 00000 n +0004717015 00000 n +0004717172 00000 n +0004717642 00000 n +0004716846 00000 n +0004715198 00000 n +0004717330 00000 n +0004717455 00000 n +0006822227 00000 n +0004719156 00000 n +0004722294 00000 n +0004719629 00000 n +0004718997 00000 n +0004717796 00000 n +0004719317 00000 n +0004719504 00000 n +0004732858 00000 n +0004733016 00000 n +0004733175 00000 n +0004737060 00000 n +0004737217 00000 n +0004733527 00000 n +0004722116 00000 n +0004719779 00000 n +0004733339 00000 n +0004733402 00000 n +0004732789 00000 n +0004725912 00000 n +0004726068 00000 n +0004726438 00000 n +0004726690 00000 n +0004726891 00000 n +0004727945 00000 n +0004728324 00000 n +0004728629 00000 n +0004728931 00000 n +0004729251 00000 n +0004729459 00000 n +0004729872 00000 n +0004730110 00000 n +0004730252 00000 n +0004730453 00000 n +0004730572 00000 n +0004730726 00000 n +0004731037 00000 n +0004731349 00000 n +0004731756 00000 n +0004731847 00000 n +0004732053 00000 n +0004732466 00000 n +0004737374 00000 n +0004737846 00000 n +0004737531 00000 n +0004738005 00000 n +0004737687 00000 n +0004741063 00000 n +0004738726 00000 n +0004736862 00000 n +0004733656 00000 n +0004738163 00000 n +0004738474 00000 n +0004738537 00000 n +0004738600 00000 n +0004738663 00000 n +0004750343 00000 n +0004750500 00000 n +0004751924 00000 n +0004750909 00000 n +0004740894 00000 n +0004738902 00000 n +0004750659 00000 n +0004750722 00000 n +0004750274 00000 n +0004750847 00000 n +0004742715 00000 n +0004742871 00000 n +0004743289 00000 n +0004743594 00000 n +0004743795 00000 n +0004744849 00000 n +0004745228 00000 n +0004745533 00000 n +0004745853 00000 n +0004746320 00000 n 0004746642 00000 n -0004738510 00000 n -0004738666 00000 n -0004739084 00000 n -0004739389 00000 n -0004739590 00000 n -0004740644 00000 n -0004741023 00000 n -0004741328 00000 n -0004741648 00000 n -0004742115 00000 n -0004742437 00000 n -0004742601 00000 n -0004742839 00000 n -0004742958 00000 n -0004743247 00000 n -0004743401 00000 n -0004743712 00000 n -0004743835 00000 n -0004744242 00000 n -0004744384 00000 n -0004744776 00000 n -0004745189 00000 n -0004745512 00000 n -0004745638 00000 n -0004745784 00000 n -0004759778 00000 n -0004758911 00000 n -0004747580 00000 n -0004746870 00000 n -0004758785 00000 n -0004758848 00000 n -0004758716 00000 n -0004750575 00000 n -0004750731 00000 n -0004751175 00000 n -0004751346 00000 n -0004751708 00000 n -0004751909 00000 n -0004752963 00000 n -0004753342 00000 n -0004753487 00000 n -0004753628 00000 n -0004753948 00000 n -0004754415 00000 n -0004754560 00000 n -0004754882 00000 n -0004755046 00000 n -0004755284 00000 n -0004755410 00000 n -0004755552 00000 n -0004755671 00000 n -0004755960 00000 n +0004746806 00000 n +0004747044 00000 n +0004747163 00000 n +0004747452 00000 n +0004747606 00000 n +0004747917 00000 n +0004748040 00000 n +0004748447 00000 n +0004748589 00000 n +0004748981 00000 n +0004749394 00000 n +0004749717 00000 n +0004749843 00000 n +0004749989 00000 n +0004763983 00000 n +0004763116 00000 n +0004751785 00000 n +0004751075 00000 n +0004762990 00000 n +0004763053 00000 n +0004762921 00000 n +0004754780 00000 n +0004754936 00000 n +0004755380 00000 n +0004755551 00000 n +0004755913 00000 n 0004756114 00000 n -0004756425 00000 n -0004756548 00000 n -0004756955 00000 n -0004757097 00000 n -0004757489 00000 n -0004757695 00000 n -0004758108 00000 n -0004758431 00000 n -0004776511 00000 n -0004776668 00000 n -0004779075 00000 n -0004777010 00000 n -0004759609 00000 n -0004759014 00000 n -0004776821 00000 n -0004776884 00000 n -0004776442 00000 n -0004776947 00000 n -0006817559 00000 n -0004766527 00000 n -0004766683 00000 n -0004767140 00000 n -0004767580 00000 n -0004767781 00000 n -0004768835 00000 n -0004769214 00000 n -0004769526 00000 n -0004769831 00000 n -0004769971 00000 n -0004770273 00000 n -0004770593 00000 n -0004771060 00000 n -0004771205 00000 n -0004771413 00000 n -0004771735 00000 n -0004771899 00000 n -0004772041 00000 n -0004772160 00000 n -0004772396 00000 n -0004772791 00000 n -0004773080 00000 n -0004773234 00000 n -0004773545 00000 n -0004773767 00000 n -0004773991 00000 n -0004774114 00000 n -0004774346 00000 n -0004774753 00000 n -0004775145 00000 n -0004775236 00000 n -0004775442 00000 n -0004775765 00000 n -0004776011 00000 n -0004776157 00000 n -0004787300 00000 n -0004787461 00000 n -0004787625 00000 n -0004787780 00000 n -0004789347 00000 n -0004788249 00000 n -0004778888 00000 n -0004777163 00000 n -0004787937 00000 n -0004788000 00000 n -0004787231 00000 n -0004788124 00000 n -0004788186 00000 n -0004780928 00000 n -0004781084 00000 n -0004781474 00000 n -0004781724 00000 n -0004781925 00000 n -0004782979 00000 n -0004783358 00000 n -0004783663 00000 n -0004783983 00000 n -0004784191 00000 n -0004784513 00000 n -0004784677 00000 n -0004784819 00000 n -0004784938 00000 n -0004785092 00000 n -0004785403 00000 n -0004785526 00000 n -0004785758 00000 n -0004785964 00000 n -0004786377 00000 n -0004786700 00000 n -0004786946 00000 n -0004799429 00000 n -0004850238 00000 n -0004850394 00000 n -0004810976 00000 n -0004789208 00000 n -0004788429 00000 n -0004810665 00000 n -0004810728 00000 n -0004799360 00000 n -0004810915 00000 n -0004792483 00000 n -0004792639 00000 n -0004793009 00000 n -0004793261 00000 n -0004793462 00000 n -0004794516 00000 n -0004794895 00000 n -0004795200 00000 n -0004795502 00000 n -0004795822 00000 n -0004796030 00000 n -0004796443 00000 n -0004796681 00000 n -0004796823 00000 n -0004797024 00000 n -0004797143 00000 n -0004797297 00000 n -0004797608 00000 n -0004797920 00000 n -0004798327 00000 n -0004798418 00000 n -0004798624 00000 n -0004799037 00000 n -0004804017 00000 n -0004804173 00000 n -0004804573 00000 n -0004804744 00000 n -0004804985 00000 n -0004805186 00000 n -0004806240 00000 n -0004806619 00000 n -0004806924 00000 n -0004807244 00000 n -0004807711 00000 n -0004807875 00000 n -0004808113 00000 n -0004808232 00000 n -0004808521 00000 n -0004808675 00000 n -0004808986 00000 n -0004809393 00000 n -0004809785 00000 n -0004810108 00000 n -0004810234 00000 n -0004810380 00000 n -0004813214 00000 n -0004850802 00000 n -0004813045 00000 n -0004811120 00000 n -0004850550 00000 n -0004850613 00000 n -0004850169 00000 n -0004850676 00000 n -0004850739 00000 n -0004840237 00000 n -0004840393 00000 n -0004840848 00000 n -0004841289 00000 n -0004841490 00000 n -0004842544 00000 n -0004842923 00000 n -0004843235 00000 n -0004843540 00000 n -0004843680 00000 n -0004843982 00000 n -0004844302 00000 n -0004844769 00000 n -0004844914 00000 n -0004845122 00000 n -0004845444 00000 n -0004845608 00000 n -0004845750 00000 n -0004845869 00000 n -0004846105 00000 n -0004846394 00000 n -0004846548 00000 n -0004846859 00000 n -0004847081 00000 n -0004847305 00000 n -0004847428 00000 n -0004847660 00000 n -0004848067 00000 n -0004848459 00000 n -0004848550 00000 n -0004848756 00000 n -0004849169 00000 n -0004849492 00000 n -0004849738 00000 n -0004849884 00000 n -0004852766 00000 n -0004852929 00000 n -0004853087 00000 n -0004853399 00000 n -0004853243 00000 n -0004857829 00000 n -0004857986 00000 n -0004858145 00000 n -0004853866 00000 n -0004852570 00000 n -0004850955 00000 n -0004853553 00000 n -0004853616 00000 n -0004853679 00000 n -0004853742 00000 n -0004853804 00000 n -0004858308 00000 n -0004858465 00000 n -0004858624 00000 n -0004858781 00000 n -0004858939 00000 n -0004859095 00000 n -0004859252 00000 n -0004859404 00000 n -0004859557 00000 n -0004860087 00000 n -0004857586 00000 n -0004854048 00000 n -0004859715 00000 n -0004859964 00000 n -0004860025 00000 n -0004863863 00000 n -0004864019 00000 n -0004864428 00000 n -0004863710 00000 n -0004860223 00000 n -0004864177 00000 n -0004864240 00000 n -0004864303 00000 n -0006817684 00000 n -0004868008 00000 n -0004868163 00000 n -0004868323 00000 n -0004868483 00000 n -0004873088 00000 n -0004873245 00000 n -0004873402 00000 n -0004873559 00000 n -0004869014 00000 n -0004867837 00000 n -0004864553 00000 n -0004868639 00000 n -0004868702 00000 n -0004868765 00000 n -0004868828 00000 n -0004868952 00000 n -0004873718 00000 n -0004873874 00000 n -0004874032 00000 n -0004874503 00000 n -0004874189 00000 n -0004874346 00000 n -0004877501 00000 n -0004877657 00000 n -0004877813 00000 n -0004875161 00000 n -0004872863 00000 n -0004869163 00000 n -0004874660 00000 n -0004874847 00000 n -0004874910 00000 n -0004874973 00000 n -0004875036 00000 n -0004875099 00000 n -0004877969 00000 n -0004878125 00000 n -0004878656 00000 n -0004877306 00000 n -0004875297 00000 n -0004878278 00000 n -0004878341 00000 n -0004878404 00000 n -0004878467 00000 n -0004878530 00000 n -0004878593 00000 n -0004880095 00000 n -0004880441 00000 n -0004879936 00000 n -0004878804 00000 n -0004880252 00000 n -0004880315 00000 n -0004880378 00000 n -0004882603 00000 n -0004882949 00000 n -0004882444 00000 n -0004880589 00000 n -0004882760 00000 n -0004882823 00000 n -0004882886 00000 n -0004884528 00000 n -0004884806 00000 n -0004884369 00000 n -0004883151 00000 n -0004884680 00000 n -0004884743 00000 n -0006817809 00000 n -0004887608 00000 n -0004887760 00000 n -0004887923 00000 n -0004888080 00000 n -0004888237 00000 n -0004889480 00000 n -0004888643 00000 n -0004887412 00000 n -0004884930 00000 n -0004888392 00000 n -0004888455 00000 n -0004888518 00000 n -0004888581 00000 n -0004910788 00000 n -0004910951 00000 n -0004911108 00000 n -0004911270 00000 n -0004911426 00000 n -0004911582 00000 n -0004911746 00000 n -0004911905 00000 n -0004912057 00000 n -0004906087 00000 n -0004889341 00000 n -0004888796 00000 n -0004905961 00000 n -0004906024 00000 n -0004905892 00000 n -0004893100 00000 n -0004893256 00000 n -0004893724 00000 n -0004893987 00000 n -0004894250 00000 n -0004894765 00000 n -0004894966 00000 n -0004896020 00000 n -0004896182 00000 n -0004896489 00000 n -0004896724 00000 n -0004897043 00000 n -0004897192 00000 n -0004897518 00000 n -0004897931 00000 n -0004898094 00000 n -0004898473 00000 n -0004898778 00000 n -0004899080 00000 n -0004899400 00000 n -0004899867 00000 n -0004900189 00000 n -0004900353 00000 n -0004900766 00000 n -0004901004 00000 n -0004901146 00000 n -0004901301 00000 n -0004901420 00000 n -0004901750 00000 n -0004901986 00000 n -0004902381 00000 n -0004902670 00000 n -0004902824 00000 n -0004903135 00000 n -0004903258 00000 n -0004903490 00000 n -0004903897 00000 n -0004904039 00000 n -0004904431 00000 n -0004904522 00000 n -0004904728 00000 n -0004905051 00000 n -0004905297 00000 n -0004905459 00000 n -0004905607 00000 n -0004912209 00000 n -0004912367 00000 n -0004912523 00000 n -0004913117 00000 n -0004910545 00000 n -0004906203 00000 n -0004912678 00000 n -0004912803 00000 n -0004912866 00000 n -0004912929 00000 n -0004912992 00000 n -0004913055 00000 n -0004915452 00000 n -0004918389 00000 n -0004915795 00000 n -0004915308 00000 n -0004913267 00000 n -0004915608 00000 n -0005869938 00000 n -0005870095 00000 n -0005870256 00000 n -0005870725 00000 n -0004918211 00000 n -0004915894 00000 n -0005870413 00000 n -0005870476 00000 n -0005869869 00000 n -0005870601 00000 n -0005870663 00000 n -0005862718 00000 n -0005862874 00000 n -0005863255 00000 n -0005863426 00000 n -0005863689 00000 n -0005863952 00000 n -0005864193 00000 n -0005864394 00000 n -0005865448 00000 n -0005865827 00000 n -0005866139 00000 n -0005866444 00000 n -0005866746 00000 n -0005867068 00000 n -0005867481 00000 n -0005867623 00000 n -0005867778 00000 n -0005867897 00000 n -0005868133 00000 n -0005868422 00000 n -0005868576 00000 n -0005868699 00000 n -0005868931 00000 n -0005869338 00000 n -0005869584 00000 n -0005874348 00000 n -0005875786 00000 n -0005874505 00000 n -0005874666 00000 n -0005874825 00000 n -0005874986 00000 n -0005875149 00000 n -0005875312 00000 n -0005875471 00000 n -0005875629 00000 n -0005880941 00000 n -0005876505 00000 n -0005874123 00000 n -0005870891 00000 n -0005875939 00000 n -0005876188 00000 n -0005876252 00000 n -0005876316 00000 n -0005876380 00000 n -0005876443 00000 n -0006817934 00000 n -0006527054 00000 n -0005881097 00000 n -0005881254 00000 n -0005881411 00000 n -0005881567 00000 n -0005884576 00000 n -0005882290 00000 n -0005880761 00000 n -0005876681 00000 n -0005881723 00000 n -0005881786 00000 n -0005881850 00000 n -0005881914 00000 n -0005881977 00000 n -0005882039 00000 n -0005882102 00000 n -0005882165 00000 n -0005882228 00000 n -0005884734 00000 n -0005884891 00000 n -0005885052 00000 n -0005885209 00000 n -0005885372 00000 n -0005885532 00000 n -0005886064 00000 n -0005884378 00000 n -0005882439 00000 n -0005885690 00000 n -0005886001 00000 n -0005889810 00000 n -0005889966 00000 n -0005887245 00000 n -0005886918 00000 n -0005886200 00000 n -0005887056 00000 n -0005887119 00000 n -0005887182 00000 n -0005890128 00000 n -0005890285 00000 n -0005890448 00000 n -0005890920 00000 n -0005889615 00000 n -0005887356 00000 n -0005890606 00000 n -0005890669 00000 n -0005890795 00000 n -0005890858 00000 n -0005893523 00000 n -0005894317 00000 n -0005893677 00000 n -0005893836 00000 n -0005893999 00000 n -0005894157 00000 n -0005895928 00000 n -0005894786 00000 n -0005893319 00000 n -0005891107 00000 n -0005894474 00000 n -0005894537 00000 n -0005894724 00000 n -0005896273 00000 n -0005895769 00000 n -0005894960 00000 n -0005896084 00000 n -0005896147 00000 n -0005896210 00000 n -0006818059 00000 n -0005898333 00000 n -0005898494 00000 n -0005898653 00000 n -0005899005 00000 n -0005898156 00000 n -0005896447 00000 n -0005898817 00000 n -0005898880 00000 n -0005901979 00000 n -0005902135 00000 n -0005902292 00000 n -0005902453 00000 n -0005902616 00000 n -0005921391 00000 n -0005921554 00000 n -0005921717 00000 n -0005921880 00000 n -0005922034 00000 n -0005922190 00000 n -0005906108 00000 n -0005903025 00000 n -0005901784 00000 n -0005899155 00000 n -0005902775 00000 n -0005902838 00000 n -0005902963 00000 n -0005927172 00000 n -0005927325 00000 n -0005922536 00000 n -0005905903 00000 n -0005903253 00000 n -0005922347 00000 n -0005922410 00000 n -0005921322 00000 n -0005922473 00000 n -0005912039 00000 n -0005912195 00000 n -0005912616 00000 n -0005912984 00000 n -0005913185 00000 n -0005914239 00000 n -0005914618 00000 n -0005914930 00000 n -0005915235 00000 n -0005915537 00000 n -0005915857 00000 n -0005916324 00000 n -0005916646 00000 n -0005916810 00000 n -0005917223 00000 n -0005917365 00000 n -0005917520 00000 n -0005917639 00000 n -0005917969 00000 n -0005918205 00000 n -0005918494 00000 n -0005918648 00000 n -0005918771 00000 n -0005919003 00000 n -0005919410 00000 n -0005919802 00000 n -0005919893 00000 n -0005920306 00000 n -0005920629 00000 n -0005920875 00000 n -0005921037 00000 n -0005927480 00000 n -0005927637 00000 n -0005927794 00000 n -0005927954 00000 n -0005928116 00000 n -0005928278 00000 n -0005928440 00000 n -0005928592 00000 n -0005928748 00000 n -0005928910 00000 n -0005929073 00000 n -0005929237 00000 n -0005929394 00000 n -0005934046 00000 n -0005941388 00000 n -0005948506 00000 n -0005930114 00000 n -0005926902 00000 n -0005922743 00000 n -0005929550 00000 n -0005929613 00000 n -0005929673 00000 n -0005929799 00000 n -0005929862 00000 n -0005929925 00000 n -0005929988 00000 n -0005930051 00000 n -0005956334 00000 n -0005956490 00000 n -0005959478 00000 n -0005956962 00000 n -0005933877 00000 n -0005930317 00000 n -0005956647 00000 n -0005956710 00000 n -0005941319 00000 n -0005956773 00000 n -0005956836 00000 n -0005956899 00000 n -0005936328 00000 n -0005936484 00000 n -0005936840 00000 n -0005937103 00000 n -0005937279 00000 n -0005937480 00000 n -0005938534 00000 n -0005939001 00000 n -0005939323 00000 n -0005939487 00000 n -0005939641 00000 n -0005939764 00000 n -0005939906 00000 n -0005940298 00000 n -0005940711 00000 n -0005941034 00000 n -0005943684 00000 n -0005943840 00000 n -0005944195 00000 n -0005944458 00000 n -0005944620 00000 n -0005944821 00000 n -0005945875 00000 n -0005946342 00000 n -0005946664 00000 n -0005946828 00000 n -0005946951 00000 n -0005947093 00000 n -0005947485 00000 n -0005947898 00000 n -0005948221 00000 n -0005950928 00000 n -0005951084 00000 n -0005951445 00000 n -0005951708 00000 n -0005951899 00000 n +0004757168 00000 n +0004757547 00000 n +0004757692 00000 n +0004757833 00000 n +0004758153 00000 n +0004758620 00000 n +0004758765 00000 n +0004759087 00000 n +0004759251 00000 n +0004759489 00000 n +0004759615 00000 n +0004759757 00000 n +0004759876 00000 n +0004760165 00000 n +0004760319 00000 n +0004760630 00000 n +0004760753 00000 n +0004761160 00000 n +0004761302 00000 n +0004761694 00000 n +0004761900 00000 n +0004762313 00000 n +0004762636 00000 n +0004780716 00000 n +0004780873 00000 n +0004783279 00000 n +0004781215 00000 n +0004763814 00000 n +0004763219 00000 n +0004781026 00000 n +0004781089 00000 n +0004780647 00000 n +0004781152 00000 n +0006822352 00000 n +0004770732 00000 n +0004770888 00000 n +0004771345 00000 n +0004771785 00000 n +0004771986 00000 n +0004773040 00000 n +0004773419 00000 n +0004773731 00000 n +0004774036 00000 n +0004774176 00000 n +0004774478 00000 n +0004774798 00000 n +0004775265 00000 n +0004775410 00000 n +0004775618 00000 n +0004775940 00000 n +0004776104 00000 n +0004776246 00000 n +0004776365 00000 n +0004776601 00000 n +0004776996 00000 n +0004777285 00000 n +0004777439 00000 n +0004777750 00000 n +0004777972 00000 n +0004778196 00000 n +0004778319 00000 n +0004778551 00000 n +0004778958 00000 n +0004779350 00000 n +0004779441 00000 n +0004779647 00000 n +0004779970 00000 n +0004780216 00000 n +0004780362 00000 n +0004791504 00000 n +0004791665 00000 n +0004791829 00000 n +0004791984 00000 n +0004793551 00000 n +0004792453 00000 n +0004783092 00000 n +0004781368 00000 n +0004792141 00000 n +0004792204 00000 n +0004791435 00000 n +0004792328 00000 n +0004792390 00000 n +0004785132 00000 n +0004785288 00000 n +0004785678 00000 n +0004785928 00000 n +0004786129 00000 n +0004787183 00000 n +0004787562 00000 n +0004787867 00000 n +0004788187 00000 n +0004788395 00000 n +0004788717 00000 n +0004788881 00000 n +0004789023 00000 n +0004789142 00000 n +0004789296 00000 n +0004789607 00000 n +0004789730 00000 n +0004789962 00000 n +0004790168 00000 n +0004790581 00000 n +0004790904 00000 n +0004791150 00000 n +0004803633 00000 n +0004854442 00000 n +0004854598 00000 n +0004815180 00000 n +0004793412 00000 n +0004792633 00000 n +0004814869 00000 n +0004814932 00000 n +0004803564 00000 n +0004815119 00000 n +0004796687 00000 n +0004796843 00000 n +0004797213 00000 n +0004797465 00000 n +0004797666 00000 n +0004798720 00000 n +0004799099 00000 n +0004799404 00000 n +0004799706 00000 n +0004800026 00000 n +0004800234 00000 n +0004800647 00000 n +0004800885 00000 n +0004801027 00000 n +0004801228 00000 n +0004801347 00000 n +0004801501 00000 n +0004801812 00000 n +0004802124 00000 n +0004802531 00000 n +0004802622 00000 n +0004802828 00000 n +0004803241 00000 n +0004808221 00000 n +0004808377 00000 n +0004808777 00000 n +0004808948 00000 n +0004809189 00000 n +0004809390 00000 n +0004810444 00000 n +0004810823 00000 n +0004811128 00000 n +0004811448 00000 n +0004811915 00000 n +0004812079 00000 n +0004812317 00000 n +0004812436 00000 n +0004812725 00000 n +0004812879 00000 n +0004813190 00000 n +0004813597 00000 n +0004813989 00000 n +0004814312 00000 n +0004814438 00000 n +0004814584 00000 n +0004817418 00000 n +0004855006 00000 n +0004817249 00000 n +0004815324 00000 n +0004854754 00000 n +0004854817 00000 n +0004854373 00000 n +0004854880 00000 n +0004854943 00000 n +0004844441 00000 n +0004844597 00000 n +0004845052 00000 n +0004845493 00000 n +0004845694 00000 n +0004846748 00000 n +0004847127 00000 n +0004847439 00000 n +0004847744 00000 n +0004847884 00000 n +0004848186 00000 n +0004848506 00000 n +0004848973 00000 n +0004849118 00000 n +0004849326 00000 n +0004849648 00000 n +0004849812 00000 n +0004849954 00000 n +0004850073 00000 n +0004850309 00000 n +0004850598 00000 n +0004850752 00000 n +0004851063 00000 n +0004851285 00000 n +0004851509 00000 n +0004851632 00000 n +0004851864 00000 n +0004852271 00000 n +0004852663 00000 n +0004852754 00000 n +0004852960 00000 n +0004853373 00000 n +0004853696 00000 n +0004853942 00000 n +0004854088 00000 n +0004856967 00000 n +0004857130 00000 n +0004857288 00000 n +0004857600 00000 n +0004857444 00000 n +0004862030 00000 n +0004862187 00000 n +0004862346 00000 n +0004858067 00000 n +0004856771 00000 n +0004855159 00000 n +0004857754 00000 n +0004857817 00000 n +0004857880 00000 n +0004857943 00000 n +0004858005 00000 n +0004862509 00000 n +0004862666 00000 n +0004862825 00000 n +0004862982 00000 n +0004863140 00000 n +0004863296 00000 n +0004863453 00000 n +0004863605 00000 n +0004863758 00000 n +0004864288 00000 n +0004861787 00000 n +0004858249 00000 n +0004863916 00000 n +0004864165 00000 n +0004864226 00000 n +0004868064 00000 n +0004868220 00000 n +0004868629 00000 n +0004867911 00000 n +0004864424 00000 n +0004868378 00000 n +0004868441 00000 n +0004868504 00000 n +0006822477 00000 n +0004872208 00000 n +0004872363 00000 n +0004872523 00000 n +0004872683 00000 n +0004877288 00000 n +0004877445 00000 n +0004877602 00000 n +0004877759 00000 n +0004873214 00000 n +0004872037 00000 n +0004868754 00000 n +0004872839 00000 n +0004872902 00000 n +0004872965 00000 n +0004873028 00000 n +0004873152 00000 n +0004877918 00000 n +0004878074 00000 n +0004878232 00000 n +0004878703 00000 n +0004878389 00000 n +0004878546 00000 n +0004881701 00000 n +0004881857 00000 n +0004882013 00000 n +0004879361 00000 n +0004877063 00000 n +0004873363 00000 n +0004878860 00000 n +0004879047 00000 n +0004879110 00000 n +0004879173 00000 n +0004879236 00000 n +0004879299 00000 n +0004882169 00000 n +0004882325 00000 n +0004882856 00000 n +0004881506 00000 n +0004879497 00000 n +0004882478 00000 n +0004882541 00000 n +0004882604 00000 n +0004882667 00000 n +0004882730 00000 n +0004882793 00000 n +0004884295 00000 n +0004884641 00000 n +0004884136 00000 n +0004883004 00000 n +0004884452 00000 n +0004884515 00000 n +0004884578 00000 n +0004886803 00000 n +0004887149 00000 n +0004886644 00000 n +0004884789 00000 n +0004886960 00000 n +0004887023 00000 n +0004887086 00000 n +0004888728 00000 n +0004889006 00000 n +0004888569 00000 n +0004887351 00000 n +0004888880 00000 n +0004888943 00000 n +0006822602 00000 n +0004891806 00000 n +0004891958 00000 n +0004892121 00000 n +0004892278 00000 n +0004892435 00000 n +0004893678 00000 n +0004892841 00000 n +0004891610 00000 n +0004889130 00000 n +0004892590 00000 n +0004892653 00000 n +0004892716 00000 n +0004892779 00000 n +0004914987 00000 n +0004915150 00000 n +0004915307 00000 n +0004915469 00000 n +0004915625 00000 n +0004915781 00000 n +0004915945 00000 n +0004916104 00000 n +0004916256 00000 n +0004910285 00000 n +0004893539 00000 n +0004892994 00000 n +0004910159 00000 n +0004910222 00000 n +0004910090 00000 n +0004897298 00000 n +0004897454 00000 n +0004897922 00000 n +0004898185 00000 n +0004898448 00000 n +0004898963 00000 n +0004899164 00000 n +0004900218 00000 n +0004900380 00000 n +0004900687 00000 n +0004900922 00000 n +0004901241 00000 n +0004901390 00000 n +0004901716 00000 n +0004902129 00000 n +0004902292 00000 n +0004902671 00000 n +0004902976 00000 n +0004903278 00000 n +0004903598 00000 n +0004904065 00000 n +0004904387 00000 n +0004904551 00000 n +0004904964 00000 n +0004905202 00000 n +0004905344 00000 n +0004905499 00000 n +0004905618 00000 n +0004905948 00000 n +0004906184 00000 n +0004906579 00000 n +0004906868 00000 n +0004907022 00000 n +0004907333 00000 n +0004907456 00000 n +0004907688 00000 n +0004908095 00000 n +0004908237 00000 n +0004908629 00000 n +0004908720 00000 n +0004908926 00000 n +0004909249 00000 n +0004909495 00000 n +0004909657 00000 n +0004909805 00000 n +0004916408 00000 n +0004916566 00000 n +0004916722 00000 n +0004917316 00000 n +0004914744 00000 n +0004910401 00000 n +0004916877 00000 n +0004917002 00000 n +0004917065 00000 n +0004917128 00000 n +0004917191 00000 n +0004917254 00000 n +0004919651 00000 n +0004922588 00000 n +0004919994 00000 n +0004919507 00000 n +0004917466 00000 n +0004919807 00000 n +0005874137 00000 n +0005874294 00000 n +0005874455 00000 n +0005874924 00000 n +0004922410 00000 n +0004920093 00000 n +0005874612 00000 n +0005874675 00000 n +0005874068 00000 n +0005874800 00000 n +0005874862 00000 n +0005866917 00000 n +0005867073 00000 n +0005867454 00000 n +0005867625 00000 n +0005867888 00000 n +0005868151 00000 n +0005868392 00000 n +0005868593 00000 n +0005869647 00000 n +0005870026 00000 n +0005870338 00000 n +0005870643 00000 n +0005870945 00000 n +0005871267 00000 n +0005871680 00000 n +0005871822 00000 n +0005871977 00000 n +0005872096 00000 n +0005872332 00000 n +0005872621 00000 n +0005872775 00000 n +0005872898 00000 n +0005873130 00000 n +0005873537 00000 n +0005873783 00000 n +0005878548 00000 n +0005879986 00000 n +0005878705 00000 n +0005878866 00000 n +0005879025 00000 n +0005879186 00000 n +0005879349 00000 n +0005879512 00000 n +0005879671 00000 n +0005879829 00000 n +0005885143 00000 n +0005880705 00000 n +0005878323 00000 n +0005875090 00000 n +0005880139 00000 n +0005880388 00000 n +0005880452 00000 n +0005880516 00000 n +0005880580 00000 n +0005880643 00000 n +0006822727 00000 n +0006531240 00000 n +0005885299 00000 n +0005885456 00000 n +0005885613 00000 n +0005885769 00000 n +0005888778 00000 n +0005886492 00000 n +0005884963 00000 n +0005880881 00000 n +0005885925 00000 n +0005885988 00000 n +0005886052 00000 n +0005886116 00000 n +0005886179 00000 n +0005886241 00000 n +0005886304 00000 n +0005886367 00000 n +0005886430 00000 n +0005888936 00000 n +0005889093 00000 n +0005889254 00000 n +0005889411 00000 n +0005889574 00000 n +0005889734 00000 n +0005890266 00000 n +0005888580 00000 n +0005886641 00000 n +0005889892 00000 n +0005890203 00000 n +0005894012 00000 n +0005894168 00000 n +0005891447 00000 n +0005891120 00000 n +0005890402 00000 n +0005891258 00000 n +0005891321 00000 n +0005891384 00000 n +0005894330 00000 n +0005894487 00000 n +0005894650 00000 n +0005895122 00000 n +0005893817 00000 n +0005891558 00000 n +0005894808 00000 n +0005894871 00000 n +0005894997 00000 n +0005895060 00000 n +0005897724 00000 n +0005898518 00000 n +0005897878 00000 n +0005898037 00000 n +0005898200 00000 n +0005898358 00000 n +0005900129 00000 n +0005898987 00000 n +0005897520 00000 n +0005895309 00000 n +0005898675 00000 n +0005898738 00000 n +0005898925 00000 n +0005900474 00000 n +0005899970 00000 n +0005899161 00000 n +0005900285 00000 n +0005900348 00000 n +0005900411 00000 n +0006822852 00000 n +0005902534 00000 n +0005902695 00000 n +0005902854 00000 n +0005903206 00000 n +0005902357 00000 n +0005900648 00000 n +0005903018 00000 n +0005903081 00000 n +0005906180 00000 n +0005906336 00000 n +0005906493 00000 n +0005906654 00000 n +0005906817 00000 n +0005925592 00000 n +0005925755 00000 n +0005925918 00000 n +0005926081 00000 n +0005926235 00000 n +0005926391 00000 n +0005910309 00000 n +0005907226 00000 n +0005905985 00000 n +0005903356 00000 n +0005906976 00000 n +0005907039 00000 n +0005907164 00000 n +0005931374 00000 n +0005931527 00000 n +0005926737 00000 n +0005910104 00000 n +0005907454 00000 n +0005926548 00000 n +0005926611 00000 n +0005925523 00000 n +0005926674 00000 n +0005916240 00000 n +0005916396 00000 n +0005916817 00000 n +0005917185 00000 n +0005917386 00000 n +0005918440 00000 n +0005918819 00000 n +0005919131 00000 n +0005919436 00000 n +0005919738 00000 n +0005920058 00000 n +0005920525 00000 n +0005920847 00000 n +0005921011 00000 n +0005921424 00000 n +0005921566 00000 n +0005921721 00000 n +0005921840 00000 n +0005922170 00000 n +0005922406 00000 n +0005922695 00000 n +0005922849 00000 n +0005922972 00000 n +0005923204 00000 n +0005923611 00000 n +0005924003 00000 n +0005924094 00000 n +0005924507 00000 n +0005924830 00000 n +0005925076 00000 n +0005925238 00000 n +0005931682 00000 n +0005931839 00000 n +0005931996 00000 n +0005932156 00000 n +0005932318 00000 n +0005932480 00000 n +0005932642 00000 n +0005932794 00000 n +0005932950 00000 n +0005933112 00000 n +0005933275 00000 n +0005933439 00000 n +0005933596 00000 n +0005938248 00000 n +0005945590 00000 n +0005952708 00000 n +0005934316 00000 n +0005931104 00000 n +0005926944 00000 n +0005933752 00000 n +0005933815 00000 n +0005933875 00000 n +0005934001 00000 n +0005934064 00000 n +0005934127 00000 n +0005934190 00000 n +0005934253 00000 n +0005960536 00000 n +0005960692 00000 n +0005963680 00000 n +0005961164 00000 n +0005938079 00000 n +0005934519 00000 n +0005960849 00000 n +0005960912 00000 n +0005945521 00000 n +0005960975 00000 n +0005961038 00000 n +0005961101 00000 n +0005940530 00000 n +0005940686 00000 n +0005941042 00000 n +0005941305 00000 n +0005941481 00000 n +0005941682 00000 n +0005942736 00000 n +0005943203 00000 n +0005943525 00000 n +0005943689 00000 n +0005943843 00000 n +0005943966 00000 n +0005944108 00000 n +0005944500 00000 n +0005944913 00000 n +0005945236 00000 n +0005947886 00000 n +0005948042 00000 n +0005948397 00000 n +0005948660 00000 n +0005948822 00000 n +0005949023 00000 n +0005950077 00000 n +0005950544 00000 n +0005950866 00000 n +0005951030 00000 n +0005951153 00000 n +0005951295 00000 n +0005951687 00000 n 0005952100 00000 n -0005953154 00000 n -0005953621 00000 n -0005953943 00000 n -0005954107 00000 n -0005954502 00000 n -0005954656 00000 n -0005954779 00000 n -0005954921 00000 n -0005955313 00000 n -0005955726 00000 n -0005956049 00000 n -0005969179 00000 n -0005969335 00000 n -0005992441 00000 n -0005992597 00000 n -0005993864 00000 n -0005992753 00000 n -0005992912 00000 n -0005993069 00000 n -0005993232 00000 n -0005973283 00000 n -0005969746 00000 n -0005959309 00000 n -0005957158 00000 n -0005969496 00000 n -0005969559 00000 n -0005969110 00000 n -0005969684 00000 n -0006818184 00000 n -0005961853 00000 n -0005962009 00000 n -0005962404 00000 n -0005962667 00000 n -0005962930 00000 n -0005963131 00000 n -0005964185 00000 n -0005964564 00000 n -0005964869 00000 n -0005965336 00000 n -0005965658 00000 n -0005965822 00000 n -0005965941 00000 n -0005966336 00000 n -0005966625 00000 n -0005966779 00000 n -0005966902 00000 n -0005967309 00000 n -0005967451 00000 n -0005967843 00000 n -0005968256 00000 n -0005968579 00000 n -0005968825 00000 n -0005993388 00000 n -0005993548 00000 n -0005993706 00000 n -0005999116 00000 n -0005999272 00000 n -0005994451 00000 n -0005973042 00000 n -0005969899 00000 n -0005994016 00000 n -0005994079 00000 n -0005992372 00000 n -0005994204 00000 n -0005994267 00000 n -0005994327 00000 n -0005994389 00000 n -0005975590 00000 n -0005975746 00000 n -0005976139 00000 n -0005977232 00000 n -0005978326 00000 n -0005979263 00000 n -0005980246 00000 n -0005981078 00000 n -0005982077 00000 n -0005983096 00000 n -0005984231 00000 n -0005985341 00000 n -0005986396 00000 n -0005986655 00000 n -0005986856 00000 n -0005987910 00000 n -0005987932 00000 n -0005987954 00000 n -0005987976 00000 n -0005987998 00000 n -0005988020 00000 n -0005988042 00000 n -0005988064 00000 n -0005988086 00000 n -0005988108 00000 n -0005988130 00000 n -0005988263 00000 n -0005988405 00000 n -0005988872 00000 n -0005989194 00000 n -0005989358 00000 n -0005989753 00000 n -0005990042 00000 n -0005990196 00000 n -0005990319 00000 n -0005990726 00000 n -0005990868 00000 n -0005991260 00000 n -0005991351 00000 n -0005991764 00000 n -0005992087 00000 n -0006526867 00000 n -0005999432 00000 n -0005999589 00000 n -0006106317 00000 n -0006106474 00000 n -0006000061 00000 n -0005998945 00000 n -0005994643 00000 n -0005999747 00000 n -0005999810 00000 n -0005999873 00000 n -0005999998 00000 n -0006518717 00000 n -0006518780 00000 n -0006002420 00000 n -0006055084 00000 n -0006106632 00000 n -0006106979 00000 n -0006002242 00000 n -0006000250 00000 n -0006106790 00000 n -0006106853 00000 n -0006055015 00000 n -0006106916 00000 n -0006047907 00000 n -0006048063 00000 n -0006048467 00000 n -0006048756 00000 n -0006048957 00000 n -0006050011 00000 n -0006050390 00000 n -0006050710 00000 n -0006051177 00000 n -0006051385 00000 n -0006051549 00000 n -0006051691 00000 n -0006051810 00000 n -0006052099 00000 n -0006052253 00000 n -0006052564 00000 n -0006052687 00000 n -0006052919 00000 n -0006053326 00000 n -0006053718 00000 n -0006053809 00000 n -0006054015 00000 n -0006054338 00000 n -0006054584 00000 n -0006054730 00000 n -0006099209 00000 n -0006099365 00000 n -0006099769 00000 n -0006100058 00000 n -0006100259 00000 n -0006101313 00000 n -0006101692 00000 n -0006102012 00000 n -0006102479 00000 n -0006102687 00000 n -0006102851 00000 n -0006102993 00000 n -0006103112 00000 n -0006103401 00000 n -0006103555 00000 n -0006103866 00000 n -0006103989 00000 n -0006104221 00000 n -0006104628 00000 n -0006105020 00000 n -0006105111 00000 n -0006105317 00000 n -0006105640 00000 n -0006105886 00000 n -0006106032 00000 n -0006109667 00000 n -0006110295 00000 n -0006109821 00000 n -0006109983 00000 n -0006110139 00000 n -0006110824 00000 n -0006109471 00000 n -0006107186 00000 n -0006110450 00000 n -0006110513 00000 n -0006110638 00000 n -0006110700 00000 n -0006110762 00000 n -0006114500 00000 n -0006114657 00000 n -0006114818 00000 n -0006114978 00000 n -0006115134 00000 n -0006115293 00000 n -0006115452 00000 n -0006115927 00000 n -0006115609 00000 n -0006115770 00000 n -0006119299 00000 n -0006116649 00000 n -0006114275 00000 n -0006111003 00000 n -0006116088 00000 n -0006116523 00000 n -0006116586 00000 n -0006527491 00000 n -0006119455 00000 n -0006119616 00000 n -0006123082 00000 n -0006123239 00000 n -0006120028 00000 n -0006119122 00000 n -0006116839 00000 n -0006119779 00000 n -0006119842 00000 n -0006119966 00000 n -0006818309 00000 n -0006123396 00000 n -0006123554 00000 n -0006124154 00000 n -0006122911 00000 n -0006120229 00000 n -0006123713 00000 n -0006123900 00000 n -0006123964 00000 n -0006124028 00000 n -0006124091 00000 n -0006125455 00000 n -0006125128 00000 n -0006124330 00000 n -0006125266 00000 n -0006125329 00000 n -0006125392 00000 n -0006182478 00000 n -0006182638 00000 n -0006182800 00000 n -0006182958 00000 n -0006128248 00000 n -0006139789 00000 n -0006150464 00000 n -0006165576 00000 n -0006183115 00000 n -0006187908 00000 n -0006189170 00000 n -0006188064 00000 n -0006188221 00000 n -0006188377 00000 n -0006188533 00000 n -0006188692 00000 n -0006183585 00000 n -0006128052 00000 n -0006125579 00000 n -0006183272 00000 n -0006183397 00000 n -0006139720 00000 n -0006183460 00000 n -0006183523 00000 n -0006132843 00000 n -0006132999 00000 n -0006133369 00000 n -0006133621 00000 n -0006133822 00000 n -0006134876 00000 n -0006135255 00000 n -0006135560 00000 n -0006135862 00000 n -0006136182 00000 n -0006136390 00000 n -0006136803 00000 n -0006137041 00000 n -0006137183 00000 n -0006137384 00000 n -0006137503 00000 n -0006137657 00000 n -0006137968 00000 n -0006138280 00000 n -0006138687 00000 n -0006138778 00000 n -0006138984 00000 n -0006139397 00000 n -0006144538 00000 n -0006144694 00000 n -0006145047 00000 n -0006145255 00000 n -0006145456 00000 n -0006146510 00000 n -0006146889 00000 n -0006147194 00000 n -0006147496 00000 n -0006147816 00000 n -0006148024 00000 n -0006148437 00000 n -0006148675 00000 n -0006148817 00000 n -0006149018 00000 n -0006149137 00000 n -0006149448 00000 n -0006149760 00000 n -0006150167 00000 n -0006150258 00000 n -0006158670 00000 n -0006158826 00000 n -0006159232 00000 n -0006159505 00000 n -0006159706 00000 n -0006160760 00000 n -0006161139 00000 n -0006161444 00000 n -0006161764 00000 n -0006162086 00000 n -0006162250 00000 n -0006162488 00000 n -0006162607 00000 n -0006162896 00000 n -0006163050 00000 n -0006163361 00000 n -0006163484 00000 n -0006163891 00000 n -0006164283 00000 n -0006164696 00000 n -0006165019 00000 n -0006165145 00000 n -0006165291 00000 n -0006175982 00000 n -0006176138 00000 n -0006176540 00000 n -0006176799 00000 n -0006177000 00000 n -0006178054 00000 n -0006178433 00000 n -0006178738 00000 n -0006179058 00000 n -0006179380 00000 n -0006179544 00000 n -0006179782 00000 n -0006179901 00000 n -0006180190 00000 n -0006180344 00000 n -0006180655 00000 n -0006180778 00000 n -0006181185 00000 n -0006181598 00000 n -0006181921 00000 n -0006182047 00000 n -0006182193 00000 n -0006188849 00000 n -0006189009 00000 n -0006189830 00000 n -0006187692 00000 n -0006183809 00000 n -0006189329 00000 n -0006189515 00000 n -0006189578 00000 n -0006189641 00000 n -0006189704 00000 n -0006189767 00000 n -0006191177 00000 n -0006190787 00000 n -0006189979 00000 n -0006190925 00000 n -0006190988 00000 n -0006191051 00000 n -0006191114 00000 n -0006192942 00000 n -0006195366 00000 n -0006193354 00000 n -0006192783 00000 n -0006191288 00000 n -0006193103 00000 n -0006193228 00000 n -0006193291 00000 n -0006818434 00000 n -0006195524 00000 n -0006195683 00000 n -0006195844 00000 n -0006196007 00000 n -0006196170 00000 n -0006196328 00000 n -0006197618 00000 n -0006196795 00000 n -0006195153 00000 n -0006193491 00000 n -0006196482 00000 n -0006196669 00000 n -0006196732 00000 n -0006197776 00000 n -0006198124 00000 n -0006197465 00000 n -0006196932 00000 n -0006197937 00000 n -0006202425 00000 n -0006202582 00000 n -0006202740 00000 n -0006202899 00000 n -0006203056 00000 n -0006203217 00000 n -0006203381 00000 n -0006203538 00000 n -0006203694 00000 n -0006203850 00000 n -0006204006 00000 n -0006204162 00000 n -0006214971 00000 n -0006205006 00000 n -0006202182 00000 n -0006198223 00000 n -0006204319 00000 n -0006204568 00000 n -0006204630 00000 n -0006204693 00000 n -0006204755 00000 n -0006204818 00000 n -0006814633 00000 n -0006204881 00000 n -0006204944 00000 n -0006206463 00000 n -0006215127 00000 n -0006215284 00000 n -0006218015 00000 n -0006215753 00000 n -0006206285 00000 n -0006205209 00000 n -0006215440 00000 n -0006215565 00000 n -0006214902 00000 n -0006215627 00000 n -0006215690 00000 n -0006210887 00000 n -0006211043 00000 n -0006211379 00000 n -0006211503 00000 n -0006211704 00000 n -0006212758 00000 n -0006213063 00000 n -0006213365 00000 n -0006213685 00000 n -0006213886 00000 n -0006214198 00000 n -0006214605 00000 n -0006214696 00000 n -0006228807 00000 n -0006228963 00000 n -0006231325 00000 n -0006229369 00000 n -0006217846 00000 n -0006215919 00000 n -0006229118 00000 n -0006229181 00000 n -0006228738 00000 n -0006229244 00000 n -0006229307 00000 n -0006220665 00000 n -0006220821 00000 n -0006221223 00000 n -0006221539 00000 n -0006221740 00000 n -0006222794 00000 n -0006223101 00000 n -0006223480 00000 n -0006223800 00000 n -0006224122 00000 n -0006224286 00000 n -0006224699 00000 n -0006224841 00000 n -0006224960 00000 n -0006225290 00000 n -0006225526 00000 n -0006225815 00000 n -0006225969 00000 n -0006226092 00000 n -0006226324 00000 n -0006226731 00000 n -0006226873 00000 n -0006227265 00000 n -0006227471 00000 n -0006227884 00000 n -0006228207 00000 n -0006228453 00000 n -0006242024 00000 n -0006242181 00000 n -0006242339 00000 n -0006281426 00000 n -0006281897 00000 n -0006281583 00000 n -0006281740 00000 n -0006242748 00000 n -0006231147 00000 n -0006229535 00000 n -0006242498 00000 n -0006242561 00000 n -0006241955 00000 n -0006818559 00000 n -0006235262 00000 n -0006235418 00000 n -0006235813 00000 n -0006235984 00000 n -0006236233 00000 n -0006236434 00000 n -0006237488 00000 n -0006237867 00000 n -0006238334 00000 n -0006238498 00000 n -0006238911 00000 n -0006239053 00000 n -0006239172 00000 n -0006239502 00000 n -0006239738 00000 n -0006240027 00000 n -0006240181 00000 n -0006240304 00000 n -0006240536 00000 n -0006240928 00000 n -0006241134 00000 n -0006241457 00000 n -0006241670 00000 n -0006245608 00000 n -0006251651 00000 n -0006257776 00000 n -0006269933 00000 n -0006282559 00000 n -0006245421 00000 n -0006242877 00000 n -0006282059 00000 n -0006282246 00000 n -0006251582 00000 n -0006282309 00000 n -0006282372 00000 n -0006282435 00000 n -0006282497 00000 n -0006247567 00000 n -0006247723 00000 n -0006248059 00000 n -0006248183 00000 n -0006248384 00000 n -0006249438 00000 n -0006249743 00000 n -0006250045 00000 n -0006250365 00000 n -0006250566 00000 n -0006250878 00000 n -0006251285 00000 n -0006251376 00000 n -0006253761 00000 n -0006253917 00000 n -0006254253 00000 n -0006254377 00000 n -0006254578 00000 n -0006255632 00000 n -0006255937 00000 n -0006256239 00000 n -0006256559 00000 n -0006256760 00000 n -0006257072 00000 n -0006257479 00000 n -0006257570 00000 n -0006263587 00000 n -0006263743 00000 n -0006264135 00000 n -0006264377 00000 n -0006264578 00000 n -0006265632 00000 n -0006266011 00000 n -0006266316 00000 n -0006266636 00000 n -0006266958 00000 n -0006267122 00000 n -0006267360 00000 n -0006267479 00000 n -0006267768 00000 n -0006267922 00000 n -0006268233 00000 n -0006268640 00000 n -0006269053 00000 n -0006269376 00000 n -0006269502 00000 n -0006269648 00000 n -0006274178 00000 n -0006274334 00000 n -0006274739 00000 n -0006275011 00000 n -0006275212 00000 n -0006276266 00000 n -0006276645 00000 n -0006276950 00000 n -0006277270 00000 n -0006277737 00000 n -0006278059 00000 n -0006278223 00000 n -0006278461 00000 n -0006278580 00000 n -0006278869 00000 n -0006279023 00000 n -0006279334 00000 n -0006279741 00000 n -0006280133 00000 n -0006280546 00000 n -0006280869 00000 n -0006280995 00000 n -0006281141 00000 n -0006286648 00000 n -0006286805 00000 n -0006286964 00000 n -0006287121 00000 n -0006287278 00000 n -0006320791 00000 n -0006320946 00000 n -0006321104 00000 n -0006321259 00000 n -0006321414 00000 n -0006321571 00000 n -0006290606 00000 n -0006303560 00000 n -0006287807 00000 n -0006286468 00000 n -0006282783 00000 n -0006287435 00000 n -0006287684 00000 n -0006287746 00000 n -0006323357 00000 n -0006322106 00000 n -0006290402 00000 n -0006287943 00000 n -0006321728 00000 n -0006321791 00000 n -0006321854 00000 n -0006321917 00000 n -0006321980 00000 n -0006322043 00000 n -0006297091 00000 n -0006311871 00000 n -0006518843 00000 n -0006334684 00000 n -0006333312 00000 n -0006323218 00000 n -0006322283 00000 n -0006333124 00000 n -0006333249 00000 n -0006333055 00000 n -0006329040 00000 n -0006329196 00000 n -0006329532 00000 n -0006329656 00000 n -0006329857 00000 n -0006330911 00000 n -0006331216 00000 n -0006331518 00000 n -0006331838 00000 n -0006332039 00000 n -0006332351 00000 n -0006332758 00000 n -0006332849 00000 n -0006344585 00000 n -0006346863 00000 n -0006344930 00000 n -0006334524 00000 n -0006333429 00000 n -0006344741 00000 n -0006344804 00000 n -0006344516 00000 n -0006344867 00000 n -0006337889 00000 n -0006338045 00000 n -0006338455 00000 n -0006338713 00000 n -0006338914 00000 n -0006339968 00000 n -0006340347 00000 n -0006340652 00000 n -0006340972 00000 n -0006341439 00000 n -0006341603 00000 n -0006341841 00000 n -0006341960 00000 n -0006342249 00000 n -0006342403 00000 n -0006342714 00000 n -0006342837 00000 n -0006343244 00000 n -0006343636 00000 n -0006343959 00000 n -0006344085 00000 n -0006344231 00000 n -0006428330 00000 n -0006355025 00000 n -0006394911 00000 n -0006409783 00000 n +0005952423 00000 n +0005955130 00000 n +0005955286 00000 n +0005955647 00000 n +0005955910 00000 n +0005956101 00000 n +0005956302 00000 n +0005957356 00000 n +0005957823 00000 n +0005958145 00000 n +0005958309 00000 n +0005958704 00000 n +0005958858 00000 n +0005958981 00000 n +0005959123 00000 n +0005959515 00000 n +0005959928 00000 n +0005960251 00000 n +0005973381 00000 n +0005973537 00000 n +0005996640 00000 n +0005996796 00000 n +0005998063 00000 n +0005996952 00000 n +0005997111 00000 n +0005997268 00000 n +0005997431 00000 n +0005977482 00000 n +0005973948 00000 n +0005963511 00000 n +0005961360 00000 n +0005973698 00000 n +0005973761 00000 n +0005973312 00000 n +0005973886 00000 n +0006822977 00000 n +0005966055 00000 n +0005966211 00000 n +0005966606 00000 n +0005966869 00000 n +0005967132 00000 n +0005967333 00000 n +0005968387 00000 n +0005968766 00000 n +0005969071 00000 n +0005969538 00000 n +0005969860 00000 n +0005970024 00000 n +0005970143 00000 n +0005970538 00000 n +0005970827 00000 n +0005970981 00000 n +0005971104 00000 n +0005971511 00000 n +0005971653 00000 n +0005972045 00000 n +0005972458 00000 n +0005972781 00000 n +0005973027 00000 n +0005997587 00000 n +0005997747 00000 n +0005997905 00000 n +0006003315 00000 n +0006003471 00000 n +0005998650 00000 n +0005977241 00000 n +0005974101 00000 n +0005998215 00000 n +0005998278 00000 n +0005996571 00000 n +0005998403 00000 n +0005998466 00000 n +0005998526 00000 n +0005998588 00000 n +0005979789 00000 n +0005979945 00000 n +0005980338 00000 n +0005981431 00000 n +0005982525 00000 n +0005983462 00000 n +0005984445 00000 n +0005985277 00000 n +0005986276 00000 n +0005987295 00000 n +0005988430 00000 n +0005989540 00000 n +0005990595 00000 n +0005990854 00000 n +0005991055 00000 n +0005992109 00000 n +0005992131 00000 n +0005992153 00000 n +0005992175 00000 n +0005992197 00000 n +0005992219 00000 n +0005992241 00000 n +0005992263 00000 n +0005992285 00000 n +0005992307 00000 n +0005992329 00000 n +0005992462 00000 n +0005992604 00000 n +0005993071 00000 n +0005993393 00000 n +0005993557 00000 n +0005993952 00000 n +0005994241 00000 n +0005994395 00000 n +0005994518 00000 n +0005994925 00000 n +0005995067 00000 n +0005995459 00000 n +0005995550 00000 n +0005995963 00000 n +0005996286 00000 n +0006531053 00000 n +0006003631 00000 n +0006003788 00000 n +0006110515 00000 n +0006110672 00000 n +0006004260 00000 n +0006003144 00000 n +0005998842 00000 n +0006003946 00000 n +0006004009 00000 n +0006004072 00000 n +0006004197 00000 n +0006522841 00000 n +0006522904 00000 n +0006006618 00000 n +0006059282 00000 n +0006110830 00000 n +0006111177 00000 n +0006006440 00000 n +0006004449 00000 n +0006110988 00000 n +0006111051 00000 n +0006059213 00000 n +0006111114 00000 n +0006052105 00000 n +0006052261 00000 n +0006052665 00000 n +0006052954 00000 n +0006053155 00000 n +0006054209 00000 n +0006054588 00000 n +0006054908 00000 n +0006055375 00000 n +0006055583 00000 n +0006055747 00000 n +0006055889 00000 n +0006056008 00000 n +0006056297 00000 n +0006056451 00000 n +0006056762 00000 n +0006056885 00000 n +0006057117 00000 n +0006057524 00000 n +0006057916 00000 n +0006058007 00000 n +0006058213 00000 n +0006058536 00000 n +0006058782 00000 n +0006058928 00000 n +0006103407 00000 n +0006103563 00000 n +0006103967 00000 n +0006104256 00000 n +0006104457 00000 n +0006105511 00000 n +0006105890 00000 n +0006106210 00000 n +0006106677 00000 n +0006106885 00000 n +0006107049 00000 n +0006107191 00000 n +0006107310 00000 n +0006107599 00000 n +0006107753 00000 n +0006108064 00000 n +0006108187 00000 n +0006108419 00000 n +0006108826 00000 n +0006109218 00000 n +0006109309 00000 n +0006109515 00000 n +0006109838 00000 n +0006110084 00000 n +0006110230 00000 n +0006113864 00000 n +0006114492 00000 n +0006114018 00000 n +0006114180 00000 n +0006114336 00000 n +0006115021 00000 n +0006113668 00000 n +0006111384 00000 n +0006114647 00000 n +0006114710 00000 n +0006114835 00000 n +0006114897 00000 n +0006114959 00000 n +0006118694 00000 n +0006118851 00000 n +0006119012 00000 n +0006119172 00000 n +0006119328 00000 n +0006119487 00000 n +0006119646 00000 n +0006120121 00000 n +0006119803 00000 n +0006119964 00000 n +0006123494 00000 n +0006120843 00000 n +0006118469 00000 n +0006115200 00000 n +0006120282 00000 n +0006120717 00000 n +0006120780 00000 n +0006531677 00000 n +0006123650 00000 n +0006123811 00000 n +0006127278 00000 n +0006127435 00000 n +0006124223 00000 n +0006123317 00000 n +0006121033 00000 n +0006123974 00000 n +0006124037 00000 n +0006124161 00000 n +0006823102 00000 n +0006127592 00000 n +0006127750 00000 n +0006128350 00000 n +0006127107 00000 n +0006124424 00000 n +0006127909 00000 n +0006128096 00000 n +0006128160 00000 n +0006128224 00000 n +0006128287 00000 n +0006129651 00000 n +0006129324 00000 n +0006128526 00000 n +0006129462 00000 n +0006129525 00000 n +0006129588 00000 n +0006186674 00000 n +0006186834 00000 n +0006186996 00000 n +0006187154 00000 n +0006132444 00000 n +0006143985 00000 n +0006154660 00000 n +0006169772 00000 n +0006187311 00000 n +0006192104 00000 n +0006193366 00000 n +0006192260 00000 n +0006192417 00000 n +0006192573 00000 n +0006192729 00000 n +0006192888 00000 n +0006187781 00000 n +0006132248 00000 n +0006129775 00000 n +0006187468 00000 n +0006187593 00000 n +0006143916 00000 n +0006187656 00000 n +0006187719 00000 n +0006137039 00000 n +0006137195 00000 n +0006137565 00000 n +0006137817 00000 n +0006138018 00000 n +0006139072 00000 n +0006139451 00000 n +0006139756 00000 n +0006140058 00000 n +0006140378 00000 n +0006140586 00000 n +0006140999 00000 n +0006141237 00000 n +0006141379 00000 n +0006141580 00000 n +0006141699 00000 n +0006141853 00000 n +0006142164 00000 n +0006142476 00000 n +0006142883 00000 n +0006142974 00000 n +0006143180 00000 n +0006143593 00000 n +0006148734 00000 n +0006148890 00000 n +0006149243 00000 n +0006149451 00000 n +0006149652 00000 n +0006150706 00000 n +0006151085 00000 n +0006151390 00000 n +0006151692 00000 n +0006152012 00000 n +0006152220 00000 n +0006152633 00000 n +0006152871 00000 n +0006153013 00000 n +0006153214 00000 n +0006153333 00000 n +0006153644 00000 n +0006153956 00000 n +0006154363 00000 n +0006154454 00000 n +0006162866 00000 n +0006163022 00000 n +0006163428 00000 n +0006163701 00000 n +0006163902 00000 n +0006164956 00000 n +0006165335 00000 n +0006165640 00000 n +0006165960 00000 n +0006166282 00000 n +0006166446 00000 n +0006166684 00000 n +0006166803 00000 n +0006167092 00000 n +0006167246 00000 n +0006167557 00000 n +0006167680 00000 n +0006168087 00000 n +0006168479 00000 n +0006168892 00000 n +0006169215 00000 n +0006169341 00000 n +0006169487 00000 n +0006180178 00000 n +0006180334 00000 n +0006180736 00000 n +0006180995 00000 n +0006181196 00000 n +0006182250 00000 n +0006182629 00000 n +0006182934 00000 n +0006183254 00000 n +0006183576 00000 n +0006183740 00000 n +0006183978 00000 n +0006184097 00000 n +0006184386 00000 n +0006184540 00000 n +0006184851 00000 n +0006184974 00000 n +0006185381 00000 n +0006185794 00000 n +0006186117 00000 n +0006186243 00000 n +0006186389 00000 n +0006193045 00000 n +0006193205 00000 n +0006194026 00000 n +0006191888 00000 n +0006188005 00000 n +0006193525 00000 n +0006193711 00000 n +0006193774 00000 n +0006193837 00000 n +0006193900 00000 n +0006193963 00000 n +0006195373 00000 n +0006194983 00000 n +0006194175 00000 n +0006195121 00000 n +0006195184 00000 n +0006195247 00000 n +0006195310 00000 n +0006197138 00000 n +0006199562 00000 n +0006197550 00000 n +0006196979 00000 n +0006195484 00000 n +0006197299 00000 n +0006197424 00000 n +0006197487 00000 n +0006823227 00000 n +0006199720 00000 n +0006199879 00000 n +0006200040 00000 n +0006200203 00000 n +0006200366 00000 n +0006200524 00000 n +0006201814 00000 n +0006200991 00000 n +0006199349 00000 n +0006197687 00000 n +0006200678 00000 n +0006200865 00000 n +0006200928 00000 n +0006201972 00000 n +0006202320 00000 n +0006201661 00000 n +0006201128 00000 n +0006202133 00000 n +0006206623 00000 n +0006206780 00000 n +0006206938 00000 n +0006207097 00000 n +0006207254 00000 n +0006207415 00000 n +0006207579 00000 n +0006207736 00000 n +0006207892 00000 n +0006208048 00000 n +0006208204 00000 n +0006208360 00000 n +0006219169 00000 n +0006209204 00000 n +0006206380 00000 n +0006202419 00000 n +0006208517 00000 n +0006208766 00000 n +0006208828 00000 n +0006208891 00000 n +0006208953 00000 n +0006209016 00000 n +0006819425 00000 n +0006209079 00000 n +0006209142 00000 n +0006210661 00000 n +0006219325 00000 n +0006219482 00000 n +0006222213 00000 n +0006219951 00000 n +0006210483 00000 n +0006209407 00000 n +0006219638 00000 n +0006219763 00000 n +0006219100 00000 n +0006219825 00000 n +0006219888 00000 n +0006215085 00000 n +0006215241 00000 n +0006215577 00000 n +0006215701 00000 n +0006215902 00000 n +0006216956 00000 n +0006217261 00000 n +0006217563 00000 n +0006217883 00000 n +0006218084 00000 n +0006218396 00000 n +0006218803 00000 n +0006218894 00000 n +0006233005 00000 n +0006233161 00000 n +0006235523 00000 n +0006233567 00000 n +0006222044 00000 n +0006220117 00000 n +0006233316 00000 n +0006233379 00000 n +0006232936 00000 n +0006233442 00000 n +0006233505 00000 n +0006224863 00000 n +0006225019 00000 n +0006225421 00000 n +0006225737 00000 n +0006225938 00000 n +0006226992 00000 n +0006227299 00000 n +0006227678 00000 n +0006227998 00000 n +0006228320 00000 n +0006228484 00000 n +0006228897 00000 n +0006229039 00000 n +0006229158 00000 n +0006229488 00000 n +0006229724 00000 n +0006230013 00000 n +0006230167 00000 n +0006230290 00000 n +0006230522 00000 n +0006230929 00000 n +0006231071 00000 n +0006231463 00000 n +0006231669 00000 n +0006232082 00000 n +0006232405 00000 n +0006232651 00000 n +0006246222 00000 n +0006246379 00000 n +0006246537 00000 n +0006285626 00000 n +0006286097 00000 n +0006285783 00000 n +0006285940 00000 n +0006246946 00000 n +0006235345 00000 n +0006233733 00000 n +0006246696 00000 n +0006246759 00000 n +0006246153 00000 n +0006823352 00000 n +0006239460 00000 n +0006239616 00000 n +0006240011 00000 n +0006240182 00000 n +0006240431 00000 n +0006240632 00000 n +0006241686 00000 n +0006242065 00000 n +0006242532 00000 n +0006242696 00000 n +0006243109 00000 n +0006243251 00000 n +0006243370 00000 n +0006243700 00000 n +0006243936 00000 n +0006244225 00000 n +0006244379 00000 n +0006244502 00000 n +0006244734 00000 n +0006245126 00000 n +0006245332 00000 n +0006245655 00000 n +0006245868 00000 n +0006249808 00000 n +0006255851 00000 n +0006261976 00000 n +0006274133 00000 n +0006286759 00000 n +0006249621 00000 n +0006247075 00000 n +0006286259 00000 n +0006286446 00000 n +0006255782 00000 n +0006286509 00000 n +0006286572 00000 n +0006286635 00000 n +0006286697 00000 n +0006251767 00000 n +0006251923 00000 n +0006252259 00000 n +0006252383 00000 n +0006252584 00000 n +0006253638 00000 n +0006253943 00000 n +0006254245 00000 n +0006254565 00000 n +0006254766 00000 n +0006255078 00000 n +0006255485 00000 n +0006255576 00000 n +0006257961 00000 n +0006258117 00000 n +0006258453 00000 n +0006258577 00000 n +0006258778 00000 n +0006259832 00000 n +0006260137 00000 n +0006260439 00000 n +0006260759 00000 n +0006260960 00000 n +0006261272 00000 n +0006261679 00000 n +0006261770 00000 n +0006267787 00000 n +0006267943 00000 n +0006268335 00000 n +0006268577 00000 n +0006268778 00000 n +0006269832 00000 n +0006270211 00000 n +0006270516 00000 n +0006270836 00000 n +0006271158 00000 n +0006271322 00000 n +0006271560 00000 n +0006271679 00000 n +0006271968 00000 n +0006272122 00000 n +0006272433 00000 n +0006272840 00000 n +0006273253 00000 n +0006273576 00000 n +0006273702 00000 n +0006273848 00000 n +0006278378 00000 n +0006278534 00000 n +0006278939 00000 n +0006279211 00000 n +0006279412 00000 n +0006280466 00000 n +0006280845 00000 n +0006281150 00000 n +0006281470 00000 n +0006281937 00000 n +0006282259 00000 n +0006282423 00000 n +0006282661 00000 n +0006282780 00000 n +0006283069 00000 n +0006283223 00000 n +0006283534 00000 n +0006283941 00000 n +0006284333 00000 n +0006284746 00000 n +0006285069 00000 n +0006285195 00000 n +0006285341 00000 n +0006290848 00000 n +0006291005 00000 n +0006291164 00000 n +0006291321 00000 n +0006291478 00000 n +0006324991 00000 n +0006325146 00000 n +0006325304 00000 n +0006325459 00000 n +0006325614 00000 n +0006325771 00000 n +0006294806 00000 n +0006307760 00000 n +0006292007 00000 n +0006290668 00000 n +0006286983 00000 n +0006291635 00000 n +0006291884 00000 n +0006291946 00000 n +0006327557 00000 n +0006326306 00000 n +0006294602 00000 n +0006292143 00000 n +0006325928 00000 n +0006325991 00000 n +0006326054 00000 n +0006326117 00000 n +0006326180 00000 n +0006326243 00000 n +0006301291 00000 n +0006316071 00000 n +0006522967 00000 n +0006338884 00000 n +0006337512 00000 n +0006327418 00000 n +0006326483 00000 n +0006337324 00000 n +0006337449 00000 n +0006337255 00000 n +0006333240 00000 n +0006333396 00000 n +0006333732 00000 n +0006333856 00000 n +0006334057 00000 n +0006335111 00000 n +0006335416 00000 n +0006335718 00000 n +0006336038 00000 n +0006336239 00000 n +0006336551 00000 n +0006336958 00000 n +0006337049 00000 n +0006348785 00000 n +0006351063 00000 n +0006349130 00000 n +0006338724 00000 n +0006337629 00000 n +0006348941 00000 n +0006349004 00000 n +0006348716 00000 n +0006349067 00000 n +0006342089 00000 n +0006342245 00000 n +0006342655 00000 n +0006342913 00000 n +0006343114 00000 n +0006344168 00000 n +0006344547 00000 n +0006344852 00000 n +0006345172 00000 n +0006345639 00000 n +0006345803 00000 n +0006346041 00000 n +0006346160 00000 n +0006346449 00000 n +0006346603 00000 n +0006346914 00000 n +0006347037 00000 n +0006347444 00000 n +0006347836 00000 n +0006348159 00000 n +0006348285 00000 n +0006348431 00000 n +0006432530 00000 n +0006359225 00000 n +0006399111 00000 n +0006413983 00000 n 0000000000 00000 f -0006428489 00000 n -0006430346 00000 n -0006437947 00000 n -0006483601 00000 n -0006428834 00000 n -0006346694 00000 n -0006345084 00000 n -0006428645 00000 n -0006428708 00000 n -0006354956 00000 n -0006428771 00000 n -0006818684 00000 n -0006349456 00000 n -0006349612 00000 n -0006349972 00000 n -0006350235 00000 n -0006350498 00000 n -0006350675 00000 n -0006350876 00000 n -0006351930 00000 n -0006352397 00000 n -0006352719 00000 n -0006352883 00000 n -0006353278 00000 n -0006353401 00000 n -0006353543 00000 n -0006353935 00000 n -0006354348 00000 n -0006354671 00000 n -0006368690 00000 n -0006402071 00000 n -0006418599 00000 n -0006522366 00000 n -0006491238 00000 n -0006497575 00000 n -0006430208 00000 n -0006429007 00000 n -0006497386 00000 n -0006497449 00000 n -0006497512 00000 n -0006433638 00000 n -0006455793 00000 n -0006486759 00000 n -0006492816 00000 n -0006492972 00000 n -0006493322 00000 n -0006493585 00000 n -0006493745 00000 n -0006493946 00000 n -0006495000 00000 n -0006495322 00000 n -0006495486 00000 n -0006495640 00000 n -0006495763 00000 n -0006495905 00000 n -0006496297 00000 n -0006496710 00000 n -0006497033 00000 n -0006499434 00000 n -0006499842 00000 n -0006499274 00000 n -0006497735 00000 n -0006499591 00000 n -0006499654 00000 n -0006499779 00000 n -0006500882 00000 n -0006503382 00000 n -0006501166 00000 n -0006500723 00000 n -0006500009 00000 n -0006501040 00000 n -0006501103 00000 n -0006512542 00000 n -0006512955 00000 n -0006503222 00000 n -0006501277 00000 n -0006512705 00000 n -0006512768 00000 n -0006512473 00000 n -0006505177 00000 n -0006505333 00000 n -0006505727 00000 n -0006506019 00000 n -0006506220 00000 n -0006507274 00000 n -0006507579 00000 n -0006507881 00000 n -0006508201 00000 n -0006508668 00000 n -0006508990 00000 n -0006509154 00000 n -0006509392 00000 n -0006509534 00000 n -0006509770 00000 n -0006510059 00000 n -0006510213 00000 n -0006510524 00000 n -0006510647 00000 n -0006510879 00000 n -0006511021 00000 n -0006511413 00000 n -0006511619 00000 n -0006511942 00000 n -0006512188 00000 n -0006514667 00000 n -0006515075 00000 n -0006514508 00000 n -0006513085 00000 n -0006514824 00000 n -0006514949 00000 n -0006515012 00000 n -0006516597 00000 n -0006516333 00000 n -0006515262 00000 n -0006516471 00000 n -0006516534 00000 n -0006818809 00000 n -0006518966 00000 n -0006518205 00000 n -0006516708 00000 n -0006518343 00000 n -0006518406 00000 n -0006522112 00000 n -0006523608 00000 n -0006521968 00000 n -0006519103 00000 n -0006522303 00000 n -0006815928 00000 n -0006527989 00000 n -0006526681 00000 n -0006523708 00000 n -0006526804 00000 n -0006528956 00000 n -0006528646 00000 n -0006528075 00000 n -0006528769 00000 n -0006529029 00000 n -0006529487 00000 n -0006529513 00000 n -0006529539 00000 n -0006529571 00000 n -0006529603 00000 n -0006529633 00000 n -0006530279 00000 n -0006530311 00000 n -0006530349 00000 n -0006531051 00000 n -0006531450 00000 n -0006532099 00000 n -0006532741 00000 n -0006533365 00000 n -0006533819 00000 n -0006534497 00000 n -0006535195 00000 n -0006535887 00000 n -0006536586 00000 n -0006537052 00000 n -0006537409 00000 n -0006537921 00000 n -0006538575 00000 n -0006547324 00000 n -0006547554 00000 n -0006566813 00000 n -0006567232 00000 n -0006581150 00000 n -0006581433 00000 n -0006589678 00000 n -0006590059 00000 n -0006602915 00000 n -0006603219 00000 n -0006619857 00000 n -0006620195 00000 n -0006627641 00000 n -0006627865 00000 n -0006636070 00000 n -0006636306 00000 n -0006645857 00000 n -0006646114 00000 n -0006658065 00000 n -0006658348 00000 n -0006683270 00000 n -0006683787 00000 n -0006707508 00000 n -0006708101 00000 n -0006719847 00000 n -0006720126 00000 n -0006727148 00000 n -0006727370 00000 n -0006734728 00000 n -0006734960 00000 n -0006744483 00000 n -0006744783 00000 n -0006757237 00000 n -0006757599 00000 n -0006765703 00000 n -0006766003 00000 n -0006773061 00000 n -0006773302 00000 n -0006780356 00000 n -0006780598 00000 n -0006787652 00000 n -0006787894 00000 n -0006806608 00000 n -0006807001 00000 n -0006812453 00000 n -0006818925 00000 n -0006819048 00000 n -0006819174 00000 n -0006819300 00000 n -0006819417 00000 n -0006819509 00000 n -0006834055 00000 n -0006834266 00000 n -0006834491 00000 n -0006834714 00000 n -0006834939 00000 n -0006835161 00000 n -0006835383 00000 n -0006835608 00000 n -0006835831 00000 n -0006836056 00000 n -0006836279 00000 n -0006836504 00000 n -0006836727 00000 n -0006836952 00000 n -0006837175 00000 n -0006837400 00000 n -0006837622 00000 n -0006837844 00000 n -0006838069 00000 n -0006838288 00000 n -0006838513 00000 n -0006838736 00000 n -0006838961 00000 n -0006839185 00000 n -0006839402 00000 n -0006839617 00000 n -0006839834 00000 n -0006840048 00000 n -0006840262 00000 n -0006840479 00000 n -0006840694 00000 n -0006840911 00000 n -0006841126 00000 n -0006841343 00000 n -0006841558 00000 n -0006841775 00000 n -0006841990 00000 n -0006842207 00000 n -0006842450 00000 n -0006842688 00000 n -0006842910 00000 n -0006843152 00000 n -0006843377 00000 n -0006843588 00000 n -0006843813 00000 n -0006844032 00000 n -0006844249 00000 n -0006844466 00000 n -0006844686 00000 n -0006844920 00000 n -0006845185 00000 n -0006845449 00000 n -0006845714 00000 n -0006845978 00000 n -0006846243 00000 n -0006846501 00000 n -0006846756 00000 n -0006847013 00000 n -0006847268 00000 n -0006847525 00000 n -0006847779 00000 n -0006848036 00000 n -0006848293 00000 n -0006848548 00000 n -0006848805 00000 n -0006849061 00000 n -0006849317 00000 n -0006849574 00000 n -0006849829 00000 n -0006850036 00000 n -0006850221 00000 n -0006850404 00000 n -0006850589 00000 n -0006850773 00000 n -0006850958 00000 n -0006851141 00000 n -0006851320 00000 n -0006851495 00000 n -0006851672 00000 n -0006851846 00000 n -0006852020 00000 n -0006852197 00000 n -0006852372 00000 n -0006852549 00000 n -0006852724 00000 n -0006852901 00000 n -0006853076 00000 n -0006853253 00000 n -0006853428 00000 n -0006853605 00000 n -0006853779 00000 n -0006853953 00000 n -0006854140 00000 n -0006854327 00000 n -0006854551 00000 n -0006854779 00000 n -0006855001 00000 n -0006855228 00000 n -0006855455 00000 n -0006855687 00000 n -0006855922 00000 n -0006856155 00000 n -0006856388 00000 n -0006856620 00000 n -0006856865 00000 n -0006857140 00000 n -0006857410 00000 n -0006857671 00000 n -0006857938 00000 n -0006858205 00000 n -0006858472 00000 n -0006858739 00000 n -0006859008 00000 n -0006859280 00000 n -0006859550 00000 n -0006859817 00000 n -0006860084 00000 n -0006860341 00000 n -0006860590 00000 n -0006860727 00000 n -0006860850 00000 n -0006860978 00000 n -0006861106 00000 n -0006861233 00000 n -0006861359 00000 n -0006861485 00000 n -0006861615 00000 n -0006861737 00000 n -0006861869 00000 n -0006862005 00000 n -0006862141 00000 n -0006862268 00000 n -0006862385 00000 n -0006862500 00000 n -0006862616 00000 n -0006862739 00000 n -0006862869 00000 n -0006863005 00000 n -0006863145 00000 n -0006863273 00000 n -0006863396 00000 n +0006432689 00000 n +0006434546 00000 n +0006442147 00000 n +0006487801 00000 n +0006433034 00000 n +0006350894 00000 n +0006349284 00000 n +0006432845 00000 n +0006432908 00000 n +0006359156 00000 n +0006432971 00000 n +0006823477 00000 n +0006353656 00000 n +0006353812 00000 n +0006354172 00000 n +0006354435 00000 n +0006354698 00000 n +0006354875 00000 n +0006355076 00000 n +0006356130 00000 n +0006356597 00000 n +0006356919 00000 n +0006357083 00000 n +0006357478 00000 n +0006357601 00000 n +0006357743 00000 n +0006358135 00000 n +0006358548 00000 n +0006358871 00000 n +0006372890 00000 n +0006406271 00000 n +0006422799 00000 n +0006526545 00000 n +0006495438 00000 n +0006501775 00000 n +0006434408 00000 n +0006433207 00000 n +0006501586 00000 n +0006501649 00000 n +0006501712 00000 n +0006437838 00000 n +0006459993 00000 n +0006490959 00000 n +0006497016 00000 n +0006497172 00000 n +0006497522 00000 n +0006497785 00000 n +0006497945 00000 n +0006498146 00000 n +0006499200 00000 n +0006499522 00000 n +0006499686 00000 n +0006499840 00000 n +0006499963 00000 n +0006500105 00000 n +0006500497 00000 n +0006500910 00000 n +0006501233 00000 n +0006503634 00000 n +0006504042 00000 n +0006503474 00000 n +0006501935 00000 n +0006503791 00000 n +0006503854 00000 n +0006503979 00000 n +0006505082 00000 n +0006507582 00000 n +0006505366 00000 n +0006504923 00000 n +0006504209 00000 n +0006505240 00000 n +0006505303 00000 n +0006516742 00000 n +0006517155 00000 n +0006507422 00000 n +0006505477 00000 n +0006516905 00000 n +0006516968 00000 n +0006516673 00000 n +0006509377 00000 n +0006509533 00000 n +0006509927 00000 n +0006510219 00000 n +0006510420 00000 n +0006511474 00000 n +0006511779 00000 n +0006512081 00000 n +0006512401 00000 n +0006512868 00000 n +0006513190 00000 n +0006513354 00000 n +0006513592 00000 n +0006513734 00000 n +0006513970 00000 n +0006514259 00000 n +0006514413 00000 n +0006514724 00000 n +0006514847 00000 n +0006515079 00000 n +0006515221 00000 n +0006515613 00000 n +0006515819 00000 n +0006516142 00000 n +0006516388 00000 n +0006518867 00000 n +0006519275 00000 n +0006518708 00000 n +0006517285 00000 n +0006519024 00000 n +0006519149 00000 n +0006519212 00000 n +0006520797 00000 n +0006520533 00000 n +0006519462 00000 n +0006520671 00000 n +0006520734 00000 n +0006823602 00000 n +0006523091 00000 n +0006522329 00000 n +0006520908 00000 n +0006522467 00000 n +0006522530 00000 n +0006526229 00000 n +0006527659 00000 n +0006526085 00000 n +0006523215 00000 n +0006526420 00000 n +0006820720 00000 n +0006531925 00000 n +0006530618 00000 n +0006527759 00000 n +0006530741 00000 n +0006533900 00000 n +0006533340 00000 n +0006532011 00000 n +0006533463 00000 n +0006533986 00000 n +0006534444 00000 n +0006534470 00000 n +0006534496 00000 n +0006534528 00000 n +0006534560 00000 n +0006534590 00000 n +0006535236 00000 n +0006535268 00000 n +0006535306 00000 n +0006536008 00000 n +0006536407 00000 n +0006537056 00000 n +0006537698 00000 n +0006538322 00000 n +0006538776 00000 n +0006539454 00000 n +0006540152 00000 n +0006540844 00000 n +0006541543 00000 n +0006542009 00000 n +0006542366 00000 n +0006542878 00000 n +0006543532 00000 n +0006552281 00000 n +0006552511 00000 n +0006571770 00000 n +0006572189 00000 n +0006586107 00000 n +0006586390 00000 n +0006594635 00000 n +0006595016 00000 n +0006607872 00000 n +0006608176 00000 n +0006624814 00000 n +0006625152 00000 n +0006632598 00000 n +0006632822 00000 n +0006641027 00000 n +0006641263 00000 n +0006650814 00000 n +0006651071 00000 n +0006663022 00000 n +0006663305 00000 n +0006688064 00000 n +0006688579 00000 n +0006712300 00000 n +0006712893 00000 n +0006724639 00000 n +0006724918 00000 n +0006731940 00000 n +0006732162 00000 n +0006739520 00000 n +0006739752 00000 n +0006749275 00000 n +0006749575 00000 n +0006762029 00000 n +0006762391 00000 n +0006770495 00000 n +0006770795 00000 n +0006777853 00000 n +0006778094 00000 n +0006785148 00000 n +0006785390 00000 n +0006792444 00000 n +0006792686 00000 n +0006811400 00000 n +0006811793 00000 n +0006817245 00000 n +0006823718 00000 n +0006823842 00000 n +0006823968 00000 n +0006824094 00000 n +0006824211 00000 n +0006824303 00000 n +0006838849 00000 n +0006839060 00000 n +0006839285 00000 n +0006839508 00000 n +0006839733 00000 n +0006839955 00000 n +0006840177 00000 n +0006840402 00000 n +0006840625 00000 n +0006840850 00000 n +0006841073 00000 n +0006841298 00000 n +0006841521 00000 n +0006841746 00000 n +0006841969 00000 n +0006842194 00000 n +0006842417 00000 n +0006842640 00000 n +0006842865 00000 n +0006843085 00000 n +0006843310 00000 n +0006843534 00000 n +0006843759 00000 n +0006843980 00000 n +0006844194 00000 n +0006844411 00000 n +0006844626 00000 n +0006844843 00000 n +0006845058 00000 n +0006845275 00000 n +0006845490 00000 n +0006845707 00000 n +0006845922 00000 n +0006846139 00000 n +0006846353 00000 n +0006846567 00000 n +0006846784 00000 n +0006847001 00000 n +0006847245 00000 n +0006847477 00000 n +0006847689 00000 n +0006847934 00000 n +0006848158 00000 n +0006848370 00000 n +0006848600 00000 n +0006848821 00000 n +0006849038 00000 n +0006849255 00000 n +0006849474 00000 n +0006849701 00000 n +0006849966 00000 n +0006850230 00000 n +0006850495 00000 n +0006850759 00000 n +0006851024 00000 n +0006851284 00000 n +0006851539 00000 n +0006851796 00000 n +0006852051 00000 n +0006852308 00000 n +0006852563 00000 n +0006852820 00000 n +0006853077 00000 n +0006853333 00000 n +0006853590 00000 n +0006853846 00000 n +0006854102 00000 n +0006854359 00000 n +0006854615 00000 n +0006854831 00000 n +0006855016 00000 n +0006855199 00000 n +0006855384 00000 n +0006855568 00000 n +0006855753 00000 n +0006855937 00000 n +0006856117 00000 n +0006856292 00000 n +0006856469 00000 n +0006856644 00000 n +0006856821 00000 n +0006856995 00000 n +0006857169 00000 n +0006857346 00000 n +0006857521 00000 n +0006857698 00000 n +0006857873 00000 n +0006858050 00000 n +0006858225 00000 n +0006858402 00000 n +0006858577 00000 n +0006858754 00000 n +0006858935 00000 n +0006859121 00000 n +0006859333 00000 n +0006859563 00000 n +0006859784 00000 n +0006860011 00000 n +0006860238 00000 n +0006860469 00000 n +0006860704 00000 n +0006860938 00000 n +0006861173 00000 n +0006861404 00000 n +0006861643 00000 n +0006861918 00000 n +0006862190 00000 n +0006862451 00000 n +0006862717 00000 n +0006862984 00000 n +0006863251 00000 n 0006863518 00000 n -0006863647 00000 n -0006863748 00000 n -0006863857 00000 n -0006863897 00000 n -0006864078 00000 n +0006863785 00000 n +0006864058 00000 n +0006864329 00000 n +0006864596 00000 n +0006864863 00000 n +0006865121 00000 n +0006865370 00000 n +0006865535 00000 n +0006865658 00000 n +0006865786 00000 n +0006865914 00000 n +0006866040 00000 n +0006866166 00000 n +0006866292 00000 n +0006866422 00000 n +0006866544 00000 n +0006866676 00000 n +0006866813 00000 n +0006866949 00000 n +0006867076 00000 n +0006867193 00000 n +0006867309 00000 n +0006867425 00000 n +0006867548 00000 n +0006867679 00000 n +0006867814 00000 n +0006867955 00000 n +0006868083 00000 n +0006868206 00000 n +0006868328 00000 n +0006868457 00000 n +0006868558 00000 n +0006868667 00000 n +0006868707 00000 n +0006868888 00000 n trailer -<< /Size 5362 -/Root 5360 0 R -/Info 5361 0 R -/ID [<76AAFB7CC048178B7509F952CF5A9B5E> <76AAFB7CC048178B7509F952CF5A9B5E>] >> +<< /Size 5374 +/Root 5372 0 R +/Info 5373 0 R +/ID [<9582E3BD412E73231EA0AAC07E8230C7> <9582E3BD412E73231EA0AAC07E8230C7>] >> startxref -6864355 +6869165 %%EOF diff --git a/out/main.tex b/out/main.tex index fdc9623851e6314b61537f814fa0c82285345818..982efa1ffdb93b9e7037f5bafe1769d1db301d12 100644 --- a/out/main.tex +++ b/out/main.tex @@ -119,9 +119,25 @@ \subsection{Motivation }\label{sec:intro} -In the last years, machine learning seems to be applicable to neirly everything. So it is not to surprising that there are also application in physics. It is shown, that machine learning can solve problems like the classification of jets\footnote{Jets are narrow cones of particles produced by a collision event.} much better than non machine learning algorithms. Jets are a prime example of data that is hard to understand in their raw form, but easily accessible using machine learning. Jets also allow us to look at those parts of nature, which are not yet understood. Dark matter for example, which still is not understood on a particle level, could be detected by specific jets \cite{jetdm} and thus by specific machine learning models. These models usually look at calorimenter like images, which show energy deposition at different points of the detector. In recent times, another way of presenting jets to the machine learning algorithm: Instead of looking at energy depositions, you look at the actual measured particles, by creating a graph of particles. This graph does not only allow you to work on higher level data, making the task of understanding the processes easier, but also make it possible to encode relations between particles in the jet. This results in graph neuronal networks beeing very useful for jet classification \cite{gnnoverview}. Next to improving the quality of a classification, there is another task that should be considered: A neuronal network trained supervisedly\footnote{Supervised means given both classed of jets you want to differentiate.} can only find one specific model. And since even considering only dark matter, there are thousands of suggested models, this makes finding the theory that actually matches your jet not very easy. So there are models trained unsupervisedly: Models that only know what you consider normal and try to find those jets that are abnormal \cite{QCDorWhat}. This allows you to find anything that does not match your understanding of jet physics, without needing to understand this new physics before. But in contrast to the supervised case, graph neuronal networks have not been applied to the unsupervised task. This is what we do in this thesis. First we implement the graph autoencoder(\href{https://grapa.readthedocs.io/en/latest/}{ + +After starting the currently biggest particle accelator (the Large Hadron Collider, in short LHC) in 2008, hopes were high that it would allow us to find many signs of new physics\cite{high1}. Now, more than a decade later, the only notable discovery was the measurement of the last standard model particle with the detection of the higgs boson in 2012 \cite{measurehiggs}. And even though this is a remarbale achievement, it seems a bit unsatisfactory: There seems to be nothing wrong with the standard model on a particle physics level, as we have no clear measurements violating it. But we still know that it has to be incompletete, as it does not provide any explanaition for the nature of dark matter. + +To combat this, there is a growing trend of improving analysis tool. One of this tools is machine learning. Machine learning, and its subset deep learning, allow you to learn specific tasks from data. And even though the LHC did not find any irregularities yet, it still generated petabytes of data which can be used for machine learning. +Next to other applications, this is currently used at the lhc for jet classification and track reconstruction (\cite{dlatlhc} gives a more complete overview). +One thing that makes applications of machine learning to particle physics so attractive, is that they are able to work on very low level data. While classical jet classification algorithms use high level jet observables, like for example its invariant mass, machine learning is capable of using detector level information to extract their own features. This can make features like the jet substructure accessible to a classifier. +This is interresting since this ability of machine learning algorithms to work on low level data migth allow them also to find anomalies that were previously inaccessible. To do this, jet physics seems to be a prime example: Jets are fairly hard to understand for a human, while beeing easily presentable to a machine learning algorithm. And also certain BSM (Bejond Standard Model) models, explaining for example dark matter, suggest abnormal jet events\cite{jetdm}. + +In recent times, a special kind of deep learning, graph neuronal networks, have become very interresting. +While most neuronal networks look at energy depositions similar to a calorimeter, graph neuronal networks look at the actual measured 4 momenta and create a graph of particles, which makes it possible to encode relations between particles in your machine learning algorithm. +This results in graph neuronal networks beeing very useful for jet classification \cite{gnnoverview}. + +But next to simply improving the quality of a classifier, there is another task that should be considered: These neuronal networks are trained supervisedly, meaning that they need to have examples for every anomalous event. This means that a neuronal network trained supervisedly can only find one specific model. And since even only considering dark matter, there are thousands of suggested models, this makes testing every alternative an exhausting job. Nowadays there is a growing trend of models trained unsupervisedly: Models that only know what is considered normal and try to find those jets that dont match this definition of normality \cite{QCDorWhat}. This allows them to find anything that does not match the current understanding of jet physics, without needing to know anything more. + +Graph neuronal networks have not yet been applied to this unsupervised task. And since appearantly they work well for the supervised task, the following chapters will apply them to the unsupervised task: After introducing some basic concepts in the rest of this chapter aswell as in \ref{sec:secdef}, chapter \ref{sec:secgae} focusses on the technical implementation of this unsupervised algorithm. +Since this implementation is not trivial, we provide our resulting code in an easily accessible way at \href{https://grapa.readthedocs.io/en/latest/}{ https://grapa.readthedocs.io/en/latest/ -}), which is needed for the unsupervised approach in chapter \ref{sec:secgae}. Its result creates some problems, which we solve in chapters \ref{sec:secinv},\ref{sec:secnorm} and \ref{sec:secmixed}. And afterwards we apply our algorithm to multiple datasets in chapter \ref{sec:secdata} to test how well it handles other kind of anomalies. +}. +Afterwards chapter \ref{sec:secinv} highligths some physical problems with the resulting anomaly detection algorithm. These are then solved in chapters \ref{sec:secnorm} and \ref{sec:secmixed}, creating a much more useful anomaly detector. This algorithm is then used in chapter \ref{sec:secdata} on other datasets, showing that it able to find much more general new physics than the algorithm implemented in chapter \ref{sec:secgae}. Finally chapter \ref{sec:secfin} provides a conclusion and some final thougths on how to improve our algorithm further, which is followed by our extensive appendix which should answer every question you migth still have. @@ -159,6 +175,7 @@ https://grapa.readthedocs.io/en/latest/ \subsection{New physics }\label{sec:physics} + Modern particle physics seems to be in a standstill: The standart model seems to explain everything on a small size, while also beeing clearly incomplete. At the same time, each suggested extension seems to be either wrong or untestable, which is why there are now approaches changing the fundamental way we do science. One of this approaches is suggested by QCDorWhat \cite{QCDorWhat}: Instead of finding new physics events by hypotising theories and testing them afterwards, use an anomaly detection algorithm to filter out events that don`t match your expectation. This allows you to find events representing new physics models without needing to suggest these models first. They work here in jet physics, trying to find anomalous jets that are generated by the decay of a top quark, while only knowing about those jets, which are generated by the decay of QCD\footnote{Quantum chromodynamics, with QCD particles you usually mean low mass quarks and gluons.} particles with lower mass. You can think of this task, as trying to finding new physics, while only knowing as much as we did before the detection of the top quark in 1995\cite{topquark}. This suggests that when we would be able to find top quarks at this point in time, we migth also be able to apply such an algorithm to the LHC now and use it to understand physics no human knows about yet. @@ -173,6 +190,7 @@ Modern particle physics seems to be in a standstill: The standart model seems to + Neural networks are easily understood as being able to learn to reproduce any function you train them on. Autoencoder \cite{aebasic} are a special kind of these neural networks, in which this function learned is the identity\footnote{Identity in the sense, that you want to reproduce whatever you feed into the autoencoder.}. And since learning an identity is usually trivial, a point of lower dimension in the middle of the network is introduced. This compressed (latent) State, containing less information than the network input, is generated by a learnable function called the encoder. It also serves as input to another learnable function( called the decoder) that reconstructs the input again from the compressed state. This reconstruction is usually not perfect, since the reduced dimension requires the network to throw away some information, but it can be quite good, as long as the data contains some patterns. Consider the following 2 dimensional data: @@ -235,6 +253,7 @@ To achieve this, there is a multitude of algorithms other than autoencoders that \subsection{Graphs }\label{sec:graphs} {\scriptsize Referenced in: [\ref{sec:gae}] [\ref{sec:asort}] \par} + A graph\cite{graphbasic} is a mathematical concept, that allows to define a more general form of data then by just encoding it in vectors. Namely, graphs allow storing relational information of an arbitrary\footnote{For computional reasons, graphs are not completely unbounded in the following chapters, but have a maximum size, up to which their size is arbitrary.} amount of objects. This is done, by defining two objects: Nodes which are the objects of interest and can be mathematically described by vectors\footnote{In theory you would not need to be able to define those objects as only vectors, but for practical application this is quite useful. chapter \ref{sec:thirdworking} could be interpreted as using graphs themself as the information encoded in those nodes.} and edges that are pairs of connected nodes and thus encode the relation between those objects of interest \footnote{There are multiple extensions for this simple graph, the two most important ones are directed graphs, in which the edges gain a direction, and thus a connection between node $i$ and $j$ does not automatically imply a connection between $j$ and $i$ and also weighted graphs, in which each edge gains an additional value, that encodes how strong the connection between two nodes is.}. \begin{figure}[H] @@ -258,6 +277,7 @@ Next to those relational applications, there are also applications that are not + ParticleNet migth be well suited for classifying jets, but when you want to use this for finding new physics, then its supervised approach is still problematic. Supervised training means, that each new physics model can only be detected, if you train a special network just for it. Not only would this need a lot of networks, with the corresponding high number of false positives, but this also limits their effectiveness, as you can only find new physics that has already been thougth of before. But maybe could you use the graph structure that makes particleNet so great and combine it with the unsupervised approach of QCDorWhat. This is the main idea that is implemented in this thesis. @@ -272,7 +292,7 @@ What you require is a autoencoder that can utilize graphs, which is a task that %from file ..\..\write\/data\02tech\00intro \newpage \section{Basics}\label{sec:secdef} - +{\scriptsize Referenced in: [\ref{sec:intro}] \par} @@ -281,6 +301,7 @@ What you require is a autoencoder that can utilize graphs, which is a task that \subsection{Binary classification }\label{sec:binclass} {\scriptsize Referenced in: [\ref{sec:evaloow}] \par} + Evaluating the difference between background\footnote{Here background data is the data we train on.} and signal\footnote{The signal events are those that are anomalous.} data has been studied a lot because of its use cases for example in medicine \cite{binclass}. In general, you consider 4 fractions, the fraction of events that are of type background or signal, which are classified either as background and signal. @@ -357,7 +378,8 @@ To simplify comparing ROC scores, you can use an AUC (Area under the curve) scor %from file ..\..\write\/data\02tech\04dataprep \subsection{Datapreperation }\label{sec:data} -{\scriptsize Referenced in: [\ref{sec:nobias}] [\ref{sec:evaloow}] [\ref{sec:ooquality}] [\ref{sec:quickres1}] [\ref{sec:oofail}] [\ref{sec:feynnext}] \par} +{\scriptsize Referenced in: [\ref{sec:nobias}] [\ref{sec:evaloow}] [\ref{sec:ooquality}] [\ref{sec:future}] [\ref{sec:quickres1}] [\ref{sec:oofail}] [\ref{sec:feynnext}] \par} + Most of the time\footnote{Always except in chapter \ref{sec:secdata}.}, Jet data provided by \cite{data} is used. The benefit here, is that results on this data are easier to compare. These jets have a transverse momentum between $550 \cdot GeV$ and $650 \cdot GeV$ and a maximum radius\footnote{Here $R_{i}^{2} = \eta_{i}^{2} + \phi_{i}^{2}$.} of $R \leq 0.8$. They take the form of lists containing 200 momentum 4-vectors sortet by their transverse momentum. So by taking only the first $n$ vector for each jet, you would a list of the $n$ particles carying the most transverse momentum, and thus probably the most important ones. If a jet is defined by less than 200 final particles\footnote{Which is always the case.}, those remaining 4 vectors are set to 0. @@ -393,6 +415,7 @@ You could try to use more variables: ParticleNet for example uses 4 more variabl \subsection{Explaining graphics }\label{sec:graphics} + \subsubsection{Output images}\label{sec:imgout} {\scriptsize Referenced in: [\ref{sec:evaloow}] [\ref{sec:quick2results}] \par} \begin{figure}[H] @@ -444,6 +467,7 @@ The useful thing about those maps, is that they can show the focus of the networ \subsection{Graph neural networks }\label{sec:gnn} {\scriptsize Referenced in: [\ref{sec:data}] [\ref{sec:failedminimal}] [\ref{sec:decoding}] [\ref{sec:identities}] \par} + Graph neural networks are defined by a graph update layer. This layer takes all the feature vectors of the current graph, as well as their corresponding graph connections to return an updated feature vector. To do this, this layer is build from two different interactions, the update step of each node itself (which is called the self interaction term here) and the update step of a node corresponding to its neighbouring nodes in the graph (the neighbour interaction term). Our graph update layer consists out of two matrices, a self interaction matrix, that get multiplied with each feature vector to generate the first part of a new vector, and a neighbour interaction matrix, that gets multiplied to the sum of the neighbour vectors of each node and thus forms the second part of the new vector. So written as a formula, the new vector equals (with the original feature vector $x_{i}$, the learnable self and neigbour matrices $s_{i}^{j}$ and $n_{i}^{j}$, as well as the adjacency matrix $A_{i}^{j}$ and the activation $f$) @@ -468,6 +492,7 @@ You migth be able to see how a graph neural network reuses parameters and unders \subsection{Compression algorithm }\label{sec:encode0} + Compression is the first algorithmical problem we have to solve: Find an algorithm that transforms a graph with $n$ nodes into one with $m \leq n$ nodes in a learnable way, without removing information\footnote{As a trivial algorithm, which just cuts away nodes would do.}, while keeping permutation invariance\footnote{Which would not be the case, by for example applying a dense network to the collection of variables.} and while also beeing structuraly invertible later on\footnote{This would not be kept by most graph pooling operations. Consider for example diffPool \cite{diffpool}: when you transform an arbitrary number of nodes into one, we would also have to implement a transformation that transforms a node into an arbitrary amount of nodes, which is not something we can easily do.} and while beeing implementable in the branchless programming style of tensorflow\footnote{Consider the algorithm explained in \ref{sec:aultcode}, which is not implementable, or at least not in a reasonable time.}. Our algorithm works as follows: We sort each node by their last value. This last value is usually not initially given, but a learnable result of the network. After sorting each node, each set of $c$ nodes with similar value is compressed into one output node each (using a simple dense layer\footnote{It migth be interresting to look at more complicated functions, but we usually saw worse networks, by employing more advanced functions here.}). This means, that each compression step reduces an initial number $n$ of nodes into $n / c$ nodes, and that c has to be a factor of $n$. Also we simply ignore the edges of the graph here, since we can simply relearn them in the next stage of the network. This actually does mean, that connected nodes are more likely compressed together, as graph update steps usually average connected nodes in some way, resulting in nodes that are connected to each other beeing more similar, and thus in them more likely beeing compressed together\footnote{This is especcially useful, since input spaces having the same value multiple times are much easier compressed together.}. @@ -481,6 +506,7 @@ Finally, there is an appendix giving some physical intuition about this algorith \subsection{Decompression algorithm }\label{sec:decode0} + Finding a decoding algorithm is the true challenge in writing a graph autoencoder. Luckely we wrote an encoding algorithm that can be easily inverted, and thus our decoding algorithm works just in reverse: Define a learnable transformation (implemented as a simple dense network) that is able to map a single node into $c$ nodes and apply this to each node. The graph connections could be relearned again after this step, but it seems to be a good idea to use a more complicated function, and so we use the tensorproduct introduced in chapter \ref{sec:tensorproduct} to combine the graph before the decompression stage with a graph of $c$ nodes. This graph is learnable, but constant with respect to the nodes we train on\footnote{This results in noninteger graph connection values.}. Also we use a fully connected graph before the first decompression stage, since there is no graph yet. @@ -494,6 +520,7 @@ As this handling of graphs is not very powerful, we also have a more complicated \subsection{Model setup }\label{sec:setup} {\scriptsize Referenced in: [\ref{sec:usenorm}] [\ref{sec:scalenorm}] [\ref{sec:classtop}] \par} + After transforming our input 4 vectors as decribed in chapter \ref{sec:data}, we sort them by their $lp_{T}$ value to get our initial comparison value. This value will now be subjet to a batchNormalization \cite{batchnorm} layer, which helps the network converge\footnote{See appendix \ref{sec:abatchnorm}.} and, after generating a graph between them(see appendix \ref{sec:atopkhow}) and using them in 3 graph update stages, we apply a compression stage. This is where the two networks we setup here, one working on 4 the particles with the highest transverse momentum and one working on the first 9, show their first difference: The 4 node network simply compresses all 4 nodes into only one, while the 9 node network gets compressed by a factor 3, is followed by 3 graph update layers, just to be compressed again by a factor 3\footnote{It generally seems to be a good idea to compress into only one node.}. All compression stages add additional parameters, until the 4 node network has now $9$ variables on its only node, while the 9 node network has $20$ parameters in its node. This current stage is what we call the latent space, and thus the following layers are no longer part of the encoder but of the decoder. This decoder is build basically completely in reverse to the encoder: we start by decompressing the latent space once (or twice with 3 update steps for the 9 node network) and then we use 3 more graph update steps, cut excess parameters and sort each node by their last value\footnote{More about why this sorting is a good idea in appendix \ref{sec:asort}.}. Now we have an input and output value to define the loss of our network in a way defined by chapter \ref{sec:losses}. @@ -519,6 +546,7 @@ And even though this is again a minor effect, this is already quite strange: Bia \subsection{Losses }\label{sec:losses} {\scriptsize Referenced in: [\ref{sec:ae}] [\ref{sec:nobias}] [\ref{sec:evaloow}] [\ref{sec:caddition}] [\ref{sec:scaleloss}] [\ref{sec:mixedidea}] [\ref{sec:secfin}] [\ref{sec:quick2results}] [\ref{sec:nogaegeneral}] [\ref{sec:feynnext}] \par} + Creating a good classifier means letting the network focus about exactly the things you want it to care about. This focus can be influenced in two ways: The inital normalisation, and the loss function. While the size of the initial variables is relatively straigth forward\footnote{The bigger each value, the bigger its contribution to the loss.}, choosing different loss functions makes less predictable changes, so here we will discuss some different losses and their effect on what the network cares about @@ -586,6 +614,7 @@ As you see, this reconstruction matches the input quite well, and thus we will b \subsection{Problems in evaluating a model }\label{sec:evalprob} {\scriptsize Referenced in: [\ref{sec:simplicity}] \par} + Before we can look at the results of our network, we have to look at how to judge them, as this is actually not exactly trivial: We migth be able to evaluate a binary classification problem\footnote{See chapter \ref{sec:binclass}.}, but evaluating an network is a bit more difficult, since we basically want to do 2 things at the same time: Creating an autoencoder and creating a classifier, so there migth be situations in which the autoencoder is good, but the classifier is bad and situations in which the classifier migth be good, but the autoencoder is basically useless. @@ -619,6 +648,7 @@ The final solution, and the solution that seems to be the best currently, is bas + \subsubsection{4 nodes}\label{sec:ae4} @@ -697,6 +727,7 @@ and thus there reconstruction is also worse {\scriptsize Referenced in: [\ref{sec:nobias}] [\ref{sec:secfin}] \par} + \subsubsection{4 nodes}\label{sec:class4} @@ -795,6 +826,7 @@ Given the results of the classifier introduced in the last chapter, there are tw + %from file ..\..\write\/data\04problems\03scaling\02scaling The number of particles used in chapter \ref{sec:secgae} is quite low. Since we only use at most 9 particles, we ignore usually at least 50\% of the jet. And when you also consider, that the 9 particle networks are generally worse than the 4 node ones, this becomes a huge problem. Just not the way you migth think now. \subsubsection{Problems in scaling}\label{sec:scaleprob} @@ -913,9 +945,10 @@ That does not mean that a good scaled network is impossible, the ideas from chap + %from file ..\..\write\/data\04problems\05inv\02simplicity \subsubsection{Simplicity}\label{sec:simplicity} -{\scriptsize Referenced in: [\ref{sec:evaloow}] [\ref{sec:invertibility}] [\ref{sec:usenorm}] [\ref{sec:normplus}] [\ref{sec:ooquality}] [\ref{sec:ldm}] [\ref{sec:secfin}] \par} +{\scriptsize Referenced in: [\ref{sec:evaloow}] [\ref{sec:invertibility}] [\ref{sec:usenorm}] [\ref{sec:normplus}] [\ref{sec:ooquality}] [\ref{sec:ldm}] [\ref{sec:secfin}] [\ref{sec:future}] \par} One thing you can do, by comparing values directly, is to look only at parts of the loss. This allows you to define qualities for each part of the input space. As a reminder of chapter \ref{sec:imgmaps}, we show them here as AUC maps: each AUC value is one colored box, which is deeply blue for an AUC of $1$, completely red for an AUC of $0$ and white for an AUC of $1 / 2$. \begin{figure}[H] \centering @@ -1007,6 +1040,7 @@ All of this is obviously quite problematic, which is why the next two chapters ( \subsection{Solving invertibility through normalization }\label{sec:normalization} {\scriptsize Referenced in: [\ref{sec:evaloow}] [\ref{sec:normplus}] [\ref{sec:crossdata}] \par} + When we remove trivial features from our data, we can solve the problem of our network only learning those. This we try in this chapter. \subsubsection{The meaning of complexity}\label{sec:complexity} @@ -1219,6 +1253,7 @@ This we will explain in chapter \ref{sec:oneoff}. \subsection{oneoff networks }\label{sec:oneoff} {\scriptsize Referenced in: [\ref{sec:imgmaps}] [\ref{sec:evaloow}] [\ref{sec:usenorm}] [\ref{sec:normplus}] [\ref{sec:mixedidea}] [\ref{sec:secfin}] [\ref{sec:quick2results}] \par} + When you consider the following feature map of a well normalized network: \begin{figure}[H] \centering @@ -1271,6 +1306,7 @@ We also show that you can use oneoff networks to extract human readable informat \subsection{Compressed oneoff learning }\label{sec:mixedidea} {\scriptsize Referenced in: [\ref{sec:ooquality}] \par} + The main problem of autoencoder migth be the fact that its loss function is not neccesarily the best possible seperator\footnote{See chapter \ref{sec:losses} and chapter \ref{sec:secinv}.}, while the problem of oneoff networks seem to be that they focus on useless information, which keeps them from reaching their optimum\footnote{See chapter \ref{sec:oneoff}.}, but maybe combining both methods could solve both problems: You train an autoencoder to convert the input space into the latent space, to run an oneoff algorithm on this compressed space\footnote{We also tried alternative algorithms, but oneoff networks result in the best results, see for this appendix \ref{sec:mixedalt} and \ref{sec:other}.}. This means that the seperatorion function is now quite good, and the autoencoder can filter out trivial inputs. The idea of combining networks is not exactly new\footnote{See for example \cite{latentspace}.}. It also is harder to train, since we now have two independent networks: Something that improves the first network migth hurt the second, but in practice this works quite well. It is not yet clear if you want to train your autoencoder on the background data or on both the signal and the background. Here we train on background data, since every bit of higher inaccuracy that migth be reached by giving the original autoencoder unknown data, will help the following algorithm, but the effect of changing this is tiny anyway. Also working as unsupervised as possible is not so easy: Defining a set with absolutely no anomalies is not completely unsupervised, but defining a set that is exactly half abnormal migth be worse: The anomalies we search are probably quite rare, and approximating this fraction as $0$ seems to be more realistic than approximating it as $0.5$. @@ -1284,6 +1320,7 @@ It is not yet clear if you want to train your autoencoder on the background data \subsection{A good classifier }\label{sec:finalae} {\scriptsize Referenced in: [\ref{sec:decoding}] \par} + With the same setup as before (see chapter \ref{sec:setup}) and normation as well as after training 25 oneoff networks on each latent space we gain the final top tagger for this thesis \subsubsection{Trained on QCD}\label{sec:classQCD} @@ -1379,6 +1416,7 @@ Also here the reconstruction quality improves \subsection{Scaling for oneoff networks }\label{sec:scale3} {\scriptsize Referenced in: [\ref{sec:ldm}] \par} + oneoffs still don`t solve the problem of different parts of the network beeing added supoptimally. You see this when you consider this 9 node network trained on top jets: \begin{figure}[H] \begin{subfigure}{0.45\textwidth} @@ -1436,6 +1474,7 @@ One should notice the huge difference in complexity of this task: Defining every \subsection{Ligth dark matter }\label{sec:ldm} {\scriptsize Referenced in: [\ref{sec:leptons}] [\ref{sec:crossdata}] [\ref{sec:oofail}] \par} + This set of datapoints is generated by thorben finke and consists out of jets of transverse momentum between $150 \cdot GeV$ and $270 \cdot GeV$ of either QCD jets, or those initiated by a dark matter candidate sugested in \cite{ldm} (ldm data). This dataset implies a unsupervised classification task that is way more difficult than the usual top tagging, and as we will see, even more complicated than the other datasets that we test our algorithm on here. The first thing that makes this dataset so much more complicated is the angular distribution: while you can use this distribution to differentiate top jets from their QCD counterparts alone, and this quite well (see chapter \ref{sec:simplicity}), here both angular distributions are basically the same @@ -1521,6 +1560,7 @@ That beeing said, this is obviously not useful at all: half a percentage in AUC + \subsubsection{Quark or gluon}\label{sec:qg} @@ -1592,6 +1632,7 @@ Again you see a clear invertibility, helping to support the suggested generality \subsection{Cross comparisons }\label{sec:crossdata} {\scriptsize Referenced in: [\ref{sec:leptons}] \par} + At the beginning of this chapter, we called anomaly detection the task of finding everything that is not similar to the trained on class. And even though we tried to evaluate this task, by showing the invertibility on a multitude of datasets, we slowly are out of particles to test it on\footnote{Especcially since the initial toptagging dataset already contained the whole of QCD.}. That beeing said, one thing we did not yet do, is to mix the datasets. You migth question how useful this is from a physical standpoint, as there will probably never be a situation, in which you want to find leptons, only knowing gluons. The point is that new physics could have a neirly arbitrary form, and even though we will never live in world in which we only know about gluons, finding data that does not look like gluons is very useful. We think that these experiments introduce thrust in the algorithm used, as chapter \ref{sec:secinv} clearly shows, that invertibility and feature triviality can be linked. And since training unsupervised does even mean, that we don`t have to train new anomaly detection models, there is no reason not to compare those jets. \begin{figure}[H] \centering @@ -1654,17 +1695,18 @@ Also note, that the rows and collumns that are related to top jets are clearly v %from file ..\..\write\/data\09fazit\00intro \newpage \section{Conclusion}\label{sec:secfin} - +{\scriptsize Referenced in: [\ref{sec:intro}] \par} %from file ..\..\write\/data\09fazit\06proud -In this thesis, we were able to implement a working graph autoencoder. Consisting out of multiple different encoder and decoder algorithms we optimized one to work on jets. Since our code is very modular(see the documentation at \href{https://grapa.readthedocs.io/en/latest/}{ +In this thesis, we were able to implement a working graph autoencoder. Consisting out of multiple different encoder and decoder algorithms we optimized one to work well on jets. Since our code is very modular(see the documentation at \href{https://grapa.readthedocs.io/en/latest/}{ https://grapa.readthedocs.io/en/latest/ -}), you should also be able to use it on other tasks (We provide some examples in the documentation). For jets, we created a custom loss function to make our Autoencoder work more image like (see chapter \ref{sec:losses}) and show that it is not only able to reconstruct jets (see \ref{sec:evalae}), but also that it works well as a classifier. On only 4 particles, it already reaches a good AUC value for the task of unsupervised top tagging of over $0.85$ (see \ref{sec:evalclass}). Optimizing this, using among other thing a method we call c addition (see \ref{sec:caddition}), we were able to extract from those networks a feature with an AUC of over $0.9155$. This migth be comparable to our references (see \ref{sec:simplicity}), but this also means, that this feature is not useful for finding new physics at all, as it only uses a trivial difference between our background and signal dataset, which we cannot assume to be there in new physics models. +}), you should also be able to use it on other tasks (We provide some examples in the documentation). For jets, we created a custom loss function to make our Autoencoder work more image like (see chapter \ref{sec:losses}) and show that it is not only able to reconstruct jets (see \ref{sec:evalae}), but also that it works well as a classifier:On only 4 particles it already reaches a good AUC value for the task of unsupervised top tagging of over $0.85$ (see \ref{sec:evalclass}). Optimizing this, using among other things a method we call c addition (see \ref{sec:caddition}), we were able to extract from those networks a feature with an AUC of over $0.9155$. This migth be comparable to our references (see \ref{sec:simplicity}), but this also means, that these networks, and this feature, is not useful for finding new physics at all, as it only uses a trivial difference in the angular radius between our background and signal dataset. -Since we can show, that our networks coincidently tend to use this feature irregardless of the data we consider background, to be able to find new physics, we need to make a networks ignore it. Chapter \ref{sec:secnorm} tries to remove this difference from jets using a creative normalization. And even though this hurts the classification power, since we just removed information from each jet, this also creates a network that, if we consider our signal data as background, is also able to find background data as anomalous and thus appearently uses a nontrivial feature. Considering qcd jets as anomalous it reaches an AUC of about $0.7$ on 4 particles. Also by changing this normalization, we can produce a classifier that seems not directly use physical features, while still improving the networks classification quality to $0.75$. Chapter \ref{sec:secmixed} uses this anomaly to create oneoff networks: Networks that are trained to output a constant and use differences to this constant to find anomalies(see \ref{sec:oneoff}). We continue the chapter, by molding oneoff networks into a tool beeing a better nontrivial classifier on the latent space of our autoencoder, improving the previous inverse task to an AUC of $0.823$. And while the more classical task of finding top jets as anomalies is a bit worse ($0.635$), this migth still be more useful, than the good AUC above, since it is able to find anomalous events of any form. +And since we cannot assume this difference to be there in new physics models, but also since we can show, that our networks coincidently tend to use this feature irregardless of the data we consider as background, we need to make a networks ignore it, if we want ever to be able to find new physics. Chapter \ref{sec:secnorm} tries to remove this trivial difference from jets using a creative normalization. This hurts the classification power, since we just removed information from each jet. But this also creates a network that, if we consider our usual signal data as background, is also able to find our usual background data as anomalous, which suggests that it is no longer using a trivial feature. Considering qcd jets as anomalous it reaches an AUC of about $0.7$ on 4 particles. +By changing this normalization, we can produce a classifier that seems not directly to use physical features, while still improving the networks classification quality to $0.75$. Chapter \ref{sec:secmixed} uses this anomaly to create oneoff networks: Networks that are trained to output a constant and use differences to this constant to find anomalies(see \ref{sec:oneoff}). We continue the chapter, by molding these oneoff networks into a tool beeing a better nontrivial classifier on the latent space of our autoencoder, improving the previous inverse task to an AUC of $0.823$. And while the more classical task of finding top jets as anomalies is a bit worse ($0.635$), this should still be more useful than the good AUC above, since it migth be able to find anomalous events of any form. To test this, and to make sure that our networks are not again only learning a trivial feature, chapter \ref{sec:secdata} uses other datasets to test how generally oneoff networks can find anomalies. From the $56$ comparisons in this chapter, $52$ contain anomalies that can be classified as more anomalous than the training data. This suggests that our oneoff networks can help find neirly any new physics model. @@ -1679,23 +1721,25 @@ To test this, and to make sure that our networks are not again only learning a t \subsection{Whats next? }\label{sec:future} -After writing two chapters about possible future exercises: chapter \ref{sec:secdata} about other datasets (which probably all could benefit from at least an extensive hyperparameter optimization) and chapter \ref{sec:secuse} about examples of other tasks that could benefit from code written in grapa (which all have their own whats next? Sections), this chapter focusses on every other idea, that we had at some point, but just didnt get to work in the time we had for it, or were just never looked at for some reason and also every thing we cannot explain in the previous chapters. + +Next to writing two chapters about possible future tasks: chapter \ref{sec:secdata} about other datasets (which probably all could benefit from at least an extensive hyperparameter optimization) and appendix \ref{sec:secuse} about examples of other tasks that could benefit from code written in grapa (which all have their own outlook sections), this subchapter focusses on every other idea. These are ideas that we had at some point, but were not able to make work in reasonable time, or were just never looked at for some other reason: THNKING ABOUT SOMETHING LIKE ABOUT WRITING STUFF JUST DOES NOT WORK, THIS LIST WILL BE FILLED OVER TIME \begin{itemize} - \item Vary losses + \item We only used simulated data. It migth be interresting to see if actual detector data works the same, or if maybe our network misuses some error in the simulation. + \item Changing the loss function \begin{itemize} - \item Actual image like losses (calculate histograms and compare them) + \item You could use actual image like losses (calculate histograms and compare them). This migth cost computation time, but give you more comparable results - \item permutation invariant losses, we already tried some, but they don`t yet work well, even though they theoretically should + \item crate a permutation invariant loss: Defining your lossfunction in a permutation invariant way allows to remove the sorting algorithm from the networks. This should simplify the training a lot. Sadly our tries for a permutation invariant loss did not produce as good reproductions as the non permutatio invariant versions - \item L1.5 + \item As a simple alternative loss function, choosing an L1 loss results in trivial learning networks. you migth solve those problems, by using a power between $1$ and $2$, for example resulting in a L1.5 loss - \item Image like losses + \item Improving image like losses \begin{itemize} @@ -1709,67 +1753,60 @@ THNKING ABOUT SOMETHING LIKE ABOUT WRITING STUFF JUST DOES NOT WORK, THIS LIST W \end{itemize} \end{itemize} - \item Other data + \item Datasetup \begin{itemize} - \item It seems to be easier to work on transformed 4 momenta, but on classical 4 vectors, explain and change this + \item It seems to be easier to work on transformed 4 momenta (like in \ref{sec:data}), then on classical 4 vectors, explaining this migth help make graph autoencoder converge faster and more reliable - \item add lowly correlated variables like the mass + \item you could still add lowly correlated variables like the mass - \item see if you can use autoencoder to test assumptions about symmetry (like the position of the jet in the detector does not matter) + \item You could use autoencoder to test assumptions about symmetry (like the position of the jet in the detector does not matter): is the classifier on symmetrized data at least as good as the one on non symmetrized data \end{itemize} - \item grapa + \item grapa (our graph autoencoder code) \begin{itemize} - \item more nan debugging + \item You definitely need a bit more nan debugging - \item increase speed + \item Also the speed should be able to be optimized quite a lot - \item add attention mechanisms + \item Adding attention mechanisms migth be a better alternative/improvement to the topK graph learning algorith \end{itemize} - \item oneoffs + \item improve oneoff networks \begin{itemize} - \item implement a working seesaw algorithm + \item implement a working seesaw algorithm, which would be able to classify events truly unsupervisedly and sizeindependent (see \href{https://colab.research.google.com/drive/14lNlb2s3-2cEXiserMzu3getwCisvUT_?usp=sharing}{ +here +} for some simple experiments with them) \item improve the results of the argumentation in \ref{sec:impro} - \item partial oneoffs + \item Train oneoffs only on parts of your latent space - \item oneoffs on other parts of your data + \item Apply oneoffs to other datasets \begin{itemize} - \item reconstruction error(and/instead latent space) + \item use the reconstruction error(add to/replace the latent space) - \item (add) physically useful variables + \item (add) physically useful variables, like for example the trivial feature from chapter \ref{sec:simplicity} \end{itemize} -\end{itemize} - \item Scaling - - \begin{itemize} - - \item no more nans - - \item improve networks that don`t use a latent space of just one node - - \end{itemize} \item Use other scores then AUCs, and try to optimize oneoff networks for them \item explain why better compression algorithm work worse - \item explain the variance in AUCs you get by using better decompression + \item +explain the variance in AUCs you get by using better decompression \end{itemize} @@ -1794,6 +1831,7 @@ THNKING ABOUT SOMETHING LIKE ABOUT WRITING STUFF JUST DOES NOT WORK, THIS LIST W + In this chapter we will quickly go over some bad ideas you could have, on how to implement a graph autoencoder and finish with the first implementation that could be considered working. These implementations are usually defined by an encoding and a decoding algorithm, so basically something to go from a big graph to a small graph, and something to reverse this again. In addition to this, the graph update and the graph construction stay mostly the same as it was explained in chapter \ref{sec:gnn} and \ref{sec:imgsetups}. @@ -1820,6 +1858,7 @@ These networks still have problems, as we will discuss in the following, but gen \subsection{ }\label{sec:mixedalt} {\scriptsize Referenced in: [\ref{sec:ae}] [\ref{sec:mixedidea}] \par} + Here we test different one class algorithms on one autoencoder that trains on the first 4 particles of top jets and tries to find QCD jets as a signal. For comparison, simply looking at the loss of this network, you get an AUC score of about $0.377$ and the best (the lowest, since we train on top jets here) AUC score we have seen for an autoencoder is about $0.25$. We choose this one, since its reconstruction seems to be quite accurate, meaning that most information about the jet is still contained in the feature space \begin{figure}[H] \centering @@ -1866,6 +1905,7 @@ oneoffs seem to be the way to go here, and will be used exclusively for the rest {\scriptsize Referenced in: [\ref{sec:imgmaps}] \par} + \begin{figure}[H] \centering \includegraphics[width=0.9\textwidth]{../imgs/visb00} @@ -1961,6 +2001,7 @@ If we look at the featuremap, the first thing you should notice is the perfect s \subsection{Improving autoencoder }\label{sec:secondworking} {\scriptsize Referenced in: [\ref{sec:imgmaps}] [\ref{sec:netsnext}] \par} + Given the fairly good AUC score, it looks like to only thing we now need to do, is to increase the size of this autoencoder, and we probably have a really great anomaly detection algorithm. But before we try, and fail\footnote{See chapter \ref{sec:scaling}.}, at this, let us improve our autoencoder first. As you migth agree, the training curve does not look very impressive, and the reconstruction is also not very good. Thats why we suggest some changed model\footnote{We alter models iteratively, but since we don`t want to show tausends of models here, you only see summaries, which is why the changes seem a bit random.}. \begin{figure}[H] @@ -2038,6 +2079,7 @@ Finally, the AUC Feature map is way better than before: The angular collumns are \subsection{Improving autoencoder even further? }\label{sec:thirdworking} {\scriptsize Referenced in: [\ref{sec:graphs}] [\ref{sec:aultcode}] [\ref{sec:atopkwhy}] \par} + There are some algorithmical changes that we thougth of, that will be testet in this chapter. \subsubsection{Physical intuition behind the encoding algorithm}\label{sec:intuitivecode} @@ -2240,6 +2282,7 @@ This shows basically no difference, so since we like the subgraph actions from a + From our experience, Graph autoencoder have some clear advantages over classical autoencoder. This does not mean, that they don`t have problems(as discussed in chapter \ref{sec:whynotgae}), or even that those benefits usually outweigh the problems, but at least that there migth be situations, in which choosing a graph autoencoder would be a good choice. The most obvious situation, in which graph autoencoder should be choosen, is defined by their input data, if it has the form of a graph: That means multiple vectors, with some relational information between them, that should not be ignored. This can also be beneficial for variable number of vectors, or when a permutation symmetry between the inputs is expected. Another benefit is the seperation in multiple similarly handled vectors. This similar handling does not only keep the number of trainable parameters low, and thus makes overfitting hard\footnote{Or in the models we trained basically impossible.}, but also makes interpreting the output easier, since when every attribute of the same kind is treated the same, there are not many differences between the qualities of different particles, but more between different attributes. @@ -2255,6 +2298,7 @@ Finally, changing the graph setup layer can change the whole meaning of a graph + Given the reasons for why to use graph autoencoder in chapter \ref{sec:whygae}, here we want to list some problems which autoencoder in general have. \subsubsection{Reproduding vs classifing quality}\label{sec:nogaequal} @@ -2337,6 +2381,7 @@ and also there is this image (circle reconstruction problem compared to oneoffs, \subsection{Other algorithms }\label{sec:other} {\scriptsize Referenced in: [\ref{sec:mixedidea}] \par} + Since oneoff networks seem to have potential, that is just not used that well on jets, you could ask yourself if other classical methods work better. So this chapter serves as an introduction into several of those classical algorithms for finding signal events after training on background events, as well as a reasoning why this is not the case. The field these algorithms belong to, is called one class learning. \subsubsection{Support vector machines}\label{sec:whatssvm} @@ -2368,6 +2413,7 @@ An isolation forest\footnote{See \cite{iforest}.} works quite different to the a \subsection{Choosing the rigth compression size }\label{sec:csize} {\scriptsize Referenced in: [\ref{sec:nogaegeneral}] [\ref{sec:identities}] \par} + MAYBE NOT AT THE RIGTH POS @@ -2375,6 +2421,7 @@ MAYBE NOT AT THE RIGTH POS \subsection{Building identities out of graphs }\label{sec:identities} {\scriptsize Referenced in: [\ref{sec:tensorproduct}] [\ref{sec:usenorm}] [\ref{sec:failedminimal}] [\ref{sec:agaeactivation}] \par} + An optimal autoencoder should be equivalent to the network with the compression size set to the input size. The problem here is, that this trivial model does not neccesarily reproduce its input perfectly. As described in chapter \ref{sec:gnn}, the graph update step is given by \begin{equation}f{\left(A_{k}^{i} \cdot n_{j}^{k} \cdot x_{i} + s_{j} \cdot x_{i} \right)}\end{equation} and this kind of update step is not always invertible through another step. To see this, let us first ignore the activation function as $f{\left(x \right)} = x$ and let us use a fixed size. Given 3 nodes of 2 features each, let the adjacency matrix and thus the graph be fixed to be\footnote{Please note that i set here the diagonal entries to zero, while in my implementation those are usually one, but this does not really matter, since this is just a change in learnable parameters. Here this is done to simplify the following calculations.} @@ -2412,9 +2459,11 @@ So finally we see those invertibility problems as another kind of loss. Next to + %from file ..\..\write\/data\10anhang\12caddfail \subsection{Why c addition migth not be perfect }\label{sec:awhycaddfail} -{\scriptsize Referenced in: [\ref{sec:caddition}] \par}. +{\scriptsize Referenced in: [\ref{sec:caddition}] \par} +. \begin{itemize} \item We assume the loss to correlate to the signal peak, which in generally can not be assumed @@ -2436,10 +2485,12 @@ So finally we see those invertibility problems as another kind of loss. Next to + %from file ..\..\write\/data\10anhang\20metrikana \subsection{Metrik analysis }\label{sec:ametrikana} {\scriptsize Referenced in: [\ref{sec:quickres1}] [\ref{sec:asort}] \par} + As explained in chapter \ref{sec:imgsetup}, our topK algorithm, on which all graphes are based, uses a learnable diagonal metrik, which is used to define similarities in the network. This metrik can be extracted to understand this sence of similarity: \begin{figure}[H] \centering @@ -2471,6 +2522,7 @@ Finally, you can apply this metrik analysis to networks with multiple inputs: As \subsection{The compression algorithm that we would wish to have }\label{sec:aultcode} {\scriptsize Referenced in: [\ref{sec:encode0}] [\ref{sec:decoding}] \par} + Our approach to encoding and decoding, as discussed in chapter \ref{sec:thirdworking} migth work fairly well, but if not already the more complicated approaches discussed there would work worse than our more simple solution, and maybe even more importantly, the best possible algorithm we can think of, would not be neirly impossible to write, improving the compression and decompression would be really interresting. This is why we want to briefly talk about how you could do this: Consider the following graph \begin{figure}[H] @@ -2499,6 +2551,7 @@ So why do it? chapter \ref{sec:intuitivecode} gives you some more physical intui \subsection{topK and better graphs }\label{sec:topK and better graphs} + \subsubsection{How topK works exactly}\label{sec:atopkhow} {\scriptsize Referenced in: [\ref{sec:nobias}] \par} @@ -2573,6 +2626,7 @@ This function is minimal at $\mu = \frac{1}{s^{2} + 1}$. Since this value is not \subsection{Self improving oneoff networks }\label{sec:impro} {\scriptsize Referenced in: [\ref{sec:evaloow}] [\ref{sec:caddition}] [\ref{sec:simplicity}] [\ref{sec:ooquality}] [\ref{sec:secdata}] [\ref{sec:future}] [\ref{sec:nogaegeneral}] [\ref{sec:oomath}] \par} + We justified oneoff networks before (see \ref{sec:oomath}) by showing that the factor needed to combine two double gaussian features is the same, when we talk about minimizing the the width of the first peak, or when we use c addition to find the maximum auc value. That migth seem great, but there is one assumption, that we kind of glossed over a bit in the chapter about c addition: The difference between both peaks, is not neccesarily defined by the size of the first peak. So here we want to go into detail about why this is not neccesarily a problem, and what consequences can follow from breaking this assumtion. The way we try to understand this, is by looking at width vs auc plots, of different c values combining random gaussian double peaks, that have each a random width between $0$ and $2$, while having fixed means of $0$ and $1$ each\footnote{This is still general, since translation and scale invariance give us 2 degrees of freedom per doublepeak.}. After simulating a lot of random distributions, three nontrivial\footnote{With trivial we mean relations that are defined by at least one doublepeak with an AUC of 1.} classes seem to emerge \begin{figure}[H] @@ -2708,6 +2762,7 @@ As you see, this still results in a minkowski metrik like result. This time with + The easiest model for understanding the oneoff width is something like $\sqrt{\operatorname{abs}^{2}{\left(x - \operatorname{mean}{\left(x \right)} \right)} + \operatorname{std}^{2}{\left(x \right)}}$. And while the means usually match the training data, the standart deviation can be of any size. So training on a dataset and comparing it to another dataset with the same mean and less width, results in a noninvertible network. This is nothing we can do anything about, and an effect that is the same when we talk about autoencoder classifier, and is even less probable here, as we try to minimize the width, making it less probable that there is a distribution with lower width. Still this can happen (you can see the frequency in chapter \ref{sec:cross}), but here we want to mention one effect, that is even worse: antiinvertibility: if trained on a, b has lower loss, and if trained on b, a has lower loss. This is an ultra rare effect, as we have only observed it once (or multiple times if you think of the statistical invertibility of chapter \ref{sec:ldm}), and an effect that cannot happen just with an autoencoder, so how does this happen? In general, an oneoff network should not be able to do this, as if one feature has a certain width in a, and a lower feature in b, you should be able to pick the same feature in b resulting in b finding a more complicated, except for the case in which there is another feature in b with lower width, but this would also mean, that the width of the second feature in a would be bigger than of the first feature, since else it would have been choosen, resulting again in b finding a more complicated. Or in math: given $f_{1}^{b} \leq f_{1}^{a}$ the network is not antiinvertible unless $f_{2}^{b} \leq f_{1}^{b}$, but since $f_{1}^{a} \leq f_{2}^{a}$ it has also to be true that $f_{2}^{b} \leq f_{2}^{a}$ so no network can be antiinvertible\footnote{We simplify here a tiny bit, since you could mix two features, but this does not change the math.}. That beeing said, since we use autoencoder in the front, it can happen, that a feature of the first autoencoder just does not exist in the second one, thus breaking the logical chain, and making antiinvertible networks possible. We only ever saw a single event doing this, and it was a network working on ldm data (see chapter \ref{sec:ldm}). Ldm data is hard to differentiate at best, making noninvertible networks much more likely (in fact, as seen in chapter \ref{sec:cross}, all noninvertible oneoffs in this thesis are trained on ldm data), and by trying to scale using dense networks, at a node number of 25 we got a antiinvertible network \begin{figure}[H] @@ -2746,6 +2801,7 @@ and a network with less nodes (we tried 9 and 16, sizes that don`t show many zer \subsection{Treating oneoff networks as observables }\label{sec:observable} + If you use a very simple oneoff networks, on momentum 4 vectors (see appendix \ref{sec:oometrik}) results in this network learning the mass of the particles. This is interresting, since this is the same we would do to compare different particles by their 4 momenta and we now have an algorithm to automatically extract this feature just from data. So it migth be fair to assume that by applying this algorithm to more complicated data, we still extract some feature, and that we can use this feature to find anomalies. But giving a feature, you can do more: you can look at statistical information: if you only produce electrons in you detector, but you measure masses that are on average a bit higher than $500 \cdot keV$, you can conclude that their is something else produced but just electrons. The benefit here is, that you can combine multiple events to get lower uncertainities on the variable you care about, and thus you can easier detect irregularities in your dataset. So when we have an automatic feature extractor, it migth be interresting to see if you can differentiate between datasets using this feature. We use here $1000000$ jets, of which $0.01$ are not QCD but top jets\footnote{This is about the most we can do giving our dataset.}. This is enough to reach a significance of $4.6$ sigma on a single oneoff network\footnote{No combination of multiple runs.}. So oneoff features migth be appliable to finding new physics. Most interrestingly this probably be applied to any dataset, and so you could define detectorlevel features to directly compare your data to the expectation, assuming your simulation are good enough. @@ -2755,16 +2811,19 @@ We use here $1000000$ jets, of which $0.01$ are not QCD but top jets\footnote{Th {\scriptsize Referenced in: [\ref{sec:data}] \par} + %from file ..\..\write\/data\10anhang\40modelplots \subsection{Model images appliable for reimplementation generated by keras }\label{sec:amodelimg} + %from file ..\..\write\/data\10anhang\42comparepnet \subsection{Comparing our graph update layer to particleNet }\label{sec:acomparepnet} {\scriptsize Referenced in: [\ref{sec:tensorproduct}] \par} + There are multiple different ways of implementing such a layer, a notable one is the one used by particleNet \cite{particleNet}: Their graph connectivity is implemented, by just storing all neighbouring vector to each given vector in a set of vectors, this means, they can implement the update procedure as a function of the original and the neighbour vectors\footnote{This function is actually a bit complicated, involving not only convolutions, but also normalisations between them, and they end by concatting the updated vector to the original one, which is something that is not very useful, when you want to reduce the size of your graph.}. This is not exactly what we do here, mostly since the implementation of the graph as just a corresponding set of neighbourvectors demands for computational reasons that each node is connected to a same number of other nodes, and also requires relearning your graph after each step, which we don`t want to force our network to do, as explained in chapter \ref{sec:arelearn}, and also would make this less of a graph autoencoder, and more into an autoencoder with some graph update layers in front of it (which migth also not be a good idea, see chapter \ref{sec:ainfront}), since there is no way to reduce the number of nodes for such an implementation, without completely ignoring the graph structure. Please note the difference: Since we use an adjacency matrix itself to define the graph(in comparison to calculating some derivative from it), you not only have complete control over the graph, that can be used to shrink the graph structure with the number of feature vectors, but you also allow for an arbitrary number of connections for each node\footnote{This is mostly interresting, since it extends the number of possible compression algorithms: They do not anymore have to satisfy keeping the number of connections constant: The number of possible graphs with $n$ nodes is $2^{n \cdot \left(n - 1\right) / 2}$ (ignoring permutation invariance, self connectivity and directed graphs), for $n = 4$ this results in $64$ possible graphs, of which only $6$ are of this kind. This means that much less compressed graphs are possible, and that finding an algorithm, that can pick only those graphs, is much more complicated (see appendix \ref{sec:atopkwhy} for more).}. @@ -2773,11 +2832,13 @@ Please note the difference: Since we use an adjacency matrix itself to define th {\scriptsize Referenced in: [\ref{sec:quickres1}] \par} + %from file ..\..\write\/data\10anhang\50implementation \subsection{Things i learned from implementing a gae in tensorflow and keras }\label{sec:aimplementation} + \subsubsection{overflow in angular differences, and how to solve it}\label{sec:aimplementationphi} {\scriptsize Referenced in: [\ref{sec:data}] \par} Our input data contains a $\phi$ that is centered around its mean: so the most simple implementation would simply subtract the mean of $\phi$ from each $\phi$ value. This can lead to overflow problems, since $\phi = 2 \cdot \pi$ is equivalent to $\phi = 0$ and thus a mean of about $6$ could be sutracted from a tiny value\footnote{Or the inverse.} resulting in weird phi distributions. Not solving this, results in a loss distribution with a small peak at very high losses @@ -2819,6 +2880,7 @@ giving those nans, there are two other cases: nans in a learnable parameter, tha \subsection{misusing the graph structure as effective activation }\label{sec:agaeactivation} {\scriptsize Referenced in: [\ref{sec:arelearn}] \par} + One thing that is pretty clear from our experiments, is that activations in graph layers are not a good idea (ENTER RESULTS) This migth be effect of having fairly simple network setups, but here we want to suggest an alternative explanation: Using the graph setup as effective activation, which is why another activation on top only complicates the training, while not allowing for much more complicated functions. How can we see this? @@ -2886,6 +2948,7 @@ Lets take only two nodes and two attributes, of which the first one is x, and th \subsection{the consequences of sorting outputs by lpt }\label{sec:asort} {\scriptsize Referenced in: [\ref{sec:nobias}] [\ref{sec:quickres1}] [\ref{sec:aultcode}] \par} + Sorting nodes at the end of the autoencoder breaks the permutation symmetry that we praised at the beginning of this thesis (chapter \ref{sec:graphs}), and, since we use $lp_{T}$ for this sorting, we artificially inflate the importance of the momentum variable compared to the other variables. That beeing said, turning of this sorting, does hurt the network performance: Given the two networks \begin{figure}[H] \begin{subfigure}{0.45\textwidth} @@ -2933,6 +2996,7 @@ So finally: sorting seems to be the rigth choice for us, but a more advanced alg \subsection{Permutation invariance good or bad? }\label{sec:aperminv} {\scriptsize Referenced in: [\ref{sec:failedminimal}] \par} + Permutation invariance is a central feature of any (good) Graph network, but is this actually a benefit? Sure you can use permutation invariant data in a more natural way, but also have to deal with how to handle the obvious symmetry in the decoding of your autoencoder (ENTER MORE) @@ -2943,6 +3007,7 @@ Permutation invariance is a central feature of any (good) Graph network, but is {\scriptsize Referenced in: [\ref{sec:nobias}] \par} + BatchNormalization layers usually are used to speed up the convergence of your network, but result in usually more chaotic training, so here a brief comparison of a network with and without a batchNormalisation \begin{figure}[H] @@ -3004,6 +3069,7 @@ So even though you migth not be able to induce this from a single test only, Bat {\scriptsize Referenced in: [\ref{sec:evaloow}] \par} + I am not a big fan of measuring uncertainities for neural networks, by just repeating the training phase and comparing the output, because as chapter (ENTER LINK) shows, we can reduce this uncertainity neirly arbitrarily long, by just training more carefully. Even though this is the reason why most values in this thesis don`t have errors attached to them, here is a simple reproducability study \begin{figure}[H] @@ -3062,6 +3128,7 @@ $10$ & $0$ & $0$ \\ {\scriptsize Referenced in: [\ref{sec:acomparepnet}] \par} + Quick answer: No. Long answer: Probably no, but not because the quality is neccesarily worse, just because the number of nans (chapter \ref{sec:nan}) increases a lot, making training for a long time very hard and thus resulting in worse classifiers. That beeing said, this still means, that if you could handle the nans, you migth profit from more gtopk layer, but we are not able to test this at the moment, and even though multiple different graphs help interpreting graphs as activations (chapter \ref{sec:agaeactivation}), there is not really any physically useful definition of similarity in angles and momenta, but the angles themself, so changing the graph setup in the middle of the layers, migth not have any effect at all. @@ -3076,6 +3143,7 @@ That beeing said, this still means, that if you could handle the nans, you migth {\scriptsize Referenced in: [\ref{sec:nobias}] [\ref{sec:ae9}] [\ref{sec:quickres1}] [\ref{sec:whygae}] \par} + Graph networks show some properties that usual network don`t. One thing is the apparent independence of the training size, and even when you can easily explain this, as having few parameters in your network, this still migth allow you to train on data that was not usable before (see chapter \ref{sec:secuse}) \begin{figure}[H] @@ -3120,10 +3188,12 @@ Graph networks show some properties that usual network don`t. One thing is the a + %from file ..\..\write\/data\10anhang\95whymeans \subsection{Why autoencoder reproduce mean values }\label{sec:ameans} {\scriptsize Referenced in: [\ref{sec:usenorm}] \par} + SOME BUG THAT I JUST DONT FIND ATM IN THE CODE @@ -3151,6 +3221,7 @@ This chapter is based on 4 graph autoencoder applications, that were originally %from file ..\..\write\/data\11otheruses\02nets \subsection{Fraud detection for social networks }\label{sec:nets} {\scriptsize Referenced in: [\ref{sec:scaledense}] [\ref{sec:feynnext}] \par} + Social networks provide data that is naturaly described by graphs\footnote{If you let users be nodes, while friendships provide the edges.}, so by training a network on them, with the hope of finding anormal users, we not only get a new possible usecase for graph autoencoder, but also an example code for a network that does not generate its own graph. The corresponding tutorial can be found here (ENTER LINK) and the full code is found here (ENTER LINK) @@ -3204,6 +3275,7 @@ Given these examples, you migth notice, that they are not though through complet \subsection{Accelarating molecular networks through pooling }\label{sec:mol} {\scriptsize Referenced in: [\ref{sec:graphs}] [\ref{sec:gae}] [\ref{sec:aultcode}] \par} + Our second example alternative usecase works on molecules: As they are usually described only by interactions between pairs of atoms, they are well described by graphs. Here we want to use this to suggest, that the compression step in a graph autoencoder can accelarate a network trying to learn a function from this molecule. The corresponding tutorial can be found here (ENTER LINK) and the full code is found here (ENTER LINK) @@ -3268,6 +3340,7 @@ We don`t want to call using a compression layer to pool graph networks generally \subsection{High level machine learning and feynman diagramms }\label{sec:feyn} {\scriptsize Referenced in: [\ref{sec:whygae}] [\ref{sec:asort}] \par} + Machine learning and anomaly detection is usually only used on low level data. Inputs that are easily generated but timeconsuming for humans to understand. But why not apply machine learning to highly abstracted concepts? You migth ask why one would want this: One result migth be something like a theory evaluation method: If you have a number of predictions, this could classify weirdness in the sense of finding predictions that don`t match the rest. In the best case you could also extend theories consistently: you can generate new inputs from existing ones. You could automatically bring structure to your predictions, by looking at the compression space of an autoencoder or you could use this to simplify complicated theories. So why don`t we do this? two things come to mind: most theories can not be brougth into vector form, and generating a lot of predictions is quite hard. Luckely both are solved by the graph setup: This graph structure is way more powerful, to the point that artificial intelligence research often encodes knowledge in graphs , and since overfitting has not been a problem at all here, also the low number of training samples should not matter here\footnote{There is a second price you pay, when you train on a few datapoints: Not only becomes overfitting more probable, but you also loose generality, as density fluctuations of the different kind of training samples (where these types of samples are defined by the training itself, which makes them hard to filter out) start to matter more. Sadly we cannot really change this to much.} Now consider feynman diagramms: As they are able to encode particle physics in a finite set of graphs, they are at the same time very high level, while also still providing $O\left(1\right)$ samples, which should be barely enough for us to train on, and finding anomalous feynman diagrams migth actually be an interresting way to solve this thesis initial idea of using graphs to find new physics @@ -3425,6 +3498,7 @@ Finally reproducability and the applicability of oneoff networks migth also be i {\scriptsize Referenced in: [\ref{sec:feynnext}] \par} + THIS chapter IS NOT VERY GOOD, I AM WORKING AT REPLACING IT ENTIRELY (SO THIS chapter IS NOT PROOFREAD/HAS NO IMAGES) diff --git a/out/main.toc b/out/main.toc index 820046ae037047378213b8cc138c83fb38e5093a..00ba40adef46cbe453360fb308e12dd4872d3d35 100644 --- a/out/main.toc +++ b/out/main.toc @@ -1,10 +1,10 @@ \contentsline {section}{Table of content}{1}{section*.1}% \contentsline {section}{\numberline {1}Introduction and literature}{5}{section.1}% \contentsline {subsection}{\numberline {1.1}Motivation }{5}{subsection.1.1}% -\contentsline {subsection}{\numberline {1.2}New physics }{5}{subsection.1.2}% +\contentsline {subsection}{\numberline {1.2}New physics }{6}{subsection.1.2}% \contentsline {subsection}{\numberline {1.3}Neuronal networks and autoencoder }{6}{subsection.1.3}% -\contentsline {subsection}{\numberline {1.4}Graphs }{7}{subsection.1.4}% -\contentsline {subsection}{\numberline {1.5}Graph autoencoder }{9}{subsection.1.5}% +\contentsline {subsection}{\numberline {1.4}Graphs }{8}{subsection.1.4}% +\contentsline {subsection}{\numberline {1.5}Graph autoencoder }{10}{subsection.1.5}% \contentsline {section}{\numberline {2}Basics}{11}{section.2}% \contentsline {subsection}{\numberline {2.1}Binary classification }{11}{subsection.2.1}% \contentsline {subsubsection}{\numberline {2.1.1}ROC curve}{11}{subsubsection.2.1.1}%